diff options
| author | vlatka pavisic | 2016-12-27 12:13:53 +0100 |
|---|---|---|
| committer | vlatka pavisic | 2016-12-27 12:13:53 +0100 |
| commit | 08b68565fb7f82bc7754bd62ad3f72efca6ea62d (patch) | |
| tree | 8ead4709d3ba3378f8bfb044ae05efb06914fde3 /config | |
| parent | 28be322127478599c138a08e818db37fd5f3cd25 (diff) | |
| download | chouette-core-08b68565fb7f82bc7754bd62ad3f72efca6ea62d.tar.bz2 | |
Refs #2260 : LinePolicy changes
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/actions.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/actions.fr.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/actions.en.yml b/config/locales/actions.en.yml index a259ecb8a..1321e6761 100644 --- a/config/locales/actions.en.yml +++ b/config/locales/actions.en.yml @@ -4,6 +4,7 @@ en: destroy: "Destroy" search: "Search" add: "Add new" + show: "See" 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 60daa21f7..6c3e22933 100644 --- a/config/locales/actions.fr.yml +++ b/config/locales/actions.fr.yml @@ -4,6 +4,7 @@ fr: destroy: "Supprimer" search: "Chercher" add: "Ajouter" + show: "Voir" or: "ou" cancel: "Annuler" search_hint: "Entrez un texte à rechercher" |
