diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-24 18:08:58 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-24 18:08:58 -0500 |
commit | 64e2e072294563b7c834382c2de631687f235fe8 (patch) | |
tree | cdfc0e7ae9b72e2d6166376a8c757a0325152c30 /locales | |
parent | e374a6fd6499b50d4587d136490ced7444f8bc2b (diff) |
Improve timezone pull-request and settings page
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', |