summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-05-17 18:26:17 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-05-17 18:26:17 -0400
commitf9c24f3c2c46eccd18e70704c0e8767fa6023206 (patch)
tree0e26337e3910ef10a88a8093967748ce54bcc701 /locales
parent4d677b720e818f9d14585479699335ec41ed3541 (diff)
Add the possibility to remove a task
Diffstat (limited to 'locales')
-rw-r--r--locales/es_ES/translations.php4
-rw-r--r--locales/fr_FR/translations.php4
-rw-r--r--locales/pl_PL/translations.php4
-rw-r--r--locales/pt_BR/translations.php4
4 files changed, 16 insertions, 0 deletions
diff --git a/locales/es_ES/translations.php b/locales/es_ES/translations.php
index ea7da4ba..e1d54c03 100644
--- a/locales/es_ES/translations.php
+++ b/locales/es_ES/translations.php
@@ -305,4 +305,8 @@ return array(
// 'Login with my Google Account' => '',
// 'Project not found.' => '',
// 'Task #%d' => '',
+ // 'Task removed successfully.' => '',
+ // 'Unable to remove this task.' => '',
+ // 'Remove a task' => '',
+ // 'Do you really want to remove this task: "%s"?' => '',
);
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php
index 0db18901..ac216c9b 100644
--- a/locales/fr_FR/translations.php
+++ b/locales/fr_FR/translations.php
@@ -305,4 +305,8 @@ return array(
'Login with my Google Account' => 'Se connecter avec mon compte Google',
'Project not found.' => 'Projet introuvable.',
'Task #%d' => 'Tâche n°%d',
+ 'Task removed successfully.' => 'Tâche supprimée avec succès.',
+ 'Unable to remove this task.' => 'Impossible de supprimer cette tâche.',
+ 'Remove a task' => 'Supprimer une tâche',
+ 'Do you really want to remove this task: "%s"?' => 'Voulez-vous vraiment supprimer cette tâche « %s » ?',
);
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php
index d2018ef8..a8feb807 100644
--- a/locales/pl_PL/translations.php
+++ b/locales/pl_PL/translations.php
@@ -310,4 +310,8 @@ return array(
// 'Login with my Google Account' => '',
// 'Project not found.' => '',
// 'Task #%d' => '',
+ // 'Task removed successfully.' => '',
+ // 'Unable to remove this task.' => '',
+ // 'Remove a task' => '',
+ // 'Do you really want to remove this task: "%s"?' => '',
);
diff --git a/locales/pt_BR/translations.php b/locales/pt_BR/translations.php
index 9ef5a7f8..ffb578c5 100644
--- a/locales/pt_BR/translations.php
+++ b/locales/pt_BR/translations.php
@@ -306,4 +306,8 @@ return array(
// 'Login with my Google Account' => '',
// 'Project not found.' => '',
// 'Task #%d' => '',
+ // 'Task removed successfully.' => '',
+ // 'Unable to remove this task.' => '',
+ // 'Remove a task' => '',
+ // 'Do you really want to remove this task: "%s"?' => '',
);