X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a5004f7ad3f11be39db2694bda00d0bee41d837b..d9b8a2fcd3d9886b2cf218d31eb6d37afdae368e:/WEB-INF/resources/sl.lang.php diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 39d35f48..5d1db85a 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -83,8 +83,6 @@ $i18n_key_words = array( // 'error.empty' => 'Field "{0}" is empty.', // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".', // 'error.interval' => 'Field "{0}" must be greater than "{1}".', - -// TODO: refactoring ongoing down from here. // 'error.project' => 'Select project.', // 'error.task' => 'Select task.', // 'error.client' => 'Select client.', @@ -109,27 +107,37 @@ $i18n_key_words = array( // 'error.future_date' => 'Date is in future.', // Labels for buttons. -'button.login' => 'prijava', -'button.now' => 'zdaj', -'button.save' => 'shrani', -'button.delete' => 'izbriši', -'button.cancel' => 'prekliči', -'button.submit' => 'potrdi', -'button.add_user' => 'dodaj uporabnika', -'button.add_project' => 'dodaj projekt', -'button.add_activity' => 'dodaj aktivnost', -'button.add_client' => 'dodaj stranko', -'button.add' => 'dodaj', -'button.generate' => 'ustvari', -// Note to translators: button.reset_password needs an improved translation. -'button.reset_password' => 'pojdi', -'button.send' => 'pošlji', -'button.send_by_email' => 'pošlji preko elektronske pošte', -'button.save_as_new' => 'shrani kot novo', -'button.create_team' => 'ustvari tim', -'button.export' => 'izvozi tim', -'button.import' => 'uvozi tim', -'button.apply' => 'uporabi', +'button.login' => 'Prijava', +'button.now' => 'Zdaj', +'button.save' => 'Shrani', +// TODO: translate the following. +// 'button.copy' => 'Copy', +'button.cancel' => 'Prekliči', +'button.submit' => 'Potrdi', +'button.add_user' => 'Dodaj uporabnika', +'button.add_project' => 'Dodaj projekt', +// TODO: translate the following. +// 'button.add_task' => 'Add task', +'button.add_client' => 'Dodaj stranko', +// TODO: translate the following. +// 'button.add_invoice' => 'Add invoice', +// 'button.add_option' => 'Add option', +'button.add' => 'Dodaj', +'button.generate' => 'Ustvari', +// TODO: translate the following. +// 'button.reset_password' => 'Reset password', +'button.send' => 'Pošlji', +'button.send_by_email' => 'Pošlji preko elektronske pošte', +'button.create_team' => 'Ustvari tim', +'button.export' => 'Izvozi tim', +'button.import' => 'Uvozi tim', +// TODO: translate the following. +// 'button.close' => 'Close', +// 'button.stop' => 'Stop', + + + +// TODO: refactoring ongoing down from here. // labels for controls on various forms // TODO: translate label.team_name and the strings below. @@ -150,6 +158,7 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', +'label.delete' => 'Izbriši', // Form titles. // TODO: the entire title section is missing here. See the English file.