X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=9e56f79439e910d8c5fb2fe84f2b61d2df750e83;hb=15c531d9e8f96061395c78f248ce7d0569391f70;hp=02b11d6ee0ba11647c85a79fa25b0f792a779c45;hpb=f7226ae1586d42a3166bdd9b9384b7e47eb27383;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 02b11d6e..9e56f794 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '01/06', '05/01', '06/06', '12/25', '12/26'); // $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Logga in', 'menu.logout' => 'Logga ut', @@ -77,6 +77,8 @@ $i18n_key_words = array( 'error.task' => 'Välj en arbetsuppgift.', 'error.client' => 'Välj en kund.', 'error.report' => 'Välj en rapport.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Ogiltigt användarnamn eller lösenord.', 'error.user_exists' => 'Det finns redan en användare med det här användarnamnet.', 'error.project_exists' => 'Det finns redan ett projekt med det här namnet.', @@ -194,6 +196,9 @@ $i18n_key_words = array( 'label.role_admin' => '(Administratör)', 'label.page' => 'Sida', 'label.condition' => 'Villkor', +// TODO: translate the following. +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Egna fält', 'label.monthly_quotas' => 'Månadskvoter', @@ -208,6 +213,8 @@ $i18n_key_words = array( 'label.quantity' => 'Antal', // TODO: translate the following. // 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', +// 'label.mark_paid' => 'Mark paid', // Rubriker för formulär 'title.login' => 'Logga in', @@ -300,6 +307,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'Inaktiv', 'dropdown.delete' => 'Ta bort', 'dropdown.do_not_delete' => 'Ta inte bort', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases @@ -355,6 +365,8 @@ $i18n_key_words = array( // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). 'form.report.export' => 'Exportera som', +// TODO: translate the following. +// 'form.report.assign_to_invoice' => 'Assign to invoice', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report).