Combining add button labels into one.
[timetracker.git] / WEB-INF / resources / sv.lang.php
index b9f9258..b3b4d8f 100644 (file)
@@ -108,8 +108,6 @@ $i18n_key_words = array(
 'button.add_project' => 'Lägg till projekt',
 'button.add_task' => 'Lägg till arbetsuppgift',
 'button.add_client' => 'Lägg till kund',
-'button.add_invoice' => 'Lägg till faktura',
-'button.add_option' => 'Lägg till alternativ',
 'button.add' => 'Lägg till',
 'button.generate' => 'Generera',
 'button.reset_password' => 'Återställ lösenord',
@@ -141,6 +139,8 @@ $i18n_key_words = array(
 'label.end_date' => 'Slutdatum',
 'label.user' => 'Användare',
 'label.users' => 'Användare',
+// TODO: translate the following.
+// 'label.roles' => 'Roles',
 'label.client' => 'Kund',
 'label.clients' => 'Kunder',
 'label.option' => 'Alternativ',
@@ -402,6 +402,12 @@ $i18n_key_words = array(
 'form.users.rate' => 'Timtaxa',
 'form.users.default_rate' => 'Standard timtaxa',
 
+// Roles form. See example at https://timetracker.anuko.com/roles.php
+// TODO: translate the following.
+// 'form.roles.active_roles' => 'Active Roles',
+// 'form.roles.inactive_roles' => 'Inactive Roles',
+// 'form.roles.rights' => 'Rights',
+
 // Clients form. See example at https://timetracker.anuko.com/clients.php
 'form.clients.active_clients' => 'Aktiva kunder',
 'form.clients.inactive_clients' => 'Inaktiva kunder',
@@ -438,7 +444,7 @@ $i18n_key_words = array(
 'form.profile.type_start_finish' => 'Starttid och sluttid',
 'form.profile.type_duration' => 'Varaktighet',
 // TODO: translate the following.
-// 'form.profile.punch_in_mode' => 'Punch in mode',
+// 'form.profile.punch_mode' => 'Punch mode',
 // 'form.profile.allow_overlap' => 'Allow overlap',
 // 'form.profile.future_entries' => 'Future entries',
 'form.profile.uncompleted_indicators' => 'Indikatorer för oavslutad registrering',