Introduced 2 more localization strings.
[timetracker.git] / WEB-INF / resources / sl.lang.php
index 14a1b1a..59e05d7 100644 (file)
@@ -63,6 +63,7 @@ $i18n_key_words = array(
 // 'menu.tasks' => 'Tasks',
 // 'menu.users' => 'Users',
 // 'menu.groups' => 'Groups',
+// 'menu.subgroups' => 'Subgroups',
 // 'menu.export' => 'Export',
 'menu.clients' => 'Stranke',
 'menu.options' => 'Možnosti',
@@ -93,9 +94,6 @@ $i18n_key_words = array(
 // '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.',
 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 // 'error.role_exists' => 'Role with this rank already exists.',
 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
@@ -103,12 +101,15 @@ $i18n_key_words = array(
 // 'error.no_groups' => 'Your database is empty. Login as admin and create a new group.',
 // 'error.upload' => 'File upload error.',
 // 'error.range_locked' => 'Date range is locked.',
-// 'error.mail_send' => 'Error sending mail.',
+// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
 // '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.',
 // 'error.overlap' => 'Time interval overlaps with existing records.',
 // 'error.future_date' => 'Date is in future.',
+// 'error.xml' => 'Error in XML file at line %d: %s.',
+// 'error.cannot_import' => 'Cannot import: %s.',
+// 'error.format' => 'Invalid file format.',
 
 // Labels for buttons.
 'button.login' => 'Prijava',
@@ -157,6 +158,8 @@ $i18n_key_words = array(
 // 'label.end_date' => 'End date',
 // 'label.user' => 'User',
 // 'label.users' => 'Users',
+// 'label.group' => 'Group',
+// 'label.subgroups' => 'Subgroups',
 // 'label.roles' => 'Roles',
 // 'label.client' => 'Client',
 // 'label.clients' => 'Clients',
@@ -239,10 +242,14 @@ $i18n_key_words = array(
 // 'label.totals_only' => 'Totals only',
 
 // Form titles.
+// TODO: Translate the following.
+// 'title.error' => 'Error',
+// 'title.success' => 'Success',
 'title.login' => 'Prijava',
 'title.groups' => 'Timi', // TODO: change "teams" to "groups".
 // TODO: translate the following.
-// 'title.create_group' => 'Creating Group',
+// 'title.subgroups' => 'Subgroups',
+// 'title.add_group' => 'Adding Group',
 // 'title.edit_group' => 'Editing Group',
 // 'title.delete_group' => 'Deleting Group',
 'title.reset_password' => 'Razveljavi geslo',
@@ -299,7 +306,6 @@ $i18n_key_words = array(
 // 'title.options' => 'Options',
 'title.profile' => 'Profil',
 // TODO: translate the following.
-// 'title.group' => 'Group Settings',
 // 'title.plugins' => 'Plugins',
 // 'title.cf_custom_fields' => 'Custom Fields',
 // 'title.cf_add_custom_field' => 'Adding Custom Field',