summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-19 21:49:39 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-19 21:49:39 -0400
commitab63ffafc565e75c73c27910abd465bebb09306e (patch)
tree795e09656cfaf3a2042b714dcc3850c9555dec72 /locales
parent41dd9b2eff07434a3393b20dcd875e76ac3846b3 (diff)
Task duplication
Diffstat (limited to 'locales')
-rw-r--r--locales/fr_FR/translations.php2
-rw-r--r--locales/pl_PL/translations.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php
index 3b84029e..4c604e28 100644
--- a/locales/fr_FR/translations.php
+++ b/locales/fr_FR/translations.php
@@ -252,4 +252,6 @@ return array(
'Position' => 'Position',
'Move Up' => 'Déplacer vers le haut',
'Move Down' => 'Déplacer vers le bas',
+ 'Duplicate to another project' => 'Dupliquer dans un autre projet',
+ 'Duplicate' => 'Dupliquer',
);
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php
index 458ad25d..c030bebf 100644
--- a/locales/pl_PL/translations.php
+++ b/locales/pl_PL/translations.php
@@ -255,4 +255,6 @@ return array(
// 'Position' => '',
// 'Move Up' => '',
// 'Move Down' => '',
+ // 'Duplicate to another project' => '',
+ // 'Duplicate' => '',
);