X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fno.lang.php;h=6caea59a56acec3c901a77689ed8dfbd7969f6f7;hb=0ac41d7a52de7b0f6083d9bb1734beef7c517f30;hp=af6943cb68a5a235a7aabac7846f106fa6375802;hpb=220824961aa7e1d0da738de5a1feacc3c5832b7c;p=timetracker.git diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index af6943cb..6caea59a 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -63,6 +63,7 @@ $i18n_key_words = array( 'menu.users' => 'Brukere', // TODO: translate the following. // 'menu.groups' => 'Groups', +// 'menu.subgroups' => 'Subgroups', 'menu.export' => 'Eksport', 'menu.clients' => 'Klienter', 'menu.options' => 'Opsjoner', @@ -98,11 +99,6 @@ $i18n_key_words = array( 'error.user_exists' => 'Bruker med et slikt brukernavn eksisterer allerede.', // TODO: translate the following. // 'error.object_exists' => 'Object with this name already exists.', -'error.project_exists' => 'Et prosjekt med dette navnet er allerede opprettet.', -// TODO: translate the following. -// 'error.task_exists' => 'Task with this name already exists.', -'error.client_exists' => 'En klient med dette navnet er allerede opprettet.', -// TODO: translate the following. // 'error.invoice_exists' => 'Invoice with this number already exists.', // 'error.role_exists' => 'Role with this rank already exists.', // 'error.no_invoiceable_items' => 'There are no invoiceable items.', @@ -124,6 +120,14 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', + // Labels for buttons. 'button.login' => 'Innlogging', 'button.now' => 'NÃ¥', @@ -172,6 +176,7 @@ $i18n_key_words = array( 'label.users' => 'Brukere', // TODO: translate the following. // 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Klienter', @@ -261,10 +266,14 @@ $i18n_key_words = array( // 'label.totals_only' => 'Totals only', // Form titles. +// TODO: Translate the following. +// 'title.error' => 'Error', +// 'title.success' => 'Success', 'title.login' => 'Innlogging', // TODO: translate the following. // 'title.groups' => 'Groups', -// 'title.create_group' => 'Creating Group', +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding Group', // 'title.edit_group' => 'Editing Group', 'title.delete_group' => 'Slett team', // TODO: change "team" to "group". // TODO: translate the following. @@ -325,7 +334,6 @@ $i18n_key_words = array( 'title.options' => 'Opsjoner', 'title.profile' => 'Profil', // TODO: translate the following. -// 'title.group' => 'Group Settings', // 'title.plugins' => 'Plugins', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field',