thomascube
2009-07-13 92fc5398dbd24eefcd5fed23194addd6f41eebf8
Added swedish localization for some plugins

4 files added
29 ■■■■■ changed files
plugins/markasjunk/localization/sv_SE.inc 7 ●●●●● patch | view | raw | blame | history
plugins/new_user_dialog/localization/sv_SE.inc 7 ●●●●● patch | view | raw | blame | history
plugins/subscriptions_option/localization/sv_SE.inc 6 ●●●●● patch | view | raw | blame | history
plugins/userinfo/localization/sv_SE.inc 9 ●●●●● patch | view | raw | blame | history
plugins/markasjunk/localization/sv_SE.inc
New file
@@ -0,0 +1,7 @@
<?php
$labels = array();
$labels['buttontitle'] = 'Märk som skräp';
$labels['reportedasjunk'] = 'Framgångsrikt rapporterat som skräp';
?>
plugins/new_user_dialog/localization/sv_SE.inc
New file
@@ -0,0 +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.';
?>
plugins/subscriptions_option/localization/sv_SE.inc
New file
@@ -0,0 +1,6 @@
<?php
$labels = array();
$labels['useimapsubscriptions']  = 'Använd IMAP-prenumerationer';
?>
plugins/userinfo/localization/sv_SE.inc
New file
@@ -0,0 +1,9 @@
<?php
$labels = array();
$labels['userinfo'] = 'Användarinfo';
$labels['created'] = 'Skapad';
$labels['lastlogin'] = 'Senast inloggad';
$labels['defaultidentity'] = 'Standardprofil';
?>