X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=9ac6f3dfc91b1237a2210571763b65e1816c87ff;hb=4c32352c1c34231ff49937b751c491c4a0880328;hp=dc9a3eecab131044c9222b2b2898c24798c2c710;hpb=3c857ca72d35f70449f20f1156ab35db92f84828;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index dc9a3eec..9ac6f3df 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -104,12 +104,6 @@ $i18n_key_words = array( 'button.copy' => 'Kopiera', 'button.cancel' => 'Avbryt', 'button.submit' => 'Skicka', -'button.add_user' => 'Lägg till användare', -'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 +135,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 +398,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,6 +440,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_mode' => 'Punch mode', // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', 'form.profile.uncompleted_indicators' => 'Indikatorer för oavslutad registrering',