Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
9b1fc7b4
Commit
9b1fc7b4
authored
4 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
wording + fix delete resources sql
parent
8a8cbe6d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
install/lang/fr.php
+1
-1
1 addition, 1 deletion
install/lang/fr.php
sql/delete_all_ressources.sql
+0
-1
0 additions, 1 deletion
sql/delete_all_ressources.sql
with
1 addition
and
2 deletions
install/lang/fr.php
+
1
−
1
View file @
9b1fc7b4
...
...
@@ -97,7 +97,7 @@ if (!defined('_UNOCONV_NOT_INSTALLED')) {
define
(
'_UNOCONV_NOT_INSTALLED'
,
"Outils de conversion de documents bureautiques soffice/unoconv non installés"
);
}
if
(
!
defined
(
'_NETCAT_OR_NMAP_INSTALLED'
))
{
define
(
'_NETCAT_OR_NMAP_INSTALLED'
,
"Utilitaire permettant d'ouvrir des connexions réseau
installé
(netcat / nmap)"
);
define
(
'_NETCAT_OR_NMAP_INSTALLED'
,
"Utilitaire permettant d'ouvrir des connexions réseau (netcat / nmap)"
);
}
if
(
!
defined
(
'_NETCAT_OR_NMAP_NOT_INSTALLED'
))
{
define
(
'_NETCAT_OR_NMAP_NOT_INSTALLED'
,
"Utilitaire permettant d'ouvrir des connexions réseau non installé (netcat / nmap)"
);
...
...
This diff is collapsed.
Click to expand it.
sql/delete_all_ressources.sql
+
0
−
1
View file @
9b1fc7b4
...
...
@@ -32,7 +32,6 @@ ALTER SEQUENCE adr_letterbox_id_seq restart WITH 1;
TRUNCATE
TABLE
adr_attachments
;
ALTER
SEQUENCE
adr_attachments_id_seq
restart
WITH
1
;
TRUNCATE
TABLE
res_linked
;
TRUNCATE
TABLE
res_mark_as_read
;
TRUNCATE
TABLE
saved_queries
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment