Work in progress on separate page for plugins config.
[timetracker.git] / WEB-INF / resources / sv.lang.php
index 0151c00..c2159bb 100644 (file)
@@ -222,13 +222,16 @@ $i18n_key_words = array(
 // 'label.mark_paid' => 'Mark paid',
 // 'label.week_note' => 'Week note',
 // 'label.week_list' => 'Week list',
+// 'label.work_units' => 'Work units',
+// 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Visa endast summeringar',
 
 // Rubriker för formulär
 'title.login' => 'Logga in',
 'title.groups' => 'Grupper',
-'title.create_team' => 'Skapa arbetsgrupp',
-'title.edit_team' => 'Redigera arbetsgrupp',
-'title.delete_team' => 'Ta bort arbetsgrupp',
+'title.create_group' => 'Skapa grupp',
+'title.edit_group' => 'Redigera grupp',
+'title.delete_group' => 'Ta bort grupp',
 'title.reset_password' => 'Återställ lösenord',
 'title.change_password' => 'Ändra lösenord',
 'title.time' => 'Tider',
@@ -277,8 +280,8 @@ $i18n_key_words = array(
 'title.edit_notification' => 'Redigera avisering',
 'title.delete_notification' => 'Ta bort avisering',
 'title.monthly_quotas' => 'Månadskvoter',
-'title.export' => 'Exportera arbetsgrupp',
-'title.import' => 'Importera arbetsgrupp',
+'title.export' => 'Exportera grupp',
+'title.import' => 'Importera grupp',
 'title.options' => 'Alternativ',
 'title.profile' => 'Profil',
 // TODO: translate the following.
@@ -292,11 +295,12 @@ $i18n_key_words = array(
 'title.cf_edit_dropdown_option' => 'Redigera alternativ',
 'title.cf_delete_dropdown_option' => 'Ta bort alternativ',
 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
-// It is also a name for the Locking plugin on the Team profile page.
+// It is also a name for the Locking plugin on the group settings page.
 'title.locking' => 'Låsning',
 // TODO: translate the following.
 // 'title.week_view' => 'Week View',
 // 'title.swap_roles' => 'Swapping Roles',
+// 'title.work_units' => 'Work Units',
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // Strings that are used in a single form must go to the specific form section.
@@ -379,7 +383,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'Kund',
 'form.reports.group_by_project' => 'Projekt',
 'form.reports.group_by_task' => 'Arbetsuppgift',
-'form.reports.totals_only' => 'Visa endast summeringar',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
@@ -420,6 +423,10 @@ $i18n_key_words = array(
 'form.users.rate' => 'Timtaxa',
 'form.users.default_rate' => 'Standard timtaxa',
 
+// Editing User form. See example at https://timetracker.anuko.com/user_edit.php
+// TODO: translate the following.
+// 'form.user_edit.swap_roles' => 'Swap roles',
+
 // Roles form. See example at https://timetracker.anuko.com/roles.php
 // TODO: translate the following.
 // 'form.roles.active_roles' => 'Active Roles',
@@ -437,43 +444,47 @@ $i18n_key_words = array(
 'form.client.client_to_delete' => 'Kund',
 'form.client.client_entries' => 'Relaterade tider och kostnader',
 
-// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
-'form.export.hint' => 'Du kan exportera all information om arbetsgrupperna till en XML-fil. Det kan vara användbart när du migrerar till en egen server.',
+// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
+// TODO: check and confirm the translation of form.export.hint is correct. We are exporting ONE group.
+'form.export.hint' => 'Du kan exportera all information om grupp till en XML-fil. Det kan vara användbart när du migrerar till en egen server.',
 'form.export.compression' => 'Komprimering',
 'form.export.compression_none' => 'Ingen',
 'form.export.compression_bzip' => 'B-zip',
 
-// Importing Team Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
-'form.import.hint' => 'Importera arbetsgrupp från en XML-fil.',
+// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
+'form.import.hint' => 'Importera grupp från en XML-fil.',
 'form.import.file' => 'Välj fil',
 'form.import.success' => 'Importeringen lyckades utan problem.',
 
-// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
-'form.teams.hint' => 'Skapa en ny arbetsgrupp genom att skapa ett konto för en ansvarig person. Du kan även importera arbetsgrupper från en tidigare installation av Anuko Time Tracker via en XML-fil. Se till att inga användarnamn krockar när filen importeras.',
+// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
+// TODO: check translation of form.groups.hint for accuracy.
+'form.groups.hint' => 'Skapa en ny grupp genom att skapa ett konto för en ansvarig person. Du kan även importera grupp från en tidigare installation av Anuko Time Tracker via en XML-fil. Se till att inga användarnamn krockar när filen importeras.',
 
-// Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
+// Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
+'form.group_edit.12_hours' => '12-timmars',
+'form.group_edit.24_hours' => '24-timmars',
 // TODO: translate the following.
-// 'form.profile.swap_roles' => 'Swap roles',
-'form.profile.12_hours' => '12-timmars',
-'form.profile.24_hours' => '24-timmars',
+// 'form.group_edit.show_holidays' => 'Show holidays',
+'form.group_edit.tracking_mode' => 'Spårningsmetod',
+'form.group_edit.mode_time' => 'Endast tid',
+'form.group_edit.mode_projects' => 'Projekt',
+'form.group_edit.mode_projects_and_tasks' => 'Projekt och arbetsuppgifter',
+'form.group_edit.record_type' => 'Typ av tidsregistrering',
+'form.group_edit.type_all' => 'Alla',
+'form.group_edit.type_start_finish' => 'Starttid och sluttid',
+'form.group_edit.type_duration' => 'Varaktighet',
 // TODO: translate the following.
-// 'form.profile.show_holidays' => 'Show holidays',
-'form.profile.tracking_mode' => 'Spårningsmetod',
-'form.profile.mode_time' => 'Endast tid',
-'form.profile.mode_projects' => 'Projekt',
-'form.profile.mode_projects_and_tasks' => 'Projekt och arbetsuppgifter',
-'form.profile.record_type' => 'Typ av tidsregistrering',
-'form.profile.type_all' => 'Alla',
-'form.profile.type_start_finish' => 'Starttid och sluttid',
-'form.profile.type_duration' => 'Varaktighet',
+// 'form.group_edit.punch_mode' => 'Punch mode',
+// 'form.group_edit.allow_overlap' => 'Allow overlap',
+// 'form.group_edit.future_entries' => 'Future entries',
+'form.group_edit.uncompleted_indicators' => 'Indikatorer för oavslutad registrering',
 // 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.group_edit.allow_ip' => 'Allow IP',
+'form.group_edit.plugins' => 'Tillägg',
+
+// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
 // TODO: translate the following.
-// 'form.profile.allow_ip' => 'Allow IP',
-'form.profile.plugins' => 'Tillägg',
+// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
 
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 'form.mail.from' => 'Från',
@@ -495,6 +506,11 @@ $i18n_key_words = array(
 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
 // 'form.swap.swap_with' => 'Swap roles with',
 
+// Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
+// TODO: translate the following.
+// 'form.work_units.minutes_in_unit' => 'Minutes in unit',
+// 'form.work_units.1st_unit_threshold' => '1st unit threshold',
+
 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
 // TODO: translate the following.
 // 'role.user.label' => 'User',