summaryrefslogtreecommitdiff
path: root/app/Locales
diff options
context:
space:
mode:
Diffstat (limited to 'app/Locales')
-rw-r--r--app/Locales/es_ES/translations.php5
-rw-r--r--app/Locales/fr_FR/translations.php5
-rw-r--r--app/Locales/pl_PL/translations.php5
-rw-r--r--app/Locales/pt_BR/translations.php5
4 files changed, 20 insertions, 0 deletions
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php
index 7374f6b6..44e5934c 100644
--- a/app/Locales/es_ES/translations.php
+++ b/app/Locales/es_ES/translations.php
@@ -338,4 +338,9 @@ return array(
// 'Do you really want to remove this file: "%s"?' => '',
// 'open' => '',
// 'Attachments' => '',
+ // 'Edit the task' => '',
+ // 'Edit the description' => '',
+ // 'Add a comment' => '',
+ // 'Edit a comment' => '',
+ // 'Summary' => '',
);
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php
index 26fee468..8cf37701 100644
--- a/app/Locales/fr_FR/translations.php
+++ b/app/Locales/fr_FR/translations.php
@@ -338,4 +338,9 @@ return array(
'Do you really want to remove this file: "%s"?' => 'Voulez-vous vraiment supprimer ce fichier « %s » ?',
'open' => 'ouvrir',
'Attachments' => 'Pièces-jointes',
+ 'Edit the task' => 'Modifier la tâche',
+ 'Edit the description' => 'Modifier la description',
+ 'Add a comment' => 'Ajouter un commentaire',
+ 'Edit a comment' => 'Modifier un commentaire',
+ 'Summary' => 'Résumé',
);
diff --git a/app/Locales/pl_PL/translations.php b/app/Locales/pl_PL/translations.php
index 43adb330..f8365d9c 100644
--- a/app/Locales/pl_PL/translations.php
+++ b/app/Locales/pl_PL/translations.php
@@ -343,4 +343,9 @@ return array(
// 'Do you really want to remove this file: "%s"?' => '',
// 'open' => '',
// 'Attachments' => '',
+ // 'Edit the task' => '',
+ // 'Edit the description' => '',
+ // 'Add a comment' => '',
+ // 'Edit a comment' => '',
+ // 'Summary' => '',
);
diff --git a/app/Locales/pt_BR/translations.php b/app/Locales/pt_BR/translations.php
index 0b4765d1..6038670a 100644
--- a/app/Locales/pt_BR/translations.php
+++ b/app/Locales/pt_BR/translations.php
@@ -339,4 +339,9 @@ return array(
// 'Do you really want to remove this file: "%s"?' => '',
// 'open' => '',
// 'Attachments' => '',
+ // 'Edit the task' => '',
+ // 'Edit the description' => '',
+ // 'Add a comment' => '',
+ // 'Edit a comment' => '',
+ // 'Summary' => '',
);