]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/sv.lang.php
Introduced title.subgroups in translation files.
[timetracker.git] / WEB-INF / resources / sv.lang.php
index 9472db2882d5dda9f9653809cef5c87783be1dbc..785a88ee45e3c0f95d704cfb9e8d0e3f351cb5f9 100644 (file)
@@ -56,6 +56,8 @@ $i18n_key_words = array(
 'menu.tasks' => 'Arbetsuppgifter',
 'menu.users' => 'Användare',
 'menu.groups' => 'Grupper',
+// TODO: translate the following.
+// 'menu.subgroups' => 'Subgroups',
 'menu.export' => 'Exportera',
 'menu.clients' => 'Kunder',
 'menu.options' => 'Alternativ',
@@ -106,6 +108,10 @@ $i18n_key_words = array(
 'error.goto_uncompleted' => 'Visa registrering.',
 'error.overlap' => 'Tidsintervallet överlappar med en redan existerande tidsregistrering.',
 'error.future_date' => 'Det går inte att registrera tider framåt i tiden.',
+// TODO: translate the following.
+// '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' => 'Logga in',
@@ -147,6 +153,8 @@ $i18n_key_words = array(
 'label.user' => 'Användare',
 'label.users' => 'Användare',
 // TODO: translate the following.
+// 'label.group' => 'Group',
+// 'label.subgroups' => 'Subgroups',
 // 'label.roles' => 'Roles',
 'label.client' => 'Kund',
 'label.clients' => 'Kunder',
@@ -232,6 +240,8 @@ $i18n_key_words = array(
 // Rubriker för formulär
 'title.login' => 'Logga in',
 'title.groups' => 'Grupper',
+// TODO: translate the following.
+// 'title.subgroups' => 'Subgroups',
 'title.create_group' => 'Skapa grupp',
 'title.edit_group' => 'Redigera grupp',
 'title.delete_group' => 'Ta bort grupp',