X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=4fe3b042234bae5accc6efab148fa9f648a1370b;hb=fa6508ac21c30d6bfef008387fabd29a843d7b66;hp=969380b5d5e10111c6ff7ef55275da8acde102cb;hpb=d25b2051caf684cb847977474f03ee0d3c1046e4;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 969380b5..4fe3b042 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -89,9 +89,6 @@ $i18n_key_words = array( 'error.user_exists' => 'Det finns redan en användare med det här användarnamnet.', // TODO: translate the following. // 'error.object_exists' => 'Object with this name already exists.', -'error.project_exists' => 'Det finns redan ett projekt med det här namnet.', -'error.task_exists' => 'Det finns redan en arbetsuppgift med det här namnet.', -'error.client_exists' => 'Det finns redan en kund med det här namnet.', 'error.invoice_exists' => 'Det finns redan en faktura med det här numret.', // TODO: translate the following. // 'error.role_exists' => 'Role with this rank already exists.', @@ -113,6 +110,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', + // Labels for buttons. 'button.login' => 'Logga in', 'button.now' => 'Nu', @@ -238,9 +239,14 @@ $i18n_key_words = array( 'label.totals_only' => 'Visa endast summeringar', // Rubriker för formulär +'title.error' => 'Fel', +// TODO: Translate the following. +// 'title.success' => 'Success', 'title.login' => 'Logga in', 'title.groups' => 'Grupper', -'title.create_group' => 'Skapa grupp', +// TODO: translate the following. +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding Group', 'title.edit_group' => 'Redigera grupp', 'title.delete_group' => 'Ta bort grupp', 'title.reset_password' => 'Återställ lösenord', @@ -295,8 +301,6 @@ $i18n_key_words = array( 'title.import' => 'Importera grupp', 'title.options' => 'Alternativ', 'title.profile' => 'Profil', -// TODO: translate the following. -// 'title.group' => 'Group Settings', 'title.plugins' => 'Tillägg', 'title.cf_custom_fields' => 'Egna fält', 'title.cf_add_custom_field' => 'Lägg till fält',