Sync locales
This commit is contained in:
@@ -8,7 +8,6 @@ return array(
|
||||
'Edit' => 'Uredi',
|
||||
'remove' => 'ukloni',
|
||||
'Remove' => 'Ukloni',
|
||||
'Update' => 'Ažuriraj',
|
||||
'Yes' => 'Da',
|
||||
'No' => 'Ne',
|
||||
'cancel' => 'odustani',
|
||||
@@ -60,7 +59,6 @@ return array(
|
||||
'Actions' => 'Akcije',
|
||||
'Inactive' => 'Neaktivan',
|
||||
'Active' => 'Aktivan',
|
||||
'Add this column' => 'Dodaj kolonu',
|
||||
'%d tasks on the board' => '%d zadataka na tabli',
|
||||
'%d tasks in total' => '%d zadataka ukupno',
|
||||
'Unable to update this board.' => 'Nemogu da ažuriram ovu tablu.',
|
||||
@@ -184,7 +182,6 @@ return array(
|
||||
'Unable to remove this action.' => 'Nije moguće obrisati akciju',
|
||||
'Action removed successfully.' => 'Akcija obrisana',
|
||||
'Automatic actions for the project "%s"' => 'Akcije za automatizaciju projekta "%s"',
|
||||
'Defined actions' => 'Definisane akcje',
|
||||
'Add an action' => 'dodaj akcju',
|
||||
'Event name' => 'Naziv događaja',
|
||||
'Action name' => 'Naziv akcije',
|
||||
@@ -194,7 +191,6 @@ return array(
|
||||
'When the selected event occurs execute the corresponding action.' => 'Na izabrani događaj izvrši odgovarajuću akciju',
|
||||
'Next step' => 'Slijedeći korak',
|
||||
'Define action parameters' => 'Definiši parametre akcije',
|
||||
'Save this action' => 'Snimi akciju',
|
||||
'Do you really want to remove this action: "%s"?' => 'Da li da obrišem akciju "%s"?',
|
||||
'Remove an automatic action' => 'Obriši automatsku akciju',
|
||||
'Assign the task to a specific user' => 'Dodijeli zadatak određenom korisniku',
|
||||
@@ -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.' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user