Sync locales

This commit is contained in:
Frederic Guillot
2017-03-19 17:59:33 -04:00
parent 6bd0ce25c9
commit 7bfeaaf164
27 changed files with 495 additions and 235 deletions

View File

@@ -39,7 +39,6 @@ return array(
'Administrator' => 'Administrator',
'Sign in' => 'Zaloguj',
'Users' => 'Użytkownicy',
'No user' => 'Brak użytkowników',
'Forbidden' => 'Zabroniony',
'Access Forbidden' => 'Dostęp zabroniony',
'Edit user' => 'Edytuj użytkownika',
@@ -402,16 +401,13 @@ return array(
// 'API' => '',
'Create a comment from an external provider' => 'Utwórz komentarz od zewnętrznego dostawcy',
'Project management' => 'Menadżer projektu',
'My projects' => 'Moje projekty',
'Columns' => 'Kolumny',
'Task' => 'Zadanie',
'Your are not member of any project.' => 'Nie bierzesz udziału w żadnym projekcie',
'Percentage' => 'Procent',
'Number of tasks' => 'Liczba zadań',
'Task distribution' => 'Rozmieszczenie zadań',
'Analytics' => 'Analizy',
'Subtask' => 'Pod-zadanie',
'My subtasks' => 'Moje pod-zadania',
'User repartition' => 'Przydział użytkownika',
'Clone this project' => 'Sklonuj ten projekt',
'Column removed successfully.' => 'Kolumna usunięta pomyślnie.',
@@ -889,7 +885,6 @@ return array(
'There is no user available.' => 'Żaden użytkownik nie jest dostępny.',
'Do you really want to remove the user "%s" from the group "%s"?' => 'Czy na pewno chcesz usunąć użytkownika "%s" z grupy "%s"?',
'There is no group.' => 'Nie utworzono jeszcze żadnej grupy.',
'External Id' => 'Zewnętrzny Id',
'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.',
@@ -955,7 +950,6 @@ return array(
'Default priority' => 'Domyślny priorytet',
'Lowest priority' => 'Najniższy priorytet',
'Highest priority' => 'Najwyższy priorytet',
'If you put zero to the low and high priority, this feature will be disabled.' => 'Jeżeli dla najniższego i najwyższego priorytetu ustawisz 0, to priorytety dla tablicy zostaną wyłączone.',
'Close a task when there is no activity' => 'Zamknij zadanie gdy nie jest aktywne',
'Duration in days' => 'Czas trwania w dniach',
'Send email when there is no activity on a task' => 'Wyślij email gdy zadanie nie jest aktywne',
@@ -1169,8 +1163,6 @@ return array(
// 'Subtasks overview for %s' => '',
// 'Projects overview for %s' => '',
// 'Activity stream for %s' => '',
// 'Calendar for %s' => '',
// 'Notifications for %s' => '',
// 'Assign a color when the task is moved to a specific swimlane' => '',
// 'Assign a priority when the task is moved to a specific swimlane' => '',
// 'User unlocked successfully.' => '',
@@ -1316,7 +1308,6 @@ return array(
// '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' => '',
// 'Automatic action not found: "%s"' => '',
@@ -1334,4 +1325,23 @@ return array(
// 'Assign automatically a color when due date is expired' => '',
// 'Total score in this column across all swimlanes' => '',
// 'HRK - Kuna' => '',
// 'ARS - Argentine Peso' => '',
// 'COP - Colombian Peso' => '',
// '%d groups' => '',
// '%d group' => '',
// 'Group ID' => '',
// 'External ID' => '',
// '%d users' => '',
// '%d user' => '',
// 'Hide subtasks' => '',
// 'Show subtasks' => '',
// 'Authentication Parameters' => '',
// 'API Access' => '',
// 'No users found.' => '',
// 'User ID' => '',
// 'Notifications are activated' => '',
// 'Notifications are disabled' => '',
// 'User disabled' => '',
// '%d notifications' => '',
// '%d notification' => '',
);