diff options
Diffstat (limited to 'locales')
-rw-r--r-- | locales/es_ES/translations.php | 1 | ||||
-rw-r--r-- | locales/fr_FR/translations.php | 3 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 1 | ||||
-rw-r--r-- | locales/pt_BR/translations.php | 1 |
4 files changed, 5 insertions, 1 deletions
diff --git a/locales/es_ES/translations.php b/locales/es_ES/translations.php index 4d2a606f..ea7da4ba 100644 --- a/locales/es_ES/translations.php +++ b/locales/es_ES/translations.php @@ -304,4 +304,5 @@ return array( // 'Unlink my Google Account' => '', // 'Login with my Google Account' => '', // 'Project not found.' => '', + // 'Task #%d' => '', ); diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index cf676440..0db18901 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -303,5 +303,6 @@ return array( 'Link my Google Account' => 'Lier mon compte Google', 'Unlink my Google Account' => 'Ne plus utiliser mon compte Google', 'Login with my Google Account' => 'Se connecter avec mon compte Google', - 'Project not found.' => 'Projet introuvable.' + 'Project not found.' => 'Projet introuvable.', + 'Task #%d' => 'Tâche n°%d', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 2a2ddbd8..d2018ef8 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -309,4 +309,5 @@ return array( // 'Unlink my Google Account' => '', // 'Login with my Google Account' => '', // 'Project not found.' => '', + // 'Task #%d' => '', ); diff --git a/locales/pt_BR/translations.php b/locales/pt_BR/translations.php index 9c740bf7..9ef5a7f8 100644 --- a/locales/pt_BR/translations.php +++ b/locales/pt_BR/translations.php @@ -305,4 +305,5 @@ return array( // 'Unlink my Google Account' => '', // 'Login with my Google Account' => '', // 'Project not found.' => '', + // 'Task #%d' => '', ); |