summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-07-13 19:13:09 +0000
committerthomascube <thomas@roundcube.net>2009-07-13 19:13:09 +0000
commit92fc5398dbd24eefcd5fed23194addd6f41eebf8 (patch)
tree06bfea4e060eb13944786480299131936dc60531
parentd5515f64b6a09f10e488f20d273317a022054165 (diff)
Added swedish localization for some plugins
-rw-r--r--plugins/markasjunk/localization/sv_SE.inc7
-rw-r--r--plugins/new_user_dialog/localization/sv_SE.inc7
-rw-r--r--plugins/subscriptions_option/localization/sv_SE.inc6
-rw-r--r--plugins/userinfo/localization/sv_SE.inc9
4 files changed, 29 insertions, 0 deletions
diff --git a/plugins/markasjunk/localization/sv_SE.inc b/plugins/markasjunk/localization/sv_SE.inc
new file mode 100644
index 000000000..5477a01a9
--- /dev/null
+++ b/plugins/markasjunk/localization/sv_SE.inc
@@ -0,0 +1,7 @@
+<?php
+
+$labels = array();
+$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
new file mode 100644
index 000000000..f4cba3041
--- /dev/null
+++ b/plugins/new_user_dialog/localization/sv_SE.inc
@@ -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.';
+
+?> \ No newline at end of file
diff --git a/plugins/subscriptions_option/localization/sv_SE.inc b/plugins/subscriptions_option/localization/sv_SE.inc
new file mode 100644
index 000000000..e95eb0c69
--- /dev/null
+++ b/plugins/subscriptions_option/localization/sv_SE.inc
@@ -0,0 +1,6 @@
+<?php
+
+$labels = array();
+$labels['useimapsubscriptions'] = 'Använd IMAP-prenumerationer';
+
+?>
diff --git a/plugins/userinfo/localization/sv_SE.inc b/plugins/userinfo/localization/sv_SE.inc
new file mode 100644
index 000000000..c4cedcee2
--- /dev/null
+++ b/plugins/userinfo/localization/sv_SE.inc
@@ -0,0 +1,9 @@
+<?php
+
+$labels = array();
+$labels['userinfo'] = 'Användarinfo';
+$labels['created'] = 'Skapad';
+$labels['lastlogin'] = 'Senast inloggad';
+$labels['defaultidentity'] = 'Standardprofil';
+
+?> \ No newline at end of file