Refactored translation files for week view config.
[timetracker.git] / WEB-INF / resources / sv.lang.php
index 454fe09..0678191 100644 (file)
@@ -280,6 +280,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 +347,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',
@@ -403,17 +404,17 @@ $i18n_key_words = array(
 'form.clients.active_clients' => 'Aktiva kunder',
 'form.clients.inactive_clients' => 'Inaktiva kunder',
 
-// Client delete form. See example at https://timetracker.anuko.com/client_delete.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',
 
-// Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
+// 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.',