Sync locales

This commit is contained in:
Frederic Guillot
2015-12-29 19:17:40 +01:00
parent 34e6add1d8
commit 8ca1809bd6
23 changed files with 313 additions and 6 deletions

View File

@@ -811,7 +811,7 @@ return array(
// 'The field "%s" have been updated' => '',
// 'The description have been modified' => '',
// 'Do you really want to close the task "%s" as well as all subtasks?' => '',
//'Swimlane: %s' => '',
// 'Swimlane: %s' => '',
'I want to receive notifications for:' => 'Wysyłaj powiadomienia dla:',
'All tasks' => 'Wszystkich zadań',
'Only for tasks assigned to me' => 'Tylko zadań przypisanych do mnie',
@@ -911,7 +911,7 @@ return array(
'Current column: %s' => 'Bieżąca kolumna: %s',
'Current category: %s' => 'Bieżąca kategoria: %s',
'no category' => 'brak kategorii',
//'Current assignee: %s' => '',
// 'Current assignee: %s' => '',
'not assigned' => 'Brak osoby odpowiedzialnej',
'Author:' => 'Autor',
'contributors' => 'współautorzy',
@@ -1005,7 +1005,7 @@ return array(
'Expand swimlane' => 'Rozwiń swimlane',
'Add a new filter' => 'Dodaj nowy filtr',
'Share with all project members' => 'Udostępnij wszystkim uczestnikom projektu',
//'Shared' => '',
// 'Shared' => '',
'Owner' => 'Właściciel',
'Unread notifications' => 'Nieprzeczytane powiadomienia',
'My filters' => 'Moje filtry',
@@ -1099,4 +1099,18 @@ return array(
'Enter group name...' => 'Wprowadź nazwę grupy...',
'Role:' => 'Rola:',
'Project members' => 'Uczestnicy projektu',
// 'Compare hours for "%s"' => '',
// '%s mentioned you in the task #%d' => '',
// '%s mentioned you in a comment on the task #%d' => '',
// 'You were mentioned in the task #%d' => '',
// 'You were mentioned in a comment on the task #%d' => '',
// 'Mentioned' => '',
// 'Compare Estimated Time vs Actual Time' => '',
// 'Estimated hours: ' => '',
// 'Actual hours: ' => '',
// 'Hours Spent' => '',
// 'Hours Estimated' => '',
// 'Estimated Time' => '',
// 'Actual Time' => '',
// 'Estimated vs actual time' => '',
);