X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1c40fb09e97ff643c80e9b96106d891e6fdbde1b..4d07dc7fef357e5139f35df6271cc15dc6bea955:/WEB-INF/resources/sl.lang.php diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 72228894..839bdba8 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -90,6 +90,7 @@ $i18n_key_words = array( // 'error.record' => 'Select record.', // 'error.auth' => 'Incorrect login or password.', // 'error.user_exists' => 'User with this login already exists.', +// 'error.object_exists' => 'Object with this name already exists.', // 'error.project_exists' => 'Project with this name already exists.', // 'error.task_exists' => 'Task with this name already exists.', // 'error.client_exists' => 'Client with this name already exists.', @@ -115,6 +116,7 @@ $i18n_key_words = array( 'button.cancel' => 'Prekliči', 'button.submit' => 'Potrdi', 'button.add' => 'Dodaj', +'button.delete' => 'Izbriši', 'button.generate' => 'Ustvari', // TODO: translate the following. // 'button.reset_password' => 'Reset password',