From 457e181ffb915e36e5da77317a6c824e10f5d5b3 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 1 Sep 2014 20:40:02 -0800 Subject: Improve task duplication --- app/Locales/de_DE/translations.php | 2 ++ app/Locales/es_ES/translations.php | 2 ++ app/Locales/fi_FI/translations.php | 2 ++ app/Locales/fr_FR/translations.php | 2 ++ app/Locales/it_IT/translations.php | 2 ++ app/Locales/pl_PL/translations.php | 2 ++ app/Locales/pt_BR/translations.php | 2 ++ app/Locales/sv_SE/translations.php | 2 ++ app/Locales/zh_CN/translations.php | 2 ++ 9 files changed, 18 insertions(+) (limited to 'app/Locales') 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' => '', ); -- cgit v1.2.3