diff options
Diffstat (limited to 'app/Locale/sr_Latn_RS/translations.php')
-rw-r--r-- | app/Locale/sr_Latn_RS/translations.php | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 3825ecde..8504c0c5 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -8,7 +8,6 @@ return array( 'Edit' => 'Izmeni', 'remove' => 'ukloni', 'Remove' => 'Ukloni', - 'Update' => 'Ažuriraj', 'Yes' => 'Da', 'No' => 'Ne', 'cancel' => 'odustani', @@ -60,7 +59,6 @@ return array( 'Actions' => 'Akcje', '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"' => 'Akcje 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.' => 'Kad se događaj desi izvrši odgovarajuću akciju', 'Next step' => 'Sledeć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' => 'Dodeli 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.' => '', ); |