diff --git a/.tx/config b/.tx/config
index 30956c46801fd8e49c5267f4b8fd8fa2d6273b28..fea041909c86eabcb89bf25c91c1848add3b3cd3 100644
--- a/.tx/config
+++ b/.tx/config
@@ -18,7 +18,7 @@ trans.it = l10n/it/core.po
 trans.nl = l10n/nl/core.po
 trans.pl = l10n/pl/core.po
 trans.pt_BR = l10n/pt_BR/core.po
-trans.sv = l10n/l10n/sv/core.po
+trans.sv = l10n/sv/core.po
 
 [owncloud.settings]
 file_filter = l10n/<lang>/settings.po
@@ -37,7 +37,7 @@ trans.it = l10n/it/settings.po
 trans.nl = l10n/nl/settings.po
 trans.pl = l10n/pl/settings.po
 trans.pt_BR = l10n/pt_BR/settings.po
-trans.sv = l10n/l10n/sv/settings.po
+trans.sv = l10n/sv/settings.po
 
 [owncloud.files]
 file_filter = translations/owncloud.files/<lang>.po
@@ -56,7 +56,7 @@ trans.it = l10n/it/files.po
 trans.nl = l10n/nl/files.po
 trans.pl = l10n/pl/files.po
 trans.pt_BR = l10n/pt_BR/files.po
-trans.sv = l10n/l10n/sv/files.po
+trans.sv = l10n/sv/files.po
 
 [owncloud.media]
 file_filter = translations/owncloud.media/<lang>.po
@@ -75,5 +75,5 @@ trans.it = l10n/it/media.po
 trans.nl = l10n/nl/media.po
 trans.pl = l10n/pl/media.po
 trans.pt_BR = l10n/pt_BR/media.po
-trans.sv = l10n/l10n/sv/media.po
+trans.sv = l10n/sv/media.po
 
diff --git a/apps/user_openid/templates/settings.php b/apps/user_openid/templates/settings.php
index 51c80e566b67d67494e0fbb94262dd5ffd616c19..74f40fa3c101f1ed80716f755ef3a6729549797a 100644
--- a/apps/user_openid/templates/settings.php
+++ b/apps/user_openid/templates/settings.php
@@ -1,8 +1,8 @@
 <form id="openidform">
 	<fieldset class="personalblock">
 		<label for="openid"><strong>OpenID</strong></label>
-		<input type="text" id="openid" value="<?php echo ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].OC::$WEBROOT.'/?'; echo OC_User::getUser(); ?>" title="you can authenticate to other sites with this address" />
-		<label for="identity">Authorized</label>
-		<input type="text" name="identity" id="identity" value="<?php echo $_['identity']; ?>" placeholder="OpenID provider" title="Wordpress, Identi.ca, Launchpad, &hellip;" />
+		<input type="text" id="openid" value="<?php echo ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].OC::$WEBROOT.'/?'; echo OC_User::getUser(); ?>" title="<?php echo $l->t('you can authenticate to other sites with this address');?>" />
+		<label for="identity"><?php echo $l->t('Authorized');?></label>
+		<input type="text" name="identity" id="identity" value="<?php echo $_['identity']; ?>" placeholder="OpenID <?php echo $l->t('provider');?>" title="<?php echo $l->t('Wordpress, Identi.ca, Launchpad, &hellip;');?>" />
 	</fieldset>
 </form>
