diff options
Diffstat (limited to 'locales')
-rw-r--r-- | locales/es_ES/translations.php | 1 | ||||
-rw-r--r-- | locales/fr_FR/translations.php | 1 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 1 | ||||
-rw-r--r-- | locales/pt_BR/translations.php | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/locales/es_ES/translations.php b/locales/es_ES/translations.php index 652c5f03..e101c7ce 100644 --- a/locales/es_ES/translations.php +++ b/locales/es_ES/translations.php @@ -303,4 +303,5 @@ return array( // 'Link my Google Account' => '', // 'Unlink my Google Account' => '', // 'Login with my Google Account' => '', + // 'Project not found.' => '', ); diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 626aa946..a77a5f57 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -303,4 +303,5 @@ 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.' ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 732ab654..0b6d8480 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -308,4 +308,5 @@ return array( // 'Link my Google Account' => '', // 'Unlink my Google Account' => '', // 'Login with my Google Account' => '', + // 'Project not found.' => '', ); diff --git a/locales/pt_BR/translations.php b/locales/pt_BR/translations.php index 79e1cbe0..b9d273a0 100644 --- a/locales/pt_BR/translations.php +++ b/locales/pt_BR/translations.php @@ -304,4 +304,5 @@ return array( // 'Link my Google Account' => '', // 'Unlink my Google Account' => '', // 'Login with my Google Account' => '', + // 'Project not found.' => '', ); |