diff options
| author | jpl | 2017-02-07 15:31:54 +0100 |
|---|---|---|
| committer | jpl | 2017-02-07 15:32:06 +0100 |
| commit | 9814d97e64b5b483ceb9d1a2f8fecc8a8da975be (patch) | |
| tree | 53ea539f825b2d09cb43015720650b401d248e0d /config | |
| parent | c5848ae804d74064290dc4d9804b8766805c5b8b (diff) | |
| download | chouette-core-9814d97e64b5b483ceb9d1a2f8fecc8a8da975be.tar.bz2 | |
Refs #2535: updating i18n on table builder
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/actions.en.yml | 4 | ||||
| -rw-r--r-- | config/locales/actions.fr.yml | 11 |
2 files changed, 10 insertions, 5 deletions
diff --git a/config/locales/actions.en.yml b/config/locales/actions.en.yml index ba5bc1506..f39d6c586 100644 --- a/config/locales/actions.en.yml +++ b/config/locales/actions.en.yml @@ -2,13 +2,15 @@ en: actions: edit: "Edit" destroy: "Destroy" + delete: "Delete" search: "Search" add: "Add new" show: "See" + archive: "Archive" + unarchive: "Unarchive" or: "or" cancel: "Cancel" search_hint: "Type in a search term" no_result_text: "No Results" searching_term: "Searching..." are_you_sure: Are you sure? - diff --git a/config/locales/actions.fr.yml b/config/locales/actions.fr.yml index 16c687458..758c0ab3e 100644 --- a/config/locales/actions.fr.yml +++ b/config/locales/actions.fr.yml @@ -1,10 +1,13 @@ fr: actions: - edit: "Modifier" - destroy: "Supprimer" + edit: 'Modifier' + destroy: 'Supprimer' + delete: 'Supprimer' search: "Chercher" - add: "Ajouter" - show: "Voir" + add: 'Ajouter' + show: 'Consulter' + archive: 'Archiver' + unarchive: 'Désarchiver' or: "ou" cancel: "Annuler" search_hint: "Entrez un texte à rechercher" |