diff --git a/core/css/styles.css b/core/css/styles.css
index 533057313ce0cc25688bccaa019886cc008503a3..c661a9dd617c1fc12b048f33793162e7d0126eac 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -102,7 +102,7 @@ table tr { -webkit-transition:background-color 500ms; -moz-transition:background
 tbody tr:hover, tr:active { background-color:#f8f8f8; }
 
 #body-settings .personalblock { padding:.5em 1em; margin:1em; background:#f8f8f8; color:#555; text-shadow:#fff 0 1px 0; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; }
-#body-settings div.personalblock:first-child { position:relative; margin-top:4.5em; padding:0; }
+#body-settings .personalblock#quota { position:relative; margin-top:4.5em; padding:0; }
 
 #quota div, div.jp-play-bar, div.jp-seek-bar { padding:.6em 1em; background:#e6e6e6; font-weight:normal; white-space:nowrap; -moz-border-radius-bottomleft:.4em; -webkit-border-bottom-left-radius:.4em; border-bottom-left-radius:.4em; -moz-border-radius-topleft:.4em; -webkit-border-top-left-radius:.4em; border-top-left-radius:.4em; }
 div.jp-play-bar, div.jp-seek-bar { padding:0; }
diff --git a/core/l10n/el.php b/core/l10n/el.php
index 63c67cb37e51f0922841aaf3b5f885719b2b2101..fb97bf6abdba4e359324057a731ec221ce0f43db 100644
--- a/core/l10n/el.php
+++ b/core/l10n/el.php
@@ -15,6 +15,7 @@
 "Data folder" => "Φάκελος δεδομένων",
 "Finish setup" => "Ολοκλήρωση εγκατάστασης",
 "Cloud not found" => "Δεν βρέθηκε σύννεφο",
+"gives you the freedom to control your own data on the internet" => "σας δίνει την ελευθερία να ελέγχετε τα δικά σας δεδομένα στο διαδίκτυο",
 "prev" => "προηγούμενο",
 "next" => "επόμενο",
 "You are logged out." => "Έχετε αποσυνδεθεί.",
diff --git a/core/l10n/nl.php b/core/l10n/nl.php
index c5ea409428030fe06bde1b4524a02e5e2b8519a0..84e42ea59a0994e0884647c9e64179b176d819b2 100644
--- a/core/l10n/nl.php
+++ b/core/l10n/nl.php
@@ -15,6 +15,7 @@
 "Data folder" => "Gegevens folder",
 "Finish setup" => "Installatie afronden",
 "Cloud not found" => "Cloud niet gevonden",
+"gives you the freedom to control your own data on the internet" => "geeft je de vrijheid om je eigen data te controleren op het internet",
 "prev" => "vorige",
 "next" => "volgende",
 "You are logged out." => "U bent afgemeld.",
diff --git a/files/l10n/nl.php b/files/l10n/nl.php
index 3e00b453f58da4011d87cfc805bbac8eb904d2ca..5ad054877126282833cbb5571af58a1af4526bdb 100644
--- a/files/l10n/nl.php
+++ b/files/l10n/nl.php
@@ -3,7 +3,7 @@
 "Maximum upload size" => "Maximaale bestands groote voor uploads",
 "Nothing in here. Upload something!" => "Er bevind zich hier niks, upload een bestand.",
 "Upload" => "Uploaden",
-"New Folder" => "Nieuwer Map",
+"New Folder" => "Nieuwe Map",
 "Name" => "Naam",
 "Download" => "Download",
 "Size" => "Bestandsgroote",
diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po
index 30414127438edf9a6ea0d465cae22bce6a81b553..b04e3fa16eecdda63f27ffb0d6a3771ba96ec75b 100644
--- a/l10n/bg_BG/settings.po
+++ b/l10n/bg_BG/settings.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
 "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n"
 "MIME-Version: 1.0\n"
@@ -33,7 +33,19 @@ msgstr "Невалидна заявка"
 msgid "Language changed"
 msgstr "Езика е сменен"
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr ""
 
@@ -85,6 +97,10 @@ msgstr "Език"
 msgid "Help translating"
 msgstr ""
 
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
+msgstr ""
+
 #: templates/users.php:11
 msgid "Name"
 msgstr ""
diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po
index 7d02e9ca7aba44194c78873b04288ce22d22996c..4eacd3bf5403f52689229f954396078b9be19fe3 100644
--- a/l10n/ca/settings.po
+++ b/l10n/ca/settings.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
 "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n"
 "MIME-Version: 1.0\n"
@@ -33,7 +33,19 @@ msgstr "Sol.licitud no vàlida"
 msgid "Language changed"
 msgstr "S'ha canviat l'idioma"
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr "Feu una pregunta"
 
@@ -85,6 +97,10 @@ msgstr "Idioma"
 msgid "Help translating"
 msgstr ""
 
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
+msgstr ""
+
 #: templates/users.php:11
 msgid "Name"
 msgstr "Nom"
diff --git a/l10n/da/settings.po b/l10n/da/settings.po
index 1e0aab2c012276120dfc4f2817980596356e4e18..6fbbcedb11577bd2136d24f1e3800e4f246a19b8 100644
--- a/l10n/da/settings.po
+++ b/l10n/da/settings.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
 "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
 "MIME-Version: 1.0\n"
@@ -33,7 +33,19 @@ msgstr "Ugyldig forespørgsel"
 msgid "Language changed"
 msgstr "Sprog ændret"
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr "Stil et spørgsmål"
 
@@ -85,6 +97,10 @@ msgstr "Sprog"
 msgid "Help translating"
 msgstr ""
 
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
+msgstr ""
+
 #: templates/users.php:11
 msgid "Name"
 msgstr "Navn"
diff --git a/l10n/de/settings.po b/l10n/de/settings.po
index f250694c98005ec6f54257a78f61d923a35b7dd1..6ce1079774f36671f9671b5001c192f99737f06e 100644
--- a/l10n/de/settings.po
+++ b/l10n/de/settings.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:40+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
 "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
 "MIME-Version: 1.0\n"
@@ -33,7 +33,19 @@ msgstr "Ungültige Anfrage"
 msgid "Language changed"
 msgstr "Sprache geändert"
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr "Stell eine Frage"
 
@@ -85,6 +97,10 @@ msgstr "Sprache"
 msgid "Help translating"
 msgstr "Hilf bei der Ãœbersetzung"
 
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
+msgstr ""
+
 #: templates/users.php:11
 msgid "Name"
 msgstr "Name"
diff --git a/l10n/el/core.po b/l10n/el/core.po
index 68076db8926ccfb39ecfa021a2a201ee78d23398..ee06c2ca91e891309a0921d973c80b39fe3b86e2 100644
--- a/l10n/el/core.po
+++ b/l10n/el/core.po
@@ -8,9 +8,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
-"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:38+0000\n"
+"Last-Translator: multipetros <petros.kyladitis@gmail.com>\n"
 "Language-Team: Greek (http://www.transifex.net/projects/p/owncloud/team/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -86,6 +86,7 @@ msgstr "Δεν βρέθηκε σύννεφο"
 #: templates/layout.guest.php:38
 msgid "gives you the freedom to control your own data on the internet"
 msgstr ""
+"σας δίνει την ελευθερία να ελέγχετε τα δικά σας δεδομένα στο διαδίκτυο"
 
 #: templates/part.pagenavi.php:6
 msgid "prev"
diff --git a/l10n/el/settings.po b/l10n/el/settings.po
index f5c8e741cecd3bda1a77b061d9ef2e7979e572a7..6073adaa80429f5ea61e6436b484e687454e23c5 100644
--- a/l10n/el/settings.po
+++ b/l10n/el/settings.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
 "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: Greek (http://www.transifex.net/projects/p/owncloud/team/el/)\n"
 "MIME-Version: 1.0\n"
@@ -34,7 +34,19 @@ msgstr "Άκυρα αίτημα"
 msgid "Language changed"
 msgstr "Η γλώσσα άλλαξε"
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr "Κάντε μια ερώτηση"
 
@@ -52,11 +64,11 @@ msgstr "με"
 
 #: templates/personal.php:2
 msgid "You use"
-msgstr ""
+msgstr "Χρησιμοποιείτε"
 
 #: templates/personal.php:2
 msgid "of the available"
-msgstr ""
+msgstr "από τα διαθέσιμα"
 
 #: templates/personal.php:7
 msgid "Your password got changed"
@@ -64,7 +76,7 @@ msgstr "Ο κωδικός πρόσβασής σας άλαλαξε"
 
 #: templates/personal.php:9
 msgid "Current password"
-msgstr ""
+msgstr "Τρέχοντα κωδικό πρόσβασης"
 
 #: templates/personal.php:10
 msgid "New password"
@@ -76,7 +88,7 @@ msgstr "Εμφάνιση"
 
 #: templates/personal.php:12
 msgid "Change password"
-msgstr ""
+msgstr "Αλλαγή κωδικού πρόσβασης"
 
 #: templates/personal.php:18
 msgid "Language"
@@ -84,6 +96,10 @@ msgstr "Γλώσσα"
 
 #: templates/personal.php:24
 msgid "Help translating"
+msgstr "Βοηθήστε στη μετάφραση"
+
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
 msgstr ""
 
 #: templates/users.php:11
@@ -104,6 +120,6 @@ msgstr "Δημιουργία"
 
 #: templates/users.php:40
 msgid "Delete"
-msgstr ""
+msgstr "Διαγραφή"
 
 
diff --git a/l10n/es/settings.po b/l10n/es/settings.po
index 85f791f578bb87b27d7016c7e8e37a16a918f1b0..db554a13ba88e7674b9c1d6a4468189acb608db6 100644
--- a/l10n/es/settings.po
+++ b/l10n/es/settings.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
 "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n"
 "MIME-Version: 1.0\n"
@@ -34,7 +34,19 @@ msgstr "Solicitud no válida"
 msgid "Language changed"
 msgstr "Idioma cambiado"
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr "Hacer una pregunta"
 
@@ -86,6 +98,10 @@ msgstr "Idioma"
 msgid "Help translating"
 msgstr ""
 
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
+msgstr ""
+
 #: templates/users.php:11
 msgid "Name"
 msgstr "Nombre"
diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po
index 3a94dcfe1020de29134e8bd7563ac6eefad01926..770003f45b48927f1dc7f62b54023108af01020b 100644
--- a/l10n/fr/settings.po
+++ b/l10n/fr/settings.po
@@ -3,12 +3,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 #   <rom1dep@gmail.com>, 2011.
+# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
 msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
 "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -23,7 +24,7 @@ msgstr "Erreur d'authentification"
 
 #: ajax/openid.php:21
 msgid "OpenID Changed"
-msgstr "Identifiant OpenID changé avec succès"
+msgstr "Identifiant OpenID changé"
 
 #: ajax/openid.php:23 ajax/setlanguage.php:23
 msgid "Invalid request"
@@ -31,9 +32,21 @@ msgstr "Requète invalide"
 
 #: ajax/setlanguage.php:21
 msgid "Language changed"
-msgstr "Langue changée avec succès"
+msgstr "Langue changée"
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr "Poser une question"
 
@@ -51,11 +64,11 @@ msgstr "par"
 
 #: templates/personal.php:2
 msgid "You use"
-msgstr ""
+msgstr "Vous utilisez"
 
 #: templates/personal.php:2
 msgid "of the available"
-msgstr ""
+msgstr "sur un total de"
 
 #: templates/personal.php:7
 msgid "Your password got changed"
@@ -63,11 +76,11 @@ msgstr "Votre mot de passe a été changé"
 
 #: templates/personal.php:9
 msgid "Current password"
-msgstr ""
+msgstr "Mot de passe actuel"
 
 #: templates/personal.php:10
 msgid "New password"
-msgstr "Nouveau mot de passe :"
+msgstr "Nouveau mot de passe"
 
 #: templates/personal.php:11
 msgid "show"
@@ -75,7 +88,7 @@ msgstr "Afficher"
 
 #: templates/personal.php:12
 msgid "Change password"
-msgstr ""
+msgstr "Changer de mot de passe"
 
 #: templates/personal.php:18
 msgid "Language"
@@ -83,6 +96,10 @@ msgstr "Langue"
 
 #: templates/personal.php:24
 msgid "Help translating"
+msgstr "Aider à traduire"
+
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
 msgstr ""
 
 #: templates/users.php:11
@@ -103,6 +120,6 @@ msgstr "Créer"
 
 #: templates/users.php:40
 msgid "Delete"
-msgstr ""
+msgstr "Supprimer"
 
 
diff --git a/l10n/id/settings.po b/l10n/id/settings.po
index c3bd12c8de917113e5eefefe1899a279feded037..ae7636ae6981a5e1a750311c01eabbaa4514e665 100644
--- a/l10n/id/settings.po
+++ b/l10n/id/settings.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
 "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: Indonesian (http://www.transifex.net/projects/p/owncloud/team/id/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,19 @@ msgstr ""
 msgid "Language changed"
 msgstr ""
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr ""
 
@@ -84,6 +96,10 @@ msgstr ""
 msgid "Help translating"
 msgstr ""
 
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
+msgstr ""
+
 #: templates/users.php:11
 msgid "Name"
 msgstr ""
diff --git a/l10n/it/settings.po b/l10n/it/settings.po
index ffd751b2de720284b90f3e43b29249044f03b961..d9312a9cf50a0134ecc98db8b210913aa9958130 100644
--- a/l10n/it/settings.po
+++ b/l10n/it/settings.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
 "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: Italian (http://www.transifex.net/projects/p/owncloud/team/it/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,19 @@ msgstr "Richiesta non valida"
 msgid "Language changed"
 msgstr "Lingua modificata"
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr "Fai una domanda"
 
@@ -84,6 +96,10 @@ msgstr "Lingua"
 msgid "Help translating"
 msgstr ""
 
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
+msgstr ""
+
 #: templates/users.php:11
 msgid "Name"
 msgstr "Nome"
diff --git a/l10n/nl/core.po b/l10n/nl/core.po
index 790cded96c07e64b3630f49a6c0782926e7b48b0..7639f87350370f36bfd4fb5fecebba127d1045c0 100644
--- a/l10n/nl/core.po
+++ b/l10n/nl/core.po
@@ -7,9 +7,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
-"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 13:13+0000\n"
+"Last-Translator: icewind <icewind1991@gmail.com>\n"
 "Language-Team: Dutch (http://www.transifex.net/projects/p/owncloud/team/nl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -84,7 +84,7 @@ msgstr "Cloud niet gevonden"
 
 #: templates/layout.guest.php:38
 msgid "gives you the freedom to control your own data on the internet"
-msgstr ""
+msgstr "geeft je de vrijheid om je eigen data te controleren op het internet"
 
 #: templates/part.pagenavi.php:6
 msgid "prev"
diff --git a/l10n/nl/files.po b/l10n/nl/files.po
index 817c43277a97cfd807882ef110e2e36c9be1d631..8591e5d7843b16bcfe65d15630b76b8f80ee1914 100644
--- a/l10n/nl/files.po
+++ b/l10n/nl/files.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-13 12:41+0200\n"
-"PO-Revision-Date: 2011-08-14 13:51+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 13:14+0000\n"
 "Last-Translator: icewind <icewind1991@gmail.com>\n"
 "Language-Team: Dutch (http://www.transifex.net/projects/p/owncloud/team/nl/)\n"
 "MIME-Version: 1.0\n"
@@ -35,7 +35,7 @@ msgstr "Uploaden"
 
 #: templates/index.php:16
 msgid "New Folder"
-msgstr "Nieuwer Map"
+msgstr "Nieuwe Map"
 
 #: templates/index.php:29
 msgid "Name"
diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po
index 180fd6dfd43d639c867312a6162a7c4d9054c50b..5c795eb359b36cc9d3198f4bbb43f8810298701a 100644
--- a/l10n/nl/settings.po
+++ b/l10n/nl/settings.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
 "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: Dutch (http://www.transifex.net/projects/p/owncloud/team/nl/)\n"
 "MIME-Version: 1.0\n"
@@ -33,7 +33,19 @@ msgstr "Ongeldig verzoek"
 msgid "Language changed"
 msgstr "Taal aangepast"
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr "Stel een vraag"
 
@@ -51,11 +63,11 @@ msgstr "door"
 
 #: templates/personal.php:2
 msgid "You use"
-msgstr ""
+msgstr "U gebruikt"
 
 #: templates/personal.php:2
 msgid "of the available"
-msgstr ""
+msgstr "van de beschikbare"
 
 #: templates/personal.php:7
 msgid "Your password got changed"
@@ -63,7 +75,7 @@ msgstr "Uw wachtwoord is aangepast"
 
 #: templates/personal.php:9
 msgid "Current password"
-msgstr ""
+msgstr "Huidig wachtwoord"
 
 #: templates/personal.php:10
 msgid "New password"
@@ -75,7 +87,7 @@ msgstr "weergeven"
 
 #: templates/personal.php:12
 msgid "Change password"
-msgstr ""
+msgstr "Verander wachtwoord"
 
 #: templates/personal.php:18
 msgid "Language"
@@ -83,6 +95,10 @@ msgstr "Taal"
 
 #: templates/personal.php:24
 msgid "Help translating"
+msgstr "Help met vertalen"
+
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
 msgstr ""
 
 #: templates/users.php:11
@@ -103,6 +119,6 @@ msgstr "Creëer"
 
 #: templates/users.php:40
 msgid "Delete"
-msgstr ""
+msgstr "verwijderen"
 
 
diff --git a/l10n/pl/files.po b/l10n/pl/files.po
index f77f72d5580ff3a3fcebe370090d890036a2a7cf..b7dde0af50f83574d2063564241493a48d4f909a 100644
--- a/l10n/pl/files.po
+++ b/l10n/pl/files.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:45+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 17:00+0000\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "MIME-Version: 1.0\n"
diff --git a/l10n/pl/media.po b/l10n/pl/media.po
index c062bdcd2b8b5f3189abd3a14e223ecccb0c1b24..8f022996500193a0b0f3ee8afa485bf4a629c7e4 100644
--- a/l10n/pl/media.po
+++ b/l10n/pl/media.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:45+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 17:00+0000\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "MIME-Version: 1.0\n"
diff --git a/l10n/pl/settings.po b/l10n/pl/settings.po
index 42bc3525a74a8a109ab9edb05c181ae17ce642fa..63439dd5231ed2ccdbc909603cab9a8c2023d11f 100644
--- a/l10n/pl/settings.po
+++ b/l10n/pl/settings.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
 "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "MIME-Version: 1.0\n"
@@ -33,7 +33,19 @@ msgstr "Nieprawidłowe żądanie"
 msgid "Language changed"
 msgstr "Język zmieniony"
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr ""
 
@@ -85,6 +97,10 @@ msgstr "Język"
 msgid "Help translating"
 msgstr ""
 
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
+msgstr ""
+
 #: templates/users.php:11
 msgid "Name"
 msgstr ""
diff --git a/l10n/pt_BR/settings.po b/l10n/pt_BR/settings.po
index 4762491b442a2c93a64c04825925e8d11eec9585..187c598b41cec6aeba2c71cec29743ec1c9a86ff 100644
--- a/l10n/pt_BR/settings.po
+++ b/l10n/pt_BR/settings.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:38+0200\n"
-"PO-Revision-Date: 2011-08-18 08:39+0000\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
 "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: Portuguese (Brazilian) (http://www.transifex.net/projects/p/owncloud/team/pt_BR/)\n"
 "MIME-Version: 1.0\n"
@@ -33,7 +33,19 @@ msgstr "Pedido inválido"
 msgid "Language changed"
 msgstr "Mudou Idioma"
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr "Faça uma pergunta"
 
@@ -85,6 +97,10 @@ msgstr "Idioma"
 msgid "Help translating"
 msgstr ""
 
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
+msgstr ""
+
 #: templates/users.php:11
 msgid "Name"
 msgstr "Nome"
diff --git a/l10n/sv/settings.po b/l10n/sv/settings.po
index 8c8497a4db0fc7cfef148e6e594b07bb8469b52d..fa0d1b23521c67188d9d525bc42572badae7f335 100644
--- a/l10n/sv/settings.po
+++ b/l10n/sv/settings.po
@@ -6,9 +6,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
-"POT-Creation-Date: 2011-08-18 10:45+0200\n"
-"PO-Revision-Date: 2011-08-18 10:53+0000\n"
-"Last-Translator: HakanS <hakan.thn@gmail.com>\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
+"PO-Revision-Date: 2011-08-18 16:59+0000\n"
+"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
 "Language-Team: Swedish (http://www.transifex.net/projects/p/owncloud/team/sv/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -32,7 +32,19 @@ msgstr "Ogiltig begäran"
 msgid "Language changed"
 msgstr "Språk ändrades"
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr "Ställ en fråga"
 
@@ -84,6 +96,10 @@ msgstr "Språk"
 msgid "Help translating"
 msgstr "Hjälp till att översätta"
 
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
+msgstr ""
+
 #: templates/users.php:11
 msgid "Name"
 msgstr "Namn"
diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot
index 478d2e7884f495878818890fc26654842fdef7ff..9b3c7692be35f32cf3559d672cda5f667583cde7 100644
--- a/l10n/templates/core.pot
+++ b/l10n/templates/core.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-18 10:45+0200\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot
index 3b582fe4306bb34374e95edcbfc271272627b38c..985d5bd88beead7208d3da2236ea2f3fdcc08dae 100644
--- a/l10n/templates/files.pot
+++ b/l10n/templates/files.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-18 10:45+0200\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/media.pot b/l10n/templates/media.pot
index 72a486da055cf15873db1cedcc98112966f2cf9f..08372dcf7f50a9dd0a56790a5e80ad2d9aab5090 100644
--- a/l10n/templates/media.pot
+++ b/l10n/templates/media.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-18 10:45+0200\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot
index 7fe837184ee4647e9e4fbc06a13a59ea88711cd3..f6dd1e3545912afbafb24eb14ebb897f70c182fb 100644
--- a/l10n/templates/settings.pot
+++ b/l10n/templates/settings.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-18 10:45+0200\n"
+"POT-Creation-Date: 2011-08-18 18:58+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33,7 +33,19 @@ msgstr ""
 msgid "Language changed"
 msgstr ""
 
-#: templates/help.php:22
+#: templates/help.php:2
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:3
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:11
+msgid "Answer"
+msgstr ""
+
+#: templates/help.php:17
 msgid "Ask a question"
 msgstr ""
 
@@ -85,6 +97,10 @@ msgstr ""
 msgid "Help translating"
 msgstr ""
 
+#: templates/personal.php:30
+msgid "use this address to connect to your ownCloud in your file manager"
+msgstr ""
+
 #: templates/users.php:11
 msgid "Name"
 msgstr ""
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 2068389909cd4447dd98e369ee2e1827590bbda4..587626bec07e887eb74754401f1526fc9d079c46 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -29,17 +29,4 @@ span.version{margin-left:3em;color:#ddd}
 
 
 /* HELP */
-
-table.help { border-spacing:1em; }
-table.help tr td { white-space:normal; }
-
-
-a.newquestion { font-size:1em; width:10em; margin:1.5em; padding:.6em .5em .4em; background:#fff; color:#333; border:1px solid #ddd; -moz-box-shadow:0 1px 1px #fff, 0 2px 0 #bbb inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; }
-a.newquestion:hover { background:#ddd; }
-
-
-td.entry { padding:1em; margin:2em; border:1px solid #ddd; -moz-box-shadow:0 1px 1px #fff, 0 2px 0 #bbb inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; }
-td.entry:hover { background:#eee; }
-tr.entryrow:hover { background:#fff; }
 tr.pager:hover { background:#fff; }
-
diff --git a/settings/help.php b/settings/help.php
index 731ae09a0afe74ae560f5501c687ba843de47d59..39dd83acc749dd2489997ca66592e8e41c7ed07c 100644
--- a/settings/help.php
+++ b/settings/help.php
@@ -11,7 +11,7 @@ if( !OC_User::isLoggedIn()){
 OC_Util::addStyle( "settings", "settings" );
 OC_App::setActiveNavigationEntry( "help" );
 
-$pagesize=5;
+$pagesize=7;
 if(isset($_GET['page'])) $page=$_GET['page']; else $page=0;
 $kbe=OC_OCSClient::getKnownledgebaseEntries($page,$pagesize);
 $totalitems=$kbe['totalitems'];
diff --git a/settings/l10n/el.php b/settings/l10n/el.php
index 5fce8c5d12f2111f7a12646598001132f25d09d0..6c297afa02b111f4885dc65f94924b193fb6a9f8 100644
--- a/settings/l10n/el.php
+++ b/settings/l10n/el.php
@@ -7,12 +7,18 @@
 "Select an App" => "Επιλέξτε μια εφαρμογή",
 "-licensed" => "-με άδεια",
 "by" => "με",
+"You use" => "Χρησιμοποιείτε",
+"of the available" => "από τα διαθέσιμα",
 "Your password got changed" => "Ο κωδικός πρόσβασής σας άλαλαξε",
+"Current password" => "Τρέχοντα κωδικό πρόσβασης",
 "New password" => "Νέος κωδικός",
 "show" => "Εμφάνιση",
+"Change password" => "Αλλαγή κωδικού πρόσβασης",
 "Language" => "Γλώσσα",
+"Help translating" => "Βοηθήστε στη μετάφραση",
 "Name" => "Όνομα",
 "Password" => "Κωδικός",
 "Groups" => "Ομάδες",
-"Create" => "Δημιουργία"
+"Create" => "Δημιουργία",
+"Delete" => "Διαγραφή"
 );
diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php
index 202d3d14c9245e1f519ca8885c56077ef4f0c664..60d3226338ea7a4b8de4d2419334a73206e3df16 100644
--- a/settings/l10n/fr.php
+++ b/settings/l10n/fr.php
@@ -1,18 +1,24 @@
 <?php $TRANSLATIONS = array(
 "Authentication error" => "Erreur d'authentification",
-"OpenID Changed" => "Identifiant OpenID changé avec succès",
+"OpenID Changed" => "Identifiant OpenID changé",
 "Invalid request" => "Requète invalide",
-"Language changed" => "Langue changée avec succès",
+"Language changed" => "Langue changée",
 "Ask a question" => "Poser une question",
 "Select an App" => "Sélectionner une Application",
 "-licensed" => "sous licence",
 "by" => "par",
+"You use" => "Vous utilisez",
+"of the available" => "sur un total de",
 "Your password got changed" => "Votre mot de passe a été changé",
-"New password" => "Nouveau mot de passe :",
+"Current password" => "Mot de passe actuel",
+"New password" => "Nouveau mot de passe",
 "show" => "Afficher",
+"Change password" => "Changer de mot de passe",
 "Language" => "Langue",
+"Help translating" => "Aider à traduire",
 "Name" => "Nom",
 "Password" => "Mot de passe",
 "Groups" => "Groupes",
-"Create" => "Créer"
+"Create" => "Créer",
+"Delete" => "Supprimer"
 );
diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php
index 771004915d3fce6db030072f6f77fd3a29b3afd3..f279a567fdf788047815e2f96f3972edc1f96b17 100644
--- a/settings/l10n/nl.php
+++ b/settings/l10n/nl.php
@@ -7,12 +7,18 @@
 "Select an App" => "Selecteer een App",
 "-licensed" => "-gelicenseerd",
 "by" => "door",
+"You use" => "U gebruikt",
+"of the available" => "van de beschikbare",
 "Your password got changed" => "Uw wachtwoord is aangepast",
+"Current password" => "Huidig wachtwoord",
 "New password" => "Nieuw wachtwoord",
 "show" => "weergeven",
+"Change password" => "Verander wachtwoord",
 "Language" => "Taal",
+"Help translating" => "Help met vertalen",
 "Name" => "Naam",
 "Password" => "Wachtwoord",
 "Groups" => "Groepen",
-"Create" => "Creëer"
+"Create" => "Creëer",
+"Delete" => "verwijderen"
 );
diff --git a/settings/languageCodes.php b/settings/languageCodes.php
index aaf745d045701db8d191d0462098693d265d51d1..5a6c734cfad5409a41ccd11e6c751ee91fd61375 100644
--- a/settings/languageCodes.php
+++ b/settings/languageCodes.php
@@ -117,7 +117,7 @@
 'es'=>'Espanol',
 'su'=>'Sundanese',
 'sw'=>'Swahili (Kiswahili)',
-'sv'=>'Swedish',
+'sv'=>'Svenska',
 'tl'=>'Tagalog',
 'tg'=>'Tajik',
 'ta'=>'Tamil',
diff --git a/settings/templates/help.php b/settings/templates/help.php
index 3a7edfa9b22be7e90c3339852b6403c76d86ac59..31f6101c1efc124a59184106741e1d20677d008d 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -1,25 +1,21 @@
 <?php if(is_null($_["kbe"])):?>
-	Can't connect to Q&amp;A database
+	<div class="personalblock">
+		<p><?php echo $l->t('Problems connecting to help database.');?>
+		<a href="http://apps.owncloud.com/kb"><?php echo $l->t('Go there manually.');?></a>
+	</div>
 <?php else:?>
-	<table class="help">
-		<tbody>
-			<?php foreach($_["kbe"] as $kb): ?>
-				<tr class="entryrow">
-					<td width="1"><?php if($kb["preview1"] <> "") { echo('<img class="preview" border="0" src="'.$kb["preview1"].'" />'); } ?> </a></td>
-					<td class="entry"><p><strong><?php echo $kb["name"]; ?></strong></p><?php  echo('<span class="type">'.$kb['description'].'</span>'); ?>
-					<?php if($kb['answer']<>'') echo('<br /><span class="type"><b>Answer:</b></span><br /><span class="type">'.$kb['answer'].'</span>');?>
-					<?php if($kb['detailpage']<>'') echo('<br /><a target="_blank" href="'.$kb['detailpage'].'"><b>read more</b></a>')?>
-					<br /></td>
-				</tr>
-			<?php endforeach; ?>
-		</tbody>
-	</table>
+	<?php foreach($_["kbe"] as $kb): ?>
+	<div class="personalblock">
+		<?php if($kb["preview1"] <> "") { echo('<img class="preview" src="'.$kb["preview1"].'" />'); } ?>
+		<p><strong><?php if($kb['detailpage']<>'') echo('<p><a target="_blank" href="'.$kb['detailpage'].'"><strong>'.$kb["name"].'</strong></a></p>');?></strong></p>
+		<p><?php echo $kb['description'];?></p>
+		<?php if($kb['answer']<>'') echo('<p><strong>'.$l->t('Answer').':</strong><p>'.$kb['answer'].'</p>');?>
+	</div>
+	<?php endforeach; ?>
+
+	<a class="button newquestion" href="http://apps.owncloud.com/knowledgebase/editquestion.php?action=new" target="_blank"><?php echo $l->t( 'Ask a question' ); ?></a>
 	<?php
 		$url=OC_Helper::linkTo( "settings", "help.php" ).'?page=';
 		$pageNavi=OC_Util::getPageNavi($_['pagecount'],$_['page'],$url);
 		$pageNavi->printPage();
-	?>
-	<br /><a target="_blank" class="newquestion" href="http://apps.owncloud.com/knowledgebase/editquestion.php?action=new"><?php echo $l->t( 'Ask a question' ); ?></a>
-<?php endif;?>
-
-
+endif?>
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 95df4d8c712a85c8ce8941a64dd6156a9af4165a..7278c1221ae22c4ce31860d08a319f387cf86370 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -16,18 +16,18 @@
 <form>
 	<fieldset class="personalblock">
 		<label for="languageinput"><strong><?php echo $l->t('Language');?></strong></label>
-		<select id="languageinput" name='lang'>
+		<select id="languageinput" name="lang">
 		<?php foreach($_['languages'] as $language):?>
 			<option value="<?php echo $language['code'];?>"><?php echo $language['name'];?></option>
 		<?php endforeach;?>
 		</select>
-		<a href="https://www.transifex.net/projects/p/owncloud/"><?php echo $l->t('Help translating');?></a>
+		<a href="https://www.transifex.net/projects/p/owncloud/"><em><?php echo $l->t('Help translating');?></em></a>
 	</fieldset>
 </form>
 
 <p class="personalblock">
 	<label for="webdav"><strong>WebDAV</strong></label>
-	<input id="webdav" type="text" value="<?php echo ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].OC::$WEBROOT.'/files/webdav.php'; ?>" title="use this address to connect to your ownCloud in your file manager" />
+	<input id="webdav" type="text" value="<?php echo ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].OC::$WEBROOT.'/files/webdav.php'; ?>" title="<?php echo $l->t('use this address to connect to your ownCloud in your file manager');?>" />
 </p>
 
 <?php foreach($_['forms'] as $form){