From 7ad73701020e27c67cdb1f29cd00bd50666c00a3 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 22 Apr 2015 13:16:52 +0200 Subject: [PATCH] Restore sv_SE localization lost in the last Transifex update --- plugins/kolab_folders/localization/sv_SE.inc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/plugins/kolab_folders/localization/sv_SE.inc b/plugins/kolab_folders/localization/sv_SE.inc index 231d1d35..6272ee17 100644 --- a/plugins/kolab_folders/localization/sv_SE.inc +++ b/plugins/kolab_folders/localization/sv_SE.inc @@ -6,5 +6,25 @@ * * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/ */ + +$labels['folderctype'] = 'Innehållstyp'; +$labels['foldertypemail'] = 'E-post'; $labels['foldertypeevent'] = 'Kalender'; +$labels['foldertypejournal'] = 'Journal'; +$labels['foldertypetask'] = 'Uppgifter'; +$labels['foldertypenote'] = 'Anteckningar'; +$labels['foldertypecontact'] = 'Kontakter'; +$labels['foldertypeconfiguration'] = 'Konfiguration'; +$labels['foldertypefile'] = 'Filer'; +$labels['foldertypefreebusy'] = 'Ledig-upptagen'; +$labels['default'] = 'Standard'; +$labels['inbox'] = 'Inkorg'; +$labels['drafts'] = 'Utkast'; +$labels['sentitems'] = 'Skickat'; +$labels['outbox'] = 'Utkorg'; +$labels['wastebasket'] = 'Papperskorg'; +$labels['junkemail'] = 'Skräp'; +$labels['confidential'] = 'Konfidentiellt'; +$messages['defaultfolderexists'] = 'Det finns redan en standardmapp för specificerad typ'; + ?>