// '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.',
// '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',
// '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.