diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-29 17:49:00 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-29 17:49:00 -0500 |
commit | b506962e10291426c412afdbc5ebc0d6d4f19e05 (patch) | |
tree | 1c4ed082d5ca17fbf540a22569464a9256d75f41 | |
parent | 11e4b527113c871b9acdbc791c107a1bcffa15ad (diff) |
Sync locales
-rw-r--r-- | app/Locale/es_ES/translations.php | 2 | ||||
-rw-r--r-- | app/Locale/fr_FR/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/pl_PL/translations.php | 3 | ||||
-rw-r--r-- | app/Locale/pt_BR/translations.php | 3 |
4 files changed, 3 insertions, 6 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 10b28258..b78261a6 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -698,5 +698,5 @@ return array( 'All colors' => 'Todos los colores', 'All status' => 'Todos los estados', // 'Add a comment logging moving the task between columns' => '', - 'Moved to column %s' => 'Movido a columna %s', + 'Moved to column %s' => 'Movido a columna %s', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index c1c8a495..fa0d75b0 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -669,7 +669,6 @@ return array( 'February' => 'Février', 'March' => 'Mars', 'April' => 'Avril', - 'May' => 'Mai', 'June' => 'Juin', 'July' => 'Juillet', 'August' => 'Août', diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index 4dd322e9..0a035784 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -626,7 +626,7 @@ return array( 'Your swimlane have been created successfully.' => 'Proces tworzony pomyślnie.', 'Example: "Bug, Feature Request, Improvement"' => 'Przykład: "Błąd, Żądanie Funkcjonalnośći, Udoskonalenia"', 'Default categories for new projects (Comma-separated)' => 'Domyślne kategorie dla nowych projektów (oddzielone przecinkiem)', - //'Gitlab commit received' => '', + // 'Gitlab commit received' => '', // 'Gitlab issue opened' => '', // 'Gitlab issue closed' => '', // 'Gitlab webhooks' => '', @@ -699,5 +699,4 @@ return array( 'All status' => 'Wszystkie statusy', 'Add a comment logging moving the task between columns' => 'Dodaj komentarz dokumentujący przeniesienie zadania pomiędzy kolumnami', 'Moved to column %s' => 'Przeniosiono do kolumny %s', - ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index dfea7d4b..c2a013c5 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -657,7 +657,7 @@ return array( 'Feb' => 'Fev', 'Mar' => 'Mar', 'Apr' => 'Abr', - 'May' => 'Mai', + 'May' => 'Maio', 'Jun' => 'Jun', 'Jul' => 'Jul', 'Aug' => 'Ago', @@ -669,7 +669,6 @@ return array( 'February' => 'Fevereiro', 'March' => 'Março', 'April' => 'Abril', - 'May' => 'Maio', 'June' => 'Junho', 'July' => 'Julho', 'August' => 'Agosto', |