X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c037a9d36c659450d720e4e42daaa119cf72ff64..cc31bb230e32dbff98f10ace148b41872d738ad9:/WEB-INF/resources/sl.lang.php diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 4675190d..a541040a 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -100,11 +100,6 @@ $i18n_key_words = array( // 'error.upload' => 'File upload error.', // 'error.range_locked' => 'Date range is locked.', // 'error.mail_send' => 'Error sending mail.', - - - -// TODO: refactoring ongoing down from here. - // 'error.no_email' => 'No email associated with this login.', // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.', // 'error.goto_uncompleted' => 'Go to uncompleted entry.', @@ -112,11 +107,17 @@ $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.login' => 'Prijava', +'button.now' => 'Zdaj', +'button.save' => 'Shrani', +// TODO: translate the following. +// 'button.copy' => 'Copy', +'button.cancel' => 'Prekliči', + + + +// TODO: refactoring ongoing down from here. + 'button.submit' => 'potrdi', 'button.add_user' => 'dodaj uporabnika', 'button.add_project' => 'dodaj projekt', @@ -153,6 +154,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.