X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fsv.lang.php;h=9ac6f3dfc91b1237a2210571763b65e1816c87ff;hb=dacd62b3065d38ddbec624d5b7d7306f0b61dd3a;hp=92664c5312e3d4429b1298905b5a221fdc126cbc;hpb=1525dcb2eb2094c83ac9762675d957c285762434;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 92664c53..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',