diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-21 12:35:01 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-21 12:35:01 -0400 |
commit | ff7189971e6685118f41e3567cefae7c333202de (patch) | |
tree | 3ef320155bb07e6ac8a1a0242552d8e02d6bf6b7 /app/Locale/pl_PL | |
parent | d7a8160c2b422dcf950093d9d17d90f1e80201de (diff) |
Move the script sync-locales.php to cli command
Diffstat (limited to 'app/Locale/pl_PL')
-rw-r--r-- | app/Locale/pl_PL/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index 0bdfe57f..41355c9b 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -787,7 +787,7 @@ return array( 'Custom Stylesheet' => 'Niestandardowy arkusz stylów', 'download' => 'pobierz', 'Do you really want to remove this budget line?' => 'Czy chcesz usunąć tą linię budżetową?', - //'EUR - Euro' => '', + // 'EUR - Euro' => '', 'Expenses' => 'Wydatki', 'GBP - British Pound' => 'GBP - Funt brytyjski', 'INR - Indian Rupee' => 'INR - Rupia indyjska', @@ -797,7 +797,7 @@ return array( 'Remove a budget line' => 'Usuń linię budżetową', 'Remove budget line' => 'Usuń linię budżetową', 'RSD - Serbian dinar' => 'RSD - Dinar serbski', - 'The budget line have been created successfully.' => '', + // 'The budget line have been created successfully.' => '', 'Unable to create the budget line.' => 'Nie można utworzyć linii budżetowej', 'Unable to remove this budget line.' => 'Nie można usunąć tej linii budżetowej', 'USD - US Dollar' => 'USD - Dolar amerykański', |