From 3c69a7a24a76ec5ecf5df91dfdc2ac18010e2694 Mon Sep 17 00:00:00 2001 From: yllar <yllar.pajus@gmail.com> Date: Wed, 12 Aug 2009 16:13:11 -0400 Subject: [PATCH] sv_SE update --- plugins/new_user_dialog/localization/sv_SE.inc | 4 ++-- plugins/help/localization/sv_SE.inc | 8 ++++++++ plugins/markasjunk/localization/sv_SE.inc | 4 ++-- plugins/subscriptions_option/localization/sv_SE.inc | 2 +- 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 0000000..8b0d487 --- /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 5477a01..f4c5959 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 f4cba30..b3e665e 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 e95eb0c..05b7006 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 c4cedce..a34923a 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'; -- Gitblit v1.9.1