X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7bce64d44641b6fa36877db2bc9a1f1f78ac73eb..cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0:/WEB-INF/resources/sv.lang.php diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 567bb544..b3b4d8f4 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -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,9 @@ $i18n_key_words = array( 'form.profile.type_start_finish' => 'Starttid och sluttid', 'form.profile.type_duration' => 'Varaktighet', // TODO: translate the following. +// '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', 'form.profile.plugins' => 'Tillägg',