summaryrefslogtreecommitdiff
path: root/app/Locale
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-01-29 17:49:00 -0500
committerFrederic Guillot <fred@kanboard.net>2015-01-29 17:49:00 -0500
commitb506962e10291426c412afdbc5ebc0d6d4f19e05 (patch)
tree1c4ed082d5ca17fbf540a22569464a9256d75f41 /app/Locale
parent11e4b527113c871b9acdbc791c107a1bcffa15ad (diff)
Sync locales
Diffstat (limited to 'app/Locale')
-rw-r--r--app/Locale/es_ES/translations.php2
-rw-r--r--app/Locale/fr_FR/translations.php1
-rw-r--r--app/Locale/pl_PL/translations.php3
-rw-r--r--app/Locale/pt_BR/translations.php3
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',