X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/995feb6c9e97991e5b9d9803fbc3c8a41ac48922..b262cc9f78e50e6910fefc1744782ddd64bbccda:/WEB-INF/resources/sv.lang.php diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 4774453b..6348480a 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -445,7 +445,7 @@ $i18n_key_words = array( 'form.export.compression_bzip' => 'B-zip', // Importing Group 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.hint' => 'Importera grupp från en XML-fil.', 'form.import.file' => 'Välj fil', 'form.import.success' => 'Importeringen lyckades utan problem.', @@ -477,6 +477,10 @@ $i18n_key_words = array( // 'form.profile.allow_ip' => 'Allow IP', 'form.profile.plugins' => 'Tillägg', +// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php +// TODO: translate the following. +// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?', + // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Från', 'form.mail.to' => 'Till',