Added entity column on cf_custom_fields.php page.
[timetracker.git] / WEB-INF / resources / sv.lang.php
index 9f1a097..c6bf2f4 100644 (file)
@@ -33,8 +33,6 @@ $i18n_language = 'Swedish (Svenska)';
 $i18n_months = array('Januari', 'Februari', 'Mars', 'April', 'Maj', 'Juni', 'Juli', 'Augusti', 'September', 'Oktober', 'November', 'December');
 $i18n_weekdays = array('Söndag', 'Måndag', 'Tisdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lördag');
 $i18n_weekdays_short = array('Sö', 'Må', 'Ti', 'On', 'To', 'Fr', 'Lö');
-// format mm/dd
-$i18n_holidays = array('01/01', '01/06', '05/01', '06/06', '12/25', '12/26'); // OBS! Endast fasta helgdagar, då rörliga datum måste uppdateras varje år.
 
 $i18n_key_words = array(
 
@@ -44,11 +42,14 @@ $i18n_key_words = array(
 'menu.logout' => 'Logga ut',
 'menu.forum' => 'Forum',
 'menu.help' => 'Hjälp',
-'menu.create_group' => 'Skapa grupp',
+// TODO: translate the following.
+// 'menu.register' => 'Register',
 'menu.profile' => 'Profil',
 'menu.group' => 'Grupp',
 'menu.plugins' => 'Tillägg',
 'menu.time' => 'Tider',
+// TODO: translate the following.
+// 'menu.week' => 'Week',
 'menu.expenses' => 'Kostnader',
 'menu.reports' => 'Rapporter',
 // TODO: translate the following.
@@ -233,6 +234,8 @@ $i18n_key_words = array(
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Egna fält',
 'label.monthly_quotas' => 'Månadskvoter',
+// TODO: translate the following.
+// 'label.entity' => 'Entity',
 'label.type' => 'Typ',
 'label.type_dropdown' => 'Rullgardinsmeny',
 'label.type_text' => 'Text',
@@ -247,6 +250,7 @@ $i18n_key_words = array(
 // 'label.paid_status' => 'Paid status',
 // 'label.paid' => 'Paid',
 // 'label.mark_paid' => 'Mark paid',
+// 'label.week_menu' => 'Week menu',
 // 'label.week_note' => 'Week note',
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
@@ -268,6 +272,13 @@ $i18n_key_words = array(
 'label.active_users' => 'Aktiva användare',
 'label.inactive_users' => 'Inaktiva användare',
 
+// Entity names. We use lower case (in English) because they are used in dropdowns, too.
+// They are used to associate a custom field with an entity type.
+// TODO: translate the following.
+// 'entity.time' => 'time',
+// 'entity.user' => 'user',
+// 'entity.project' => 'project',
+
 // Rubriker för formulär
 'title.error' => 'Fel',
 // TODO: Translate the following.
@@ -558,7 +569,7 @@ $i18n_key_words = array(
 'form.group_edit.24_hours' => '24-timmars',
 // TODO: translate the following.
 // 'form.group_edit.display_options' => 'Display options',
-// 'form.group_edit.show_holidays' => 'Show holidays',
+// 'form.group_edit.holidays' => 'Holidays',
 'form.group_edit.tracking_mode' => 'Spårningsmetod',
 'form.group_edit.mode_time' => 'Endast tid',
 'form.group_edit.mode_projects' => 'Projekt',
@@ -575,6 +586,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.group_edit.confirm_save' => 'Confirm saving',
 // 'form.group_edit.allow_ip' => 'Allow IP',
+// 'form.group_edit.advanced_settings' => 'Advanced settings',
 
 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
 // TODO: translate the following.
@@ -639,5 +651,6 @@ $i18n_key_words = array(
 
 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
 // TODO: translate the following.
+// 'form.display_options.menu' => 'Menu',
 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
 );