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
9088c4aa
Commit
9088c4aa
authored
Jan 27, 2015
by
LE GAC Renaud
Browse files
Correct spelling for metadata.
parent
cda35a4f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
languages/fr-fr.py
languages/fr-fr.py
+1
-2
models/ui_history.py
models/ui_history.py
+1
-1
models/widgets_viewport.py
models/widgets_viewport.py
+1
-1
No files found.
languages/fr-fr.py
View file @
9088c4aa
...
...
@@ -202,8 +202,7 @@
'Lost Password'
:
'Lost Password'
,
'Lost password?'
:
'Lost password?'
,
'Max Records'
:
'Max Records'
,
'Meta'
:
'Méta'
,
'Meta data'
:
'Méta données'
,
'Metadata'
:
'Métadonnée'
,
'Metric'
:
'Métrique'
,
'Metric / year / category'
:
'Métrique / année / catégorie'
,
'Metric / year / quality'
:
'Métrique / année / qualité'
,
...
...
models/ui_history.py
View file @
9088c4aa
...
...
@@ -26,7 +26,7 @@ formModifier.merge_fields('id_people',
'id_teams'
,
'id_projects'
,
'id_people_categories'
,
title
=
T
(
'Meta'
))
title
=
T
(
'Meta
data
'
))
formModifier
.
merge_fields
(
'id_events'
,
'data'
,
...
...
models/widgets_viewport.py
View file @
9088c4aa
...
...
@@ -68,7 +68,7 @@ cfgNode.add_child(T('Configure lists'), to_grid('views'))
# META DATA
#
#-------------------------------------------------------------------------------
metaNode
=
Node
(
T
(
'Meta
data'
))
metaNode
=
Node
(
T
(
'Metadata'
))
metaNode
.
add_child
(
T
(
'fundings'
),
to_grid
(
'fundings'
))
metaNode
.
add_child
(
T
(
'teams'
),
to_grid
(
'teams'
))
metaNode
.
add_child
(
T
(
'people'
),
to_grid
(
'people'
))
...
...
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