diff options
author | yllar <yllar.pajus@gmail.com> | 2009-08-12 20:13:11 +0000 |
---|---|---|
committer | yllar <yllar.pajus@gmail.com> | 2009-08-12 20:13:11 +0000 |
commit | 3c69a7a24a76ec5ecf5df91dfdc2ac18010e2694 (patch) | |
tree | d9d1d471d211d0696788fba51e6dac60bb72eafc /plugins | |
parent | 76791cf3c91c74c1da7ffe4112cea4c339eb774e (diff) |
sv_SE update
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/help/localization/sv_SE.inc | 8 | ||||
-rw-r--r-- | plugins/markasjunk/localization/sv_SE.inc | 4 | ||||
-rw-r--r-- | plugins/new_user_dialog/localization/sv_SE.inc | 4 | ||||
-rw-r--r-- | plugins/subscriptions_option/localization/sv_SE.inc | 2 | ||||
-rw-r--r-- | plugins/userinfo/localization/sv_SE.inc | 2 |
5 files changed, 14 insertions, 6 deletions
diff --git a/plugins/help/localization/sv_SE.inc b/plugins/help/localization/sv_SE.inc new file mode 100644 index 000000000..8b0d48741 --- /dev/null +++ b/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/plugins/markasjunk/localization/sv_SE.inc b/plugins/markasjunk/localization/sv_SE.inc index 5477a01a9..f4c5959b9 100644 --- a/plugins/markasjunk/localization/sv_SE.inc +++ b/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/plugins/new_user_dialog/localization/sv_SE.inc b/plugins/new_user_dialog/localization/sv_SE.inc index f4cba3041..b3e665ef1 100644 --- a/plugins/new_user_dialog/localization/sv_SE.inc +++ b/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/plugins/subscriptions_option/localization/sv_SE.inc b/plugins/subscriptions_option/localization/sv_SE.inc index e95eb0c69..05b7006f4 100644 --- a/plugins/subscriptions_option/localization/sv_SE.inc +++ b/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/plugins/userinfo/localization/sv_SE.inc b/plugins/userinfo/localization/sv_SE.inc index c4cedcee2..a34923a88 100644 --- a/plugins/userinfo/localization/sv_SE.inc +++ b/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'; |