summaryrefslogtreecommitdiff
path: root/app/Locales
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-01 20:40:02 -0800
committerFrédéric Guillot <fred@kanboard.net>2014-09-01 20:40:02 -0800
commit457e181ffb915e36e5da77317a6c824e10f5d5b3 (patch)
treeeb5443ac4cdbd92278359fcd15d888752c70bc77 /app/Locales
parente6d0658a0eedeb6a641c003d1c492af0f9a7502c (diff)
Improve task duplication
Diffstat (limited to 'app/Locales')
-rw-r--r--app/Locales/de_DE/translations.php2
-rw-r--r--app/Locales/es_ES/translations.php2
-rw-r--r--app/Locales/fi_FI/translations.php2
-rw-r--r--app/Locales/fr_FR/translations.php2
-rw-r--r--app/Locales/it_IT/translations.php2
-rw-r--r--app/Locales/pl_PL/translations.php2
-rw-r--r--app/Locales/pt_BR/translations.php2
-rw-r--r--app/Locales/sv_SE/translations.php2
-rw-r--r--app/Locales/zh_CN/translations.php2
9 files changed, 18 insertions, 0 deletions
diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php
index 868e33ba..eaa32aa6 100644
--- a/app/Locales/de_DE/translations.php
+++ b/app/Locales/de_DE/translations.php
@@ -436,4 +436,6 @@ return array(
// 'Project activation' => '',
// 'Move the task to another project' => '',
// 'Move to another project' => '',
+ // 'Do you really want to duplicate this task?' => '',
+ // 'Duplicate a task' => '',
);
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php
index 3df0393e..93e0dd46 100644
--- a/app/Locales/es_ES/translations.php
+++ b/app/Locales/es_ES/translations.php
@@ -436,4 +436,6 @@ return array(
// 'Project activation' => '',
// 'Move the task to another project' => '',
// 'Move to another project' => '',
+ // 'Do you really want to duplicate this task?' => '',
+ // 'Duplicate a task' => '',
);
diff --git a/app/Locales/fi_FI/translations.php b/app/Locales/fi_FI/translations.php
index aa9d9805..1d9d8150 100644
--- a/app/Locales/fi_FI/translations.php
+++ b/app/Locales/fi_FI/translations.php
@@ -436,4 +436,6 @@ return array(
// 'Project activation' => '',
// 'Move the task to another project' => '',
// 'Move to another project' => '',
+ // 'Do you really want to duplicate this task?' => '',
+ // 'Duplicate a task' => '',
);
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php
index c80fdb9a..147e12f6 100644
--- a/app/Locales/fr_FR/translations.php
+++ b/app/Locales/fr_FR/translations.php
@@ -436,4 +436,6 @@ return array(
'Project activation' => 'Activation du projet',
'Move the task to another project' => 'Déplacer la tâche vers un autre projet',
'Move to another project' => 'Déplacer vers un autre projet',
+ 'Do you really want to duplicate this task?' => 'Voulez-vous vraiment dupliquer cette tâche ?',
+ 'Duplicate a task' => 'Dupliquer une tâche'
);
diff --git a/app/Locales/it_IT/translations.php b/app/Locales/it_IT/translations.php
index ff35aaf9..f313187e 100644
--- a/app/Locales/it_IT/translations.php
+++ b/app/Locales/it_IT/translations.php
@@ -436,4 +436,6 @@ return array(
// 'Project activation' => '',
// 'Move the task to another project' => '',
// 'Move to another project' => '',
+ // 'Do you really want to duplicate this task?' => '',
+ // 'Duplicate a task' => '',
);
diff --git a/app/Locales/pl_PL/translations.php b/app/Locales/pl_PL/translations.php
index f74b84c1..7967a674 100644
--- a/app/Locales/pl_PL/translations.php
+++ b/app/Locales/pl_PL/translations.php
@@ -436,4 +436,6 @@ return array(
// 'Project activation' => '',
// 'Move the task to another project' => '',
// 'Move to another project' => '',
+ // 'Do you really want to duplicate this task?' => '',
+ // 'Duplicate a task' => '',
);
diff --git a/app/Locales/pt_BR/translations.php b/app/Locales/pt_BR/translations.php
index 1836c385..f8e68d74 100644
--- a/app/Locales/pt_BR/translations.php
+++ b/app/Locales/pt_BR/translations.php
@@ -436,4 +436,6 @@ return array(
// 'Project activation' => '',
// 'Move the task to another project' => '',
// 'Move to another project' => '',
+ // 'Do you really want to duplicate this task?' => '',
+ // 'Duplicate a task' => '',
);
diff --git a/app/Locales/sv_SE/translations.php b/app/Locales/sv_SE/translations.php
index 31f743c8..57a0e29d 100644
--- a/app/Locales/sv_SE/translations.php
+++ b/app/Locales/sv_SE/translations.php
@@ -436,4 +436,6 @@ return array(
// 'Project activation' => '',
// 'Move the task to another project' => '',
// 'Move to another project' => '',
+ // 'Do you really want to duplicate this task?' => '',
+ // 'Duplicate a task' => '',
);
diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php
index 97005794..dcbd3b74 100644
--- a/app/Locales/zh_CN/translations.php
+++ b/app/Locales/zh_CN/translations.php
@@ -436,4 +436,6 @@ return array(
// 'Project activation' => '',
// 'Move the task to another project' => '',
// 'Move to another project' => '',
+ // 'Do you really want to duplicate this task?' => '',
+ // 'Duplicate a task' => '',
);