aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarc Florisson2014-03-04 09:24:05 +0100
committerMarc Florisson2014-03-04 09:26:18 +0100
commit3587b4b60cdcc3a832b5694b9cb0d7b7d4e7853e (patch)
tree6d0bde8178b2b1a8a70993e415b5212732a6f416 /config
parent5c901c9f3d003c9b122925013e6155fdfa1f6dff (diff)
downloadchouette-core-3587b4b60cdcc3a832b5694b9cb0d7b7d4e7853e.tar.bz2
fix tokenInput translations, Mantis #24416
Diffstat (limited to 'config')
-rw-r--r--config/locales/actions.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/locales/actions.yml b/config/locales/actions.yml
index bbc7d9bc0..7f743f60b 100644
--- a/config/locales/actions.yml
+++ b/config/locales/actions.yml
@@ -6,6 +6,9 @@ en:
add: "Add new"
or: "or"
cancel: "Cancel"
+ search_hint: "Type in a search term"
+ no_result_text: "No Results"
+ searching_term: "Searching..."
fr:
actions:
edit: "Modifier"
@@ -13,4 +16,7 @@ fr:
search: "Chercher"
add: "Ajouter"
or: "ou"
- cancel: "Annuler" \ No newline at end of file
+ cancel: "Annuler"
+ search_hint: "Entrez un texte à rechercher"
+ no_result_text: "Aucun résultat"
+ searching_term: "Recherche en cours..."