diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/da_DK/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/de_DE/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/es_ES/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/fi_FI/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/fr_FR/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/hu_HU/translations.php | 7 | ||||
-rw-r--r-- | app/Locale/it_IT/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/ja_JP/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/pl_PL/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/pt_BR/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/ru_RU/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/sv_SE/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/th_TH/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/zh_CN/translations.php | 1 |
14 files changed, 16 insertions, 4 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 27dc4780..e09810b2 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -730,4 +730,5 @@ return array( // 'Board view' => '', // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', + // 'Application' => '', ); diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 0b9d0d6b..d4fbc8c8 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -730,4 +730,5 @@ return array( // 'Board view' => '', // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', + // 'Application' => '', ); diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index da25d680..56b1a8c4 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -730,4 +730,5 @@ return array( // 'Board view' => '', // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', + // 'Application' => '', ); diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index b8c35382..8f9ecdfa 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -730,4 +730,5 @@ return array( // 'Board view' => '', // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', + // 'Application' => '', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 9659bdd5..5d32030e 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -732,4 +732,5 @@ return array( 'Board view' => 'Page du tableau', 'Keyboard shortcuts' => 'Raccourcis clavier', 'Open board switcher' => 'Ouvrir le sélecteur de tableau', + 'Application' => 'Application', ); diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index 6c809db3..ea4b36b1 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -100,7 +100,7 @@ return array( 'Color' => 'Szín', 'Assignee' => 'Felelős', 'Create another task' => 'Új feladat létrehozása', - 'New task' => 'új feladat', + 'New task' => 'Új feladat', 'Open a task' => 'Feladat felnyitás', 'Do you really want to open this task: "%s"?' => 'Tényleg meg akarja nyitni ezt a feladatot: "%s"?', 'Back to the board' => 'Vissza a táblához', @@ -375,7 +375,7 @@ return array( 'Unable to unlink your GitHub Account.' => 'GitHub fiók leválasztása nem lehetséges.', 'Login with my GitHub Account' => 'Jelentkezzen be GitHub fiókkal', 'Link my GitHub Account' => 'GitHub fiók csatolása', - 'Unlink my GitHub Account' => 'GitHub fiók leválasztása', + 'Unlink my GitHub Account' => 'GitHub fiók leválasztása', 'Created by %s' => 'Készítette: %s', 'Last modified on %B %e, %Y at %k:%M %p' => 'Utolsó módosítás: %Y.%m.%d %H:%M', 'Tasks Export' => 'Feladatok exportálása', @@ -410,10 +410,8 @@ return array( 'List of due tasks for the project "%s"' => 'Projekt esedékes feladatai: "%s"', 'New attachment' => 'Új melléklet', 'New comment' => 'Új megjegyzés', - 'Comment updated' => 'Megjegyzés frissítve', 'New subtask' => 'Új részfeladat', 'Subtask updated' => 'Részfeladat frissítve', - 'New task' => 'Új feladat', 'Task updated' => 'Feladat frissítve', 'Task closed' => 'Feladat lezárva', 'Task opened' => 'Feladat megnyitva', @@ -732,4 +730,5 @@ return array( 'Board view' => 'Tábla nézet', 'Keyboard shortcuts' => 'Billentyű kombináció', 'Open board switcher' => 'Tábla választó lenyitása', + // 'Application' => '', ); diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index bcc2aebb..6b392c2c 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -730,4 +730,5 @@ return array( // 'Board view' => '', // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', + // 'Application' => '', ); diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index cd7b7d90..b2f1a85f 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -730,4 +730,5 @@ return array( // 'Board view' => '', // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', + // 'Application' => '', ); diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index 9be0ed5c..274ecb80 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -730,4 +730,5 @@ return array( // 'Board view' => '', // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', + // 'Application' => '', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 503308bc..7aa79c53 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -730,4 +730,5 @@ return array( // 'Board view' => '', // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', + // 'Application' => '', ); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 2a3c0520..a31cd63b 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -730,4 +730,5 @@ return array( // 'Board view' => '', // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', + // 'Application' => '', ); diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 905c5a86..2083fc18 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -730,4 +730,5 @@ return array( // 'Board view' => '', // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', + // 'Application' => '', ); diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index b0f9f08c..42d731d0 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -730,4 +730,5 @@ return array( // 'Board view' => '', // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', + // 'Application' => '', ); diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 436538fa..6868cd16 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -730,4 +730,5 @@ return array( // 'Board view' => '', // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', + // 'Application' => '', ); |