diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php
index 1206f7f0f48023caf3d08690d1184232803cc2de..ef2e0bd2839a29bc2d275538901e045be88a1896 100644
--- a/apps/files/l10n/el.php
+++ b/apps/files/l10n/el.php
@@ -9,6 +9,7 @@
 "Files" => "Αρχεία",
 "Unshare" => "Διακοπή κοινής χρήσης",
 "Delete" => "Διαγραφή",
+"Rename" => "Μετονομασία",
 "already exists" => "υπάρχει ήδη",
 "replace" => "αντικατέστησε",
 "suggest name" => "συνιστώμενο όνομα",
@@ -22,6 +23,8 @@
 "Unable to upload your file as it is a directory or has 0 bytes" => "Αδυναμία στην μεταφόρτωση του αρχείου σας αφού είναι φάκελος ή έχει 0 bytes",
 "Upload Error" => "Σφάλμα Μεταφόρτωσης",
 "Pending" => "Εκκρεμεί",
+"1 file uploading" => "1 αρχείο ανεβαίνει",
+"files uploading" => "αρχεία ανεβαίνουν",
 "Upload cancelled." => "Η μεταφόρτωση ακυρώθηκε.",
 "File upload is in progress. Leaving the page now will cancel the upload." => "Η μεταφόρτωση του αρχείου βρίσκεται σε εξέλιξη.  Έξοδος από την σελίδα τώρα θα ακυρώσει την μεταφόρτωση.",
 "Invalid name, '/' is not allowed." => "Μη έγκυρο όνομα, το '/' δεν επιτρέπεται.",
@@ -34,6 +37,16 @@
 "folders" => "φάκελοι",
 "file" => "αρχείο",
 "files" => "αρχεία",
+"seconds ago" => "δευτερόλεπτα πριν",
+"minute ago" => "λεπτό πριν",
+"minutes ago" => "λεπτά πριν",
+"today" => "σήμερα",
+"yesterday" => "χτες",
+"days ago" => "μέρες πριν",
+"last month" => "τελευταίο μήνα",
+"months ago" => "μήνες πριν",
+"last year" => "τελευταίο χρόνο",
+"years ago" => "χρόνια πριν",
 "File handling" => "Διαχείριση αρχείων",
 "Maximum upload size" => "Μέγιστο μέγεθος μεταφόρτωσης",
 "max. possible: " => "μέγιστο δυνατό:",
diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php
index 7e92576fe112a4caa7de50e583988f4e335c4b4d..3837cf49f99a22e0827288224b6c3fcf6e951a9c 100644
--- a/apps/files/l10n/es.php
+++ b/apps/files/l10n/es.php
@@ -23,6 +23,8 @@
 "Unable to upload your file as it is a directory or has 0 bytes" => "No ha sido posible subir tu archivo porque es un directorio o tiene 0 bytes",
 "Upload Error" => "Error al subir el archivo",
 "Pending" => "Pendiente",
+"1 file uploading" => "subiendo 1 archivo",
+"files uploading" => "archivos subiendo",
 "Upload cancelled." => "Subida cancelada.",
 "File upload is in progress. Leaving the page now will cancel the upload." => "La subida del archivo está en proceso. Salir de la página ahora cancelará la subida.",
 "Invalid name, '/' is not allowed." => "Nombre no válido, '/' no está permitido.",
@@ -35,6 +37,16 @@
 "folders" => "carpetas",
 "file" => "archivo",
 "files" => "archivos",
+"seconds ago" => "hace segundos",
+"minute ago" => "minuto",
+"minutes ago" => "hace minutos",
+"today" => "hoy",
+"yesterday" => "ayer",
+"days ago" => "días",
+"last month" => "mes pasado",
+"months ago" => "hace meses",
+"last year" => "año pasado",
+"years ago" => "hace años",
 "File handling" => "Tratamiento de archivos",
 "Maximum upload size" => "Tamaño máximo de subida",
 "max. possible: " => "máx. posible:",
diff --git a/apps/files/l10n/es_AR.php b/apps/files/l10n/es_AR.php
index f3290ef4e3c2050fa52d566bfea758be0e5619a7..e94a904327ce03c20511a50076f473f66b1aa574 100644
--- a/apps/files/l10n/es_AR.php
+++ b/apps/files/l10n/es_AR.php
@@ -23,6 +23,8 @@
 "Unable to upload your file as it is a directory or has 0 bytes" => "No fue posible subir tu archivo porque es un directorio o su tamaño es 0 bytes",
 "Upload Error" => "Error al subir el archivo",
 "Pending" => "Pendiente",
+"1 file uploading" => "Subiendo 1 archivo",
+"files uploading" => "Subiendo archivos",
 "Upload cancelled." => "La subida fue cancelada",
 "File upload is in progress. Leaving the page now will cancel the upload." => "La subida del archivo está en proceso. Si salís de la página ahora, la subida se cancelará.",
 "Invalid name, '/' is not allowed." => "Nombre no válido, '/' no está permitido.",
@@ -35,6 +37,16 @@
 "folders" => "carpetas",
 "file" => "archivo",
 "files" => "archivos",
+"seconds ago" => "segundos atrás",
+"minute ago" => "hace un minuto",
+"minutes ago" => "minutos atrás",
+"today" => "hoy",
+"yesterday" => "ayer",
+"days ago" => "días atrás",
+"last month" => "el mes pasado",
+"months ago" => "meses atrás",
+"last year" => "el año pasado",
+"years ago" => "años atrás",
 "File handling" => "Tratamiento de archivos",
 "Maximum upload size" => "Tamaño máximo de subida",
 "max. possible: " => "máx. posible:",
