From 14f228c3243a85ddb7ffa57c8445d09d5a50e495 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Mon, 05 May 2014 03:46:42 -0400 Subject: [PATCH] Updated Swedish language files. --- interface/web/sites/lib/lang/se_web_backup_list.lng | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/interface/web/sites/lib/lang/se_web_backup_list.lng b/interface/web/sites/lib/lang/se_web_backup_list.lng index 9a10ca6..261304d 100644 --- a/interface/web/sites/lib/lang/se_web_backup_list.lng +++ b/interface/web/sites/lib/lang/se_web_backup_list.lng @@ -1,15 +1,16 @@ <?php -$wb['list_head_txt'] = 'Existing backups'; -$wb['date_txt'] = 'Date'; -$wb['backup_type_txt'] = 'Type'; -$wb['filename_txt'] = 'Backup file'; -$wb['restore_backup_txt'] = 'Restore backup'; -$wb['download_backup_txt'] = 'Download backup'; +$wb['list_head_txt'] = 'Existerande backuper'; +$wb['date_txt'] = 'Datum'; +$wb['backup_type_txt'] = 'Typ'; +$wb['filename_txt'] = 'Backupfil'; +$wb['restore_backup_txt'] = 'Återställ backup'; +$wb['download_backup_txt'] = 'Ladda ner backup'; $wb['download_info_txt'] = 'The backup file will be available for download in the backup folder of the website in a few minutes.'; $wb['restore_info_txt'] = 'Restore of the backup has been started. This action takes several minutes to be completed.'; $wb['restore_confirm_txt'] = 'Restoring will overwrite existing files in your website. Do you really want to restore this backup?'; $wb['download_pending_txt'] = 'There is already a pending backup download job.'; $wb['restore_pending_txt'] = 'There is already a pending backup restore job.'; -$wb['backup_type_mysql'] = 'MySQL Database'; -$wb['backup_type_web'] = 'Website files'; +$wb['backup_type_mysql'] = 'MySQL-databaser'; +$wb['backup_type_web'] = 'Webbsidefiler'; ?> + -- Gitblit v1.9.1