diff options
| author | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-12 20:13:11 +0000 |
|---|---|---|
| committer | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-12 20:13:11 +0000 |
| commit | a89d5bff8fdb78f38c7e6fb8b4ed937fcbe0381f (patch) | |
| tree | fcec2ad7a2f8d132b55978d957a3a877c1077736 | |
| parent | 13a587bf8c59d4422f6958dc378151e18849a782 (diff) | |
sv_SE update
git-svn-id: https://svn.roundcube.net/trunk@2857 208e9e7b-5314-0410-a742-e7e81cd9613c
5 files changed, 14 insertions, 6 deletions
diff --git a/roundcubemail/plugins/help/localization/sv_SE.inc b/roundcubemail/plugins/help/localization/sv_SE.inc new file mode 100644 index 000000000..8b0d48741 --- /dev/null +++ b/roundcubemail/plugins/help/localization/sv_SE.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['help'] = 'Hjälp'; +$labels['about'] = 'Om'; +$labels['license'] = 'Licens'; + +?> diff --git a/roundcubemail/plugins/markasjunk/localization/sv_SE.inc b/roundcubemail/plugins/markasjunk/localization/sv_SE.inc index 5477a01a9..f4c5959b9 100644 --- a/roundcubemail/plugins/markasjunk/localization/sv_SE.inc +++ b/roundcubemail/plugins/markasjunk/localization/sv_SE.inc @@ -1,7 +1,7 @@ <?php $labels = array(); -$labels['buttontitle'] = 'Märk som skräp'; -$labels['reportedasjunk'] = 'Framgångsrikt rapporterat som skräp'; +$labels['buttontitle'] = 'Märk som skräp'; +$labels['reportedasjunk'] = 'FramgÃ¥ngsrikt rapporterat som skräp'; ?>
\ No newline at end of file diff --git a/roundcubemail/plugins/new_user_dialog/localization/sv_SE.inc b/roundcubemail/plugins/new_user_dialog/localization/sv_SE.inc index f4cba3041..b3e665ef1 100644 --- a/roundcubemail/plugins/new_user_dialog/localization/sv_SE.inc +++ b/roundcubemail/plugins/new_user_dialog/localization/sv_SE.inc @@ -1,7 +1,7 @@ <?php $labels = array(); -$labels['identitydialogtitle'] = 'Vänligen fyll i namn och avsändaradress under personliga inställningar'; -$labels['identitydialoghint'] = 'Informationen visas endast vid första inloggningen.'; +$labels['identitydialogtitle'] = 'Vänligen fyll i namn och avsändaradress under personliga inställningar'; +$labels['identitydialoghint'] = 'Informationen visas endast vid första inloggningen.'; ?>
\ No newline at end of file diff --git a/roundcubemail/plugins/subscriptions_option/localization/sv_SE.inc b/roundcubemail/plugins/subscriptions_option/localization/sv_SE.inc index e95eb0c69..05b7006f4 100644 --- a/roundcubemail/plugins/subscriptions_option/localization/sv_SE.inc +++ b/roundcubemail/plugins/subscriptions_option/localization/sv_SE.inc @@ -1,6 +1,6 @@ <?php $labels = array(); -$labels['useimapsubscriptions'] = 'Använd IMAP-prenumerationer'; +$labels['useimapsubscriptions'] = 'Använd IMAP-prenumerationer'; ?> diff --git a/roundcubemail/plugins/userinfo/localization/sv_SE.inc b/roundcubemail/plugins/userinfo/localization/sv_SE.inc index c4cedcee2..a34923a88 100644 --- a/roundcubemail/plugins/userinfo/localization/sv_SE.inc +++ b/roundcubemail/plugins/userinfo/localization/sv_SE.inc @@ -1,7 +1,7 @@ <?php $labels = array(); -$labels['userinfo'] = 'Användarinfo'; +$labels['userinfo'] = 'Användarinfo'; $labels['created'] = 'Skapad'; $labels['lastlogin'] = 'Senast inloggad'; $labels['defaultidentity'] = 'Standardprofil'; |
