X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=7a3b2cfda32002c5d01d2e53a3e4cd9a478c8811;hb=ceb103409d123c30e3c1c485b1f06293d1fe7308;hp=9e56f79439e910d8c5fb2fe84f2b61d2df750e83;hpb=2702260e85d10b0d85301df922d8960a3ec88203;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 9e56f794..7a3b2cfd 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -215,6 +215,8 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_note' => 'Week note', +// 'label.week_list' => 'Week list', // Rubriker för formulär 'title.login' => 'Logga in', @@ -280,6 +282,8 @@ $i18n_key_words = array( // 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. 'title.locking' => 'Låsning', +// TODO: translate the following. +// 'title.week_view' => 'Week View', // 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. @@ -345,7 +349,6 @@ $i18n_key_words = array( // Reports form. See example at https://timetracker.anuko.com/reports.php 'form.reports.save_as_favorite' => 'Spara rapport som', 'form.reports.confirm_delete' => 'Är du säker på att du vill ta bort den här rapporten från dina favoriter?', -'form.reports.include_records' => 'Inkludera tidsregistreringar', 'form.reports.include_billable' => 'Debiterbar tid', 'form.reports.include_not_billable' => 'Icke debiterbar tid', 'form.reports.include_invoiced' => 'Fakturerad tid', @@ -399,21 +402,21 @@ $i18n_key_words = array( 'form.users.rate' => 'Timtaxa', 'form.users.default_rate' => 'Standard timtaxa', -// Client delete form. See example at https://timetracker.anuko.com/client_delete.php -'form.client.client_to_delete' => 'Kund', -'form.client.client_entries' => 'Relaterade tider och kostnader', - // Clients form. See example at https://timetracker.anuko.com/clients.php 'form.clients.active_clients' => 'Aktiva kunder', 'form.clients.inactive_clients' => 'Inaktiva kunder', -// Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php +'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.', 'form.export.compression' => 'Komprimering', 'form.export.compression_none' => 'Ingen', 'form.export.compression_bzip' => 'B-zip', -// Strings for Importing Team Data form. See example at https://timetracker.anuko.com/import.php (login as admin first). +// 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.', 'form.import.file' => 'Välj fil', 'form.import.success' => 'Importeringen lyckades utan problem.', @@ -429,12 +432,12 @@ $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', +'form.profile.uncompleted_indicators' => 'Indikatorer för oavslutad registrering', +'form.profile.uncompleted_indicators_none' => 'Visa inte', +'form.profile.uncompleted_indicators_show' => 'Visa', 'form.profile.plugins' => 'Tillägg', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.