X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/278a83090d6bf9d6351a449ba045323088f678aa..1b6699f3d4ad1961fa4055ec0033bc10f0b06b83:/WEB-INF/resources/sv.lang.php diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 2094860c..266ee3e0 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -130,6 +130,8 @@ $i18n_key_words = array( 'label.password' => 'Lösenord', 'label.confirm_password' => 'Bekräfta lösenord', 'label.email' => 'E-postadress', +// TODO: translate the following. +// 'label.bcc' => 'Bcc', 'label.date' => 'Datum', 'label.start_date' => 'Startdatum', 'label.end_date' => 'Slutdatum', @@ -184,6 +186,8 @@ $i18n_key_words = array( 'label.role_comanager' => '(Delansvarig)', 'label.role_admin' => '(Administratör)', 'label.page' => 'Sida', +// TODO: translate the following. +// 'label.condition' => 'Condition', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Egna fält', 'label.monthly_quotas' => 'Månadskvoter', @@ -388,6 +392,9 @@ $i18n_key_words = array( 'form.profile.mode_projects' => 'Projekt', 'form.profile.mode_projects_and_tasks' => 'Projekt och arbetsuppgifter', 'form.profile.record_type' => 'Typ av tidsregistrering', +'form.profile.uncompleted_indicators' => 'Indikatorer för oavslutad registrering', +'form.profile.uncompleted_indicators_none' => 'Visa inte', +'form.profile.uncompleted_indicators_show' => 'Visa', 'form.profile.type_all' => 'Alla', 'form.profile.type_start_finish' => 'Starttid och sluttid', 'form.profile.type_duration' => 'Varaktighet',