diff options
Diffstat (limited to 'locales')
-rw-r--r-- | locales/fr_FR/translations.php | 6 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 044b5b3e..6d7f70ce 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -85,7 +85,7 @@ return array( 'settings' => 'préférences', 'Application Settings' => 'Paramètres de l\'application', 'Language' => 'Langue', - 'Webhooks token' => 'Jeton de securité pour les webhooks', + 'Webhooks token:' => 'Jeton de securité pour les webhooks :', 'More information' => 'Plus d\'informations', 'Database size:' => 'Taille de la base de données :', 'Download the database' => 'Télécharger la base de données', @@ -183,7 +183,5 @@ return array( 'There is no column in your project!' => 'Il n\'y a aucune colonne dans votre projet !', 'Change assignee' => 'Changer la personne assignée', 'Change assignee for the task "%s"' => 'Changer la personne assignée pour la tâche « %s »', - /* missing - 'Timezone' => '' - */ + 'Timezone' => 'Fuseau horaire', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index ee0c6894..99fd8297 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -85,7 +85,7 @@ return array( 'settings' => 'ustawienia', 'Application Settings' => 'Ustawienia aplikacji', 'Language' => 'Język', - 'Webhooks token' => 'Token', + 'Webhooks token:' => 'Token :', 'More information' => 'Więcej informacji', 'Database size:' => 'Rozmiar bazy danych :', 'Download the database' => 'Pobierz bazę danych', |