aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorjpl2017-04-10 18:44:20 +0200
committerjpl2017-04-10 18:44:20 +0200
commitb23f6dca2395d87e2a3c0f8d8ca15303b240aef7 (patch)
treeb77eb7f1fc6c465724bd7dc9c72863eeb4ea587c /config
parentf62876f66e1ded5347ac93954845357a58be6aa9 (diff)
downloadchouette-core-b23f6dca2395d87e2a3c0f8d8ca15303b240aef7.tar.bz2
Refs #2909: adding actions on tt#index
Diffstat (limited to 'config')
-rw-r--r--config/locales/actions.en.yml1
-rw-r--r--config/locales/actions.fr.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/actions.en.yml b/config/locales/actions.en.yml
index a5fbbeb64..5bfd9d9fb 100644
--- a/config/locales/actions.en.yml
+++ b/config/locales/actions.en.yml
@@ -9,6 +9,7 @@ en:
archive: "Archive"
unarchive: "Unarchive"
clone: 'Clone'
+ duplicate: 'Clone'
clean_up: 'Clean up'
sync: 'Synchronize'
combine: 'Combine'
diff --git a/config/locales/actions.fr.yml b/config/locales/actions.fr.yml
index f6e4d74e2..94afc1393 100644
--- a/config/locales/actions.fr.yml
+++ b/config/locales/actions.fr.yml
@@ -10,6 +10,7 @@ fr:
archive: 'Conserver'
unarchive: 'Déconserver'
clone: 'Dupliquer'
+ duplicate: 'Dupliquer'
clean_up: 'Purger'
sync: 'Synchroniser'
combine: 'Combiner'