Update translations

This commit is contained in:
Frederic Guillot
2017-02-19 09:11:05 -05:00
parent 64a4eb05ce
commit 23ff360d62
28 changed files with 457 additions and 179 deletions

View File

@@ -4,9 +4,7 @@ return array(
'number.decimals_separator' => ',',
'number.thousands_separator' => ' ',
'None' => 'Brak',
'edit' => 'edytuj',
'Edit' => 'Edytuj',
'remove' => 'usuń',
'Remove' => 'Usuń',
'Yes' => 'Tak',
'No' => 'Nie',
@@ -167,8 +165,6 @@ return array(
'Automatic actions for the project "%s"' => 'Akcje automatyczne dla projektu "%s"',
'Add an action' => 'Nowa akcja',
'Event name' => 'Nazwa zdarzenia',
'Action name' => 'Nazwa akcji',
'Action parameters' => 'Parametry akcji',
'Action' => 'Akcja',
'Event' => 'Zdarzenie',
'When the selected event occurs execute the corresponding action.' => 'Gdy następuje wybrane zdarzenie, uruchom odpowiednią akcję',
@@ -187,7 +183,7 @@ return array(
'Position' => 'Pozycja',
'Duplicate to another project' => 'Skopiuj do innego projektu',
'Duplicate' => 'Utwórz kopię',
'link' => 'link',
'Link' => 'Link',
'Comment updated successfully.' => 'Komentarz został zapisany.',
'Unable to update your comment.' => 'Nie udało się zapisać komentarza.',
'Remove a comment' => 'Usuń komentarz',
@@ -234,7 +230,6 @@ return array(
'Category:' => 'Kategoria:',
'Categories' => 'Kategorie',
'Your category have been created successfully.' => 'Pomyślnie utworzono kategorię.',
'Unable to create your category.' => 'Nie można tworzyć kategorii.',
'This category has been updated successfully.' => 'Pomyślnie zaktualizowano kategorię',
'Unable to update this category.' => 'Nie można zaktualizować kategorii',
'Remove a category' => 'Usuń kategorię',
@@ -899,7 +894,6 @@ return array(
'Add group member' => 'Dodaj członka grupy',
'Do you really want to remove this group: "%s"?' => 'Czy na pewno chcesz usunąć grupę "%s"?',
'There is no user in this group.' => 'Wybrana grupa nie posiada członków.',
'Remove this user' => 'Usuń użytkownika',
'Permissions' => 'Prawa dostępu',
'Allowed Users' => 'Użytkownicy, którzy mają dostęp',
'No user have been allowed specifically.' => 'Żaden użytkownik nie ma przyznanego dostępu.',
@@ -1309,4 +1303,21 @@ return array(
// 'This project is open' => '',
// 'This project is closed' => '',
// 'Unable to upload files, check the permissions of your data folder.' => '',
// 'Another category with the same name exists in this project' => '',
// 'Comment sent by email successfully.' => '',
// 'Sent by email to [%s](mailto:%s) (%s)' => '',
// 'Unable to read uploaded file.' => '',
// 'Database uploaded successfully.' => '',
// 'Task sent by email successfully.' => '',
// 'There is no category in this project.' => '',
// 'Send by email' => '',
// 'Create and send a comment by email' => '',
// 'Subject' => '',
// 'Upload the database' => '',
// 'You could upload the previously downloaded Sqlite database (Gzip format).' => '',
// 'Database file' => '',
// 'Upload' => '',
// 'Remove this user from group' => '',
// 'Your project must have at least one active swimlane.' => '',
// 'Project: %s' => '',
);