diff options
| author | jpl | 2017-02-08 17:54:48 +0100 |
|---|---|---|
| committer | jpl | 2017-02-08 17:54:48 +0100 |
| commit | 2cfafe1c03e9ca1b18e16333d54b91d6e05922a3 (patch) | |
| tree | 12e2edc578f95b5a29f17151631bff1595881668 /config/locales | |
| parent | 4d29cd1e8dddce08731b7962491d864fdfe0f8f6 (diff) | |
| download | chouette-core-2cfafe1c03e9ca1b18e16333d54b91d6e05922a3.tar.bz2 | |
Refs #2482: updating referentials#show with new layout
Diffstat (limited to 'config/locales')
| -rw-r--r-- | config/locales/actions.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/actions.fr.yml | 1 | ||||
| -rw-r--r-- | config/locales/referentials.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/referentials.fr.yml | 1 | ||||
| -rw-r--r-- | config/locales/will_paginate.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/will_paginate.fr.yml | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/actions.en.yml b/config/locales/actions.en.yml index f39d6c586..6c9c4c1e0 100644 --- a/config/locales/actions.en.yml +++ b/config/locales/actions.en.yml @@ -8,6 +8,7 @@ en: show: "See" archive: "Archive" unarchive: "Unarchive" + clone: 'Clone' or: "or" cancel: "Cancel" search_hint: "Type in a search term" diff --git a/config/locales/actions.fr.yml b/config/locales/actions.fr.yml index d49c4ef20..d9ec7def5 100644 --- a/config/locales/actions.fr.yml +++ b/config/locales/actions.fr.yml @@ -8,6 +8,7 @@ fr: show: 'Consulter' archive: 'Conserver' unarchive: 'Déconserver' + clone: 'Dupliquer' or: "ou" cancel: "Annuler" search_hint: "Entrez un texte à rechercher" diff --git a/config/locales/referentials.en.yml b/config/locales/referentials.en.yml index 14c7e4d0a..c9fb02ecd 100644 --- a/config/locales/referentials.en.yml +++ b/config/locales/referentials.en.yml @@ -83,6 +83,7 @@ en: validity_period: "Validity period" updated_at: "Updated" published_at: "Integrated" + archived_at: "Archived" formtastic: titles: referential: diff --git a/config/locales/referentials.fr.yml b/config/locales/referentials.fr.yml index f0b6f4924..2eee9fafa 100644 --- a/config/locales/referentials.fr.yml +++ b/config/locales/referentials.fr.yml @@ -83,6 +83,7 @@ fr: validity_period: "Période de validité englobante" updated_at: "Modifié" published_at: "Intégré" + archived_at: "Conservé" formtastic: titles: referential: diff --git a/config/locales/will_paginate.en.yml b/config/locales/will_paginate.en.yml index 52cba8685..0e189ebae 100644 --- a/config/locales/will_paginate.en.yml +++ b/config/locales/will_paginate.en.yml @@ -20,3 +20,4 @@ en: multi_page_html: "%{model} %{from} to %{to} of %{count}" referential: 'data spaces' + line: 'lines' diff --git a/config/locales/will_paginate.fr.yml b/config/locales/will_paginate.fr.yml index 4f8bc4895..3a22176f9 100644 --- a/config/locales/will_paginate.fr.yml +++ b/config/locales/will_paginate.fr.yml @@ -20,3 +20,4 @@ fr: multi_page_html: "Liste des %{model} %{from} à %{to} sur %{count}" referential: 'jeux de données' + line: 'lignes' |
