Sync locales

This commit is contained in:
Frederic Guillot
2016-03-05 17:48:45 -05:00
parent 7c76926980
commit 4c91798781
24 changed files with 661 additions and 558 deletions

View File

@@ -8,7 +8,6 @@ return array(
'Edit' => 'Edytuj',
'remove' => 'usuń',
'Remove' => 'Usuń',
'Update' => 'Aktualizuj',
'Yes' => 'Tak',
'No' => 'Nie',
'cancel' => 'anuluj',
@@ -60,7 +59,6 @@ return array(
'Actions' => 'Akcje',
'Inactive' => 'Nieaktywny',
'Active' => 'Aktywny',
'Add this column' => 'Dodaj kolumnę',
'%d tasks on the board' => '%d zadań na tablicy',
'%d tasks in total' => '%d wszystkich zadań',
'Unable to update this board.' => 'Nie można zaktualizować tablicy.',
@@ -184,7 +182,6 @@ return array(
'Unable to remove this action.' => 'Nie można usunąć akcji',
'Action removed successfully.' => 'Akcja usunięta',
'Automatic actions for the project "%s"' => 'Akcje automatyczne dla projektu "%s"',
'Defined actions' => 'Zdefiniowane akcje',
'Add an action' => 'Nowa akcja',
'Event name' => 'Nazwa zdarzenia',
'Action name' => 'Nazwa akcji',
@@ -194,7 +191,6 @@ return array(
'When the selected event occurs execute the corresponding action.' => 'Gdy następuje wybrane zdarzenie, uruchom odpowiednią akcję',
'Next step' => 'Następny krok',
'Define action parameters' => 'Zdefiniuj parametry akcji',
'Save this action' => 'Zapisz akcję',
'Do you really want to remove this action: "%s"?' => 'Na pewno chcesz usunąć akcję "%s"?',
'Remove an automatic action' => 'Usuń akcję automatyczną',
'Assign the task to a specific user' => 'Przypisz zadanie do wybranego użytkownika',
@@ -1036,7 +1032,7 @@ return array(
'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => 'Wtyczki obsługujące dodatkowe powiadomienia nie zostały zainstalowane. Dalej jednak możesz korzystać z standardowych powiadomień (sprawdź w ustawieniach Twojego profilu).',
'My dashboard' => 'Mój dashboard',
'My profile' => 'Mój profil',
'Project owner:' => 'Właściciel:',
// 'Project owner: ' => '',
'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => 'Identyfikator projektu jest opcjonalny i musi być alfanumeryczny, przykład: MYPROJECT.',
'Project owner' => 'Właściciel projektu',
'Those dates are useful for the project Gantt chart.' => 'Daty te są przydatne dla wykresu Gantta.',
@@ -1148,4 +1144,11 @@ return array(
// 'This value must be greater than %d' => '',
// 'Another swimlane with the same name exists in the project' => '',
// 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '',
// 'Actions duplicated successfully.' => '',
// 'Unable to duplicate actions.' => '',
// 'Add a new action' => '',
// 'Import from another project' => '',
// 'There is no action at the moment.' => '',
// 'Import actions from another project' => '',
// 'There is no available project.' => '',
);