diff --git a/apps/files/l10n/oc.php b/apps/files/l10n/oc.php
new file mode 100644
index 0000000000000000000000000000000000000000..3f70761e9035aca492e04e0a01e72ceab0bce277
--- /dev/null
+++ b/apps/files/l10n/oc.php
@@ -0,0 +1,71 @@
+<?php $TRANSLATIONS = array(
+"There is no error, the file uploaded with success" => "Amontcargament capitat, pas d'errors",
+"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Lo fichièr amontcargat es tròp bèl per la directiva «upload_max_filesize » del php.ini",
+"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Lo fichièr amontcargat es mai gròs que la directiva «MAX_FILE_SIZE» especifiada dins lo formulari HTML",
+"The uploaded file was only partially uploaded" => "Lo fichièr foguèt pas completament amontcargat",
+"No file was uploaded" => "Cap de fichièrs son estats amontcargats",
+"Missing a temporary folder" => "Un dorsièr temporari manca",
+"Failed to write to disk" => "L'escriptura sul disc a fracassat",
+"Files" => "Fichièrs",
+"Unshare" => "Non parteja",
+"Delete" => "Escafa",
+"Rename" => "Torna nomenar",
+"already exists" => "existís jà",
+"replace" => "remplaça",
+"suggest name" => "nom prepausat",
+"cancel" => "anulla",
+"replaced" => "remplaçat",
+"undo" => "defar",
+"with" => "amb",
+"unshared" => "Non partejat",
+"deleted" => "escafat",
+"generating ZIP-file, it may take some time." => "Fichièr ZIP a se far, aquò pòt trigar un briu.",
+"Unable to upload your file as it is a directory or has 0 bytes" => "Impossible d'amontcargar lo teu fichièr qu'es un repertòri o que ten pas que 0 octet.",
+"Upload Error" => "Error d'amontcargar",
+"Pending" => "Al esperar",
+"1 file uploading" => "1 fichièr al amontcargar",
+"files uploading" => "fichièrs al amontcargar",
+"Upload cancelled." => "Amontcargar anullat.",
+"File upload is in progress. Leaving the page now will cancel the upload." => "Un amontcargar es a se far. Daissar aquesta pagina ara tamparà lo cargament. ",
+"Invalid name, '/' is not allowed." => "Nom invalid, '/' es pas permis.",
+"files scanned" => "Fichièr explorat",
+"error while scanning" => "error pendant l'exploracion",
+"Name" => "Nom",
+"Size" => "Talha",
+"Modified" => "Modificat",
+"folder" => "Dorsièr",
+"folders" => "Dorsièrs",
+"file" => "fichièr",
+"files" => "fichièrs",
+"seconds ago" => "secondas",
+"minute ago" => "minuta",
+"minutes ago" => "minutas",
+"today" => "uèi",
+"yesterday" => "ièr",
+"days ago" => "jorns",
+"last month" => "mes passat",
+"months ago" => "meses",
+"last year" => "an passat",
+"years ago" => "ans",
+"File handling" => "Manejament de fichièr",
+"Maximum upload size" => "Talha maximum d'amontcargament",
+"max. possible: " => "max. possible: ",
+"Needed for multi-file and folder downloads." => "Requesit per avalcargar gropat de fichièrs e dorsièr",
+"Enable ZIP-download" => "Activa l'avalcargament de ZIP",
+"0 is unlimited" => "0 es pas limitat",
+"Maximum input size for ZIP files" => "Talha maximum de dintrada per fichièrs ZIP",
+"Save" => "Enregistra",
+"New" => "Nòu",
+"Text file" => "Fichièr de tèxte",
+"Folder" => "Dorsièr",
+"From url" => "Dempuèi l'URL",
+"Upload" => "Amontcarga",
+"Cancel upload" => " Anulla l'amontcargar",
+"Nothing in here. Upload something!" => "Pas res dedins. Amontcarga qualquaren",
+"Share" => "Parteja",
+"Download" => "Avalcarga",
+"Upload too large" => "Amontcargament tròp gròs",
+"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los fichièrs que sias a amontcargar son tròp pesucs per la talha maxi pel servidor.",
+"Files are being scanned, please wait." => "Los fiichièrs son a èsser explorats, ",
+"Current scanning" => "Exploracion en cors"
+);
diff --git a/apps/files_sharing/l10n/el.php b/apps/files_sharing/l10n/el.php
index 3406c508e611462460506e11477b413c50ad8cfd..5305eedd484476a7c1f5ab5cb90d50ffb64ebffc 100644
--- a/apps/files_sharing/l10n/el.php
+++ b/apps/files_sharing/l10n/el.php
@@ -1,6 +1,8 @@
 <?php $TRANSLATIONS = array(
 "Password" => "Συνθηματικό",
 "Submit" => "Καταχώρηση",
+"%s shared the folder %s with you" => "%s μοιράστηκε τον φάκελο %s μαζί σας",
+"%s shared the file %s with you" => "%s μοιράστηκε το αρχείο %s μαζί σας",
 "Download" => "Λήψη",
 "No preview available for" => "Δεν υπάρχει διαθέσιμη προεπισκόπηση για",
 "web services under your control" => "υπηρεσίες δικτύου υπό τον έλεγχό σας"
diff --git a/apps/files_versions/l10n/el.php b/apps/files_versions/l10n/el.php
index 24511f37395ceefd55a314daf96fca10f8cf16a0..f6b9a5b2998de835eaa04cb79c72eb8d427e575b 100644
--- a/apps/files_versions/l10n/el.php
+++ b/apps/files_versions/l10n/el.php
@@ -1,5 +1,6 @@
 <?php $TRANSLATIONS = array(
 "Expire all versions" => "Λήξη όλων των εκδόσεων",
+"History" => "Ιστορικό",
 "Versions" => "Εκδόσεις",
 "This will delete all existing backup versions of your files" => "Αυτό θα διαγράψει όλες τις υπάρχουσες εκδόσεις των αντιγράφων ασφαλείας των αρχείων σας",
 "Files Versioning" => "Εκδόσεις Αρχείων",
diff --git a/apps/files_versions/l10n/zh_CN.php b/apps/files_versions/l10n/zh_CN.php
index 1a5caae7dfafea4012eed710b94553626ca01163..48e7157c98ffdb57425e929686292456592c4004 100644
--- a/apps/files_versions/l10n/zh_CN.php
+++ b/apps/files_versions/l10n/zh_CN.php
@@ -1,5 +1,6 @@
 <?php $TRANSLATIONS = array(
 "Expire all versions" => "过期所有版本",
+"History" => "历史",
 "Versions" => "版本",
 "This will delete all existing backup versions of your files" => "将会删除您的文件的所有备份版本",
 "Files Versioning" => "文件版本",
diff --git a/apps/user_ldap/l10n/el.php b/apps/user_ldap/l10n/el.php
index 1bb72f163a7305b3674ef9315b1f9857b4dd879d..4ed7ab1f0816792559d9ac3bfe2e8510f81e106f 100644
--- a/apps/user_ldap/l10n/el.php
+++ b/apps/user_ldap/l10n/el.php
@@ -10,6 +10,7 @@
 "Base Group Tree" => "Base Group Tree",
 "Group-Member association" => "Group-Member association",
 "Use TLS" => "Χρήση TLS",
+"Not recommended, use for testing only." => "Δεν προτείνεται, χρήση μόνο για δοκιμές.",
 "User Display Name Field" => "User Display Name Field",
 "Group Display Name Field" => "Group Display Name Field",
 "in bytes" => "σε bytes",
diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php
index 790ab423e3872172256107622eb000de4f41c926..f0505bed27e75090737ddc04b4c0e71aef4c3cb8 100644
--- a/core/l10n/cs_CZ.php
+++ b/core/l10n/cs_CZ.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "Chyba při sdílení",
 "Error while unsharing" => "Chyba při rušení sdílení",
 "Error while changing permissions" => "Chyba při změně oprávnění",
-"Shared with you and the group %s by %s" => "Sdíleno s Vámi a skupinou %s od %s",
-"Shared with you by %s" => "Sdíleno s Vámi od %s",
 "Share with" => "Sdílet s",
 "Share with link" => "Sdílet s odkazem",
 "Password protect" => "Chránit heslem",
 "Password" => "Heslo",
 "Set expiration date" => "Nastavit datum vypršení platnosti",
 "Expiration date" => "Datum vypršení platnosti",
-"Share via email: %s" => "Sdílet e-mailem: %s",
 "No people found" => "Žádní lidé nenalezeni",
 "Resharing is not allowed" => "Sdílení již sdílené položky není povoleno",
-"Shared in %s with %s" => "Sdíleno v %s s %s",
 "Unshare" => "Zrušit sdílení",
 "can edit" => "lze upravovat",
 "access control" => "řízení přístupu",
diff --git a/core/l10n/da.php b/core/l10n/da.php
index 284a16c452434bbf33703aa6ba3690d0a91069fa..dbc99e237cb46d11a84ae0a19202be638d3ad1a7 100644
--- a/core/l10n/da.php
+++ b/core/l10n/da.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "Fejl under deling",
 "Error while unsharing" => "Fejl under annullering af deling",
 "Error while changing permissions" => "Fejl under justering af rettigheder",
-"Shared with you and the group %s by %s" => "Delt med dig og gruppen %s af %s",
-"Shared with you by %s" => "Delt med dig af %s",
 "Share with" => "Del med",
 "Share with link" => "Del med link",
 "Password protect" => "Beskyt med adgangskode",
 "Password" => "Kodeord",
 "Set expiration date" => "Vælg udløbsdato",
 "Expiration date" => "Udløbsdato",
-"Share via email: %s" => "Del over email: %s",
 "No people found" => "Ingen personer fundet",
 "Resharing is not allowed" => "Videredeling ikke tilladt",
-"Shared in %s with %s" => "Delt i %s med %s",
 "Unshare" => "Fjern deling",
 "can edit" => "kan redigere",
 "access control" => "Adgangskontrol",
diff --git a/core/l10n/de.php b/core/l10n/de.php
index fddb68599121ae6ad3cc5a6ef169d5933aa638d2..b781c3055cde8a20c65b843a1984a7a9866f7045 100644
--- a/core/l10n/de.php
+++ b/core/l10n/de.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "Fehler beim Freigeben",
 "Error while unsharing" => "Fehler beim Aufheben der Freigabe",
 "Error while changing permissions" => "Fehler beim Ändern  der Rechte",
-"Shared with you and the group %s by %s" => "%s hat dies für dich und die Gruppe %s freigegeben.",
-"Shared with you by %s" => "%s hat dies mit dir geteilt.",
 "Share with" => "Freigeben für",
 "Share with link" => "Über einen Link freigeben",
 "Password protect" => "Passwortschutz",
 "Password" => "Passwort",
 "Set expiration date" => "Setze ein Ablaufdatum",
 "Expiration date" => "Ablaufdatum",
-"Share via email: %s" => "Über eine E-Mail freigeben: %s",
 "No people found" => "Niemand gefunden",
 "Resharing is not allowed" => "Weiterverteilen ist nicht erlaubt",
-"Shared in %s with %s" => "In %s für %s freigegeben",
 "Unshare" => "Freigabe aufheben",
 "can edit" => "kann bearbeiten",
 "access control" => "Zugriffskontrolle",
diff --git a/core/l10n/el.php b/core/l10n/el.php
index ce341176adfe85b12a2c1353fe6dfa41d842cd02..925bcdda0279a9cebf10830f25bf5e7acf91f0a0 100644
--- a/core/l10n/el.php
+++ b/core/l10n/el.php
@@ -15,13 +15,34 @@
 "October" => "Οκτώβριος",
 "November" => "Νοέμβριος",
 "December" => "Δεκέμβριος",
+"Choose" => "Επιλέξτε",
 "Cancel" => "Ακύρωση",
 "No" => "Όχι",
 "Yes" => "Ναι",
 "Ok" => "Οκ",
 "No categories selected for deletion." => "Δεν επιλέχτηκαν κατηγορίες για διαγραφή",
 "Error" => "Σφάλμα",
+"Error while sharing" => "Σφάλμα κατά τον διαμοιρασμό",
+"Error while unsharing" => "Σφάλμα κατά το σταμάτημα του διαμοιρασμού",
+"Error while changing permissions" => "Σφάλμα κατά την αλλαγή των δικαιωμάτων",
+"Share with" => "Διαμοιρασμός με",
+"Share with link" => "Διαμοιρασμός με σύνδεσμο",
+"Password protect" => "Προστασία κωδικού",
 "Password" => "Κωδικός",
+"Set expiration date" => "Ορισμός ημ. λήξης",
+"Expiration date" => "Ημερομηνία λήξης",
+"No people found" => "Δεν βρέθηκε άνθρωπος",
+"Resharing is not allowed" => "Ξαναμοιρασμός δεν επιτρέπεται",
+"Unshare" => "Σταμάτημα μοιράσματος",
+"can edit" => "δυνατότητα αλλαγής",
+"access control" => "έλεγχος πρόσβασης",
+"create" => "δημιουργία",
+"update" => "ανανέωση",
+"delete" => "διαγραφή",
+"share" => "διαμοιρασμός",
+"Password protected" => "Προστασία με κωδικό",
+"Error unsetting expiration date" => "Σφάλμα κατά την διαγραφή της ημ. λήξης",
+"Error setting expiration date" => "Σφάλμα κατά τον ορισμό ημ. λήξης",
 "ownCloud password reset" => "Επαναφορά κωδικού ownCloud",
 "Use the following link to reset your password: {link}" => "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επανεκδόσετε τον κωδικό: {link}",
 "You will receive a link to reset your password via Email." => "Θα λάβετε ένα σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας μέσω ηλεκτρονικού ταχυδρομείου.",
diff --git a/core/l10n/es.php b/core/l10n/es.php
index 1f55a59deb1bae2d0fe9d133ad7df13daf2471a8..1a53f130a6099f391a1899e28267d8f1bab8748a 100644
--- a/core/l10n/es.php
+++ b/core/l10n/es.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "Error compartiendo",
 "Error while unsharing" => "Error descompartiendo",
 "Error while changing permissions" => "Error cambiando permisos",
-"Shared with you and the group %s by %s" => "Compartido contigo y el grupo %s por %s",
-"Shared with you by %s" => "Compartido contigo por %s",
 "Share with" => "Compartir con",
 "Share with link" => "Enlace de compartir con ",
 "Password protect" => "Protegido por contraseña",
 "Password" => "Contraseña",
 "Set expiration date" => "Establecer fecha de caducidad",
 "Expiration date" => "Fecha de caducidad",
-"Share via email: %s" => "Compartir por email: %s",
 "No people found" => "No se encontró gente",
 "Resharing is not allowed" => "No se permite compartir de nuevo",
-"Shared in %s with %s" => "Compartido en %s con %s",
 "Unshare" => "No compartir",
 "can edit" => "puede editar",
 "access control" => "control de acceso",
@@ -45,6 +41,7 @@
 "delete" => "eliminar",
 "share" => "compartir",
 "Password protected" => "Protegido por contraseña",
+"Error unsetting expiration date" => "Error al eliminar la fecha de caducidad",
 "Error setting expiration date" => "Error estableciendo fecha de caducidad",
 "ownCloud password reset" => "Reiniciar contraseña de ownCloud",
 "Use the following link to reset your password: {link}" => "Utiliza el siguiente enlace para restablecer tu contraseña: {link}",
diff --git a/core/l10n/es_AR.php b/core/l10n/es_AR.php
index 2a98e068501a59f8f6279eb12b8713b38fa7a138..ea8b2aae78e422279fe969780ea5e60ad5249634 100644
--- a/core/l10n/es_AR.php
+++ b/core/l10n/es_AR.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "Error al compartir",
 "Error while unsharing" => "Error en el procedimiento de ",
 "Error while changing permissions" => "Error al cambiar permisos",
-"Shared with you and the group %s by %s" => "Compartido con vos y con el grupo %s por %s",
-"Shared with you by %s" => "Compartido con vos por %s",
 "Share with" => "Compartir con",
 "Share with link" => "Compartir con link",
 "Password protect" => "Proteger con contraseña ",
 "Password" => "Contraseña",
 "Set expiration date" => "Asignar fecha de vencimiento",
 "Expiration date" => "Fecha de vencimiento",
-"Share via email: %s" => "Compartir por e-mail: %s",
 "No people found" => "No se encontraron usuarios",
 "Resharing is not allowed" => "No se permite volver a compartir",
-"Shared in %s with %s" => "Compartido en %s con %s",
 "Unshare" => "Remover compartir",
 "can edit" => "puede editar",
 "access control" => "control de acceso",
@@ -45,6 +41,7 @@
 "delete" => "remover",
 "share" => "compartir",
 "Password protected" => "Protegido por contraseña",
+"Error unsetting expiration date" => "Error al remover la fecha de caducidad",
 "Error setting expiration date" => "Error al asignar fecha de vencimiento",
 "ownCloud password reset" => "Restablecer contraseña de ownCloud",
 "Use the following link to reset your password: {link}" => "Usá este enlace para restablecer tu contraseña: {link}",
diff --git a/core/l10n/eu.php b/core/l10n/eu.php
index fc400a69f1101e288f09026c7f9d0ae6df403bf2..a5f5d3a62100e888c4192a135cd3b6066d08810b 100644
--- a/core/l10n/eu.php
+++ b/core/l10n/eu.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "Errore bat egon da elkarbanatzean",
 "Error while unsharing" => "Errore bat egon da elkarbanaketa desegitean",
 "Error while changing permissions" => "Errore bat egon da baimenak aldatzean",
-"Shared with you and the group %s by %s" => "Zurekin eta %s taldearekin %sk elkarbanatuta",
-"Shared with you by %s" => "%sk zurekin elkarbanatuta",
 "Share with" => "Elkarbanatu honekin",
 "Share with link" => "Elkarbanatu lotura batekin",
 "Password protect" => "Babestu pasahitzarekin",
 "Password" => "Pasahitza",
 "Set expiration date" => "Ezarri muga data",
 "Expiration date" => "Muga data",
-"Share via email: %s" => "Elkarbanatu eposta bidez: %s",
 "No people found" => "Ez da inor aurkitu",
 "Resharing is not allowed" => "Berriz elkarbanatzea ez dago baimendua",
-"Shared in %s with %s" => "Elkarbanatuta hemen %s %srekin",
 "Unshare" => "Ez elkarbanatu",
 "can edit" => "editatu dezake",
 "access control" => "sarrera kontrola",
diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php
index 4a723b3448f3ee5c924543f40302e9fd0b8e33d6..a11ec5033c024e81b84da3d1ee46932b95e25621 100644
--- a/core/l10n/fi_FI.php
+++ b/core/l10n/fi_FI.php
@@ -27,7 +27,6 @@
 "Password" => "Salasana",
 "Set expiration date" => "Aseta päättymispäivä",
 "Expiration date" => "Päättymispäivä",
-"Share via email: %s" => "Jaa sähköpostitse: %s",
 "Resharing is not allowed" => "Jakaminen uudelleen ei ole salittu",
 "can edit" => "voi muokata",
 "create" => "luo",
diff --git a/core/l10n/fr.php b/core/l10n/fr.php
index 1a2d17c69d0cbf64f38db955b07aa2ee64a85e4f..71ab04e8c4052ac5d4e76613d2f282a2ef29e761 100644
--- a/core/l10n/fr.php
+++ b/core/l10n/fr.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "Erreur lors de la mise en partage",
 "Error while unsharing" => "Erreur lors de l'annulation du partage",
 "Error while changing permissions" => "Erreur lors du changement des permissions",
-"Shared with you and the group %s by %s" => "Partagé avec vous ainsi qu'avec le groupe %s par %s",
-"Shared with you by %s" => "Partagé avec vous par %s",
 "Share with" => "Partager avec",
 "Share with link" => "Partager via lien",
 "Password protect" => "Protéger par un mot de passe",
 "Password" => "Mot de passe",
 "Set expiration date" => "Spécifier la date d'expiration",
 "Expiration date" => "Date d'expiration",
-"Share via email: %s" => "Partager via email : %s",
 "No people found" => "Aucun utilisateur trouvé",
 "Resharing is not allowed" => "Le repartage n'est pas autorisé",
-"Shared in %s with %s" => "Partagé dans %s avec %s",
 "Unshare" => "Ne plus partager",
 "can edit" => "édition autorisée",
 "access control" => "contrôle des accès",
diff --git a/core/l10n/it.php b/core/l10n/it.php
index 669c6b6e44a01602b61c609b613c861f8bb670ba..e5437c195ebea4fc6e8e8bb765999e02a6bdf545 100644
--- a/core/l10n/it.php
+++ b/core/l10n/it.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "Errore durante la condivisione",
 "Error while unsharing" => "Errore durante la rimozione della condivisione",
 "Error while changing permissions" => "Errore durante la modifica dei permessi",
-"Shared with you and the group %s by %s" => "Condivisa con te e con il gruppo %s da %s",
-"Shared with you by %s" => "Condiviso con te da %s",
 "Share with" => "Condividi con",
 "Share with link" => "Condividi con collegamento",
 "Password protect" => "Proteggi con password",
 "Password" => "Password",
 "Set expiration date" => "Imposta data di scadenza",
 "Expiration date" => "Data di scadenza",
-"Share via email: %s" => "Condividi tramite email: %s",
 "No people found" => "Non sono state trovate altre persone",
 "Resharing is not allowed" => "La ri-condivisione non è consentita",
-"Shared in %s with %s" => "Condiviso in %s con %s",
 "Unshare" => "Rimuovi condivisione",
 "can edit" => "può modificare",
 "access control" => "controllo d'accesso",
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php
index bd442ef41161f5fde487132c63824badcec32c75..36f986f6167885e4e2c5cb7c08e87f9f58f4bd3b 100644
--- a/core/l10n/ja_JP.php
+++ b/core/l10n/ja_JP.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "共有でエラー発生",
 "Error while unsharing" => "共有解除でエラー発生",
 "Error while changing permissions" => "権限変更でエラー発生",
-"Shared with you and the group %s by %s" => "あなたと %s グループが %s で共有しています",
-"Shared with you by %s" => "あなたと %s で共有しています",
 "Share with" => "共有者",
 "Share with link" => "URLリンクで共有",
 "Password protect" => "パスワード保護",
 "Password" => "パスワード",
 "Set expiration date" => "有効期限を設定",
 "Expiration date" => "有効期限",
-"Share via email: %s" => "メール経由で共有: %s",
 "No people found" => "ユーザーが見つかりません",
 "Resharing is not allowed" => "再共有は許可されていません",
-"Shared in %s with %s" => "%s 内で %s と共有",
 "Unshare" => "共有解除",
 "can edit" => "編集可能",
 "access control" => "アクセス権限",
diff --git a/core/l10n/nl.php b/core/l10n/nl.php
index c5235690eaea0f4ae4a2b18ca4d97d7178cefbe7..e4051fc5c5d2c32ce84bf6b6287d926d1cc23f09 100644
--- a/core/l10n/nl.php
+++ b/core/l10n/nl.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "Fout tijdens het delen",
 "Error while unsharing" => "Fout tijdens het stoppen met delen",
 "Error while changing permissions" => "Fout tijdens het veranderen van permissies",
-"Shared with you and the group %s by %s" => "Gedeeld met u en de group %s door %s",
-"Shared with you by %s" => "Gedeeld met u door %s",
 "Share with" => "Deel met",
 "Share with link" => "Deel met link",
 "Password protect" => "Passeerwoord beveiliging",
 "Password" => "Wachtwoord",
 "Set expiration date" => "Zet vervaldatum",
 "Expiration date" => "Vervaldatum",
-"Share via email: %s" => "Deel via email: %s",
 "No people found" => "Geen mensen gevonden",
 "Resharing is not allowed" => "Verder delen is niet toegestaan",
-"Shared in %s with %s" => "Deel in %s met %s",
 "Unshare" => "Stop met delen",
 "can edit" => "kan wijzigen",
 "access control" => "toegangscontrole",
diff --git a/core/l10n/oc.php b/core/l10n/oc.php
new file mode 100644
index 0000000000000000000000000000000000000000..be743b9bc24a26fa2e4c13f05e62072d492bc0a2
--- /dev/null
+++ b/core/l10n/oc.php
@@ -0,0 +1,85 @@
+<?php $TRANSLATIONS = array(
+"Application name not provided." => "Nom d'applicacion pas donat.",
+"No category to add?" => "Pas de categoria d'ajustar ?",
+"This category already exists: " => "La categoria exista ja :",
+"Settings" => "Configuracion",
+"January" => "Genièr",
+"February" => "Febrièr",
+"March" => "Març",
+"April" => "Abril",
+"May" => "Mai",
+"June" => "Junh",
+"July" => "Julhet",
+"August" => "Agost",
+"September" => "Septembre",
+"October" => "Octobre",
+"November" => "Novembre",
+"December" => "Decembre",
+"Choose" => "Causís",
+"Cancel" => "Anulla",
+"No" => "Non",
+"Yes" => "Òc",
+"Ok" => "D'accòrdi",
+"No categories selected for deletion." => "Pas de categorias seleccionadas per escafar.",
+"Error" => "Error",
+"Error while sharing" => "Error al partejar",
+"Error while unsharing" => "Error al non partejar",
+"Error while changing permissions" => "Error al cambiar permissions",
+"Share with" => "Parteja amb",
+"Share with link" => "Parteja amb lo ligam",
+"Password protect" => "Parat per senhal",
+"Password" => "Senhal",
+"Set expiration date" => "Met la data d'expiracion",
+"Expiration date" => "Data d'expiracion",
+"No people found" => "Deguns trobat",
+"Resharing is not allowed" => "Tornar partejar es pas permis",
+"Unshare" => "Non parteje",
+"can edit" => "pòt modificar",
+"access control" => "Contraròtle d'acces",
+"create" => "crea",
+"update" => "met a jorn",
+"delete" => "escafa",
+"share" => "parteja",
+"Password protected" => "Parat per senhal",
+"Error unsetting expiration date" => "Error al metre de la data d'expiracion",
+"Error setting expiration date" => "Error setting expiration date",
+"ownCloud password reset" => "senhal d'ownCloud tornat botar",
+"Use the following link to reset your password: {link}" => "Utiliza lo ligam seguent per tornar botar lo senhal : {link}",
+"You will receive a link to reset your password via Email." => "Reçaupràs un ligam per tornar botar ton senhal via corrièl.",
+"Requested" => "Requesit",
+"Login failed!" => "Fracàs de login",
+"Username" => "Nom d'usancièr",
+"Request reset" => "Tornar botar requesit",
+"Your password was reset" => "Ton senhal es estat tornat botar",
+"To login page" => "Pagina cap al login",
+"New password" => "Senhal nòu",
+"Reset password" => "Senhal tornat botar",
+"Personal" => "Personal",
+"Users" => "Usancièrs",
+"Apps" => "Apps",
+"Admin" => "Admin",
+"Help" => "Ajuda",
+"Access forbidden" => "Acces enebit",
+"Cloud not found" => "Nívol pas trobada",
+"Edit categories" => "Edita categorias",
+"Add" => "Ajusta",
+"Create an <strong>admin account</strong>" => "Crea un <strong>compte admin</strong>",
+"Advanced" => "Avançat",
+"Data folder" => "Dorsièr de donadas",
+"Configure the database" => "Configura la basa de donadas",
+"will be used" => "serà utilizat",
+"Database user" => "Usancièr de la basa de donadas",
+"Database password" => "Senhal de la basa de donadas",
+"Database name" => "Nom de la basa de donadas",
+"Database tablespace" => "Espandi de taula de basa de donadas",
+"Database host" => "Òste de basa de donadas",
+"Finish setup" => "Configuracion acabada",
+"web services under your control" => "Services web jos ton contraròtle",
+"Log out" => "Sortida",
+"Lost your password?" => "L'as perdut lo senhal ?",
+"remember" => "bremba-te",
+"Log in" => "Dintrada",
+"You are logged out." => "Sias pas dintra (t/ada)",
+"prev" => "dariièr",
+"next" => "venent"
+);
diff --git a/core/l10n/pl.php b/core/l10n/pl.php
index 7dcf016179284da091f9e227715bf76307b0c1ec..cc734802cc11ba093f2c59a772b4cd7779097ceb 100644
--- a/core/l10n/pl.php
+++ b/core/l10n/pl.php
@@ -30,7 +30,6 @@
 "Password" => "Hasło",
 "Set expiration date" => "Ustaw datę wygaśnięcia",
 "Expiration date" => "Data wygaśnięcia",
-"Share via email: %s" => "Współdziel przez email: %s",
 "No people found" => "Nie znaleziono ludzi",
 "Resharing is not allowed" => "Współdzielenie nie jest możliwe",
 "can edit" => "można edytować",
diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php
index cd7064e89c3e4b246041edb3773df72ac1bdae0a..37e411ec0744921dbf22bef5abb4f980ff4368e6 100644
--- a/core/l10n/pt_BR.php
+++ b/core/l10n/pt_BR.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "Erro ao compartilhar",
 "Error while unsharing" => "Erro ao descompartilhar",
 "Error while changing permissions" => "Erro ao mudar permissões",
-"Shared with you and the group %s by %s" => "Compartilhado com você e o grupo %s por %s",
-"Shared with you by %s" => "Compartilhado com você por %s",
 "Share with" => "Compartilhar com",
 "Share with link" => "Compartilhar com link",
 "Password protect" => "Proteger com senha",
 "Password" => "Senha",
 "Set expiration date" => "Definir data de expiração",
 "Expiration date" => "Data de expiração",
-"Share via email: %s" => "Compartilhar via email: %s",
 "No people found" => "Nenhuma pessoa encontrada",
 "Resharing is not allowed" => "Não é permitido re-compartilhar",
-"Shared in %s with %s" => "Compartilhado em %s com %s",
 "Unshare" => "Descompartilhar",
 "can edit" => "pode editar",
 "access control" => "controle de acesso",
diff --git a/core/l10n/ro.php b/core/l10n/ro.php
index 4083113a653cdbba3de8bfe979a2ecd78783faf7..75e88e2cc166f02f7f38619d627468e42be21d9e 100644
--- a/core/l10n/ro.php
+++ b/core/l10n/ro.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "Eroare la partajare",
 "Error while unsharing" => "Eroare la anularea partajării",
 "Error while changing permissions" => "Eroare la modificarea permisiunilor",
-"Shared with you and the group %s by %s" => "Partajat cu tine și grupul %s de %s",
-"Shared with you by %s" => "Partajat cu tine de %s",
 "Share with" => "Partajat cu",
 "Share with link" => "Partajare cu legătură",
 "Password protect" => "Protejare cu parolă",
 "Password" => "Parola",
 "Set expiration date" => "Specifică data expirării",
 "Expiration date" => "Data expirării",
-"Share via email: %s" => "Partajare prin email: %s",
 "No people found" => "Nici o persoană găsită",
 "Resharing is not allowed" => "Repartajarea nu este permisă",
-"Shared in %s with %s" => "Partajat în %s cu %s",
 "Unshare" => "Anulare partajare",
 "can edit" => "poate edita",
 "access control" => "control acces",
diff --git a/core/l10n/ru_RU.php b/core/l10n/ru_RU.php
index 563a261e5d4cdc4237946c7d4a9c9d17d197418e..00a46c042411bec7d02fa43ea0d9366addf7c2a7 100644
--- a/core/l10n/ru_RU.php
+++ b/core/l10n/ru_RU.php
@@ -25,7 +25,6 @@
 "Error while sharing" => "Ошибка создания общего доступа",
 "Error while unsharing" => "Ошибка отключения общего доступа",
 "Error while changing permissions" => "Ошибка при изменении прав доступа",
-"Shared with you and the group %s by %s" => "Общий доступ для Вас и группы %s к %s",
 "Password protect" => "Защитить паролем",
 "Password" => "Пароль",
 "No people found" => "Не найдено людей",
diff --git a/core/l10n/sv.php b/core/l10n/sv.php
index 993aae71ac3d45e5847687286f7c528ed54477fd..e6b96a2c0f13dbf5acaa1b7dc3c6c7a18b816a19 100644
--- a/core/l10n/sv.php
+++ b/core/l10n/sv.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "Fel vid delning",
 "Error while unsharing" => "Fel när delning skulle avslutas",
 "Error while changing permissions" => "Fel vid ändring av rättigheter",
-"Shared with you and the group %s by %s" => "Delad med dig och gruppen %s av %s",
-"Shared with you by %s" => "Delad med dig av %s",
 "Share with" => "Delad med",
 "Share with link" => "Delad med länk",
 "Password protect" => "Lösenordsskydda",
 "Password" => "Lösenord",
 "Set expiration date" => "Sätt utgångsdatum",
 "Expiration date" => "Utgångsdatum",
-"Share via email: %s" => "Dela via e-post: %s",
 "No people found" => "Hittar inga användare",
 "Resharing is not allowed" => "Dela vidare är inte tillåtet",
-"Shared in %s with %s" => "Delad i %s med %s",
 "Unshare" => "Sluta dela",
 "can edit" => "kan redigera",
 "access control" => "åtkomstkontroll",
diff --git a/core/l10n/th_TH.php b/core/l10n/th_TH.php
index 65b14b121d586cf04b0593a122d8b64999d39088..f5a1775f6a2bb21b0c23e9991dafa1e18c9e0c80 100644
--- a/core/l10n/th_TH.php
+++ b/core/l10n/th_TH.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "เกิดข้อผิดพลาดในระหว่างการแชร์ข้อมูล",
 "Error while unsharing" => "เกิดข้อผิดพลาดในการยกเลิกการแชร์ข้อมูล",
 "Error while changing permissions" => "เกิดข้อผิดพลาดในการเปลี่ยนสิทธิ์การเข้าใช้งาน",
-"Shared with you and the group %s by %s" => "ได้แชร์ให้กับคุณและกลุ่ม %s โดย %s",
-"Shared with you by %s" => "แชร์ให้กับคุณโดย %s",
 "Share with" => "แชร์ให้กับ",
 "Share with link" => "แชร์ด้วยลิงก์",
 "Password protect" => "ใส่รหัสผ่านไว้",
 "Password" => "รหัสผ่าน",
 "Set expiration date" => "กำหนดวันที่หมดอายุ",
 "Expiration date" => "วันที่หมดอายุ",
-"Share via email: %s" => "แชร์ผ่านทางอีเมล: %s",
 "No people found" => "ไม่พบบุคคลที่ต้องการ",
 "Resharing is not allowed" => "ไม่อนุญาตให้แชร์ข้อมูลซ้ำได้",
-"Shared in %s with %s" => "ถูกแชร์ใน %s ด้วย %s",
 "Unshare" => "ยกเลิกการแชร์",
 "can edit" => "สามารถแก้ไข",
 "access control" => "ระดับควบคุมการเข้าใช้งาน",
diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php
index 47bda01ab54f655dbe8312c5a5035da774de730e..6ddc41ffeb2b5216cd30e692c0dc9cf035f50970 100644
--- a/core/l10n/zh_CN.php
+++ b/core/l10n/zh_CN.php
@@ -25,18 +25,14 @@
 "Error while sharing" => "共享时出错",
 "Error while unsharing" => "取消共享时出错",
 "Error while changing permissions" => "修改权限时出错",
-"Shared with you and the group %s by %s" => "与你及%s组共享,共享人: %s",
-"Shared with you by %s" => "共享人: %s",
 "Share with" => "共享",
 "Share with link" => "共享链接",
 "Password protect" => "密码保护",
 "Password" => "密码",
 "Set expiration date" => "设置过期日期",
 "Expiration date" => "过期日期",
-"Share via email: %s" => "发电子邮件分享: %s",
 "No people found" => "未找到此人",
 "Resharing is not allowed" => "不允许二次共享",
-"Shared in %s with %s" => "在%s中与%s共享",
 "Unshare" => "取消共享",
 "can edit" => "可以修改",
 "access control" => "访问控制",
diff --git a/l10n/af/core.po b/l10n/af/core.po
index 5f46146d4408ed57d2e181b170fd8e478b2b4a16..b341411ef2f73738909887a799e99e69d317dfd5 100644
--- a/l10n/af/core.po
+++ b/l10n/af/core.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n"
 "MIME-Version: 1.0\n"
@@ -29,7 +29,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr ""
 
@@ -123,13 +123,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -157,8 +159,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -344,7 +348,7 @@ msgstr ""
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/ar/core.po b/l10n/ar/core.po
index 8784f0bf16bbb74e523b7b9ac666eca4e83350cd..d15bbe4a7cd3b26191554c5432271719c86608a4 100644
--- a/l10n/ar/core.po
+++ b/l10n/ar/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "تعديلات"
 
@@ -124,13 +124,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -158,8 +160,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -345,7 +349,7 @@ msgstr "انهاء التعديلات"
 msgid "web services under your control"
 msgstr "خدمات الوب تحت تصرفك"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "الخروج"
 
diff --git a/l10n/ar_SA/core.po b/l10n/ar_SA/core.po
index 8b794e039bf4a923297fe58628267f09e44f1bde..e63e571d91db15facc957378edbd09246c724052 100644
--- a/l10n/ar_SA/core.po
+++ b/l10n/ar_SA/core.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Arabic (Saudi Arabia) (http://www.transifex.com/projects/p/owncloud/language/ar_SA/)\n"
 "MIME-Version: 1.0\n"
@@ -29,7 +29,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr ""
 
@@ -123,13 +123,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -157,8 +159,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -344,7 +348,7 @@ msgstr ""
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po
index a912136e2a40b71e332b8f9d1a9931b2da57767e..ff661733f9fc408e5f583161cd5240be29103458 100644
--- a/l10n/bg_BG/core.po
+++ b/l10n/bg_BG/core.po
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
 "MIME-Version: 1.0\n"
@@ -33,7 +33,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr "Категорията вече съществува:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Настройки"
 
@@ -127,13 +127,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -161,8 +163,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -174,8 +175,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -348,7 +352,7 @@ msgstr "Завършване на настройките"
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Изход"
 
diff --git a/l10n/ca/core.po b/l10n/ca/core.po
index 49f057e364cc56d0cb15e73c343133543c83f773..30b391463b54ead12cf237d64bf362bd47013e50 100644
--- a/l10n/ca/core.po
+++ b/l10n/ca/core.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
 "MIME-Version: 1.0\n"
@@ -31,7 +31,7 @@ msgstr "No voleu afegir cap categoria?"
 msgid "This category already exists: "
 msgstr "Aquesta categoria ja existeix:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Arranjament"
 
@@ -125,13 +125,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -159,8 +161,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -172,8 +173,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -346,7 +350,7 @@ msgstr "Acaba la configuració"
 msgid "web services under your control"
 msgstr "controleu els vostres serveis web"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Surt"
 
diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po
index 4ae1820806ae7dcbcc652a8ddd23569547b1b0e2..b9c0bef6ae41dc6fb4a64f0154c4977fd97bda80 100644
--- a/l10n/cs_CZ/core.po
+++ b/l10n/cs_CZ/core.po
@@ -11,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-27 02:01+0200\n"
-"PO-Revision-Date: 2012-09-26 11:43+0000\n"
-"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
+"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,7 +33,7 @@ msgstr "Žádná kategorie k přidání?"
 msgid "This category already exists: "
 msgstr "Tato kategorie již existuje: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Nastavení"
 
@@ -127,14 +127,16 @@ msgid "Error while changing permissions"
 msgstr "Chyba při změně oprávnění"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "Sdíleno s Vámi a skupinou %s od %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "Sdíleno s Vámi od %s"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -161,9 +163,8 @@ msgid "Expiration date"
 msgstr "Datum vypršení platnosti"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Sdílet e-mailem: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -174,9 +175,12 @@ msgid "Resharing is not allowed"
 msgstr "Sdílení již sdílené položky není povoleno"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "Sdíleno v %s s %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -348,7 +352,7 @@ msgstr "Dokončit nastavení"
 msgid "web services under your control"
 msgstr "webové služby pod Vaší kontrolou"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Odhlásit se"
 
diff --git a/l10n/da/core.po b/l10n/da/core.po
index f0e22bbdefab666b1cfeeacc1fd98b7f8d3fa695..3ef84754e39fe5eb515f3b225ad2a839b40331e7 100644
--- a/l10n/da/core.po
+++ b/l10n/da/core.po
@@ -13,8 +13,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -35,7 +35,7 @@ msgstr "Ingen kategori at tilføje?"
 msgid "This category already exists: "
 msgstr "Denne kategori eksisterer allerede: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Indstillinger"
 
@@ -129,14 +129,16 @@ msgid "Error while changing permissions"
 msgstr "Fejl under justering af rettigheder"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "Delt med dig og gruppen %s af %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "Delt med dig af %s"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -163,9 +165,8 @@ msgid "Expiration date"
 msgstr "Udløbsdato"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Del over email: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -176,9 +177,12 @@ msgid "Resharing is not allowed"
 msgstr "Videredeling ikke tilladt"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "Delt i %s med %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -350,7 +354,7 @@ msgstr "Afslut opsætning"
 msgid "web services under your control"
 msgstr "Webtjenester under din kontrol"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Log ud"
 
diff --git a/l10n/de/core.po b/l10n/de/core.po
index 9305a60d07c06357e5663dff26015edfc51dd7b1..56f595bdd47e3c69716a9ba925c4ba36cf85dcee 100644
--- a/l10n/de/core.po
+++ b/l10n/de/core.po
@@ -20,9 +20,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-28 02:02+0200\n"
-"PO-Revision-Date: 2012-09-27 22:12+0000\n"
-"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
+"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -42,7 +42,7 @@ msgstr "Keine Kategorie hinzuzufügen?"
 msgid "This category already exists: "
 msgstr "Kategorie existiert bereits:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Einstellungen"
 
@@ -136,14 +136,16 @@ msgid "Error while changing permissions"
 msgstr "Fehler beim Ändern  der Rechte"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "%s hat dies für dich und die Gruppe %s freigegeben."
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "%s hat dies mit dir geteilt."
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -170,9 +172,8 @@ msgid "Expiration date"
 msgstr "Ablaufdatum"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Über eine E-Mail freigeben: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -183,9 +184,12 @@ msgid "Resharing is not allowed"
 msgstr "Weiterverteilen ist nicht erlaubt"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "In %s für %s freigegeben"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -357,7 +361,7 @@ msgstr "Installation abschließen"
 msgid "web services under your control"
 msgstr "Web-Services unter Ihrer Kontrolle"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Abmelden"
 
diff --git a/l10n/el/core.po b/l10n/el/core.po
index d891fe24a44ccf28c54b14f718bb96370960d205..5fb3691f6b29efd51da1fa72c3a73a0f333db725 100644
--- a/l10n/el/core.po
+++ b/l10n/el/core.po
@@ -12,8 +12,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
 "MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@ msgstr "Δεν έχετε να προστέσθέσεται μια κα"
 msgid "This category already exists: "
 msgstr "Αυτή η κατηγορία υπάρχει ήδη"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Ρυθμίσεις"
 
@@ -88,7 +88,7 @@ msgstr "Δεκέμβριος"
 
 #: js/oc-dialogs.js:123
 msgid "Choose"
-msgstr ""
+msgstr "Επιλέξτε"
 
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
@@ -117,37 +117,39 @@ msgstr "Σφάλμα"
 
 #: js/share.js:103
 msgid "Error while sharing"
-msgstr ""
+msgstr "Σφάλμα κατά τον διαμοιρασμό"
 
 #: js/share.js:114
 msgid "Error while unsharing"
-msgstr ""
+msgstr "Σφάλμα κατά το σταμάτημα του διαμοιρασμού"
 
 #: js/share.js:121
 msgid "Error while changing permissions"
+msgstr "Σφάλμα κατά την αλλαγή των δικαιωμάτων"
+
+#: js/share.js:130
+msgid "Shared with you and the group"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
-msgstr ""
+msgstr "Διαμοιρασμός με"
 
 #: js/share.js:142
 msgid "Share with link"
-msgstr ""
+msgstr "Διαμοιρασμός με σύνδεσμο"
 
 #: js/share.js:143
 msgid "Password protect"
-msgstr ""
+msgstr "Προστασία κωδικού"
 
 #: js/share.js:147 templates/installation.php:30 templates/login.php:13
 msgid "Password"
@@ -155,69 +157,71 @@ msgstr "Κωδικός"
 
 #: js/share.js:152
 msgid "Set expiration date"
-msgstr ""
+msgstr "Ορισμός ημ. λήξης"
 
 #: js/share.js:153
 msgid "Expiration date"
-msgstr ""
+msgstr "Ημερομηνία λήξης"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
-msgstr ""
+msgstr "Δεν βρέθηκε άνθρωπος"
 
 #: js/share.js:214
 msgid "Resharing is not allowed"
+msgstr "Ξαναμοιρασμός δεν επιτρέπεται"
+
+#: js/share.js:250
+msgid "Shared in"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
-msgstr ""
+msgstr "Σταμάτημα μοιράσματος"
 
 #: js/share.js:279
 msgid "can edit"
-msgstr ""
+msgstr "δυνατότητα αλλαγής"
 
 #: js/share.js:281
 msgid "access control"
-msgstr ""
+msgstr "έλεγχος πρόσβασης"
 
 #: js/share.js:284
 msgid "create"
-msgstr ""
+msgstr "δημιουργία"
 
 #: js/share.js:287
 msgid "update"
-msgstr ""
+msgstr "ανανέωση"
 
 #: js/share.js:290
 msgid "delete"
-msgstr ""
+msgstr "διαγραφή"
 
 #: js/share.js:293
 msgid "share"
-msgstr ""
+msgstr "διαμοιρασμός"
 
 #: js/share.js:317 js/share.js:476
 msgid "Password protected"
-msgstr ""
+msgstr "Προστασία με κωδικό"
 
 #: js/share.js:489
 msgid "Error unsetting expiration date"
-msgstr ""
+msgstr "Σφάλμα κατά την διαγραφή της ημ. λήξης"
 
 #: js/share.js:501
 msgid "Error setting expiration date"
-msgstr ""
+msgstr "Σφάλμα κατά τον ορισμό ημ. λήξης"
 
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
@@ -349,7 +353,7 @@ msgstr "Ολοκλήρωση εγκατάστασης"
 msgid "web services under your control"
 msgstr "Υπηρεσίες web υπό τον έλεγχό σας"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Αποσύνδεση"
 
diff --git a/l10n/el/files.po b/l10n/el/files.po
index 6653d7075bd18822064665427df599ba283b5461..1d6375014dc291bfeb2eb52d6edd3c06baf51923 100644
--- a/l10n/el/files.po
+++ b/l10n/el/files.po
@@ -12,9 +12,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 01:41+0000\n"
+"Last-Translator: Dimitris M. <monopatis@gmail.com>\n"
 "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -66,7 +66,7 @@ msgstr "Διαγραφή"
 
 #: js/fileactions.js:182
 msgid "Rename"
-msgstr ""
+msgstr "Μετονομασία"
 
 #: js/filelist.js:190 js/filelist.js:192
 msgid "already exists"
@@ -122,11 +122,11 @@ msgstr "Εκκρεμεί"
 
 #: js/files.js:256
 msgid "1 file uploading"
-msgstr ""
+msgstr "1 αρχείο ανεβαίνει"
 
 #: js/files.js:259 js/files.js:304 js/files.js:319
 msgid "files uploading"
-msgstr ""
+msgstr "αρχεία ανεβαίνουν"
 
 #: js/files.js:322 js/files.js:355
 msgid "Upload cancelled."
@@ -141,81 +141,81 @@ msgstr "Η μεταφόρτωση του αρχείου βρίσκεται σε
 msgid "Invalid name, '/' is not allowed."
 msgstr "Μη έγκυρο όνομα, το '/' δεν επιτρέπεται."
 
-#: js/files.js:667
+#: js/files.js:668
 msgid "files scanned"
 msgstr "αρχεία σαρώθηκαν"
 
-#: js/files.js:675
+#: js/files.js:676
 msgid "error while scanning"
 msgstr "σφάλμα κατά την ανίχνευση"
 
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
 msgid "Name"
 msgstr "Όνομα"
 
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
 msgid "Size"
 msgstr "Μέγεθος"
 
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
 msgid "Modified"
 msgstr "Τροποποιήθηκε"
 
-#: js/files.js:777
+#: js/files.js:778
 msgid "folder"
 msgstr "φάκελος"
 
-#: js/files.js:779
+#: js/files.js:780
 msgid "folders"
 msgstr "φάκελοι"
 
-#: js/files.js:787
+#: js/files.js:788
 msgid "file"
 msgstr "αρχείο"
 
-#: js/files.js:789
+#: js/files.js:790
 msgid "files"
 msgstr "αρχεία"
 
-#: js/files.js:833
+#: js/files.js:834
 msgid "seconds ago"
-msgstr ""
+msgstr "δευτερόλεπτα πριν"
 
-#: js/files.js:834
+#: js/files.js:835
 msgid "minute ago"
-msgstr ""
+msgstr "λεπτό πριν"
 
-#: js/files.js:835
+#: js/files.js:836
 msgid "minutes ago"
-msgstr ""
+msgstr "λεπτά πριν"
 
-#: js/files.js:838
+#: js/files.js:839
 msgid "today"
-msgstr ""
+msgstr "σήμερα"
 
-#: js/files.js:839
+#: js/files.js:840
 msgid "yesterday"
-msgstr ""
+msgstr "χτες"
 
-#: js/files.js:840
+#: js/files.js:841
 msgid "days ago"
-msgstr ""
+msgstr "μέρες πριν"
 
-#: js/files.js:841
+#: js/files.js:842
 msgid "last month"
-msgstr ""
+msgstr "τελευταίο μήνα"
 
-#: js/files.js:843
+#: js/files.js:844
 msgid "months ago"
-msgstr ""
+msgstr "μήνες πριν"
 
-#: js/files.js:844
+#: js/files.js:845
 msgid "last year"
-msgstr ""
+msgstr "τελευταίο χρόνο"
 
-#: js/files.js:845
+#: js/files.js:846
 msgid "years ago"
-msgstr ""
+msgstr "χρόνια πριν"
 
 #: templates/admin.php:5
 msgid "File handling"
diff --git a/l10n/el/files_sharing.po b/l10n/el/files_sharing.po
index d50968315c16fa1649c0c1f2a0b4309496e6af6c..d5a761b6f70d7aeb251f93390ca0521b5d8d4384 100644
--- a/l10n/el/files_sharing.po
+++ b/l10n/el/files_sharing.po
@@ -10,9 +10,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-22 01:14+0200\n"
-"PO-Revision-Date: 2012-09-21 23:15+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 01:07+0000\n"
+"Last-Translator: Dimitris M. <monopatis@gmail.com>\n"
 "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -31,12 +31,12 @@ msgstr "Καταχώρηση"
 #: templates/public.php:9
 #, php-format
 msgid "%s shared the folder %s with you"
-msgstr ""
+msgstr "%s μοιράστηκε τον φάκελο %s μαζί σας"
 
 #: templates/public.php:11
 #, php-format
 msgid "%s shared the file %s with you"
-msgstr ""
+msgstr "%s μοιράστηκε το αρχείο %s μαζί σας"
 
 #: templates/public.php:14 templates/public.php:30
 msgid "Download"
diff --git a/l10n/el/files_versions.po b/l10n/el/files_versions.po
index 1ebbed58c880935a906b76d6ec650e3d5bae2b36..a79674e946aef79c9773e08c75581bdfd7fc7cb7 100644
--- a/l10n/el/files_versions.po
+++ b/l10n/el/files_versions.po
@@ -3,15 +3,16 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Dimitris M. <monopatis@gmail.com>, 2012.
 # Efstathios Iosifidis <diamond_gr@freemail.gr>, 2012.
 # Nisok Kosin <nikos.efthimiou@gmail.com>, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-22 01:14+0200\n"
-"PO-Revision-Date: 2012-09-21 23:15+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 01:26+0000\n"
+"Last-Translator: Dimitris M. <monopatis@gmail.com>\n"
 "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,7 +26,7 @@ msgstr "Λήξη όλων των εκδόσεων"
 
 #: js/versions.js:16
 msgid "History"
-msgstr ""
+msgstr "Ιστορικό"
 
 #: templates/settings-personal.php:4
 msgid "Versions"
diff --git a/l10n/el/user_ldap.po b/l10n/el/user_ldap.po
index 0509e10da4d97b0f3081f85e5bfd3147592a9a1f..86f0cd1881964d06028fd6cca18d7ef0148d7983 100644
--- a/l10n/el/user_ldap.po
+++ b/l10n/el/user_ldap.po
@@ -3,15 +3,16 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Dimitris M. <monopatis@gmail.com>, 2012.
 # Efstathios Iosifidis <diamond_gr@freemail.gr>, 2012.
 # Marios Bekatoros <>, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-08 02:02+0200\n"
-"PO-Revision-Date: 2012-09-07 07:17+0000\n"
-"Last-Translator: Marios Bekatoros <>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 01:27+0000\n"
+"Last-Translator: Dimitris M. <monopatis@gmail.com>\n"
 "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -135,7 +136,7 @@ msgstr ""
 
 #: templates/settings.php:23
 msgid "Not recommended, use for testing only."
-msgstr ""
+msgstr "Δεν προτείνεται, χρήση μόνο για δοκιμές."
 
 #: templates/settings.php:24
 msgid "User Display Name Field"
diff --git a/l10n/eo/core.po b/l10n/eo/core.po
index 70ac43a51e68dbc0e32e49c13d958eb6ee05826e..1d81d9fb2a73bcabb876e99505f7b7660561567a 100644
--- a/l10n/eo/core.po
+++ b/l10n/eo/core.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Ĉu neniu kategorio estas aldonota?"
 msgid "This category already exists: "
 msgstr "Ĉi tiu kategorio jam ekzistas: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Agordo"
 
@@ -126,13 +126,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -160,8 +162,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -173,8 +174,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -347,7 +351,7 @@ msgstr "Fini la instalon"
 msgid "web services under your control"
 msgstr "TTT-servoj sub via kontrolo"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Elsaluti"
 
diff --git a/l10n/es/core.po b/l10n/es/core.po
index e5fd82585080dbf1646c1d3439b828f8ca19ff62..fc225d2f546917e1546cf822e2f72d97bf573d73 100644
--- a/l10n/es/core.po
+++ b/l10n/es/core.po
@@ -16,8 +16,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
 "MIME-Version: 1.0\n"
@@ -38,7 +38,7 @@ msgstr "¿Ninguna categoría para añadir?"
 msgid "This category already exists: "
 msgstr "Esta categoría ya existe: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Ajustes"
 
@@ -132,14 +132,16 @@ msgid "Error while changing permissions"
 msgstr "Error cambiando permisos"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "Compartido contigo y el grupo %s por %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "Compartido contigo por %s"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -166,9 +168,8 @@ msgid "Expiration date"
 msgstr "Fecha de caducidad"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Compartir por email: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -179,9 +180,12 @@ msgid "Resharing is not allowed"
 msgstr "No se permite compartir de nuevo"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "Compartido en %s con %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -217,7 +221,7 @@ msgstr "Protegido por contraseña"
 
 #: js/share.js:489
 msgid "Error unsetting expiration date"
-msgstr ""
+msgstr "Error al eliminar la fecha de caducidad"
 
 #: js/share.js:501
 msgid "Error setting expiration date"
@@ -353,7 +357,7 @@ msgstr "Completar la instalación"
 msgid "web services under your control"
 msgstr "servicios web bajo tu control"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Salir"
 
diff --git a/l10n/es/files.po b/l10n/es/files.po
index bf95c6eda2b5db10ef0285d18eb97f89c3b4779a..edab4fc1363c8aa8213e3fe08a5f84c4d45ef427 100644
--- a/l10n/es/files.po
+++ b/l10n/es/files.po
@@ -12,9 +12,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 18:08+0000\n"
+"Last-Translator: scambra <sergio@entrecables.com>\n"
 "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -122,11 +122,11 @@ msgstr "Pendiente"
 
 #: js/files.js:256
 msgid "1 file uploading"
-msgstr ""
+msgstr "subiendo 1 archivo"
 
 #: js/files.js:259 js/files.js:304 js/files.js:319
 msgid "files uploading"
-msgstr ""
+msgstr "archivos subiendo"
 
 #: js/files.js:322 js/files.js:355
 msgid "Upload cancelled."
@@ -141,81 +141,81 @@ msgstr "La subida del archivo está en proceso. Salir de la página ahora cancel
 msgid "Invalid name, '/' is not allowed."
 msgstr "Nombre no válido, '/' no está permitido."
 
-#: js/files.js:667
+#: js/files.js:668
 msgid "files scanned"
 msgstr "archivos escaneados"
 
-#: js/files.js:675
+#: js/files.js:676
 msgid "error while scanning"
 msgstr "error escaneando"
 
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
 msgid "Name"
 msgstr "Nombre"
 
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
 msgid "Size"
 msgstr "Tamaño"
 
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
 msgid "Modified"
 msgstr "Modificado"
 
-#: js/files.js:777
+#: js/files.js:778
 msgid "folder"
 msgstr "carpeta"
 
-#: js/files.js:779
+#: js/files.js:780
 msgid "folders"
 msgstr "carpetas"
 
-#: js/files.js:787
+#: js/files.js:788
 msgid "file"
 msgstr "archivo"
 
-#: js/files.js:789
+#: js/files.js:790
 msgid "files"
 msgstr "archivos"
 
-#: js/files.js:833
+#: js/files.js:834
 msgid "seconds ago"
-msgstr ""
+msgstr "hace segundos"
 
-#: js/files.js:834
+#: js/files.js:835
 msgid "minute ago"
-msgstr ""
+msgstr "minuto"
 
-#: js/files.js:835
+#: js/files.js:836
 msgid "minutes ago"
-msgstr ""
+msgstr "hace minutos"
 
-#: js/files.js:838
+#: js/files.js:839
 msgid "today"
-msgstr ""
+msgstr "hoy"
 
-#: js/files.js:839
+#: js/files.js:840
 msgid "yesterday"
-msgstr ""
+msgstr "ayer"
 
-#: js/files.js:840
+#: js/files.js:841
 msgid "days ago"
-msgstr ""
+msgstr "días"
 
-#: js/files.js:841
+#: js/files.js:842
 msgid "last month"
-msgstr ""
+msgstr "mes pasado"
 
-#: js/files.js:843
+#: js/files.js:844
 msgid "months ago"
-msgstr ""
+msgstr "hace meses"
 
-#: js/files.js:844
+#: js/files.js:845
 msgid "last year"
-msgstr ""
+msgstr "año pasado"
 
-#: js/files.js:845
+#: js/files.js:846
 msgid "years ago"
-msgstr ""
+msgstr "hace años"
 
 #: templates/admin.php:5
 msgid "File handling"
diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po
index 293c4ea0a8d4936d00e335fa7f5ad79b60d34a1f..ef8c5200cb496cb0749540b0eae70345af41dce7 100644
--- a/l10n/es_AR/core.po
+++ b/l10n/es_AR/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr "¿Ninguna categoría para añadir?"
 msgid "This category already exists: "
 msgstr "Esta categoría ya existe: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Ajustes"
 
@@ -124,14 +124,16 @@ msgid "Error while changing permissions"
 msgstr "Error al cambiar permisos"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "Compartido con vos y con el grupo %s por %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "Compartido con vos por %s"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -158,9 +160,8 @@ msgid "Expiration date"
 msgstr "Fecha de vencimiento"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Compartir por e-mail: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -171,9 +172,12 @@ msgid "Resharing is not allowed"
 msgstr "No se permite volver a compartir"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "Compartido en %s con %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -209,7 +213,7 @@ msgstr "Protegido por contraseña"
 
 #: js/share.js:489
 msgid "Error unsetting expiration date"
-msgstr ""
+msgstr "Error al remover la fecha de caducidad"
 
 #: js/share.js:501
 msgid "Error setting expiration date"
@@ -345,7 +349,7 @@ msgstr "Completar la instalación"
 msgid "web services under your control"
 msgstr "servicios web sobre los que tenés control"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Cerrar la sesión"
 
diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po
index d9fa52732c7170eb5b1904d1ef9c62fd73050300..072de5c06f63ce0b16f75449b4ef9bd7bf669b6f 100644
--- a/l10n/es_AR/files.po
+++ b/l10n/es_AR/files.po
@@ -8,9 +8,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 09:21+0000\n"
+"Last-Translator: cjtess <claudio.tessone@gmail.com>\n"
 "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -118,11 +118,11 @@ msgstr "Pendiente"
 
 #: js/files.js:256
 msgid "1 file uploading"
-msgstr ""
+msgstr "Subiendo 1 archivo"
 
 #: js/files.js:259 js/files.js:304 js/files.js:319
 msgid "files uploading"
-msgstr ""
+msgstr "Subiendo archivos"
 
 #: js/files.js:322 js/files.js:355
 msgid "Upload cancelled."
@@ -137,81 +137,81 @@ msgstr "La subida del archivo está en proceso. Si salís de la página ahora, l
 msgid "Invalid name, '/' is not allowed."
 msgstr "Nombre no válido, '/' no está permitido."
 
-#: js/files.js:667
+#: js/files.js:668
 msgid "files scanned"
 msgstr "archivos escaneados"
 
-#: js/files.js:675
+#: js/files.js:676
 msgid "error while scanning"
 msgstr "error mientras se escaneaba"
 
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
 msgid "Name"
 msgstr "Nombre"
 
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
 msgid "Size"
 msgstr "Tamaño"
 
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
 msgid "Modified"
 msgstr "Modificado"
 
-#: js/files.js:777
+#: js/files.js:778
 msgid "folder"
 msgstr "carpeta"
 
-#: js/files.js:779
+#: js/files.js:780
 msgid "folders"
 msgstr "carpetas"
 
-#: js/files.js:787
+#: js/files.js:788
 msgid "file"
 msgstr "archivo"
 
-#: js/files.js:789
+#: js/files.js:790
 msgid "files"
 msgstr "archivos"
 
-#: js/files.js:833
+#: js/files.js:834
 msgid "seconds ago"
-msgstr ""
+msgstr "segundos atrás"
 
-#: js/files.js:834
+#: js/files.js:835
 msgid "minute ago"
-msgstr ""
+msgstr "hace un minuto"
 
-#: js/files.js:835
+#: js/files.js:836
 msgid "minutes ago"
-msgstr ""
+msgstr "minutos atrás"
 
-#: js/files.js:838
+#: js/files.js:839
 msgid "today"
-msgstr ""
+msgstr "hoy"
 
-#: js/files.js:839
+#: js/files.js:840
 msgid "yesterday"
-msgstr ""
+msgstr "ayer"
 
-#: js/files.js:840
+#: js/files.js:841
 msgid "days ago"
-msgstr ""
+msgstr "días atrás"
 
-#: js/files.js:841
+#: js/files.js:842
 msgid "last month"
-msgstr ""
+msgstr "el mes pasado"
 
-#: js/files.js:843
+#: js/files.js:844
 msgid "months ago"
-msgstr ""
+msgstr "meses atrás"
 
-#: js/files.js:844
+#: js/files.js:845
 msgid "last year"
-msgstr ""
+msgstr "el año pasado"
 
-#: js/files.js:845
+#: js/files.js:846
 msgid "years ago"
-msgstr ""
+msgstr "años atrás"
 
 #: templates/admin.php:5
 msgid "File handling"
diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po
index b25838396d93843bc6eaeb81ea6cc0fd07e5a846..81a2ab9c72d9f9ee692ee3b4a5cf2342e6f64e63 100644
--- a/l10n/et_EE/core.po
+++ b/l10n/et_EE/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr "Pole kategooriat, mida lisada?"
 msgid "This category already exists: "
 msgstr "See kategooria on juba olemas: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Seaded"
 
@@ -124,13 +124,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -158,8 +160,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -345,7 +349,7 @@ msgstr "Lõpeta seadistamine"
 msgid "web services under your control"
 msgstr "veebiteenused sinu kontrolli all"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Logi välja"
 
diff --git a/l10n/eu/core.po b/l10n/eu/core.po
index 362ba4eacc951eb6b4328dc553e3c653ecd16225..edfc25de8346a0954c4f9b6a889acc6f1598eb21 100644
--- a/l10n/eu/core.po
+++ b/l10n/eu/core.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
 "MIME-Version: 1.0\n"
@@ -31,7 +31,7 @@ msgstr "Ez dago gehitzeko kategoriarik?"
 msgid "This category already exists: "
 msgstr "Kategoria hau dagoeneko existitzen da:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Ezarpenak"
 
@@ -125,14 +125,16 @@ msgid "Error while changing permissions"
 msgstr "Errore bat egon da baimenak aldatzean"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "Zurekin eta %s taldearekin %sk elkarbanatuta"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "%sk zurekin elkarbanatuta"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -159,9 +161,8 @@ msgid "Expiration date"
 msgstr "Muga data"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Elkarbanatu eposta bidez: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -172,9 +173,12 @@ msgid "Resharing is not allowed"
 msgstr "Berriz elkarbanatzea ez dago baimendua"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "Elkarbanatuta hemen %s %srekin"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -346,7 +350,7 @@ msgstr "Bukatu konfigurazioa"
 msgid "web services under your control"
 msgstr "web zerbitzuak zure kontrolpean"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Saioa bukatu"
 
diff --git a/l10n/eu_ES/core.po b/l10n/eu_ES/core.po
index 90159b6d7ebb8d2b776cfab44c25e83c60ba101c..96133924d3e88449c89c1aef5350a3bf7b861d2f 100644
--- a/l10n/eu_ES/core.po
+++ b/l10n/eu_ES/core.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n"
 "MIME-Version: 1.0\n"
@@ -29,7 +29,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr ""
 
@@ -123,13 +123,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -157,8 +159,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -344,7 +348,7 @@ msgstr ""
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/fa/core.po b/l10n/fa/core.po
index 9ad02702752f47b560ebb009168f008d4499ef4e..18c5c3f42c99f9369ae0907851e001208bd8a03f 100644
--- a/l10n/fa/core.po
+++ b/l10n/fa/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr "آیا گروه دیگری برای افزودن ندارید"
 msgid "This category already exists: "
 msgstr "این گروه از قبل اضافه شده"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "تنظیمات"
 
@@ -124,13 +124,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -158,8 +160,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -345,7 +349,7 @@ msgstr "اتمام نصب"
 msgid "web services under your control"
 msgstr "سرویس وب تحت کنترل شما"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "خروج"
 
diff --git a/l10n/fi/core.po b/l10n/fi/core.po
index 83ec4de4736c1315b3e6f15ad010324b4a5f5fd4..f44a41d09a277f7723acd215d54fc49c875aa46f 100644
--- a/l10n/fi/core.po
+++ b/l10n/fi/core.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Finnish (http://www.transifex.com/projects/p/owncloud/language/fi/)\n"
 "MIME-Version: 1.0\n"
@@ -29,7 +29,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr ""
 
@@ -123,13 +123,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -157,8 +159,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -344,7 +348,7 @@ msgstr ""
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po
index c05f184baba9ea182d2abb320d8ae83604915e94..b7981285b1cd954047955c73ffdafaee8942b1e1 100644
--- a/l10n/fi_FI/core.po
+++ b/l10n/fi_FI/core.po
@@ -13,8 +13,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -35,7 +35,7 @@ msgstr "Ei lisättävää luokkaa?"
 msgid "This category already exists: "
 msgstr "Tämä luokka on jo olemassa: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Asetukset"
 
@@ -129,13 +129,15 @@ msgid "Error while changing permissions"
 msgstr "Virhe oikeuksia muuttaessa"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -163,9 +165,8 @@ msgid "Expiration date"
 msgstr "Päättymispäivä"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Jaa sähköpostitse: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -176,8 +177,11 @@ msgid "Resharing is not allowed"
 msgstr "Jakaminen uudelleen ei ole salittu"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -350,7 +354,7 @@ msgstr "Viimeistele asennus"
 msgid "web services under your control"
 msgstr "verkkopalvelut hallinnassasi"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Kirjaudu ulos"
 
diff --git a/l10n/fr/core.po b/l10n/fr/core.po
index 62dfb286cb08a2794c31e04175a5439a1883ddcf..1af28feae426ed39e9d56dd7a2e0e377082a6bf4 100644
--- a/l10n/fr/core.po
+++ b/l10n/fr/core.po
@@ -14,9 +14,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-27 02:01+0200\n"
-"PO-Revision-Date: 2012-09-26 13:01+0000\n"
-"Last-Translator: Christophe Lherieau <skimpax@gmail.com>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
+"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -36,7 +36,7 @@ msgstr "Pas de catégorie à ajouter ?"
 msgid "This category already exists: "
 msgstr "Cette catégorie existe déjà : "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Paramètres"
 
@@ -130,14 +130,16 @@ msgid "Error while changing permissions"
 msgstr "Erreur lors du changement des permissions"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "Partagé avec vous ainsi qu'avec le groupe %s par %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "Partagé avec vous par %s"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -164,9 +166,8 @@ msgid "Expiration date"
 msgstr "Date d'expiration"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Partager via email : %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -177,9 +178,12 @@ msgid "Resharing is not allowed"
 msgstr "Le repartage n'est pas autorisé"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "Partagé dans %s avec %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -351,7 +355,7 @@ msgstr "Terminer l'installation"
 msgid "web services under your control"
 msgstr "services web sous votre contrôle"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Se déconnecter"
 
diff --git a/l10n/gl/core.po b/l10n/gl/core.po
index 2e230cf3841b49543ee6fa570f844b4cf7716beb..e1324b3c423a43241effc1bf581702622e673e42 100644
--- a/l10n/gl/core.po
+++ b/l10n/gl/core.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
 "MIME-Version: 1.0\n"
@@ -31,7 +31,7 @@ msgstr "Sen categoría que engadir?"
 msgid "This category already exists: "
 msgstr "Esta categoría xa existe: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Preferencias"
 
@@ -125,13 +125,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -159,8 +161,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -172,8 +173,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -346,7 +350,7 @@ msgstr "Rematar configuración"
 msgid "web services under your control"
 msgstr "servizos web baixo o seu control"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Desconectar"
 
diff --git a/l10n/he/core.po b/l10n/he/core.po
index 2e2804156e13b5e56b38ae525e3e99ed3f264813..715be471e84d4129e67860a229c80fc60e6e40e3 100644
--- a/l10n/he/core.po
+++ b/l10n/he/core.po
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
 "MIME-Version: 1.0\n"
@@ -33,7 +33,7 @@ msgstr "אין קטגוריה להוספה?"
 msgid "This category already exists: "
 msgstr "קטגוריה זאת כבר קיימת: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "הגדרות"
 
@@ -127,13 +127,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -161,8 +163,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -174,8 +175,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -348,7 +352,7 @@ msgstr "סיום התקנה"
 msgid "web services under your control"
 msgstr "שירותי רשת בשליטתך"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "התנתקות"
 
diff --git a/l10n/hi/core.po b/l10n/hi/core.po
index db209506b1ee4281bf8c8f0515bee4794cad3ee7..b6cb8ef89bedfd562749f4b4fa8415fa012386e6 100644
--- a/l10n/hi/core.po
+++ b/l10n/hi/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr ""
 
@@ -124,13 +124,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -158,8 +160,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -345,7 +349,7 @@ msgstr "सेटअप समाप्त करे"
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/hr/core.po b/l10n/hr/core.po
index f7dd68bec9aa11da433256f2366514e6f2aa3206..79c1221b889ab2413de3998d23a84cc1d52c33ac 100644
--- a/l10n/hr/core.po
+++ b/l10n/hr/core.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Nemate kategorija koje možete dodati?"
 msgid "This category already exists: "
 msgstr "Ova kategorija već postoji: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Postavke"
 
@@ -126,13 +126,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -160,8 +162,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -173,8 +174,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -347,7 +351,7 @@ msgstr "Završi postavljanje"
 msgid "web services under your control"
 msgstr "web usluge pod vašom kontrolom"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Odjava"
 
diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po
index ab8e6e0442f17bf8a3a2a3554732d67fc348ce94..0b0e753c080a794388aebfc08921b512485fe124 100644
--- a/l10n/hu_HU/core.po
+++ b/l10n/hu_HU/core.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Nincs hozzáadandó kategória?"
 msgid "This category already exists: "
 msgstr "Ez a kategória már létezik"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Beállítások"
 
@@ -126,13 +126,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -160,8 +162,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -173,8 +174,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -347,7 +351,7 @@ msgstr "Beállítás befejezése"
 msgid "web services under your control"
 msgstr "webszolgáltatások az irányításod alatt"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Kilépés"
 
diff --git a/l10n/hy/core.po b/l10n/hy/core.po
index e66e40ad9b0ff6226845f9b4f9f8a58611b7b68f..7a03a8bcd298a2307763337687741defbbafbfe9 100644
--- a/l10n/hy/core.po
+++ b/l10n/hy/core.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
 "MIME-Version: 1.0\n"
@@ -29,7 +29,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr ""
 
@@ -123,13 +123,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -157,8 +159,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -344,7 +348,7 @@ msgstr ""
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/ia/core.po b/l10n/ia/core.po
index f80f339b306f2eb3f8ec07635fb06ce412a001db..76ea29ba15ca912dfd2ae289e421173cdc326401 100644
--- a/l10n/ia/core.po
+++ b/l10n/ia/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr "Iste categoria jam existe:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Configurationes"
 
@@ -124,13 +124,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -158,8 +160,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -345,7 +349,7 @@ msgstr ""
 msgid "web services under your control"
 msgstr "servicios web sub tu controlo"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Clauder le session"
 
diff --git a/l10n/id/core.po b/l10n/id/core.po
index 94839eb6b739db1f766a6bf754d7af201dc2b61f..1cd079372c466f6518624ea1c6f35b2d9c29b4f4 100644
--- a/l10n/id/core.po
+++ b/l10n/id/core.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Tidak ada kategori yang akan ditambahkan?"
 msgid "This category already exists: "
 msgstr "Kategori ini sudah ada:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Setelan"
 
@@ -126,13 +126,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -160,8 +162,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -173,8 +174,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -347,7 +351,7 @@ msgstr "Selesaikan instalasi"
 msgid "web services under your control"
 msgstr "web service dibawah kontrol anda"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Keluar"
 
diff --git a/l10n/id_ID/core.po b/l10n/id_ID/core.po
index c1149aaeb2c6fe17307cf0f0dcf83152880f9a46..d0c351df95d1812bc76d788b290965850355b550 100644
--- a/l10n/id_ID/core.po
+++ b/l10n/id_ID/core.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/projects/p/owncloud/language/id_ID/)\n"
 "MIME-Version: 1.0\n"
@@ -29,7 +29,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr ""
 
@@ -123,13 +123,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -157,8 +159,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -344,7 +348,7 @@ msgstr ""
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/it/core.po b/l10n/it/core.po
index 2c15ee03263b7b78574f774d1156676399232cd9..d0bd8e8b70900ef6baf62319e79bf1e95ddd151b 100644
--- a/l10n/it/core.po
+++ b/l10n/it/core.po
@@ -12,9 +12,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-27 02:01+0200\n"
-"PO-Revision-Date: 2012-09-26 11:52+0000\n"
-"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
+"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -34,7 +34,7 @@ msgstr "Nessuna categoria da aggiungere?"
 msgid "This category already exists: "
 msgstr "Questa categoria esiste già: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Impostazioni"
 
@@ -128,14 +128,16 @@ msgid "Error while changing permissions"
 msgstr "Errore durante la modifica dei permessi"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "Condivisa con te e con il gruppo %s da %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "Condiviso con te da %s"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -162,9 +164,8 @@ msgid "Expiration date"
 msgstr "Data di scadenza"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Condividi tramite email: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -175,9 +176,12 @@ msgid "Resharing is not allowed"
 msgstr "La ri-condivisione non è consentita"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "Condiviso in %s con %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -349,7 +353,7 @@ msgstr "Termina la configurazione"
 msgid "web services under your control"
 msgstr "servizi web nelle tue mani"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Esci"
 
diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po
index 8a0aa16cedb0d57c1043f2099c43928968f0f2ed..438ce437a405067fccb02c833b749773e5f38e6e 100644
--- a/l10n/ja_JP/core.po
+++ b/l10n/ja_JP/core.po
@@ -9,9 +9,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-28 02:02+0200\n"
-"PO-Revision-Date: 2012-09-27 00:52+0000\n"
-"Last-Translator: Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
+"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -31,7 +31,7 @@ msgstr "追加するカテゴリはありませんか?"
 msgid "This category already exists: "
 msgstr "このカテゴリはすでに存在します: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "設定"
 
@@ -125,14 +125,16 @@ msgid "Error while changing permissions"
 msgstr "権限変更でエラー発生"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "あなたと %s グループが %s で共有しています"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "あなたと %s で共有しています"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -159,9 +161,8 @@ msgid "Expiration date"
 msgstr "有効期限"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "メール経由で共有: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -172,9 +173,12 @@ msgid "Resharing is not allowed"
 msgstr "再共有は許可されていません"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "%s 内で %s と共有"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -346,7 +350,7 @@ msgstr "セットアップを完了します"
 msgid "web services under your control"
 msgstr "管理下にあるウェブサービス"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "ログアウト"
 
diff --git a/l10n/ko/core.po b/l10n/ko/core.po
index f4b827490cda330e01924436f40a0a231c275e63..abd9275c62e011a7bd71781cfde96ddf99affab1 100644
--- a/l10n/ko/core.po
+++ b/l10n/ko/core.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
 "MIME-Version: 1.0\n"
@@ -31,7 +31,7 @@ msgstr "추가할 카테고리가 없습니까?"
 msgid "This category already exists: "
 msgstr "이 카테고리는 이미 존재합니다:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "설정"
 
@@ -125,13 +125,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -159,8 +161,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -172,8 +173,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -346,7 +350,7 @@ msgstr "설치 완료"
 msgid "web services under your control"
 msgstr "내가 관리하는 웹 서비스"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "로그아웃"
 
diff --git a/l10n/lb/core.po b/l10n/lb/core.po
index 03dabc831c0f62bb3b9463da0d60fa5b1de2001c..80b7b61b14c53016ce5a28ac66910533c533ce07 100644
--- a/l10n/lb/core.po
+++ b/l10n/lb/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr "Keng Kategorie fir bäizesetzen?"
 msgid "This category already exists: "
 msgstr "Des Kategorie existéiert schonn:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Astellungen"
 
@@ -124,13 +124,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -158,8 +160,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -345,7 +349,7 @@ msgstr "Installatioun ofschléissen"
 msgid "web services under your control"
 msgstr "Web Servicer ënnert denger Kontroll"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Ausloggen"
 
diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po
index 9667bcfd5ab0d7ea845dbab3ab933fd38cacb7c5..130c447211eecfaba1d565999861bb7dd8484c07 100644
--- a/l10n/lt_LT/core.po
+++ b/l10n/lt_LT/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr "Nepridėsite jokios kategorijos?"
 msgid "This category already exists: "
 msgstr "Tokia kategorija jau yra:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Nustatymai"
 
@@ -124,13 +124,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -158,8 +160,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -345,7 +349,7 @@ msgstr "Baigti diegimą"
 msgid "web services under your control"
 msgstr "jūsų valdomos web paslaugos"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Atsijungti"
 
diff --git a/l10n/lv/core.po b/l10n/lv/core.po
index 4c661a9471800e33a176b7f589edaa317e873ad0..a28f72fdd52a3346eced52d45ed1e31da1858ea6 100644
--- a/l10n/lv/core.po
+++ b/l10n/lv/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Iestatījumi"
 
@@ -124,13 +124,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -158,8 +160,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -345,7 +349,7 @@ msgstr "Pabeigt uzstādījumus"
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Izlogoties"
 
diff --git a/l10n/mk/core.po b/l10n/mk/core.po
index a85a1d1753cd3c0eac7e53e065a60456adbdf9de..367a70fb295a6af038fe614b74ed1f183868835a 100644
--- a/l10n/mk/core.po
+++ b/l10n/mk/core.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Нема категорија да се додаде?"
 msgid "This category already exists: "
 msgstr "Оваа категорија веќе постои:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Поставки"
 
@@ -126,13 +126,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -160,8 +162,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -173,8 +174,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -347,7 +351,7 @@ msgstr "Заврши го подесувањето"
 msgid "web services under your control"
 msgstr "веб сервиси под Ваша контрола"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Одјава"
 
diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po
index bb6dafd4e6a401e19898b9bb8668a9035f2c2624..006132e2091931b016e7f97937903ab555d77452 100644
--- a/l10n/ms_MY/core.po
+++ b/l10n/ms_MY/core.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Tiada kategori untuk di tambah?"
 msgid "This category already exists: "
 msgstr "Kategori ini telah wujud"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Tetapan"
 
@@ -126,13 +126,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -160,8 +162,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -173,8 +174,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -347,7 +351,7 @@ msgstr "Setup selesai"
 msgid "web services under your control"
 msgstr "Perkhidmatan web di bawah kawalan anda"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Log keluar"
 
diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po
index c9cffeff5b7b0ad4771ea39cb71406034758a3a4..3a89a7bb4bcade25225a806b9d855fb71d93635a 100644
--- a/l10n/nb_NO/core.po
+++ b/l10n/nb_NO/core.po
@@ -12,8 +12,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
 "MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@ msgstr "Ingen kategorier å legge til?"
 msgid "This category already exists: "
 msgstr "Denne kategorien finnes allerede:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Innstillinger"
 
@@ -128,13 +128,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -162,8 +164,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -175,8 +176,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -349,7 +353,7 @@ msgstr "Fullfør oppsetting"
 msgid "web services under your control"
 msgstr "nettjenester under din kontroll"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Logg ut"
 
diff --git a/l10n/nl/core.po b/l10n/nl/core.po
index 1b07a9129f2eaf75488ba2bc28f21abe5b00a2cd..ab6365ed886a94f6e07bec9721090e4e90fd25cb 100644
--- a/l10n/nl/core.po
+++ b/l10n/nl/core.po
@@ -15,8 +15,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
 "MIME-Version: 1.0\n"
@@ -37,7 +37,7 @@ msgstr "Geen categorie toevoegen?"
 msgid "This category already exists: "
 msgstr "De categorie bestaat al."
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Instellingen"
 
@@ -131,14 +131,16 @@ msgid "Error while changing permissions"
 msgstr "Fout tijdens het veranderen van permissies"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "Gedeeld met u en de group %s door %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "Gedeeld met u door %s"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -165,9 +167,8 @@ msgid "Expiration date"
 msgstr "Vervaldatum"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Deel via email: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -178,9 +179,12 @@ msgid "Resharing is not allowed"
 msgstr "Verder delen is niet toegestaan"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "Deel in %s met %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -352,7 +356,7 @@ msgstr "Installatie afronden"
 msgid "web services under your control"
 msgstr "webdiensten die je beheerst"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Afmelden"
 
diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po
index 318f34f38ca680a60b14c1d51e4955070d5488c4..d2c8eef0fb9a779937b9061009ec35b26630311d 100644
--- a/l10n/nn_NO/core.po
+++ b/l10n/nn_NO/core.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
 "MIME-Version: 1.0\n"
@@ -31,7 +31,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Innstillingar"
 
@@ -125,13 +125,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -159,8 +161,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -172,8 +173,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -346,7 +350,7 @@ msgstr "Fullfør oppsettet"
 msgid "web services under your control"
 msgstr "Vev tjenester under din kontroll"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Logg ut"
 
diff --git a/l10n/oc/core.po b/l10n/oc/core.po
index 2081db55b290eff67ef4d9caf1c3678b6a8d8407..ba10a2ee6d9109a6eb0a162d3c702edfed83d959 100644
--- a/l10n/oc/core.po
+++ b/l10n/oc/core.po
@@ -3,12 +3,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+#   <d.chateau@laposte.net>, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n"
 "MIME-Version: 1.0\n"
@@ -19,355 +20,359 @@ msgstr ""
 
 #: ajax/vcategories/add.php:23 ajax/vcategories/delete.php:23
 msgid "Application name not provided."
-msgstr ""
+msgstr "Nom d'applicacion pas donat."
 
 #: ajax/vcategories/add.php:29
 msgid "No category to add?"
-msgstr ""
+msgstr "Pas de categoria d'ajustar ?"
 
 #: ajax/vcategories/add.php:36
 msgid "This category already exists: "
-msgstr ""
+msgstr "La categoria exista ja :"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
-msgstr ""
+msgstr "Configuracion"
 
 #: js/js.js:645
 msgid "January"
-msgstr ""
+msgstr "Genièr"
 
 #: js/js.js:645
 msgid "February"
-msgstr ""
+msgstr "Febrièr"
 
 #: js/js.js:645
 msgid "March"
-msgstr ""
+msgstr "Març"
 
 #: js/js.js:645
 msgid "April"
-msgstr ""
+msgstr "Abril"
 
 #: js/js.js:645
 msgid "May"
-msgstr ""
+msgstr "Mai"
 
 #: js/js.js:645
 msgid "June"
-msgstr ""
+msgstr "Junh"
 
 #: js/js.js:646
 msgid "July"
-msgstr ""
+msgstr "Julhet"
 
 #: js/js.js:646
 msgid "August"
-msgstr ""
+msgstr "Agost"
 
 #: js/js.js:646
 msgid "September"
-msgstr ""
+msgstr "Septembre"
 
 #: js/js.js:646
 msgid "October"
-msgstr ""
+msgstr "Octobre"
 
 #: js/js.js:646
 msgid "November"
-msgstr ""
+msgstr "Novembre"
 
 #: js/js.js:646
 msgid "December"
-msgstr ""
+msgstr "Decembre"
 
 #: js/oc-dialogs.js:123
 msgid "Choose"
-msgstr ""
+msgstr "Causís"
 
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
-msgstr ""
+msgstr "Anulla"
 
 #: js/oc-dialogs.js:159
 msgid "No"
-msgstr ""
+msgstr "Non"
 
 #: js/oc-dialogs.js:160
 msgid "Yes"
-msgstr ""
+msgstr "Òc"
 
 #: js/oc-dialogs.js:177
 msgid "Ok"
-msgstr ""
+msgstr "D'accòrdi"
 
 #: js/oc-vcategories.js:68
 msgid "No categories selected for deletion."
-msgstr ""
+msgstr "Pas de categorias seleccionadas per escafar."
 
 #: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:489
 #: js/share.js:501
 msgid "Error"
-msgstr ""
+msgstr "Error"
 
 #: js/share.js:103
 msgid "Error while sharing"
-msgstr ""
+msgstr "Error al partejar"
 
 #: js/share.js:114
 msgid "Error while unsharing"
-msgstr ""
+msgstr "Error al non partejar"
 
 #: js/share.js:121
 msgid "Error while changing permissions"
+msgstr "Error al cambiar permissions"
+
+#: js/share.js:130
+msgid "Shared with you and the group"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
-msgstr ""
+msgstr "Parteja amb"
 
 #: js/share.js:142
 msgid "Share with link"
-msgstr ""
+msgstr "Parteja amb lo ligam"
 
 #: js/share.js:143
 msgid "Password protect"
-msgstr ""
+msgstr "Parat per senhal"
 
 #: js/share.js:147 templates/installation.php:30 templates/login.php:13
 msgid "Password"
-msgstr ""
+msgstr "Senhal"
 
 #: js/share.js:152
 msgid "Set expiration date"
-msgstr ""
+msgstr "Met la data d'expiracion"
 
 #: js/share.js:153
 msgid "Expiration date"
-msgstr ""
+msgstr "Data d'expiracion"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
-msgstr ""
+msgstr "Deguns trobat"
 
 #: js/share.js:214
 msgid "Resharing is not allowed"
+msgstr "Tornar partejar es pas permis"
+
+#: js/share.js:250
+msgid "Shared in"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
-msgstr ""
+msgstr "Non parteje"
 
 #: js/share.js:279
 msgid "can edit"
-msgstr ""
+msgstr "pòt modificar"
 
 #: js/share.js:281
 msgid "access control"
-msgstr ""
+msgstr "Contraròtle d'acces"
 
 #: js/share.js:284
 msgid "create"
-msgstr ""
+msgstr "crea"
 
 #: js/share.js:287
 msgid "update"
-msgstr ""
+msgstr "met a jorn"
 
 #: js/share.js:290
 msgid "delete"
-msgstr ""
+msgstr "escafa"
 
 #: js/share.js:293
 msgid "share"
-msgstr ""
+msgstr "parteja"
 
 #: js/share.js:317 js/share.js:476
 msgid "Password protected"
-msgstr ""
+msgstr "Parat per senhal"
 
 #: js/share.js:489
 msgid "Error unsetting expiration date"
-msgstr ""
+msgstr "Error al metre de la data d'expiracion"
 
 #: js/share.js:501
 msgid "Error setting expiration date"
-msgstr ""
+msgstr "Error setting expiration date"
 
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
-msgstr ""
+msgstr "senhal d'ownCloud tornat botar"
 
 #: lostpassword/templates/email.php:2
 msgid "Use the following link to reset your password: {link}"
-msgstr ""
+msgstr "Utiliza lo ligam seguent per tornar botar lo senhal : {link}"
 
 #: lostpassword/templates/lostpassword.php:3
 msgid "You will receive a link to reset your password via Email."
-msgstr ""
+msgstr "Reçaupràs un ligam per tornar botar ton senhal via corrièl."
 
 #: lostpassword/templates/lostpassword.php:5
 msgid "Requested"
-msgstr ""
+msgstr "Requesit"
 
 #: lostpassword/templates/lostpassword.php:8
 msgid "Login failed!"
-msgstr ""
+msgstr "Fracàs de login"
 
 #: lostpassword/templates/lostpassword.php:11 templates/installation.php:26
 #: templates/login.php:9
 msgid "Username"
-msgstr ""
+msgstr "Nom d'usancièr"
 
 #: lostpassword/templates/lostpassword.php:15
 msgid "Request reset"
-msgstr ""
+msgstr "Tornar botar requesit"
 
 #: lostpassword/templates/resetpassword.php:4
 msgid "Your password was reset"
-msgstr ""
+msgstr "Ton senhal es estat tornat botar"
 
 #: lostpassword/templates/resetpassword.php:5
 msgid "To login page"
-msgstr ""
+msgstr "Pagina cap al login"
 
 #: lostpassword/templates/resetpassword.php:8
 msgid "New password"
-msgstr ""
+msgstr "Senhal nòu"
 
 #: lostpassword/templates/resetpassword.php:11
 msgid "Reset password"
-msgstr ""
+msgstr "Senhal tornat botar"
 
 #: strings.php:5
 msgid "Personal"
-msgstr ""
+msgstr "Personal"
 
 #: strings.php:6
 msgid "Users"
-msgstr ""
+msgstr "Usancièrs"
 
 #: strings.php:7
 msgid "Apps"
-msgstr ""
+msgstr "Apps"
 
 #: strings.php:8
 msgid "Admin"
-msgstr ""
+msgstr "Admin"
 
 #: strings.php:9
 msgid "Help"
-msgstr ""
+msgstr "Ajuda"
 
 #: templates/403.php:12
 msgid "Access forbidden"
-msgstr ""
+msgstr "Acces enebit"
 
 #: templates/404.php:12
 msgid "Cloud not found"
-msgstr ""
+msgstr "Nívol pas trobada"
 
 #: templates/edit_categories_dialog.php:4
 msgid "Edit categories"
-msgstr ""
+msgstr "Edita categorias"
 
 #: templates/edit_categories_dialog.php:14
 msgid "Add"
-msgstr ""
+msgstr "Ajusta"
 
 #: templates/installation.php:24
 msgid "Create an <strong>admin account</strong>"
-msgstr ""
+msgstr "Crea un <strong>compte admin</strong>"
 
 #: templates/installation.php:36
 msgid "Advanced"
-msgstr ""
+msgstr "Avançat"
 
 #: templates/installation.php:38
 msgid "Data folder"
-msgstr ""
+msgstr "Dorsièr de donadas"
 
 #: templates/installation.php:45
 msgid "Configure the database"
-msgstr ""
+msgstr "Configura la basa de donadas"
 
 #: templates/installation.php:50 templates/installation.php:61
 #: templates/installation.php:71 templates/installation.php:81
 msgid "will be used"
-msgstr ""
+msgstr "serà utilizat"
 
 #: templates/installation.php:93
 msgid "Database user"
-msgstr ""
+msgstr "Usancièr de la basa de donadas"
 
 #: templates/installation.php:97
 msgid "Database password"
-msgstr ""
+msgstr "Senhal de la basa de donadas"
 
 #: templates/installation.php:101
 msgid "Database name"
-msgstr ""
+msgstr "Nom de la basa de donadas"
 
 #: templates/installation.php:109
 msgid "Database tablespace"
-msgstr ""
+msgstr "Espandi de taula de basa de donadas"
 
 #: templates/installation.php:115
 msgid "Database host"
-msgstr ""
+msgstr "Òste de basa de donadas"
 
 #: templates/installation.php:120
 msgid "Finish setup"
-msgstr ""
+msgstr "Configuracion acabada"
 
 #: templates/layout.guest.php:36
 msgid "web services under your control"
-msgstr ""
+msgstr "Services web jos ton contraròtle"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
-msgstr ""
+msgstr "Sortida"
 
 #: templates/login.php:6
 msgid "Lost your password?"
-msgstr ""
+msgstr "L'as perdut lo senhal ?"
 
 #: templates/login.php:17
 msgid "remember"
-msgstr ""
+msgstr "bremba-te"
 
 #: templates/login.php:18
 msgid "Log in"
-msgstr ""
+msgstr "Dintrada"
 
 #: templates/logout.php:1
 msgid "You are logged out."
-msgstr ""
+msgstr "Sias pas dintra (t/ada)"
 
 #: templates/part.pagenavi.php:3
 msgid "prev"
-msgstr ""
+msgstr "dariièr"
 
 #: templates/part.pagenavi.php:20
 msgid "next"
-msgstr ""
+msgstr "venent"
diff --git a/l10n/oc/files.po b/l10n/oc/files.po
index b76b4bf3dddfbced68564c8ef504c4ed0c34012f..1e4cc9832bcc8113157b43a64ba43ec79cafc072 100644
--- a/l10n/oc/files.po
+++ b/l10n/oc/files.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+#   <d.chateau@laposte.net>, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 11:55+0000\n"
+"Last-Translator: tartafione <d.chateau@laposte.net>\n"
 "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,281 +20,281 @@ msgstr ""
 
 #: ajax/upload.php:20
 msgid "There is no error, the file uploaded with success"
-msgstr ""
+msgstr "Amontcargament capitat, pas d'errors"
 
 #: ajax/upload.php:21
 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
-msgstr ""
+msgstr "Lo fichièr amontcargat es tròp bèl per la directiva «upload_max_filesize » del php.ini"
 
 #: ajax/upload.php:22
 msgid ""
 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
 "the HTML form"
-msgstr ""
+msgstr "Lo fichièr amontcargat es mai gròs que la directiva «MAX_FILE_SIZE» especifiada dins lo formulari HTML"
 
 #: ajax/upload.php:23
 msgid "The uploaded file was only partially uploaded"
-msgstr ""
+msgstr "Lo fichièr foguèt pas completament amontcargat"
 
 #: ajax/upload.php:24
 msgid "No file was uploaded"
-msgstr ""
+msgstr "Cap de fichièrs son estats amontcargats"
 
 #: ajax/upload.php:25
 msgid "Missing a temporary folder"
-msgstr ""
+msgstr "Un dorsièr temporari manca"
 
 #: ajax/upload.php:26
 msgid "Failed to write to disk"
-msgstr ""
+msgstr "L'escriptura sul disc a fracassat"
 
 #: appinfo/app.php:6
 msgid "Files"
-msgstr ""
+msgstr "Fichièrs"
 
 #: js/fileactions.js:108 templates/index.php:62
 msgid "Unshare"
-msgstr ""
+msgstr "Non parteja"
 
 #: js/fileactions.js:110 templates/index.php:64
 msgid "Delete"
-msgstr ""
+msgstr "Escafa"
 
 #: js/fileactions.js:182
 msgid "Rename"
-msgstr ""
+msgstr "Torna nomenar"
 
 #: js/filelist.js:190 js/filelist.js:192
 msgid "already exists"
-msgstr ""
+msgstr "existís jà"
 
 #: js/filelist.js:190 js/filelist.js:192
 msgid "replace"
-msgstr ""
+msgstr "remplaça"
 
 #: js/filelist.js:190
 msgid "suggest name"
-msgstr ""
+msgstr "nom prepausat"
 
 #: js/filelist.js:190 js/filelist.js:192
 msgid "cancel"
-msgstr ""
+msgstr "anulla"
 
 #: js/filelist.js:239 js/filelist.js:241
 msgid "replaced"
-msgstr ""
+msgstr "remplaçat"
 
 #: js/filelist.js:239 js/filelist.js:241 js/filelist.js:273 js/filelist.js:275
 msgid "undo"
-msgstr ""
+msgstr "defar"
 
 #: js/filelist.js:241
 msgid "with"
-msgstr ""
+msgstr "amb"
 
 #: js/filelist.js:273
 msgid "unshared"
-msgstr ""
+msgstr "Non partejat"
 
 #: js/filelist.js:275
 msgid "deleted"
-msgstr ""
+msgstr "escafat"
 
 #: js/files.js:179
 msgid "generating ZIP-file, it may take some time."
-msgstr ""
+msgstr "Fichièr ZIP a se far, aquò pòt trigar un briu."
 
 #: js/files.js:208
 msgid "Unable to upload your file as it is a directory or has 0 bytes"
-msgstr ""
+msgstr "Impossible d'amontcargar lo teu fichièr qu'es un repertòri o que ten pas que 0 octet."
 
 #: js/files.js:208
 msgid "Upload Error"
-msgstr ""
+msgstr "Error d'amontcargar"
 
 #: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
-msgstr ""
+msgstr "Al esperar"
 
 #: js/files.js:256
 msgid "1 file uploading"
-msgstr ""
+msgstr "1 fichièr al amontcargar"
 
 #: js/files.js:259 js/files.js:304 js/files.js:319
 msgid "files uploading"
-msgstr ""
+msgstr "fichièrs al amontcargar"
 
 #: js/files.js:322 js/files.js:355
 msgid "Upload cancelled."
-msgstr ""
+msgstr "Amontcargar anullat."
 
 #: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
-msgstr ""
+msgstr "Un amontcargar es a se far. Daissar aquesta pagina ara tamparà lo cargament. "
 
 #: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
-msgstr ""
+msgstr "Nom invalid, '/' es pas permis."
 
-#: js/files.js:667
+#: js/files.js:668
 msgid "files scanned"
-msgstr ""
+msgstr "Fichièr explorat"
 
-#: js/files.js:675
+#: js/files.js:676
 msgid "error while scanning"
-msgstr ""
+msgstr "error pendant l'exploracion"
 
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
 msgid "Name"
-msgstr ""
+msgstr "Nom"
 
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
 msgid "Size"
-msgstr ""
+msgstr "Talha"
 
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
 msgid "Modified"
-msgstr ""
+msgstr "Modificat"
 
-#: js/files.js:777
+#: js/files.js:778
 msgid "folder"
-msgstr ""
+msgstr "Dorsièr"
 
-#: js/files.js:779
+#: js/files.js:780
 msgid "folders"
-msgstr ""
+msgstr "Dorsièrs"
 
-#: js/files.js:787
+#: js/files.js:788
 msgid "file"
-msgstr ""
+msgstr "fichièr"
 
-#: js/files.js:789
+#: js/files.js:790
 msgid "files"
-msgstr ""
+msgstr "fichièrs"
 
-#: js/files.js:833
+#: js/files.js:834
 msgid "seconds ago"
-msgstr ""
+msgstr "secondas"
 
-#: js/files.js:834
+#: js/files.js:835
 msgid "minute ago"
-msgstr ""
+msgstr "minuta"
 
-#: js/files.js:835
+#: js/files.js:836
 msgid "minutes ago"
-msgstr ""
+msgstr "minutas"
 
-#: js/files.js:838
+#: js/files.js:839
 msgid "today"
-msgstr ""
+msgstr "uèi"
 
-#: js/files.js:839
+#: js/files.js:840
 msgid "yesterday"
-msgstr ""
+msgstr "ièr"
 
-#: js/files.js:840
+#: js/files.js:841
 msgid "days ago"
-msgstr ""
+msgstr "jorns"
 
-#: js/files.js:841
+#: js/files.js:842
 msgid "last month"
-msgstr ""
+msgstr "mes passat"
 
-#: js/files.js:843
+#: js/files.js:844
 msgid "months ago"
-msgstr ""
+msgstr "meses"
 
-#: js/files.js:844
+#: js/files.js:845
 msgid "last year"
-msgstr ""
+msgstr "an passat"
 
-#: js/files.js:845
+#: js/files.js:846
 msgid "years ago"
-msgstr ""
+msgstr "ans"
 
 #: templates/admin.php:5
 msgid "File handling"
-msgstr ""
+msgstr "Manejament de fichièr"
 
 #: templates/admin.php:7
 msgid "Maximum upload size"
-msgstr ""
+msgstr "Talha maximum d'amontcargament"
 
 #: templates/admin.php:7
 msgid "max. possible: "
-msgstr ""
+msgstr "max. possible: "
 
 #: templates/admin.php:9
 msgid "Needed for multi-file and folder downloads."
-msgstr ""
+msgstr "Requesit per avalcargar gropat de fichièrs e dorsièr"
 
 #: templates/admin.php:9
 msgid "Enable ZIP-download"
-msgstr ""
+msgstr "Activa l'avalcargament de ZIP"
 
 #: templates/admin.php:11
 msgid "0 is unlimited"
-msgstr ""
+msgstr "0 es pas limitat"
 
 #: templates/admin.php:12
 msgid "Maximum input size for ZIP files"
-msgstr ""
+msgstr "Talha maximum de dintrada per fichièrs ZIP"
 
 #: templates/admin.php:14
 msgid "Save"
-msgstr ""
+msgstr "Enregistra"
 
 #: templates/index.php:7
 msgid "New"
-msgstr ""
+msgstr "Nòu"
 
 #: templates/index.php:9
 msgid "Text file"
-msgstr ""
+msgstr "Fichièr de tèxte"
 
 #: templates/index.php:10
 msgid "Folder"
-msgstr ""
+msgstr "Dorsièr"
 
 #: templates/index.php:11
 msgid "From url"
-msgstr ""
+msgstr "Dempuèi l'URL"
 
 #: templates/index.php:20
 msgid "Upload"
-msgstr ""
+msgstr "Amontcarga"
 
 #: templates/index.php:27
 msgid "Cancel upload"
-msgstr ""
+msgstr " Anulla l'amontcargar"
 
 #: templates/index.php:40
 msgid "Nothing in here. Upload something!"
-msgstr ""
+msgstr "Pas res dedins. Amontcarga qualquaren"
 
 #: templates/index.php:50
 msgid "Share"
-msgstr ""
+msgstr "Parteja"
 
 #: templates/index.php:52
 msgid "Download"
-msgstr ""
+msgstr "Avalcarga"
 
 #: templates/index.php:75
 msgid "Upload too large"
-msgstr ""
+msgstr "Amontcargament tròp gròs"
 
 #: templates/index.php:77
 msgid ""
 "The files you are trying to upload exceed the maximum size for file uploads "
 "on this server."
-msgstr ""
+msgstr "Los fichièrs que sias a amontcargar son tròp pesucs per la talha maxi pel servidor."
 
 #: templates/index.php:82
 msgid "Files are being scanned, please wait."
-msgstr ""
+msgstr "Los fiichièrs son a èsser explorats, "
 
 #: templates/index.php:85
 msgid "Current scanning"
-msgstr ""
+msgstr "Exploracion en cors"
diff --git a/l10n/oc/settings.po b/l10n/oc/settings.po
index 0489ec6c623ba7732fb67fabd8b8cb0f706a4140..52cb2e0f6d2b4bb7ab6039495f77555e89d5a6a5 100644
--- a/l10n/oc/settings.po
+++ b/l10n/oc/settings.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+#   <d.chateau@laposte.net>, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-19 00:03+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 14:00+0000\n"
+"Last-Translator: tartafione <d.chateau@laposte.net>\n"
 "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,82 +20,82 @@ msgstr ""
 
 #: ajax/apps/ocs.php:23
 msgid "Unable to load list from App Store"
-msgstr ""
+msgstr "Pas possible de cargar la tièra dempuèi App Store"
 
 #: ajax/creategroup.php:9 ajax/removeuser.php:13 ajax/setquota.php:18
 #: ajax/togglegroups.php:15
 msgid "Authentication error"
-msgstr ""
+msgstr "Error d'autentificacion"
 
 #: ajax/creategroup.php:19
 msgid "Group already exists"
-msgstr ""
+msgstr "Lo grop existís ja"
 
 #: ajax/creategroup.php:28
 msgid "Unable to add group"
-msgstr ""
+msgstr "Pas capable d'apondre  un grop"
 
 #: ajax/enableapp.php:14
 msgid "Could not enable app. "
-msgstr ""
+msgstr "Pòt pas activar app. "
 
 #: ajax/lostpassword.php:14
 msgid "Email saved"
-msgstr ""
+msgstr "Corrièl enregistrat"
 
 #: ajax/lostpassword.php:16
 msgid "Invalid email"
-msgstr ""
+msgstr "Corrièl incorrècte"
 
 #: ajax/openid.php:16
 msgid "OpenID Changed"
-msgstr ""
+msgstr "OpenID cambiat"
 
 #: ajax/openid.php:18 ajax/setlanguage.php:20 ajax/setlanguage.php:23
 msgid "Invalid request"
-msgstr ""
+msgstr "Demanda invalida"
 
 #: ajax/removegroup.php:16
 msgid "Unable to delete group"
-msgstr ""
+msgstr "Pas capable d'escafar un grop"
 
 #: ajax/removeuser.php:22
 msgid "Unable to delete user"
-msgstr ""
+msgstr "Pas capable d'escafar un usancièr"
 
 #: ajax/setlanguage.php:18
 msgid "Language changed"
-msgstr ""
+msgstr "Lengas cambiadas"
 
 #: ajax/togglegroups.php:25
 #, php-format
 msgid "Unable to add user to group %s"
-msgstr ""
+msgstr "Pas capable d'apondre un usancièr al grop %s"
 
 #: ajax/togglegroups.php:31
 #, php-format
 msgid "Unable to remove user from group %s"
-msgstr ""
+msgstr "Pas capable de tira un usancièr del grop %s"
 
 #: js/apps.js:27 js/apps.js:61
 msgid "Disable"
-msgstr ""
+msgstr "Desactiva"
 
 #: js/apps.js:27 js/apps.js:50
 msgid "Enable"
-msgstr ""
+msgstr "Activa"
 
 #: js/personal.js:69
 msgid "Saving..."
-msgstr ""
+msgstr "Enregistra..."
 
 #: personal.php:46 personal.php:47
 msgid "__language_name__"
-msgstr ""
+msgstr "__language_name__"
 
 #: templates/admin.php:14
 msgid "Security Warning"
-msgstr ""
+msgstr "Avertiment de securitat"
 
 #: templates/admin.php:17
 msgid ""
@@ -107,11 +108,11 @@ msgstr ""
 
 #: templates/admin.php:31
 msgid "Cron"
-msgstr ""
+msgstr "Cron"
 
 #: templates/admin.php:37
 msgid "Execute one task with each page loaded"
-msgstr ""
+msgstr "Executa un prètfach amb cada pagina cargada"
 
 #: templates/admin.php:43
 msgid ""
@@ -123,15 +124,15 @@ msgstr ""
 msgid ""
 "Use systems cron service. Call the cron.php file in the owncloud folder via "
 "a system cronjob once a minute."
-msgstr ""
+msgstr "Utiliza lo servici cron de ton sistèm operatiu. Executa lo fichièr cron.php dins lo dorsier owncloud tras cronjob del sistèm cada minuta."
 
 #: templates/admin.php:56
 msgid "Sharing"
-msgstr ""
+msgstr "Al partejar"
 
 #: templates/admin.php:61
 msgid "Enable Share API"
-msgstr ""
+msgstr "Activa API partejada"
 
 #: templates/admin.php:62
 msgid "Allow apps to use the Share API"
@@ -163,11 +164,11 @@ msgstr ""
 
 #: templates/admin.php:88
 msgid "Log"
-msgstr ""
+msgstr "Jornal"
 
 #: templates/admin.php:116
 msgid "More"
-msgstr ""
+msgstr "Mai d'aquò"
 
 #: templates/admin.php:124
 msgid ""
@@ -181,48 +182,48 @@ msgstr ""
 
 #: templates/apps.php:10
 msgid "Add your App"
-msgstr ""
+msgstr "Ajusta ton App"
 
 #: templates/apps.php:26
 msgid "Select an App"
-msgstr ""
+msgstr "Selecciona una applicacion"
 
 #: templates/apps.php:29
 msgid "See application page at apps.owncloud.com"
-msgstr ""
+msgstr "Agacha la pagina d'applications en cò de apps.owncloud.com"
 
 #: templates/apps.php:30
 msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
-msgstr ""
+msgstr "<span class=\"licence\"></span>-licençiat per <span class=\"author\"></span>"
 
 #: templates/help.php:9
 msgid "Documentation"
-msgstr ""
+msgstr "Documentacion"
 
 #: templates/help.php:10
 msgid "Managing Big Files"
-msgstr ""
+msgstr "Al bailejar de fichièrs pesucasses"
 
 #: templates/help.php:11
 msgid "Ask a question"
-msgstr ""
+msgstr "Respond a una question"
 
 #: templates/help.php:23
 msgid "Problems connecting to help database."
-msgstr ""
+msgstr "Problemas al connectar de la basa de donadas d'ajuda"
 
 #: templates/help.php:24
 msgid "Go there manually."
-msgstr ""
+msgstr "Vas çai manualament"
 
 #: templates/help.php:32
 msgid "Answer"
-msgstr ""
+msgstr "Responsa"
 
 #: templates/personal.php:8
 #, php-format
 msgid "You have used <strong>%s</strong> of the available <strong>%s<strong>"
-msgstr ""
+msgstr "As utilizat <strong>%s</strong> dels <strong>%s<strong> disponibles"
 
 #: templates/personal.php:12
 msgid "Desktop and Mobile Syncing Clients"
@@ -230,88 +231,88 @@ msgstr ""
 
 #: templates/personal.php:13
 msgid "Download"
-msgstr ""
+msgstr "Avalcarga"
 
 #: templates/personal.php:19
 msgid "Your password was changed"
-msgstr ""
+msgstr "Ton senhal a cambiat"
 
 #: templates/personal.php:20
 msgid "Unable to change your password"
-msgstr ""
+msgstr "Pas possible de cambiar ton senhal"
 
 #: templates/personal.php:21
 msgid "Current password"
-msgstr ""
+msgstr "Senhal en cors"
 
 #: templates/personal.php:22
 msgid "New password"
-msgstr ""
+msgstr "Senhal novèl"
 
 #: templates/personal.php:23
 msgid "show"
-msgstr ""
+msgstr "mòstra"
 
 #: templates/personal.php:24
 msgid "Change password"
-msgstr ""
+msgstr "Cambia lo senhal"
 
 #: templates/personal.php:30
 msgid "Email"
-msgstr ""
+msgstr "Corrièl"
 
 #: templates/personal.php:31
 msgid "Your email address"
-msgstr ""
+msgstr "Ton adreiça de corrièl"
 
 #: templates/personal.php:32
 msgid "Fill in an email address to enable password recovery"
-msgstr ""
+msgstr "Emplena una adreiça de corrièl per permetre lo mandadís del senhal perdut"
 
 #: templates/personal.php:38 templates/personal.php:39
 msgid "Language"
-msgstr ""
+msgstr "Lenga"
 
 #: templates/personal.php:44
 msgid "Help translate"
-msgstr ""
+msgstr "Ajuda a la revirada"
 
 #: templates/personal.php:51
 msgid "use this address to connect to your ownCloud in your file manager"
-msgstr ""
+msgstr "utiliza aquela adreiça per te connectar al ownCloud amb ton explorator de fichièrs"
 
 #: templates/users.php:21 templates/users.php:76
 msgid "Name"
-msgstr ""
+msgstr "Nom"
 
 #: templates/users.php:23 templates/users.php:77
 msgid "Password"
-msgstr ""
+msgstr "Senhal"
 
 #: templates/users.php:26 templates/users.php:78 templates/users.php:98
 msgid "Groups"
-msgstr ""
+msgstr "Grops"
 
 #: templates/users.php:32
 msgid "Create"
-msgstr ""
+msgstr "Crea"
 
 #: templates/users.php:35
 msgid "Default Quota"
-msgstr ""
+msgstr "Quota per defaut"
 
 #: templates/users.php:55 templates/users.php:138
 msgid "Other"
-msgstr ""
+msgstr "Autres"
 
 #: templates/users.php:80 templates/users.php:112
 msgid "Group Admin"
-msgstr ""
+msgstr "Grop Admin"
 
 #: templates/users.php:82
 msgid "Quota"
-msgstr ""
+msgstr "Quota"
 
 #: templates/users.php:146
 msgid "Delete"
-msgstr ""
+msgstr "Escafa"
diff --git a/l10n/pl/core.po b/l10n/pl/core.po
index cd70492b6194541d1507744eefb24eeff2531a0b..cfdcf6124b83024386fcb088e46f82a92a7f6547 100644
--- a/l10n/pl/core.po
+++ b/l10n/pl/core.po
@@ -14,8 +14,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
 "MIME-Version: 1.0\n"
@@ -36,7 +36,7 @@ msgstr "Brak kategorii"
 msgid "This category already exists: "
 msgstr "Ta kategoria już istnieje"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Ustawienia"
 
@@ -130,13 +130,15 @@ msgid "Error while changing permissions"
 msgstr "Błąd przy zmianie uprawnień"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -164,9 +166,8 @@ msgid "Expiration date"
 msgstr "Data wygaśnięcia"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Współdziel przez email: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -177,8 +178,11 @@ msgid "Resharing is not allowed"
 msgstr "Współdzielenie nie jest możliwe"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -351,7 +355,7 @@ msgstr "Zakończ konfigurowanie"
 msgid "web services under your control"
 msgstr "usługi internetowe pod kontrolą"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Wylogowuje użytkownika"
 
diff --git a/l10n/pl_PL/core.po b/l10n/pl_PL/core.po
index fd785c511865dde6c31d4a211466e68bfc54d2ac..4b3dc86393d1681c8bde1d6c929dd2f05d961987 100644
--- a/l10n/pl_PL/core.po
+++ b/l10n/pl_PL/core.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n"
 "MIME-Version: 1.0\n"
@@ -29,7 +29,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr ""
 
@@ -123,13 +123,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -157,8 +159,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -344,7 +348,7 @@ msgstr ""
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po
index 6f0f826640e91bef87546b348e839cdca9f26fba..42ce9d1672ccc3f9053c83ad33fbe45fe820e9c5 100644
--- a/l10n/pt_BR/core.po
+++ b/l10n/pt_BR/core.po
@@ -13,9 +13,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-27 02:01+0200\n"
-"PO-Revision-Date: 2012-09-26 12:25+0000\n"
-"Last-Translator: sedir <philippi.sedir@gmail.com>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
+"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -35,7 +35,7 @@ msgstr "Nenhuma categoria adicionada?"
 msgid "This category already exists: "
 msgstr "Essa categoria já existe"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Configurações"
 
@@ -129,14 +129,16 @@ msgid "Error while changing permissions"
 msgstr "Erro ao mudar permissões"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "Compartilhado com você e o grupo %s por %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "Compartilhado com você por %s"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -163,9 +165,8 @@ msgid "Expiration date"
 msgstr "Data de expiração"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Compartilhar via email: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -176,9 +177,12 @@ msgid "Resharing is not allowed"
 msgstr "Não é permitido re-compartilhar"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "Compartilhado em %s com %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -350,7 +354,7 @@ msgstr "Concluir configuração"
 msgid "web services under your control"
 msgstr "web services sob seu controle"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Sair"
 
diff --git a/l10n/pt_PT/core.po b/l10n/pt_PT/core.po
index d22534d52708b9481293cbd0950f66c960514d51..a7b168b09f808899e7ab45efe1e6df7658854b93 100644
--- a/l10n/pt_PT/core.po
+++ b/l10n/pt_PT/core.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Nenhuma categoria para adicionar?"
 msgid "This category already exists: "
 msgstr "Esta categoria já existe:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Definições"
 
@@ -126,13 +126,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -160,8 +162,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -173,8 +174,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -347,7 +351,7 @@ msgstr "Acabar instalação"
 msgid "web services under your control"
 msgstr "serviços web sob o seu controlo"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Sair"
 
diff --git a/l10n/ro/core.po b/l10n/ro/core.po
index aa41115694859eace83c7fb19512dca4478951eb..48c69f2447b48dbf1e3f2083704d5a8a41b209fa 100644
--- a/l10n/ro/core.po
+++ b/l10n/ro/core.po
@@ -11,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-27 02:01+0200\n"
-"PO-Revision-Date: 2012-09-26 13:12+0000\n"
-"Last-Translator: g.ciprian <g.ciprian@osn.ro>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
+"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,7 +33,7 @@ msgstr "Nici o categorie de adăugat?"
 msgid "This category already exists: "
 msgstr "Această categorie deja există:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Configurări"
 
@@ -127,14 +127,16 @@ msgid "Error while changing permissions"
 msgstr "Eroare la modificarea permisiunilor"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "Partajat cu tine și grupul %s de %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "Partajat cu tine de %s"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -161,9 +163,8 @@ msgid "Expiration date"
 msgstr "Data expirării"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Partajare prin email: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -174,9 +175,12 @@ msgid "Resharing is not allowed"
 msgstr "Repartajarea nu este permisă"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "Partajat în %s cu %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -348,7 +352,7 @@ msgstr "Finalizează instalarea"
 msgid "web services under your control"
 msgstr "servicii web controlate de tine"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Ieșire"
 
diff --git a/l10n/ru/core.po b/l10n/ru/core.po
index 8899cea0cd93a50b2f58fe1b0786ea5b2652ac34..b76cabfb0f1c6114c32105cf3577b814e45e459b 100644
--- a/l10n/ru/core.po
+++ b/l10n/ru/core.po
@@ -12,8 +12,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
 "MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@ msgstr "Нет категорий для добавления?"
 msgid "This category already exists: "
 msgstr "Эта категория уже существует: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Настройки"
 
@@ -128,13 +128,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -162,8 +164,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -175,8 +176,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -349,7 +353,7 @@ msgstr "Завершить установку"
 msgid "web services under your control"
 msgstr "Сетевые службы под твоим контролем"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Выйти"
 
diff --git a/l10n/ru_RU/core.po b/l10n/ru_RU/core.po
index 132e6bb603d1709c820403ee4b7888ba302b1045..6b8d6d126862f860a0aec368bd984d835ea321ff 100644
--- a/l10n/ru_RU/core.po
+++ b/l10n/ru_RU/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr "Нет категории для добавления?"
 msgid "This category already exists: "
 msgstr "Эта категория уже существует:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Настройки"
 
@@ -124,13 +124,15 @@ msgid "Error while changing permissions"
 msgstr "Ошибка при изменении прав доступа"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "Общий доступ для Вас и группы %s к %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -158,8 +160,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -345,7 +349,7 @@ msgstr "Завершение настройки"
 msgid "web services under your control"
 msgstr "веб-сервисы под Вашим контролем"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Выйти"
 
diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po
index 9e4c45cfc84615e5bad249fda3c447d68e5a4838..514dfb07d663e52c997aac71ca9b3c2684078352 100644
--- a/l10n/sk_SK/core.po
+++ b/l10n/sk_SK/core.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Žiadna kategória pre pridanie?"
 msgid "This category already exists: "
 msgstr "Táto kategória už existuje:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Nastavenia"
 
@@ -126,13 +126,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -160,8 +162,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -173,8 +174,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -347,7 +351,7 @@ msgstr "Dokončiť inštaláciu"
 msgid "web services under your control"
 msgstr "webové služby pod vašou kontrolou"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Odhlásiť"
 
diff --git a/l10n/sl/core.po b/l10n/sl/core.po
index d32cb070859bc2f6bea7b46bdbd18f6fc454a5e2..278ba738e13f6314622f4fb9a4334c106b778889 100644
--- a/l10n/sl/core.po
+++ b/l10n/sl/core.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Ni kategorije za dodajanje?"
 msgid "This category already exists: "
 msgstr "Ta kategorija že obstaja:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Nastavitve"
 
@@ -126,13 +126,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -160,8 +162,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -173,8 +174,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -347,7 +351,7 @@ msgstr "Dokončaj namestitev"
 msgid "web services under your control"
 msgstr "spletne storitve pod vašim nadzorom"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Odjava"
 
diff --git a/l10n/so/core.po b/l10n/so/core.po
index af8c77be3540e4605716581662b8895b9db4f0ce..399a26593ac1629ac77f84937a24288656cc1472 100644
--- a/l10n/so/core.po
+++ b/l10n/so/core.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Somali (http://www.transifex.com/projects/p/owncloud/language/so/)\n"
 "MIME-Version: 1.0\n"
@@ -29,7 +29,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr ""
 
@@ -123,13 +123,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -157,8 +159,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -344,7 +348,7 @@ msgstr ""
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/sr/core.po b/l10n/sr/core.po
index 8718ac9c3fc7c73c8804da4dd7587f4a2aa6a0d0..eaeee371618d5924e43359cd1dd0a2f523d566f9 100644
--- a/l10n/sr/core.po
+++ b/l10n/sr/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Подешавања"
 
@@ -124,13 +124,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -158,8 +160,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -345,7 +349,7 @@ msgstr "Заврши подешавање"
 msgid "web services under your control"
 msgstr "веб сервиси под контролом"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Одјава"
 
diff --git a/l10n/sr@latin/core.po b/l10n/sr@latin/core.po
index edea2bbf0b6293ce14fb1e365d2d1151264ad9d0..cd06b0f3b2c7e5c3d6a332762c83112aca8ec2c1 100644
--- a/l10n/sr@latin/core.po
+++ b/l10n/sr@latin/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Podešavanja"
 
@@ -124,13 +124,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -158,8 +160,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -345,7 +349,7 @@ msgstr "Završi podešavanje"
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Odjava"
 
diff --git a/l10n/sv/core.po b/l10n/sv/core.po
index 5960e5969f2a99f9abb25caf85dcea09456c660d..c09e46e7db17588c1212098403b66aedf38d71fd 100644
--- a/l10n/sv/core.po
+++ b/l10n/sv/core.po
@@ -13,9 +13,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-27 02:01+0200\n"
-"PO-Revision-Date: 2012-09-26 12:40+0000\n"
-"Last-Translator: Magnus Höglund <magnus@linux.com>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
+"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -35,7 +35,7 @@ msgstr "Ingen kategori att lägga till?"
 msgid "This category already exists: "
 msgstr "Denna kategori finns redan:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Inställningar"
 
@@ -129,14 +129,16 @@ msgid "Error while changing permissions"
 msgstr "Fel vid ändring av rättigheter"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "Delad med dig och gruppen %s av %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "Delad med dig av %s"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -163,9 +165,8 @@ msgid "Expiration date"
 msgstr "Utgångsdatum"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "Dela via e-post: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -176,9 +177,12 @@ msgid "Resharing is not allowed"
 msgstr "Dela vidare är inte tillåtet"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "Delad i %s med %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -350,7 +354,7 @@ msgstr "Avsluta installation"
 msgid "web services under your control"
 msgstr "webbtjänster under din kontroll"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Logga ut"
 
diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot
index 861fe878993063f33ca2ce4d733f49e0a30cb924..f15044cd26aaad7dd2fbf596813086939c82bc97 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: 2012-09-28 02:02+0200\n"
+"POT-Creation-Date: 2012-09-28 23:34+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"
@@ -29,7 +29,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr ""
 
@@ -123,13 +123,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -157,8 +159,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -344,7 +348,7 @@ msgstr ""
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot
index 80c1c196e3f681bb46392312fcef5b23b06354db..3478e30c0289567bf76c979b9289ebe694195911 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: 2012-09-28 02:02+0200\n"
+"POT-Creation-Date: 2012-09-28 23:34+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_encryption.pot b/l10n/templates/files_encryption.pot
index 00d37e9b4e7dafb12bcd556a33fe84dcb093a473..82a1a4e13e055d19b01b9ee0e8d1ee78e1af5640 100644
--- a/l10n/templates/files_encryption.pot
+++ b/l10n/templates/files_encryption.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-28 02:02+0200\n"
+"POT-Creation-Date: 2012-09-28 23:34+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_external.pot b/l10n/templates/files_external.pot
index fb569b41bf4965b05612ae9d1a9322f8cbfc3a28..cf3ff5e71427e2475fab02ebf0dd9edede0f5315 100644
--- a/l10n/templates/files_external.pot
+++ b/l10n/templates/files_external.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-28 02:02+0200\n"
+"POT-Creation-Date: 2012-09-28 23:34+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_sharing.pot b/l10n/templates/files_sharing.pot
index 7e598348e25be31abc971f23d0c1c937b8989eeb..dd9c84e97bc967def6f7f2cfceb95e83dd53ea0c 100644
--- a/l10n/templates/files_sharing.pot
+++ b/l10n/templates/files_sharing.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-28 02:02+0200\n"
+"POT-Creation-Date: 2012-09-28 23:34+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_versions.pot b/l10n/templates/files_versions.pot
index 0261cee06a9e6d3e98c2c92620ac94b5116d9227..6b676a4ab9c9175b40860cb9cff673734d20b1c3 100644
--- a/l10n/templates/files_versions.pot
+++ b/l10n/templates/files_versions.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-28 02:02+0200\n"
+"POT-Creation-Date: 2012-09-28 23:34+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/lib.pot b/l10n/templates/lib.pot
index 91d014d024bcd05779938e3d78a8301c572db032..fe3c84d18ccdd0554777c4ed882a8d83a994ab30 100644
--- a/l10n/templates/lib.pot
+++ b/l10n/templates/lib.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-28 02:03+0200\n"
+"POT-Creation-Date: 2012-09-28 23:34+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 67eb87cfcd7179b2cb385dadd413230b4198a6e4..bc3373b86700848b7dbdb7c8a8a56cc441080767 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: 2012-09-28 02:03+0200\n"
+"POT-Creation-Date: 2012-09-28 23:34+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/user_ldap.pot b/l10n/templates/user_ldap.pot
index ed8c48f3cec81cff2cd4fcf72a86423b76cea2bc..20119254824eb9d4c14242ba79a6d55f1d7b583a 100644
--- a/l10n/templates/user_ldap.pot
+++ b/l10n/templates/user_ldap.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-28 02:02+0200\n"
+"POT-Creation-Date: 2012-09-28 23:34+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/th_TH/core.po b/l10n/th_TH/core.po
index 451fc576dae829c66904215270cbae15e091ff41..24f87167eb8df5f0096a898d8154d954fed58abe 100644
--- a/l10n/th_TH/core.po
+++ b/l10n/th_TH/core.po
@@ -9,9 +9,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-27 02:01+0200\n"
-"PO-Revision-Date: 2012-09-26 11:22+0000\n"
-"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
+"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -31,7 +31,7 @@ msgstr "ไม่มีหมวดหมู่ที่ต้องการเ
 msgid "This category already exists: "
 msgstr "หมวดหมู่นี้มีอยู่แล้ว: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "ตั้งค่า"
 
@@ -125,14 +125,16 @@ msgid "Error while changing permissions"
 msgstr "เกิดข้อผิดพลาดในการเปลี่ยนสิทธิ์การเข้าใช้งาน"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "ได้แชร์ให้กับคุณและกลุ่ม %s โดย %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "แชร์ให้กับคุณโดย %s"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -159,9 +161,8 @@ msgid "Expiration date"
 msgstr "วันที่หมดอายุ"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "แชร์ผ่านทางอีเมล: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -172,9 +173,12 @@ msgid "Resharing is not allowed"
 msgstr "ไม่อนุญาตให้แชร์ข้อมูลซ้ำได้"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "ถูกแชร์ใน %s ด้วย %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -346,7 +350,7 @@ msgstr "ติดตั้งเรียบร้อยแล้ว"
 msgid "web services under your control"
 msgstr "web services under your control"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "ออกจากระบบ"
 
diff --git a/l10n/tr/core.po b/l10n/tr/core.po
index 4462c8428e70da8384742eeba1748ff5719b69cf..0fdd0fc3b3448f63a2b02878e58d85c5c44b8bba 100644
--- a/l10n/tr/core.po
+++ b/l10n/tr/core.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Eklenecek kategori yok?"
 msgid "This category already exists: "
 msgstr "Bu kategori zaten mevcut: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Ayarlar"
 
@@ -126,13 +126,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -160,8 +162,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -173,8 +174,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -347,7 +351,7 @@ msgstr "Kurulumu tamamla"
 msgid "web services under your control"
 msgstr "kontrolünüzdeki web servisleri"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Çıkış yap"
 
diff --git a/l10n/uk/core.po b/l10n/uk/core.po
index a2b2884a9e67541335a00e6980a43a0a724169d4..47f5aeb743089c4673999ea97729aaf65be770ce 100644
--- a/l10n/uk/core.po
+++ b/l10n/uk/core.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Налаштування"
 
@@ -126,13 +126,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -160,8 +162,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -173,8 +174,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -347,7 +351,7 @@ msgstr "Завершити налаштування"
 msgid "web services under your control"
 msgstr "веб-сервіс під вашим контролем"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Вихід"
 
diff --git a/l10n/vi/core.po b/l10n/vi/core.po
index 9f8d4375c70329f656df8046ef72f1f90ea2379b..a5861cdf0f78a5011c6369d9e67a891ae9747079 100644
--- a/l10n/vi/core.po
+++ b/l10n/vi/core.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgstr "Không có danh mục được thêm?"
 msgid "This category already exists: "
 msgstr "Danh mục này đã được tạo :"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "Cài đặt"
 
@@ -124,13 +124,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -158,8 +160,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -345,7 +349,7 @@ msgstr "Cài đặt hoàn tất"
 msgid "web services under your control"
 msgstr "các dịch vụ web dưới sự kiểm soát của bạn"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "Đăng xuất"
 
diff --git a/l10n/zh_CN.GB2312/core.po b/l10n/zh_CN.GB2312/core.po
index 1bc40e3a8f73c2c4c1bb34e54d7299d22864bb89..7383234a43b86773419431c82286122d36555a7e 100644
--- a/l10n/zh_CN.GB2312/core.po
+++ b/l10n/zh_CN.GB2312/core.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n"
 "MIME-Version: 1.0\n"
@@ -31,7 +31,7 @@ msgstr "没有分类添加了?"
 msgid "This category already exists: "
 msgstr "这个分类已经存在了:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "设置"
 
@@ -125,13 +125,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -159,8 +161,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -172,8 +173,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -346,7 +350,7 @@ msgstr "完成安装"
 msgid "web services under your control"
 msgstr "你控制下的网络服务"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "注销"
 
diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po
index e03aa1d5d4d81d1424fea73d5583f08efdc4a0bd..2c70770418278d39099ae0730b78b9f51c2703f5 100644
--- a/l10n/zh_CN/core.po
+++ b/l10n/zh_CN/core.po
@@ -11,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-28 02:02+0200\n"
-"PO-Revision-Date: 2012-09-27 14:37+0000\n"
-"Last-Translator: waterone <suiy02@gmail.com>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
+"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,7 +33,7 @@ msgstr "没有可添加分类?"
 msgid "This category already exists: "
 msgstr "此分类已存在: "
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "设置"
 
@@ -127,14 +127,16 @@ msgid "Error while changing permissions"
 msgstr "修改权限时出错"
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
-msgstr "与你及%s组共享,共享人: %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
+msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
-msgstr "共享人: %s"
+msgid "Shared with you by"
+msgstr ""
 
 #: js/share.js:137
 msgid "Share with"
@@ -161,9 +163,8 @@ msgid "Expiration date"
 msgstr "过期日期"
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
-msgstr "发电子邮件分享: %s"
+msgid "Share via email:"
+msgstr ""
 
 #: js/share.js:187
 msgid "No people found"
@@ -174,9 +175,12 @@ msgid "Resharing is not allowed"
 msgstr "不允许二次共享"
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
-msgstr "在%s中与%s共享"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
+msgstr ""
 
 #: js/share.js:271
 msgid "Unshare"
@@ -348,7 +352,7 @@ msgstr "安装完成"
 msgid "web services under your control"
 msgstr "由您掌控的网络服务"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "注销"
 
diff --git a/l10n/zh_CN/files_versions.po b/l10n/zh_CN/files_versions.po
index eb613ae45cf271a287a6f7458b7f1f4e174f0d86..df61cf98da4b527852f8c1a85207f1522a0c3c95 100644
--- a/l10n/zh_CN/files_versions.po
+++ b/l10n/zh_CN/files_versions.po
@@ -8,9 +8,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-22 01:14+0200\n"
-"PO-Revision-Date: 2012-09-21 23:15+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 09:58+0000\n"
+"Last-Translator: hanfeng <appweb.cn@gmail.com>\n"
 "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -24,7 +24,7 @@ msgstr "过期所有版本"
 
 #: js/versions.js:16
 msgid "History"
-msgstr ""
+msgstr "历史"
 
 #: templates/settings-personal.php:4
 msgid "Versions"
diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po
index 039e176615447edcbe77602d6b797e3697ae68d6..97fc8c8bf663404c6f33c6b9643ca20882031a75 100644
--- a/l10n/zh_TW/core.po
+++ b/l10n/zh_TW/core.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-28 23:34+0200\n"
+"PO-Revision-Date: 2012-09-28 21:34+0000\n"
 "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
 "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
@@ -31,7 +31,7 @@ msgstr "無分類添加?"
 msgid "This category already exists: "
 msgstr "此分類已經存在:"
 
-#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
 msgid "Settings"
 msgstr "設定"
 
@@ -125,13 +125,15 @@ msgid "Error while changing permissions"
 msgstr ""
 
 #: js/share.js:130
-#, python-format
-msgid "Shared with you and the group %s by %s"
+msgid "Shared with you and the group"
+msgstr ""
+
+#: js/share.js:130
+msgid "by"
 msgstr ""
 
 #: js/share.js:132
-#, python-format
-msgid "Shared with you by %s"
+msgid "Shared with you by"
 msgstr ""
 
 #: js/share.js:137
@@ -159,8 +161,7 @@ msgid "Expiration date"
 msgstr ""
 
 #: js/share.js:185
-#, python-format
-msgid "Share via email: %s"
+msgid "Share via email:"
 msgstr ""
 
 #: js/share.js:187
@@ -172,8 +173,11 @@ msgid "Resharing is not allowed"
 msgstr ""
 
 #: js/share.js:250
-#, python-format
-msgid "Shared in %s with %s"
+msgid "Shared in"
+msgstr ""
+
+#: js/share.js:250
+msgid "with"
 msgstr ""
 
 #: js/share.js:271
@@ -346,7 +350,7 @@ msgstr "完成設定"
 msgid "web services under your control"
 msgstr "網路服務已在你控制"
 
-#: templates/layout.user.php:39
+#: templates/layout.user.php:34
 msgid "Log out"
 msgstr "登出"
 
diff --git a/settings/l10n/oc.php b/settings/l10n/oc.php
new file mode 100644
index 0000000000000000000000000000000000000000..28835df95c13256e0f29dfdfcb6e1ecd4f9dba66
--- /dev/null
+++ b/settings/l10n/oc.php
@@ -0,0 +1,61 @@
+<?php $TRANSLATIONS = array(
+"Unable to load list from App Store" => "Pas possible de cargar la tièra dempuèi App Store",
+"Authentication error" => "Error d'autentificacion",
+"Group already exists" => "Lo grop existís ja",
+"Unable to add group" => "Pas capable d'apondre  un grop",
+"Could not enable app. " => "Pòt pas activar app. ",
+"Email saved" => "Corrièl enregistrat",
+"Invalid email" => "Corrièl incorrècte",
+"OpenID Changed" => "OpenID cambiat",
+"Invalid request" => "Demanda invalida",
+"Unable to delete group" => "Pas capable d'escafar un grop",
+"Unable to delete user" => "Pas capable d'escafar un usancièr",
+"Language changed" => "Lengas cambiadas",
+"Unable to add user to group %s" => "Pas capable d'apondre un usancièr al grop %s",
+"Unable to remove user from group %s" => "Pas capable de tira un usancièr del grop %s",
+"Disable" => "Desactiva",
+"Enable" => "Activa",
+"Saving..." => "Enregistra...",
+"__language_name__" => "__language_name__",
+"Security Warning" => "Avertiment de securitat",
+"Cron" => "Cron",
+"Execute one task with each page loaded" => "Executa un prètfach amb cada pagina cargada",
+"Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Utiliza lo servici cron de ton sistèm operatiu. Executa lo fichièr cron.php dins lo dorsier owncloud tras cronjob del sistèm cada minuta.",
+"Sharing" => "Al partejar",
+"Enable Share API" => "Activa API partejada",
+"Log" => "Jornal",
+"More" => "Mai d'aquò",
+"Add your App" => "Ajusta ton App",
+"Select an App" => "Selecciona una applicacion",
+"See application page at apps.owncloud.com" => "Agacha la pagina d'applications en cò de apps.owncloud.com",
+"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licençiat per <span class=\"author\"></span>",
+"Documentation" => "Documentacion",
+"Managing Big Files" => "Al bailejar de fichièrs pesucasses",
+"Ask a question" => "Respond a una question",
+"Problems connecting to help database." => "Problemas al connectar de la basa de donadas d'ajuda",
+"Go there manually." => "Vas çai manualament",
+"Answer" => "Responsa",
+"You have used <strong>%s</strong> of the available <strong>%s<strong>" => "As utilizat <strong>%s</strong> dels <strong>%s<strong> disponibles",
+"Download" => "Avalcarga",
+"Your password was changed" => "Ton senhal a cambiat",
+"Unable to change your password" => "Pas possible de cambiar ton senhal",
+"Current password" => "Senhal en cors",
+"New password" => "Senhal novèl",
+"show" => "mòstra",
+"Change password" => "Cambia lo senhal",
+"Email" => "Corrièl",
+"Your email address" => "Ton adreiça de corrièl",
+"Fill in an email address to enable password recovery" => "Emplena una adreiça de corrièl per permetre lo mandadís del senhal perdut",
+"Language" => "Lenga",
+"Help translate" => "Ajuda a la revirada",
+"use this address to connect to your ownCloud in your file manager" => "utiliza aquela adreiça per te connectar al ownCloud amb ton explorator de fichièrs",
+"Name" => "Nom",
+"Password" => "Senhal",
+"Groups" => "Grops",
+"Create" => "Crea",
+"Default Quota" => "Quota per defaut",
+"Other" => "Autres",
+"Group Admin" => "Grop Admin",
+"Quota" => "Quota",
+"Delete" => "Escafa"
+);