Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
f7c123ad
Commit
f7c123ad
authored
Mar 17, 2017
by
LE GAC Renaud
Browse files
Update language fr-fr.
parent
494a5171
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
109 deletions
+33
-109
languages/fr-fr.py
languages/fr-fr.py
+31
-107
views/plugin_event/grid.html
views/plugin_event/grid.html
+1
-1
views/plugin_event/grid_and_graph.html
views/plugin_event/grid_and_graph.html
+1
-1
No files found.
languages/fr-fr.py
View file @
f7c123ad
This diff is collapsed.
Click to expand it.
views/plugin_event/grid.html
View file @
f7c123ad
...
...
@@ -29,7 +29,7 @@
# the footer, processing time of the request
#
delta = (datetime.now()-request.now).total_seconds()
delta = T('P
rocessing time
%s seconds') % round(delta, 2)
delta = T('P
age generated in
%s seconds') % round(delta, 2)
style = ["font-size: 10px;",
"margin-left: 10px;",
...
...
views/plugin_event/grid_and_graph.html
View file @
f7c123ad
...
...
@@ -50,7 +50,7 @@
# the footer, processing time of the request
#
delta = (datetime.now()-request.now).total_seconds()
delta = T("P
rocessing time
%s seconds") % round(delta, 2)
delta = T("P
age generated in
%s seconds") % round(delta, 2)
style = ["font-size: 10px;",
"margin-left: 10px;",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment