diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-09 15:11:19 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-09 15:11:19 +0000 |
| commit | debde45c356f163bd5ef49f2f2e9170044d7be0f (patch) | |
| tree | f1573a965bd3349faa525298ececa2bb24585750 /plugins/archive/localization | |
| parent | 44532e7b5ffc1c670db3b214c4d665f595d6410a (diff) | |
Swedish translation for some plugins
git-svn-id: https://svn.roundcube.net/trunk@3478 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/archive/localization')
| -rw-r--r-- | plugins/archive/localization/sv_SE.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/archive/localization/sv_SE.inc b/plugins/archive/localization/sv_SE.inc new file mode 100644 index 000000000..c55da7aaf --- /dev/null +++ b/plugins/archive/localization/sv_SE.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['buttontitle'] = 'Arkivera meddelande'; +$labels['archived'] = 'Meddelandet är arkiverat'; +$labels['archivefolder'] = 'Arkiv'; + +?> |
