diff --git a/apps/files/l10n/ca.php b/apps/files/l10n/ca.php
index 26c6ad4de6fae8bf5b24c7825ba497f5e5de0a99..97eccd5ee4ccc2db8b2abfa91397a283534e3a96 100644
--- a/apps/files/l10n/ca.php
+++ b/apps/files/l10n/ca.php
@@ -25,6 +25,8 @@
 "Upload cancelled." => "La pujada s'ha cancel·lat.",
 "File upload is in progress. Leaving the page now will cancel the upload." => "Hi ha una pujada en curs. Si abandoneu la pàgina la pujada es cancel·larà.",
 "Invalid name, '/' is not allowed." => "El nom no és vàlid, no es permet '/'.",
+"files scanned" => "arxius escanejats",
+"error while scanning" => "error durant l'escaneig",
 "Size" => "Mida",
 "Modified" => "Modificat",
 "folder" => "carpeta",
diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php
index d07149d8595210dc3282c2d0c621e57d655183a2..5c2a0e74f49d4db4706189baef6976db8ccd462c 100644
--- a/apps/files/l10n/es.php
+++ b/apps/files/l10n/es.php
@@ -8,7 +8,7 @@
 "Failed to write to disk" => "La escritura en disco ha fallado",
 "Files" => "Archivos",
 "Unshare" => "Dejar de compartir",
-"Delete" => "Eliminado",
+"Delete" => "Eliminar",
 "already exists" => "ya existe",
 "replace" => "reemplazar",
 "suggest name" => "sugerir nombre",
diff --git a/apps/files/l10n/sk_SK.php b/apps/files/l10n/sk_SK.php
index 8a31c550320ee09f999266c7aae97603d2517828..915303205cd71fbd34e848724e24f38fc32d3500 100644
--- a/apps/files/l10n/sk_SK.php
+++ b/apps/files/l10n/sk_SK.php
@@ -7,13 +7,26 @@
 "Missing a temporary folder" => "Chýbajúci dočasný priečinok",
 "Failed to write to disk" => "Zápis na disk sa nepodaril",
 "Files" => "Súbory",
+"Unshare" => "Nezdielať",
 "Delete" => "Odstrániť",
+"already exists" => "už existuje",
+"replace" => "nahradiť",
+"suggest name" => "pomôcť s menom",
+"cancel" => "zrušiť",
+"replaced" => "zmenené",
+"undo" => "vrátiť",
+"with" => "s",
+"unshared" => "zdielané",
+"deleted" => "zmazané",
 "generating ZIP-file, it may take some time." => "generujem ZIP-súbor, môže to chvíľu trvať.",
 "Unable to upload your file as it is a directory or has 0 bytes" => "Nemôžem nahrať súbor lebo je to priečinok alebo má 0 bajtov.",
 "Upload Error" => "Chyba nahrávania",
 "Pending" => "Čaká sa",
 "Upload cancelled." => "Nahrávanie zrušené",
+"File upload is in progress. Leaving the page now will cancel the upload." => "Opustenie stránky zruší práve prebiehajúce odosielanie súboru.",
 "Invalid name, '/' is not allowed." => "Chybný názov, \"/\" nie je povolené",
+"files scanned" => "skontrolovaných súborov",
+"error while scanning" => "chyba počas kontroly",
 "Size" => "Veľkosť",
 "Modified" => "Upravené",
 "folder" => "priečinok",
@@ -21,23 +34,24 @@
 "file" => "súbor",
 "files" => "súbory",
 "File handling" => "Nastavenie správanie k súborom",
-"Maximum upload size" => "Maximálna veľkosť nahratia",
+"Maximum upload size" => "Maximálna veľkosť odosielaného súboru",
 "max. possible: " => "najväčšie možné:",
 "Needed for multi-file and folder downloads." => "Vyžadované pre sťahovanie viacerých súborov a adresárov.",
 "Enable ZIP-download" => "Povoliť sťahovanie ZIP súborov",
 "0 is unlimited" => "0 znamená neobmedzené",
 "Maximum input size for ZIP files" => "Najväčšia veľkosť ZIP súborov",
+"Save" => "Uložiť",
 "New" => "Nový",
 "Text file" => "Textový súbor",
 "Folder" => "Priečinok",
 "From url" => "Z url",
 "Upload" => "Nahrať",
 "Cancel upload" => "Zrušiť odosielanie",
-"Nothing in here. Upload something!" => "Nič tu nie je. Nahrajte niečo!",
+"Nothing in here. Upload something!" => "Žiadny súbor. Nahrajte niečo!",
 "Name" => "Meno",
 "Share" => "Zdielať",
 "Download" => "Stiahnuť",
-"Upload too large" => "Nahrávanie príliš veľké",
+"Upload too large" => "Odosielaný súbor je príliš veľký",
 "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Súbory ktoré sa snažíte nahrať presahujú maximálnu veľkosť pre nahratie súborov na tento server.",
 "Files are being scanned, please wait." => "Súbory sa práve prehľadávajú, prosím čakajte.",
 "Current scanning" => "Práve prehliadané"
diff --git a/apps/files/l10n/zh_CN.GB2312.php b/apps/files/l10n/zh_CN.GB2312.php
index 846f4234de15b38b49201cc9067954b16ba7d83d..9e4b39b8566e35729478b664fc986fb2db7b35e8 100644
--- a/apps/files/l10n/zh_CN.GB2312.php
+++ b/apps/files/l10n/zh_CN.GB2312.php
@@ -25,6 +25,8 @@
 "Upload cancelled." => "上传取消了",
 "File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传。关闭页面会取消上传。",
 "Invalid name, '/' is not allowed." => "非法文件名,\"/\"是不被许可的",
+"files scanned" => "文件已扫描",
+"error while scanning" => "扫描出错",
 "Size" => "大小",
 "Modified" => "修改日期",
 "folder" => "文件夹",
diff --git a/apps/files_versions/l10n/ca.php b/apps/files_versions/l10n/ca.php
index 51ff7aba1dd6bba82c2db95296519837d11407f6..d9d966fc7af1411fc6bf67a54d0e8be335e8fec3 100644
--- a/apps/files_versions/l10n/ca.php
+++ b/apps/files_versions/l10n/ca.php
@@ -1,5 +1,7 @@
 <?php $TRANSLATIONS = array(
 "Expire all versions" => "Expira totes les versions",
 "Versions" => "Versions",
-"This will delete all existing backup versions of your files" => "Això eliminarà totes les versions de còpia de seguretat dels vostres fitxers"
+"This will delete all existing backup versions of your files" => "Això eliminarà totes les versions de còpia de seguretat dels vostres fitxers",
+"Files Versioning" => "Fitxers de Versions",
+"Enable" => "Permetre"
 );
diff --git a/apps/user_ldap/l10n/ru_RU.php b/apps/user_ldap/l10n/ru_RU.php
index 9c0eb23a34ca833e7df0d7c9e4e5319014361417..68f385358d9be7cb0370e26a13108d9e725cbf54 100644
--- a/apps/user_ldap/l10n/ru_RU.php
+++ b/apps/user_ldap/l10n/ru_RU.php
@@ -1,14 +1,21 @@
 <?php $TRANSLATIONS = array(
 "Host" => "Хост",
+"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Вы можете пропустить протокол, если Вам не требуется SSL. Затем начните с ldaps://",
 "Base DN" => "База DN",
 "User DN" => "DN пользователя",
 "Password" => "Пароль",
 "For anonymous access, leave DN and Password empty." => "Для анонимного доступа оставьте поля DN и пароль пустыми.",
+"use %%uid placeholder, e.g. \"uid=%%uid\"" => "используйте %%uid заполнитель, например, \"uid=%%uid\"",
+"without any placeholder, e.g. \"objectClass=person\"." => "без каких-либо заполнителей, например, \"objectClass=person\".",
 "Group Filter" => "Групповой фильтр",
+"without any placeholder, e.g. \"objectClass=posixGroup\"." => "без каких-либо заполнителей, например, \"objectClass=posixGroup\".",
 "Port" => "Порт",
 "Use TLS" => "Использовать TLS",
 "Do not use it for SSL connections, it will fail." => "Не используйте это SSL-соединений, это не будет выполнено.",
 "Turn off SSL certificate validation." => "Выключить проверку сертификата SSL.",
+"Not recommended, use for testing only." => "Не рекомендовано, используйте только для тестирования.",
+"The LDAP attribute to use to generate the user`s ownCloud name." => "Атрибут LDAP, используемый для создания имени пользователя в ownCloud.",
+"The LDAP attribute to use to generate the groups`s ownCloud name." => "Атрибут LDAP, используемый для создания группового имени в ownCloud.",
 "in bytes" => "в байтах",
 "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Оставьте пустым под имя пользователя (по умолчанию). В противном случае задайте LDAP/AD атрибут.",
 "Help" => "Помощь"
diff --git a/core/l10n/ar.php b/core/l10n/ar.php
index 4b694f33bd805db6dd7f7e6cc760af11f4c39d56..6efe63cc2afe4bed984e24369130f1b019a7845f 100644
--- a/core/l10n/ar.php
+++ b/core/l10n/ar.php
@@ -1,5 +1,6 @@
 <?php $TRANSLATIONS = array(
 "Settings" => "تعديلات",
+"Password" => "كلمة السر",
 "Use the following link to reset your password: {link}" => "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}",
 "You will receive a link to reset your password via Email." => "سوف نرسل لك بريد يحتوي على وصلة لتجديد كلمة السر.",
 "Requested" => "تم طلب",
@@ -17,7 +18,6 @@
 "Help" => "المساعدة",
 "Cloud not found" => "لم يتم إيجاد",
 "Create an <strong>admin account</strong>" => "أضف </strong>مستخدم رئيسي <strong>",
-"Password" => "كلمة السر",
 "Advanced" => "خيارات متقدمة",
 "Data folder" => "مجلد المعلومات",
 "Configure the database" => "أسس قاعدة البيانات",
diff --git a/core/l10n/bg_BG.php b/core/l10n/bg_BG.php
index 19b32a700ba6e7f69f14194849be586cf43b4ecb..779abe075aa8dfea04b7c0eaffdc227486d6b6e3 100644
--- a/core/l10n/bg_BG.php
+++ b/core/l10n/bg_BG.php
@@ -19,6 +19,7 @@
 "Ok" => "Добре",
 "No categories selected for deletion." => "Няма избрани категории за изтриване",
 "Error" => "Грешка",
+"Password" => "Парола",
 "You will receive a link to reset your password via Email." => "Ще получите връзка за нулиране на паролата Ви.",
 "Requested" => "Заявено",
 "Login failed!" => "Входа пропадна!",
@@ -37,7 +38,6 @@
 "Edit categories" => "Редактиране на категориите",
 "Add" => "Добавяне",
 "Create an <strong>admin account</strong>" => "Създаване на <strong>админ профил</strong>",
-"Password" => "Парола",
 "Advanced" => "Разширено",
 "Data folder" => "Директория за данни",
 "Configure the database" => "Конфигуриране на базата",
diff --git a/core/l10n/ca.php b/core/l10n/ca.php
index 6c70c29e6cb7382c4aa5a2235b791b3655015700..11f93d5fbbfa86f310cbc10c9f0fa60fcc81e55e 100644
--- a/core/l10n/ca.php
+++ b/core/l10n/ca.php
@@ -21,6 +21,7 @@
 "Ok" => "D'acord",
 "No categories selected for deletion." => "No hi ha categories per eliminar.",
 "Error" => "Error",
+"Password" => "Contrasenya",
 "ownCloud password reset" => "estableix de nou la contrasenya Owncloud",
 "Use the following link to reset your password: {link}" => "Useu l'enllaç següent per restablir la contrasenya: {link}",
 "You will receive a link to reset your password via Email." => "Rebreu un enllaç al correu electrònic per reiniciar la contrasenya.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Edita les categories",
 "Add" => "Afegeix",
 "Create an <strong>admin account</strong>" => "Crea un <strong>compte d'administrador</strong>",
-"Password" => "Contrasenya",
 "Advanced" => "Avançat",
 "Data folder" => "Carpeta de dades",
 "Configure the database" => "Configura la base de dades",
diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php
index 6a4dad08cbdd18c55568ee26692a2467db1972b6..64941f0df403bbb3026105e6f520e68015bd0c3f 100644
--- a/core/l10n/cs_CZ.php
+++ b/core/l10n/cs_CZ.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Žádné kategorie nebyly vybrány ke smazání.",
 "Error" => "Chyba",
+"Password" => "Heslo",
 "ownCloud password reset" => "Obnovení hesla pro ownCloud",
 "Use the following link to reset your password: {link}" => "Heslo obnovíte použitím následujícího odkazu: {link}",
 "You will receive a link to reset your password via Email." => "Bude Vám e-mailem zaslán odkaz pro obnovu hesla.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Upravit kategorie",
 "Add" => "Přidat",
 "Create an <strong>admin account</strong>" => "Vytvořit <strong>účet správce</strong>",
-"Password" => "Heslo",
 "Advanced" => "Pokročilé",
 "Data folder" => "Složka s daty",
 "Configure the database" => "Nastavit databázi",
diff --git a/core/l10n/da.php b/core/l10n/da.php
index 4bb953a4c5db1a7808822d8d082f44967e5f38dd..d724eba3bff938e9f5f971293961992232df84ab 100644
--- a/core/l10n/da.php
+++ b/core/l10n/da.php
@@ -21,6 +21,7 @@
 "Ok" => "OK",
 "No categories selected for deletion." => "Ingen kategorier valgt",
 "Error" => "Fejl",
+"Password" => "Kodeord",
 "ownCloud password reset" => "Nulstil ownCloud kodeord",
 "Use the following link to reset your password: {link}" => "Anvend følgende link til at nulstille din adgangskode: {link}",
 "You will receive a link to reset your password via Email." => "Du vil modtage et link til at nulstille dit kodeord via email.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Rediger kategorier",
 "Add" => "Tilføj",
 "Create an <strong>admin account</strong>" => "Opret en <strong>administratorkonto</strong>",
-"Password" => "Kodeord",
 "Advanced" => "Avanceret",
 "Data folder" => "Datamappe",
 "Configure the database" => "Konfigurer databasen",
diff --git a/core/l10n/de.php b/core/l10n/de.php
index 7a51040114f4fc584d8a1d95ec8b6c07d6c7ff52..1922bc3eff8ebe92fccf9adb68b1c5a20c5bf557 100644
--- a/core/l10n/de.php
+++ b/core/l10n/de.php
@@ -21,6 +21,7 @@
 "Ok" => "OK",
 "No categories selected for deletion." => "Es wurde keine Kategorien zum Löschen ausgewählt.",
 "Error" => "Fehler",
+"Password" => "Passwort",
 "ownCloud password reset" => "ownCloud-Passwort zurücksetzen",
 "Use the following link to reset your password: {link}" => "Nutzen Sie den nachfolgenden Link, um Ihr Passwort zurückzusetzen: {link}",
 "You will receive a link to reset your password via Email." => "Sie erhalten einen Link, um Ihr Passwort per E-Mail zurückzusetzen.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Kategorien bearbeiten",
 "Add" => "Hinzufügen",
 "Create an <strong>admin account</strong>" => "<strong>Administrator-Konto</strong> anlegen",
-"Password" => "Passwort",
 "Advanced" => "Erweitert",
 "Data folder" => "Datenverzeichnis",
 "Configure the database" => "Datenbank einrichten",
diff --git a/core/l10n/el.php b/core/l10n/el.php
index 227e981f2b2230e9f4a0243e5652359f9a632677..ce341176adfe85b12a2c1353fe6dfa41d842cd02 100644
--- a/core/l10n/el.php
+++ b/core/l10n/el.php
@@ -21,6 +21,7 @@
 "Ok" => "Οκ",
 "No categories selected for deletion." => "Δεν επιλέχτηκαν κατηγορίες για διαγραφή",
 "Error" => "Σφάλμα",
+"Password" => "Κωδικός",
 "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." => "Θα λάβετε ένα σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας μέσω ηλεκτρονικού ταχυδρομείου.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Επεξεργασία κατηγορίας",
 "Add" => "Προσθήκη",
 "Create an <strong>admin account</strong>" => "Δημιουργήστε έναν <strong>λογαριασμό διαχειριστή</strong>",
-"Password" => "Κωδικός",
 "Advanced" => "Για προχωρημένους",
 "Data folder" => "Φάκελος δεδομένων",
 "Configure the database" => "Διαμόρφωση της βάσης δεδομένων",
diff --git a/core/l10n/eo.php b/core/l10n/eo.php
index f1deaf3c9d7a01370cbb41b229b51d6654bdd0f2..9e03abfdc233b9035a760914c05c507b39972dd0 100644
--- a/core/l10n/eo.php
+++ b/core/l10n/eo.php
@@ -21,6 +21,7 @@
 "Ok" => "Akcepti",
 "No categories selected for deletion." => "Neniu kategorio elektiĝis por forigo.",
 "Error" => "Eraro",
+"Password" => "Pasvorto",
 "ownCloud password reset" => "La pasvorto de ownCloud restariĝis.",
 "Use the following link to reset your password: {link}" => "Uzu la jenan ligilon por restarigi vian pasvorton: {link}",
 "You will receive a link to reset your password via Email." => "Vi ricevos ligilon retpoŝte por rekomencigi vian pasvorton.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Redakti kategoriojn",
 "Add" => "Aldoni",
 "Create an <strong>admin account</strong>" => "Krei <strong>administran konton</strong>",
-"Password" => "Pasvorto",
 "Advanced" => "Progresinta",
 "Data folder" => "Datuma dosierujo",
 "Configure the database" => "Agordi la datumbazon",
diff --git a/core/l10n/es.php b/core/l10n/es.php
index 21866d2ed6759b188bf8d829b993e1169fa74855..8a0219abe591f7aeeeb46af532d676252e7a2407 100644
--- a/core/l10n/es.php
+++ b/core/l10n/es.php
@@ -21,6 +21,7 @@
 "Ok" => "Aceptar",
 "No categories selected for deletion." => "No hay categorías seleccionadas para borrar.",
 "Error" => "Fallo",
+"Password" => "Contraseña",
 "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}",
 "You will receive a link to reset your password via Email." => "Recibirás un enlace por correo electrónico para restablecer tu contraseña",
@@ -42,7 +43,6 @@
 "Edit categories" => "Editar categorías",
 "Add" => "Añadir",
 "Create an <strong>admin account</strong>" => "Crea una <strong>cuenta de administrador</strong>",
-"Password" => "Contraseña",
 "Advanced" => "Avanzado",
 "Data folder" => "Directorio de almacenamiento",
 "Configure the database" => "Configurar la base de datos",
diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php
index 871cc25fee08b19f192fc82396cbc89e2ecb3205..bc97cd040368c8f071b33aa63b8d28ce24e2b98b 100644
--- a/core/l10n/et_EE.php
+++ b/core/l10n/et_EE.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Kustutamiseks pole kategooriat valitud.",
 "Error" => "Viga",
+"Password" => "Parool",
 "ownCloud password reset" => "ownCloud parooli taastamine",
 "Use the following link to reset your password: {link}" => "Kasuta järgnevat linki oma parooli taastamiseks: {link}",
 "You will receive a link to reset your password via Email." => "Sinu parooli taastamise link saadetakse sulle e-postile.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Muuda kategooriaid",
 "Add" => "Lisa",
 "Create an <strong>admin account</strong>" => "Loo <strong>admini konto</strong>",
-"Password" => "Parool",
 "Advanced" => "Lisavalikud",
 "Data folder" => "Andmete kaust",
 "Configure the database" => "Seadista andmebaasi",
diff --git a/core/l10n/eu.php b/core/l10n/eu.php
index 58a63b6e684cd4e9464e1b6affefc9abd242201c..948057aa3c31e6c9b9037452647424c012b6284f 100644
--- a/core/l10n/eu.php
+++ b/core/l10n/eu.php
@@ -21,6 +21,7 @@
 "Ok" => "Ados",
 "No categories selected for deletion." => "Ez da ezabatzeko kategoriarik hautatu.",
 "Error" => "Errorea",
+"Password" => "Pasahitza",
 "ownCloud password reset" => "ownCloud-en pasahitza berrezarri",
 "Use the following link to reset your password: {link}" => "Eribili hurrengo lotura zure pasahitza berrezartzeko: {link}",
 "You will receive a link to reset your password via Email." => "Zure pashitza berrezartzeko lotura bat jasoko duzu Epostaren bidez.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Editatu kategoriak",
 "Add" => "Gehitu",
 "Create an <strong>admin account</strong>" => "Sortu <strong>kudeatzaile kontu<strong> bat",
-"Password" => "Pasahitza",
 "Advanced" => "Aurreratua",
 "Data folder" => "Datuen karpeta",
 "Configure the database" => "Konfiguratu datu basea",
diff --git a/core/l10n/fa.php b/core/l10n/fa.php
index 7b7af3937b8d19f384ce3c3a1fb7f07c2c9d8d49..2b96162c0cc279092db2f4d77edc8d28b68a7a06 100644
--- a/core/l10n/fa.php
+++ b/core/l10n/fa.php
@@ -21,6 +21,7 @@
 "Ok" => "قبول",
 "No categories selected for deletion." => "هیج دسته ای برای پاک شدن انتخاب نشده است",
 "Error" => "خطا",
+"Password" => "گذرواژه",
 "ownCloud password reset" => "پسورد ابرهای شما تغییرکرد",
 "Use the following link to reset your password: {link}" => "از لینک زیر جهت دوباره سازی پسورد استفاده کنید :\n{link}",
 "You will receive a link to reset your password via Email." => "شما یک نامه الکترونیکی حاوی یک لینک جهت بازسازی گذرواژه دریافت خواهید کرد.",
@@ -42,7 +43,6 @@
 "Edit categories" => "ویرایش گروه ها",
 "Add" => "افزودن",
 "Create an <strong>admin account</strong>" => "لطفا یک <strong> شناسه برای مدیر</strong> بسازید",
-"Password" => "گذرواژه",
 "Advanced" => "حرفه ای",
 "Data folder" => "پوشه اطلاعاتی",
 "Configure the database" => "پایگاه داده برنامه ریزی شدند",
diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php
index d253ee9433a4cf906523a9977cab358724cef596..ac3c3f9147e3fac9cd18d27c6ef1d14f38d1fcaf 100644
--- a/core/l10n/fi_FI.php
+++ b/core/l10n/fi_FI.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Luokkia ei valittu poistettavaksi.",
 "Error" => "Virhe",
+"Password" => "Salasana",
 "ownCloud password reset" => "ownCloud-salasanan nollaus",
 "Use the following link to reset your password: {link}" => "Voit palauttaa salasanasi seuraavassa osoitteessa: {link}",
 "You will receive a link to reset your password via Email." => "Saat sähköpostitse linkin nollataksesi salasanan.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Muokkaa luokkia",
 "Add" => "Lisää",
 "Create an <strong>admin account</strong>" => "Luo <strong>ylläpitäjän tunnus</strong>",
-"Password" => "Salasana",
 "Advanced" => "Lisäasetukset",
 "Data folder" => "Datakansio",
 "Configure the database" => "Muokkaa tietokantaa",
diff --git a/core/l10n/fr.php b/core/l10n/fr.php
index 2904ebf48b20cbc54bc0f338ffed8d236df2781b..1b26a315e23a57f8373280894532576e374b2eca 100644
--- a/core/l10n/fr.php
+++ b/core/l10n/fr.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Aucune catégorie sélectionnée pour suppression",
 "Error" => "Erreur",
+"Password" => "Mot de passe",
 "ownCloud password reset" => "Réinitialisation de votre mot de passe Owncloud",
 "Use the following link to reset your password: {link}" => "Utilisez le lien suivant pour réinitialiser votre mot de passe : {link}",
 "You will receive a link to reset your password via Email." => "Vous allez recevoir un e-mail contenant un lien pour réinitialiser votre mot de passe.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Modifier les catégories",
 "Add" => "Ajouter",
 "Create an <strong>admin account</strong>" => "Créer un <strong>compte administrateur</strong>",
-"Password" => "Mot de passe",
 "Advanced" => "Avancé",
 "Data folder" => "Répertoire des données",
 "Configure the database" => "Configurer la base de données",
diff --git a/core/l10n/gl.php b/core/l10n/gl.php
index af8497121994c91fc3d42243aa381ca52227cc91..61c113c5915072f52fbd76e3185592b7e51a8d32 100644
--- a/core/l10n/gl.php
+++ b/core/l10n/gl.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Non hai categorías seleccionadas para eliminar.",
 "Error" => "Erro",
+"Password" => "Contrasinal",
 "ownCloud password reset" => "Restablecer contrasinal de ownCloud",
 "Use the following link to reset your password: {link}" => "Use a seguinte ligazón para restablecer o contrasinal: {link}",
 "You will receive a link to reset your password via Email." => "Recibirá unha ligazón por correo electrónico para restablecer o contrasinal",
@@ -42,7 +43,6 @@
 "Edit categories" => "Editar categorias",
 "Add" => "Engadir",
 "Create an <strong>admin account</strong>" => "Crear unha <strong>contra de administrador</strong>",
-"Password" => "Contrasinal",
 "Advanced" => "Avanzado",
 "Data folder" => "Cartafol de datos",
 "Configure the database" => "Configurar a base de datos",
diff --git a/core/l10n/he.php b/core/l10n/he.php
index 74b6fe7aa43b7f23d3e301ceb466500019168f65..0be59b8baef9382e98f229cc2a3c4d8e0f7442b4 100644
--- a/core/l10n/he.php
+++ b/core/l10n/he.php
@@ -21,6 +21,7 @@
 "Ok" => "בסדר",
 "No categories selected for deletion." => "לא נבחרו קטגוריות למחיקה",
 "Error" => "שגיאה",
+"Password" => "ססמה",
 "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." => "יישלח לתיבת הדוא״ל שלך קישור לאיפוס הססמה.",
@@ -42,7 +43,6 @@
 "Edit categories" => "עריכת הקטגוריות",
 "Add" => "הוספה",
 "Create an <strong>admin account</strong>" => "יצירת <strong>חשבון מנהל</strong>",
-"Password" => "ססמה",
 "Advanced" => "מתקדם",
 "Data folder" => "תיקיית נתונים",
 "Configure the database" => "הגדרת מסד הנתונים",
diff --git a/core/l10n/hi.php b/core/l10n/hi.php
index cc9cbdb22f3a0df3080a59df421ec12b64f6bf53..c84f76c4e491b7d4f44b23cb35cb879d6f81db0e 100644
--- a/core/l10n/hi.php
+++ b/core/l10n/hi.php
@@ -1,8 +1,8 @@
 <?php $TRANSLATIONS = array(
+"Password" => "पासवर्ड",
 "Username" => "प्रयोक्ता का नाम",
 "Cloud not found" => "क्लौड नहीं मिला ",
 "Create an <strong>admin account</strong>" => "व्यवस्थापक खाता बनाएँ",
-"Password" => "पासवर्ड",
 "Advanced" => "उन्नत",
 "Configure the database" => "डेटाबेस कॉन्फ़िगर करें ",
 "Database user" => "डेटाबेस उपयोगकर्ता",
diff --git a/core/l10n/hr.php b/core/l10n/hr.php
index 723cceb4d01039e92cc1abb5225d205eb73a1313..c8f683d8270301d79b4bd08230b8a8130e2a4b35 100644
--- a/core/l10n/hr.php
+++ b/core/l10n/hr.php
@@ -21,6 +21,7 @@
 "Ok" => "U redu",
 "No categories selected for deletion." => "Nema odabranih kategorija za brisanje.",
 "Error" => "Pogreška",
+"Password" => "Lozinka",
 "ownCloud password reset" => "ownCloud resetiranje lozinke",
 "Use the following link to reset your password: {link}" => "Koristite ovaj link da biste poništili lozinku: {link}",
 "You will receive a link to reset your password via Email." => "Primit ćete link kako biste poništili zaporku putem e-maila.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Uredi kategorije",
 "Add" => "Dodaj",
 "Create an <strong>admin account</strong>" => "Stvori <strong>administratorski račun</strong>",
-"Password" => "Lozinka",
 "Advanced" => "Dodatno",
 "Data folder" => "Mapa baze podataka",
 "Configure the database" => "Konfiguriraj bazu podataka",
diff --git a/core/l10n/hu_HU.php b/core/l10n/hu_HU.php
index a97c4cb8861b6bc19fca869ed9882e97d1a6207b..9a1f3a1abf335ea0285bf46be957afb5fdbacdb4 100644
--- a/core/l10n/hu_HU.php
+++ b/core/l10n/hu_HU.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Nincs törlésre jelölt kategória",
 "Error" => "Hiba",
+"Password" => "Jelszó",
 "ownCloud password reset" => "ownCloud jelszó-visszaállítás",
 "Use the following link to reset your password: {link}" => "Használja az alábbi linket a jelszó-visszaállításhoz: {link}",
 "You will receive a link to reset your password via Email." => "Egy e-mailben kap értesítést a jelszóváltoztatás módjáról.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Kategóriák szerkesztése",
 "Add" => "Hozzáadás",
 "Create an <strong>admin account</strong>" => "<strong>Rendszergazdafiók</strong> létrehozása",
-"Password" => "Jelszó",
 "Advanced" => "Haladó",
 "Data folder" => "Adatkönyvtár",
 "Configure the database" => "Adatbázis konfigurálása",
diff --git a/core/l10n/ia.php b/core/l10n/ia.php
index e202daafa32886f72d0eaa4865ade358b4b76473..862c5eb0a29c80a3584bda15806cf3b6bcb03165 100644
--- a/core/l10n/ia.php
+++ b/core/l10n/ia.php
@@ -1,6 +1,7 @@
 <?php $TRANSLATIONS = array(
 "This category already exists: " => "Iste categoria jam existe:",
 "Settings" => "Configurationes",
+"Password" => "Contrasigno",
 "ownCloud password reset" => "Reinitialisation del contrasigno de ownCLoud",
 "Requested" => "Requestate",
 "Login failed!" => "Initio de session fallite!",
@@ -20,7 +21,6 @@
 "Edit categories" => "Modificar categorias",
 "Add" => "Adder",
 "Create an <strong>admin account</strong>" => "Crear un <strong>conto de administration</strong>",
-"Password" => "Contrasigno",
 "Advanced" => "Avantiate",
 "Data folder" => "Dossier de datos",
 "Configure the database" => "Configurar le base de datos",
diff --git a/core/l10n/id.php b/core/l10n/id.php
index 47758f8861b878001737ca4a2237f2704510d628..c71d767dbf5f9442cfdf97fcab4f1c2792eeea43 100644
--- a/core/l10n/id.php
+++ b/core/l10n/id.php
@@ -20,6 +20,7 @@
 "Yes" => "Ya",
 "Ok" => "Oke",
 "No categories selected for deletion." => "Tidak ada kategori terpilih untuk penghapusan.",
+"Password" => "Password",
 "ownCloud password reset" => "reset password ownCloud",
 "Use the following link to reset your password: {link}" => "Gunakan tautan berikut untuk mereset password anda: {link}",
 "You will receive a link to reset your password via Email." => "Anda akan mendapatkan link untuk mereset password anda lewat Email.",
@@ -41,7 +42,6 @@
 "Edit categories" => "Edit kategori",
 "Add" => "Tambahkan",
 "Create an <strong>admin account</strong>" => "Buat sebuah <strong>akun admin</strong>",
-"Password" => "Password",
 "Advanced" => "Tingkat Lanjut",
 "Data folder" => "Folder data",
 "Configure the database" => "Konfigurasi database",
diff --git a/core/l10n/it.php b/core/l10n/it.php
index 8d9ac21cd43d661a11e51ba7224b559578425836..d6f8df73eb95363f193da45182bbf55585acafa3 100644
--- a/core/l10n/it.php
+++ b/core/l10n/it.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Nessuna categoria selezionata per l'eliminazione.",
 "Error" => "Errore",
+"Password" => "Password",
 "ownCloud password reset" => "Ripristino password di ownCloud",
 "Use the following link to reset your password: {link}" => "Usa il collegamento seguente per ripristinare la password: {link}",
 "You will receive a link to reset your password via Email." => "Riceverai un collegamento per ripristinare la tua password via email",
@@ -42,7 +43,6 @@
 "Edit categories" => "Modifica le categorie",
 "Add" => "Aggiungi",
 "Create an <strong>admin account</strong>" => "Crea un <strong>account amministratore</strong>",
-"Password" => "Password",
 "Advanced" => "Avanzate",
 "Data folder" => "Cartella dati",
 "Configure the database" => "Configura il database",
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php
index 62f5e16f3ca6e6f7c6b0143130cc5030e8684e32..94f51ce76d12342ef6acc6c6873a2753bea3515d 100644
--- a/core/l10n/ja_JP.php
+++ b/core/l10n/ja_JP.php
@@ -21,6 +21,7 @@
 "Ok" => "OK",
 "No categories selected for deletion." => "削除するカテゴリが選択されていません。",
 "Error" => "エラー",
+"Password" => "パスワード",
 "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." => "メールでパスワードをリセットするリンクが届きます。",
@@ -42,7 +43,6 @@
 "Edit categories" => "カテゴリを編集",
 "Add" => "追加",
 "Create an <strong>admin account</strong>" => "<strong>管理者アカウント</strong>を作成してください",
-"Password" => "パスワード",
 "Advanced" => "詳細設定",
 "Data folder" => "データフォルダ",
 "Configure the database" => "データベースを設定してください",
diff --git a/core/l10n/ko.php b/core/l10n/ko.php
index 9f82a79c43c09c326c3fba5713818bbe168b98ab..0430495861d2fc44c5a2434356a26a2222e88be2 100644
--- a/core/l10n/ko.php
+++ b/core/l10n/ko.php
@@ -21,6 +21,7 @@
 "Ok" => "승락",
 "No categories selected for deletion." => "삭제 카테고리를 선택하지 않았습니다.",
 "Error" => "에러",
+"Password" => "암호",
 "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." => "전자 우편으로 암호 재설정 링크를 보냈습니다.",
@@ -42,7 +43,6 @@
 "Edit categories" => "카테고리 편집",
 "Add" => "추가",
 "Create an <strong>admin account</strong>" => "<strong>관리자 계정</strong>을 만드십시오",
-"Password" => "암호",
 "Advanced" => "고급",
 "Data folder" => "자료 폴더",
 "Configure the database" => "데이터베이스 구성",
diff --git a/core/l10n/lb.php b/core/l10n/lb.php
index 0959e0ed25f5f234709eaa96d763565dbe91d376..de8ab5027211998e34ae0c57f891bb0dc62b46d3 100644
--- a/core/l10n/lb.php
+++ b/core/l10n/lb.php
@@ -21,6 +21,7 @@
 "Ok" => "OK",
 "No categories selected for deletion." => "Keng Kategorien ausgewielt fir ze läschen.",
 "Error" => "Fehler",
+"Password" => "Passwuert",
 "ownCloud password reset" => "ownCloud Passwuert reset",
 "Use the following link to reset your password: {link}" => "Benotz folgende Link fir däi Passwuert ze reseten: {link}",
 "You will receive a link to reset your password via Email." => "Du kriss en Link fir däin Passwuert nei ze setzen via Email geschéckt.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Kategorien editéieren",
 "Add" => "Bäisetzen",
 "Create an <strong>admin account</strong>" => "En <strong>Admin Account</strong> uleeën",
-"Password" => "Passwuert",
 "Advanced" => "Advanced",
 "Data folder" => "Daten Dossier",
 "Configure the database" => "Datebank konfiguréieren",
diff --git a/core/l10n/lt_LT.php b/core/l10n/lt_LT.php
index 0a3320351cfdfb4ce719bcaff45099878d74e816..4839c6677181b8fe735229a00fec93955b035cae 100644
--- a/core/l10n/lt_LT.php
+++ b/core/l10n/lt_LT.php
@@ -21,6 +21,7 @@
 "Ok" => "Gerai",
 "No categories selected for deletion." => "Trynimui nepasirinkta jokia kategorija.",
 "Error" => "Klaida",
+"Password" => "Slaptažodis",
 "ownCloud password reset" => "ownCloud slaptažodžio atkūrimas",
 "Use the following link to reset your password: {link}" => "Slaptažodio atkūrimui naudokite šią nuorodą: {link}",
 "You will receive a link to reset your password via Email." => "Elektroniniu paštu gausite nuorodą, su kuria galėsite iš naujo nustatyti slaptažodį.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Redaguoti kategorijas",
 "Add" => "Pridėti",
 "Create an <strong>admin account</strong>" => "Sukurti <strong>administratoriaus paskyrą</strong>",
-"Password" => "Slaptažodis",
 "Advanced" => "Išplėstiniai",
 "Data folder" => "Duomenų katalogas",
 "Configure the database" => "Nustatyti duomenų bazę",
diff --git a/core/l10n/lv.php b/core/l10n/lv.php
index 6435c5015872323db270dc375d2a65f132d1901c..7825d5aec1e56439a6f3a42ce1f862d0b7099388 100644
--- a/core/l10n/lv.php
+++ b/core/l10n/lv.php
@@ -1,5 +1,6 @@
 <?php $TRANSLATIONS = array(
 "Settings" => "Iestatījumi",
+"Password" => "Parole",
 "Use the following link to reset your password: {link}" => "Izmantojiet šo linku lai mainītu paroli",
 "You will receive a link to reset your password via Email." => "Jūs savā epastā saņemsiet interneta saiti, caur kuru varēsiet atjaunot paroli.",
 "Requested" => "Obligāts",
@@ -16,7 +17,6 @@
 "Admin" => "Administrators",
 "Help" => "Palīdzība",
 "Cloud not found" => "Mākonis netika atrasts",
-"Password" => "Parole",
 "Data folder" => "Datu mape",
 "Configure the database" => "Nokonfigurēt datubāzi",
 "will be used" => "tiks izmantots",
diff --git a/core/l10n/mk.php b/core/l10n/mk.php
index 3eea6cd58d1eb24359fff12f106bf192f033f604..149dd4a5b40a7a1c23dafcb712499dcafcc40c66 100644
--- a/core/l10n/mk.php
+++ b/core/l10n/mk.php
@@ -21,6 +21,7 @@
 "Ok" => "Во ред",
 "No categories selected for deletion." => "Не е одбрана категорија за бришење.",
 "Error" => "Грешка",
+"Password" => "Лозинка",
 "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." => "Ќе добиете врска по е-пошта за да може да ја ресетирате Вашата лозинка.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Уреди категории",
 "Add" => "Додади",
 "Create an <strong>admin account</strong>" => "Направете <strong>администраторска сметка</strong>",
-"Password" => "Лозинка",
 "Advanced" => "Напредно",
 "Data folder" => "Фолдер со податоци",
 "Configure the database" => "Конфигурирај ја базата",
diff --git a/core/l10n/ms_MY.php b/core/l10n/ms_MY.php
index c99c510be620c2a48e5ea38425642b836a2bce36..8a271660e4af6ac1bac639bf358d3fecb7db71de 100644
--- a/core/l10n/ms_MY.php
+++ b/core/l10n/ms_MY.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "tiada kategori dipilih untuk penghapusan",
 "Error" => "Ralat",
+"Password" => "Kata laluan",
 "ownCloud password reset" => "Set semula kata lalaun ownCloud",
 "Use the following link to reset your password: {link}" => "Guna pautan berikut untuk menetapkan semula kata laluan anda: {link}",
 "You will receive a link to reset your password via Email." => "Anda akan menerima pautan untuk menetapkan semula kata laluan anda melalui emel",
@@ -42,7 +43,6 @@
 "Edit categories" => "Edit kategori",
 "Add" => "Tambah",
 "Create an <strong>admin account</strong>" => "buat <strong>akaun admin</strong>",
-"Password" => "Kata laluan",
 "Advanced" => "Maju",
 "Data folder" => "Fail data",
 "Configure the database" => "Konfigurasi pangkalan data",
diff --git a/core/l10n/nb_NO.php b/core/l10n/nb_NO.php
index a8bfebb8a55b5228b93f7c2193a7fb35bcdf390b..e8e76bad4c31bf1f2d42dcd3fbe7623859d289ed 100644
--- a/core/l10n/nb_NO.php
+++ b/core/l10n/nb_NO.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Ingen kategorier merket for sletting.",
 "Error" => "Feil",
+"Password" => "Passord",
 "ownCloud password reset" => "Tilbakestill ownCloud passord",
 "Use the following link to reset your password: {link}" => "Bruk følgende lenke for å tilbakestille passordet ditt: {link}",
 "You will receive a link to reset your password via Email." => "Du burde motta detaljer om å tilbakestille passordet ditt via epost.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Rediger kategorier",
 "Add" => "Legg til",
 "Create an <strong>admin account</strong>" => "opprett en <strong>administrator-konto</strong>",
-"Password" => "Passord",
 "Advanced" => "Avansert",
 "Data folder" => "Datamappe",
 "Configure the database" => "Konfigurer databasen",
diff --git a/core/l10n/nl.php b/core/l10n/nl.php
index 3497381f74cbf9f87e09646bdcb2929558e16b3d..eeb81d1c2044475ec46f4dca7e8a861f20674af2 100644
--- a/core/l10n/nl.php
+++ b/core/l10n/nl.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Geen categorie geselecteerd voor verwijdering.",
 "Error" => "Fout",
+"Password" => "Wachtwoord",
 "ownCloud password reset" => "ownCloud wachtwoord herstellen",
 "Use the following link to reset your password: {link}" => "Gebruik de volgende link om je wachtwoord te resetten: {link}",
 "You will receive a link to reset your password via Email." => "U ontvangt een link om je wachtwoord opnieuw in te stellen via e-mail.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Wijzigen categorieën",
 "Add" => "Toevoegen",
 "Create an <strong>admin account</strong>" => "Maak een <strong>beheerdersaccount</strong> aan",
-"Password" => "Wachtwoord",
 "Advanced" => "Geavanceerd",
 "Data folder" => "Gegevensmap",
 "Configure the database" => "Configureer de databank",
diff --git a/core/l10n/nn_NO.php b/core/l10n/nn_NO.php
index 9dfce36049f89fbcbb5fce3e3e474a0dca80933c..147afb35fbdfb0c61e02657d15d3fc19a3162868 100644
--- a/core/l10n/nn_NO.php
+++ b/core/l10n/nn_NO.php
@@ -1,5 +1,6 @@
 <?php $TRANSLATIONS = array(
 "Settings" => "Innstillingar",
+"Password" => "Passord",
 "Use the following link to reset your password: {link}" => "Bruk føljane link til å tilbakestille passordet ditt: {link}",
 "You will receive a link to reset your password via Email." => "Du vil få ei lenkje for å nullstilla passordet via epost.",
 "Requested" => "Førespurt",
@@ -17,7 +18,6 @@
 "Help" => "Hjelp",
 "Cloud not found" => "Fann ikkje skyen",
 "Create an <strong>admin account</strong>" => "Lag ein <strong>admin-konto</strong>",
-"Password" => "Passord",
 "Advanced" => "Avansert",
 "Data folder" => "Datamappe",
 "Configure the database" => "Konfigurer databasen",
diff --git a/core/l10n/pl.php b/core/l10n/pl.php
index 5f8752b69bb47e1d2278b8c39224dc6be3c176e6..791bbf3d6ea6b1172b0f8ce932bc2196ae1db1d8 100644
--- a/core/l10n/pl.php
+++ b/core/l10n/pl.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Nie ma kategorii zaznaczonych do usunięcia.",
 "Error" => "Błąd",
+"Password" => "Hasło",
 "ownCloud password reset" => "restart hasła",
 "Use the following link to reset your password: {link}" => "Proszę użyć tego odnośnika do zresetowania hasła: {link}",
 "You will receive a link to reset your password via Email." => "Odnośnik służący do resetowania hasła zostanie wysłany na adres e-mail.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Edytuj kategorię",
 "Add" => "Dodaj",
 "Create an <strong>admin account</strong>" => "Tworzenie <strong>konta administratora</strong>",
-"Password" => "Hasło",
 "Advanced" => "Zaawansowane",
 "Data folder" => "Katalog danych",
 "Configure the database" => "Konfiguracja bazy danych",
diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php
index 9ad2f3de53f4561818cdb48bdde4d93f25301247..4940e474157e32dec1ccb2ec066a9a6c289dfe55 100644
--- a/core/l10n/pt_BR.php
+++ b/core/l10n/pt_BR.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Nenhuma categoria selecionada para deletar.",
 "Error" => "Erro",
+"Password" => "Senha",
 "ownCloud password reset" => "Redefinir senha ownCloud",
 "Use the following link to reset your password: {link}" => "Use o seguinte link para redefinir sua senha: {link}",
 "You will receive a link to reset your password via Email." => "Você receberá um link para redefinir sua senha via e-mail.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Editar categorias",
 "Add" => "Adicionar",
 "Create an <strong>admin account</strong>" => "Criar uma <strong>conta</strong> de <strong>administrador</strong>",
-"Password" => "Senha",
 "Advanced" => "Avançado",
 "Data folder" => "Pasta de dados",
 "Configure the database" => "Configurar o banco de dados",
diff --git a/core/l10n/pt_PT.php b/core/l10n/pt_PT.php
index 4da513c1aecbd40cef5a8cbe9b97c5854210290a..4ab9958f430f6f0ac6fd3cf46d4186a13b87ba98 100644
--- a/core/l10n/pt_PT.php
+++ b/core/l10n/pt_PT.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Nenhuma categoria seleccionar para eliminar",
 "Error" => "Erro",
+"Password" => "Palavra chave",
 "ownCloud password reset" => "Reposição da password ownCloud",
 "Use the following link to reset your password: {link}" => "Use o seguinte endereço para repor a sua password: {link}",
 "You will receive a link to reset your password via Email." => "Vai receber um endereço para repor a sua password",
@@ -42,7 +43,6 @@
 "Edit categories" => "Editar categorias",
 "Add" => "Adicionar",
 "Create an <strong>admin account</strong>" => "Criar uma <strong>conta administrativa</strong>",
-"Password" => "Palavra chave",
 "Advanced" => "Avançado",
 "Data folder" => "Pasta de dados",
 "Configure the database" => "Configure a base de dados",
diff --git a/core/l10n/ro.php b/core/l10n/ro.php
index e42b5ef7d6960ec7a197f99ee291326707ed5e0d..8647cc11901ce6acae3336a94254ece804e62042 100644
--- a/core/l10n/ro.php
+++ b/core/l10n/ro.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Nici o categorie selectată pentru ștergere.",
 "Error" => "Eroare",
+"Password" => "Parola",
 "ownCloud password reset" => "Resetarea parolei ownCloud ",
 "Use the following link to reset your password: {link}" => "Folosește următorul link pentru a reseta parola: {link}",
 "You will receive a link to reset your password via Email." => "Vei primi un mesaj prin care vei putea reseta parola via email",
@@ -42,7 +43,6 @@
 "Edit categories" => "Editează categoriile",
 "Add" => "Adaugă",
 "Create an <strong>admin account</strong>" => "Crează un <strong>cont de administrator</strong>",
-"Password" => "Parola",
 "Advanced" => "Avansat",
 "Data folder" => "Director date",
 "Configure the database" => "Configurează baza de date",
diff --git a/core/l10n/ru.php b/core/l10n/ru.php
index c7ce381c05ed59ca1861d5955d94a714719a2a41..4aec059d407f4f628e3bb203565829143bcf051b 100644
--- a/core/l10n/ru.php
+++ b/core/l10n/ru.php
@@ -21,6 +21,7 @@
 "Ok" => "Ок",
 "No categories selected for deletion." => "Нет категорий для удаления.",
 "Error" => "Ошибка",
+"Password" => "Пароль",
 "ownCloud password reset" => "Сброс пароля ",
 "Use the following link to reset your password: {link}" => "Используйте следующую ссылку чтобы сбросить пароль: {link}",
 "You will receive a link to reset your password via Email." => "На ваш адрес Email выслана ссылка для сброса пароля.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Редактировать категории",
 "Add" => "Добавить",
 "Create an <strong>admin account</strong>" => "Создать <strong>учётную запись администратора</strong>",
-"Password" => "Пароль",
 "Advanced" => "Дополнительно",
 "Data folder" => "Директория с данными",
 "Configure the database" => "Настройка базы данных",
diff --git a/core/l10n/ru_RU.php b/core/l10n/ru_RU.php
index 190ecda9ebb19f73aee0fb267cf15cc90f81c88b..6dc4dfea76ad945fb124741d64b4f0936fc8dd4c 100644
--- a/core/l10n/ru_RU.php
+++ b/core/l10n/ru_RU.php
@@ -21,6 +21,7 @@
 "Ok" => "Да",
 "No categories selected for deletion." => "Нет категорий, выбранных для удаления.",
 "Error" => "Ошибка",
+"Password" => "Пароль",
 "ownCloud password reset" => "Переназначение пароля",
 "Use the following link to reset your password: {link}" => "Воспользуйтесь следующей ссылкой для переназначения пароля: {link}",
 "You will receive a link to reset your password via Email." => "Вы получите ссылку для восстановления пароля по электронной почте.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Редактирование категорий",
 "Add" => "Добавить",
 "Create an <strong>admin account</strong>" => "Создать <strong>admin account</strong>",
-"Password" => "Пароль",
 "Advanced" => "Расширенный",
 "Data folder" => "Папка данных",
 "Configure the database" => "Настроить базу данных",
diff --git a/core/l10n/sk_SK.php b/core/l10n/sk_SK.php
index 8c3339170d677c3d51b51c139694a71d60d285c8..069a169b5df20e25f8cfb6924ab846ffe8e1c4f2 100644
--- a/core/l10n/sk_SK.php
+++ b/core/l10n/sk_SK.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Neboli vybrané žiadne kategórie pre odstránenie.",
 "Error" => "Chyba",
+"Password" => "Heslo",
 "ownCloud password reset" => "Obnovenie hesla pre ownCloud",
 "Use the following link to reset your password: {link}" => "Použite nasledujúci odkaz pre obnovenie vášho hesla: {link}",
 "You will receive a link to reset your password via Email." => "Odkaz pre obnovenie hesla obdržíte E-mailom.",
@@ -38,11 +39,10 @@
 "Admin" => "Administrácia",
 "Help" => "Pomoc",
 "Access forbidden" => "Prístup odmietnutý",
-"Cloud not found" => "Nedokážem nájsť",
+"Cloud not found" => "Nenájdené",
 "Edit categories" => "Úprava kategórií",
 "Add" => "Pridať",
 "Create an <strong>admin account</strong>" => "Vytvoriť <strong>administrátorský účet</strong>",
-"Password" => "Heslo",
 "Advanced" => "Pokročilé",
 "Data folder" => "Priečinok dát",
 "Configure the database" => "Nastaviť databázu",
diff --git a/core/l10n/sl.php b/core/l10n/sl.php
index b7850c28619461433addcfe921bccdced9cc181a..a87c6785ddbf3251e21c05808d88964a3c74493c 100644
--- a/core/l10n/sl.php
+++ b/core/l10n/sl.php
@@ -21,6 +21,7 @@
 "Ok" => "V redu",
 "No categories selected for deletion." => "Za izbris ni bila izbrana nobena kategorija.",
 "Error" => "Napaka",
+"Password" => "Geslo",
 "ownCloud password reset" => "Ponastavitev gesla ownCloud",
 "Use the following link to reset your password: {link}" => "Uporabite sledečo povezavo za ponastavitev gesla: {link}",
 "You will receive a link to reset your password via Email." => "Na e-pošto boste prejeli povezavo s katero lahko ponastavite vaše geslo.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Uredi kategorije",
 "Add" => "Dodaj",
 "Create an <strong>admin account</strong>" => "Ustvari <strong>skrbniški račun</strong>",
-"Password" => "Geslo",
 "Advanced" => "Napredne možnosti",
 "Data folder" => "Mapa s podatki",
 "Configure the database" => "Nastavi podatkovno zbirko",
diff --git a/core/l10n/sr.php b/core/l10n/sr.php
index c2f2f07640e7b284c1f4d0d0ad22c30a325f3f86..dca207441fce19e3288351250aa533f926bffb22 100644
--- a/core/l10n/sr.php
+++ b/core/l10n/sr.php
@@ -1,5 +1,6 @@
 <?php $TRANSLATIONS = array(
 "Settings" => "Подешавања",
+"Password" => "Лозинка",
 "Use the following link to reset your password: {link}" => "Овом везом ресетујте своју лозинку: {link}",
 "You will receive a link to reset your password via Email." => "Добићете везу за ресетовање лозинке путем е-поште.",
 "Requested" => "Захтевано",
@@ -17,7 +18,6 @@
 "Help" => "Помоћ",
 "Cloud not found" => "Облак није нађен",
 "Create an <strong>admin account</strong>" => "Направи <strong>административни налог</strong>",
-"Password" => "Лозинка",
 "Advanced" => "Напредно",
 "Data folder" => "Фацикла података",
 "Configure the database" => "Подешавање базе",
diff --git a/core/l10n/sr@latin.php b/core/l10n/sr@latin.php
index 8bc20cf1a6fda36319a4f95e5cf612e0c16d59ab..c1d8a96073a8c9521e74aed950e03f9c4ab7c726 100644
--- a/core/l10n/sr@latin.php
+++ b/core/l10n/sr@latin.php
@@ -1,5 +1,6 @@
 <?php $TRANSLATIONS = array(
 "Settings" => "Podešavanja",
+"Password" => "Lozinka",
 "You will receive a link to reset your password via Email." => "Dobićete vezu za resetovanje lozinke putem e-pošte.",
 "Requested" => "Zahtevano",
 "Login failed!" => "Nesupela prijava!",
@@ -15,7 +16,6 @@
 "Help" => "Pomoć",
 "Cloud not found" => "Oblak nije nađen",
 "Create an <strong>admin account</strong>" => "Napravi <strong>administrativni nalog</strong>",
-"Password" => "Lozinka",
 "Advanced" => "Napredno",
 "Data folder" => "Facikla podataka",
 "Configure the database" => "Podešavanje baze",
diff --git a/core/l10n/sv.php b/core/l10n/sv.php
index 6b075f0aaf206b6c3cf7e69ceb8a69930a016412..415573be16951fbbb39e48667b25b9cb95d524fb 100644
--- a/core/l10n/sv.php
+++ b/core/l10n/sv.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Inga kategorier valda för radering.",
 "Error" => "Fel",
+"Password" => "Lösenord",
 "ownCloud password reset" => "ownCloud lösenordsåterställning",
 "Use the following link to reset your password: {link}" => "Använd följande länk för att återställa lösenordet: {link}",
 "You will receive a link to reset your password via Email." => "Du får en länk att återställa ditt lösenord via e-post.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Redigera kategorier",
 "Add" => "Lägg till",
 "Create an <strong>admin account</strong>" => "Skapa ett <strong>administratörskonto</strong>",
-"Password" => "Lösenord",
 "Advanced" => "Avancerat",
 "Data folder" => "Datamapp",
 "Configure the database" => "Konfigurera databasen",
diff --git a/core/l10n/th_TH.php b/core/l10n/th_TH.php
index fd25105f150f016a9e8054d13fae3f4faca4709e..88b5ac5cee46a82a7137e079665ae31066ba56bc 100644
--- a/core/l10n/th_TH.php
+++ b/core/l10n/th_TH.php
@@ -21,6 +21,7 @@
 "Ok" => "ตกลง",
 "No categories selected for deletion." => "ยังไม่ได้เลือกหมวดหมู่ที่ต้องการลบ",
 "Error" => "พบข้อผิดพลาด",
+"Password" => "รหัสผ่าน",
 "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." => "คุณจะได้รับลิงค์เพื่อกำหนดรหัสผ่านใหม่ทางอีเมล์",
@@ -42,7 +43,6 @@
 "Edit categories" => "แก้ไขหมวดหมู่",
 "Add" => "เพิ่ม",
 "Create an <strong>admin account</strong>" => "สร้าง <strong>บัญชีผู้ดูแลระบบ</strong>",
-"Password" => "รหัสผ่าน",
 "Advanced" => "ขั้นสูง",
 "Data folder" => "โฟลเดอร์เก็บข้อมูล",
 "Configure the database" => "กำหนดค่าฐานข้อมูล",
diff --git a/core/l10n/tr.php b/core/l10n/tr.php
index 7d6d4a33a6d4dc2a70f8823bebd450e3ac467986..4e86f9493f5b9b7ff30800bad034fc9365841c5a 100644
--- a/core/l10n/tr.php
+++ b/core/l10n/tr.php
@@ -21,6 +21,7 @@
 "Ok" => "Tamam",
 "No categories selected for deletion." => "Silmek için bir kategori seçilmedi",
 "Error" => "Hata",
+"Password" => "Parola",
 "ownCloud password reset" => "ownCloud parola sıfırlama",
 "Use the following link to reset your password: {link}" => "Bu bağlantıyı kullanarak parolanızı sıfırlayın: {link}",
 "You will receive a link to reset your password via Email." => "Parolanızı sıfırlamak için bir bağlantı Eposta olarak gönderilecek.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Kategorileri düzenle",
 "Add" => "Ekle",
 "Create an <strong>admin account</strong>" => "Bir <strong>yönetici hesabı</strong> oluşturun",
-"Password" => "Parola",
 "Advanced" => "Gelişmiş",
 "Data folder" => "Veri klasörü",
 "Configure the database" => "Veritabanını ayarla",
diff --git a/core/l10n/uk.php b/core/l10n/uk.php
index e84ec8f8830bafb2ba35edf592a96b6a1bceecb6..73ad3f3dfb838148e68af40de87b58dae83aaa78 100644
--- a/core/l10n/uk.php
+++ b/core/l10n/uk.php
@@ -16,6 +16,7 @@
 "No" => "Ні",
 "Yes" => "Так",
 "Error" => "Помилка",
+"Password" => "Пароль",
 "You will receive a link to reset your password via Email." => "Ви отримаєте посилання для скидання вашого паролю на e-mail.",
 "Username" => "Ім'я користувача",
 "Your password was reset" => "Ваш пароль був скинутий",
@@ -27,7 +28,6 @@
 "Admin" => "Адміністратор",
 "Help" => "Допомога",
 "Add" => "Додати",
-"Password" => "Пароль",
 "Configure the database" => "Налаштування бази даних",
 "will be used" => "буде використано",
 "Database user" => "Користувач бази даних",
diff --git a/core/l10n/vi.php b/core/l10n/vi.php
index de4764c3a54a2e98610654ded51978d264516108..26155a18663766be106be24c3308e8d90b6e45cd 100644
--- a/core/l10n/vi.php
+++ b/core/l10n/vi.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "Không có thể loại nào được chọn để xóa.",
 "Error" => "Lỗi",
+"Password" => "Mật khẩu",
 "ownCloud password reset" => "Khôi phục mật khẩu Owncloud ",
 "Use the following link to reset your password: {link}" => "Dùng đường dẫn sau để khôi phục lại mật khẩu : {link}",
 "You will receive a link to reset your password via Email." => "Vui lòng kiểm tra Email để khôi phục lại mật khẩu.",
@@ -42,7 +43,6 @@
 "Edit categories" => "Sửa thể loại",
 "Add" => "Thêm",
 "Create an <strong>admin account</strong>" => "Tạo một <strong>tài khoản quản trị</strong>",
-"Password" => "Mật khẩu",
 "Advanced" => "Nâng cao",
 "Data folder" => "Thư mục dữ liệu",
 "Configure the database" => "Cấu hình Cơ Sở Dữ Liệu",
diff --git a/core/l10n/zh_CN.GB2312.php b/core/l10n/zh_CN.GB2312.php
index e59a935f3941db4774979df4c62d02cf8876ae0d..de437cf2e4c95e99b72ccf625b5c85d1d2e33a8b 100644
--- a/core/l10n/zh_CN.GB2312.php
+++ b/core/l10n/zh_CN.GB2312.php
@@ -21,6 +21,7 @@
 "Ok" => "好的",
 "No categories selected for deletion." => "没有选者要删除的分类.",
 "Error" => "错误",
+"Password" => "密码",
 "ownCloud password reset" => "私有云密码重置",
 "Use the following link to reset your password: {link}" => "使用下面的链接来重置你的密码:{link}",
 "You will receive a link to reset your password via Email." => "你将会收到一个重置密码的链接",
@@ -42,7 +43,6 @@
 "Edit categories" => "编辑分类",
 "Add" => "添加",
 "Create an <strong>admin account</strong>" => "建立一个 <strong>管理帐户</strong>",
-"Password" => "密码",
 "Advanced" => "进阶",
 "Data folder" => "数据存放文件夹",
 "Configure the database" => "配置数据库",
diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php
index 4e0a37a877477ea9bedd67a5ea084cacf8f09d2d..b84519a5c0624b41d4efa152717149c23729e59f 100644
--- a/core/l10n/zh_CN.php
+++ b/core/l10n/zh_CN.php
@@ -21,6 +21,7 @@
 "Ok" => "好",
 "No categories selected for deletion." => "没有选择要删除的类别",
 "Error" => "错误",
+"Password" => "密码",
 "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." => "您将会收到包含可以重置密码链接的邮件。",
@@ -42,7 +43,6 @@
 "Edit categories" => "编辑分类",
 "Add" => "添加",
 "Create an <strong>admin account</strong>" => "创建<strong>管理员账号</strong>",
-"Password" => "密码",
 "Advanced" => "高级",
 "Data folder" => "数据目录",
 "Configure the database" => "配置数据库",
diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php
index 57a087fae9268bdd862a6de90fe074e42f55e232..ccaa6b95eeb85c2bba782b857bc5829f6715dc18 100644
--- a/core/l10n/zh_TW.php
+++ b/core/l10n/zh_TW.php
@@ -21,6 +21,7 @@
 "Ok" => "Ok",
 "No categories selected for deletion." => "沒選擇要刪除的分類",
 "Error" => "錯誤",
+"Password" => "密碼",
 "ownCloud password reset" => "ownCloud 密碼重設",
 "Use the following link to reset your password: {link}" => "請循以下聯結重設你的密碼: (聯結) ",
 "You will receive a link to reset your password via Email." => "重設密碼的連結將會寄到你的電子郵件信箱",
@@ -42,7 +43,6 @@
 "Edit categories" => "編輯分類",
 "Add" => "添加",
 "Create an <strong>admin account</strong>" => "建立一個<strong>管理者帳號</strong>",
-"Password" => "密碼",
 "Advanced" => "進階",
 "Data folder" => "資料夾",
 "Configure the database" => "設定資料庫",
diff --git a/l10n/af/core.po b/l10n/af/core.po
index 437c1e26953d87b34ba3dbb12e07b92a6080f489..0b65852a22aef00db7cfe32809d1c9024687515a 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +29,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -101,10 +105,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr ""
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -190,10 +294,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr ""
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr ""
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr ""
@@ -235,11 +335,11 @@ msgstr ""
 msgid "Finish setup"
 msgstr ""
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/af/files.po b/l10n/af/files.po
index a16e059df3cd8f385c500d935e9a4043b330f356..42a6004c214b313de9c37ef805356e9c4cc77e0c 100644
--- a/l10n/af/files.po
+++ b/l10n/af/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -59,39 +59,43 @@ msgstr ""
 msgid "Delete"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -107,7 +111,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -115,44 +119,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr ""
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr ""
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -204,7 +208,7 @@ msgstr ""
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr ""
 
diff --git a/l10n/af/files_sharing.po b/l10n/af/files_sharing.po
index 4e3ab5ee4771cf189b311ec6c3f5761342726981..8bf34f8b16467ea89d7ec7035c4eff00a9c6a443 100644
--- a/l10n/af/files_sharing.po
+++ b/l10n/af/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: af\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/af/files_versions.po b/l10n/af/files_versions.po
index feda4351a8365a19884ace31dd533007bf0d25a4..27b0fa365229c18b0c6e1569466e23d7a10a8574 100644
--- a/l10n/af/files_versions.po
+++ b/l10n/af/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/ar/core.po b/l10n/ar/core.po
index febb0d7a63746abc0250f21405ddbca2b1cf90a5..0d9fd8dd3c5d853cddc94e99c474a8bbf4a757bc 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +30,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "تعديلات"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -102,10 +106,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "كلمة السر"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -191,10 +295,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr "أضف </strong>مستخدم رئيسي <strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "كلمة السر"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "خيارات متقدمة"
@@ -236,11 +336,11 @@ msgstr "خادم قاعدة البيانات"
 msgid "Finish setup"
 msgstr "انهاء التعديلات"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "خدمات الوب تحت تصرفك"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "الخروج"
 
diff --git a/l10n/ar/files.po b/l10n/ar/files.po
index 18222f6892f4c47cf58207021b74360b5ede72f4..a2583c563c9495d43c4847ae95f7e86cffd49e41 100644
--- a/l10n/ar/files.po
+++ b/l10n/ar/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -60,39 +60,43 @@ msgstr ""
 msgid "Delete"
 msgstr "محذوف"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -108,7 +112,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -116,44 +120,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "حجم"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "معدل"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -205,7 +209,7 @@ msgstr "مجلد"
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "إرفع"
 
diff --git a/l10n/ar/files_sharing.po b/l10n/ar/files_sharing.po
index 6aeb9ddf0e5c4b2020f8bfde3fa0ef9c43051b21..4c6c7c4482105c57ec60a5bf063add3a707c0dfa 100644
--- a/l10n/ar/files_sharing.po
+++ b/l10n/ar/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: ar\n"
-"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/ar/files_versions.po b/l10n/ar/files_versions.po
index d39b59268e37646ddb2ee207763921eb7d7a9b3e..850b57a008182d5c619cafe001d3823bf1c09e3d 100644
--- a/l10n/ar/files_versions.po
+++ b/l10n/ar/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/ar_SA/core.po b/l10n/ar_SA/core.po
index c251db4e5304b67eec277fed23feaa1e69f2f2eb..42b7b828cc5e79feb0f36606c52b59a4426f2324 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +29,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -101,10 +105,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr ""
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -190,10 +294,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr ""
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr ""
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr ""
@@ -235,11 +335,11 @@ msgstr ""
 msgid "Finish setup"
 msgstr ""
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/ar_SA/files.po b/l10n/ar_SA/files.po
index 7e240be4fa60068e71d07d18a7f07240e07ef62e..e433f76c253cc5ade89132d98f457e76602d997d 100644
--- a/l10n/ar_SA/files.po
+++ b/l10n/ar_SA/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -59,39 +59,43 @@ msgstr ""
 msgid "Delete"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -107,7 +111,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -115,44 +119,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr ""
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr ""
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -204,7 +208,7 @@ msgstr ""
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr ""
 
diff --git a/l10n/ar_SA/files_sharing.po b/l10n/ar_SA/files_sharing.po
index b0c8fb706a30426bd365ea7af58716d0888539dc..66b122bea869be5504137a526b729f81f8fc5968 100644
--- a/l10n/ar_SA/files_sharing.po
+++ b/l10n/ar_SA/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Arabic (Saudi Arabia) (http://www.transifex.com/projects/p/owncloud/language/ar_SA/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: ar_SA\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/ar_SA/files_versions.po b/l10n/ar_SA/files_versions.po
index c20b1ea16c8b75266227b5b76c5eca40a973eacd..448d3b5b61e608056964d8eaa4ee2c4fbb52bbbb 100644
--- a/l10n/ar_SA/files_versions.po
+++ b/l10n/ar_SA/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Arabic (Saudi Arabia) (http://www.transifex.com/projects/p/owncloud/language/ar_SA/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po
index 681b5dd14b60cb5d17f125ec55d75015070949e0..2eceb3fd863927fb05f946d27567a1211abeed58 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +33,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr "Категорията вече съществува:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Настройки"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Януари"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Февруари"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Март"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Април"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Май"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Юни"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Юли"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Август"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Септември"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Октомври"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Ноември"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Декември"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Отказ"
@@ -105,10 +109,110 @@ msgstr "Добре"
 msgid "No categories selected for deletion."
 msgstr "Няма избрани категории за изтриване"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Грешка"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Парола"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -194,10 +298,6 @@ msgstr "Добавяне"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Създаване на <strong>админ профил</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Парола"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Разширено"
@@ -239,11 +339,11 @@ msgstr "Хост за базата"
 msgid "Finish setup"
 msgstr "Завършване на настройките"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Изход"
 
diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po
index f6587e5c3467bcc2e4d30a46da31870acebd5f1e..706cc0477c799f429317dec7bc5f44e4ad291f35 100644
--- a/l10n/bg_BG/files.po
+++ b/l10n/bg_BG/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -61,39 +61,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Изтриване"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -109,7 +113,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr "Грешка при качване"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -117,44 +121,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr "Качването е отменено."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Неправилно име – \"/\" не е позволено."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Размер"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Променено"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "папка"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "папки"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "файл"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -206,7 +210,7 @@ msgstr "Папка"
 msgid "From url"
 msgstr "От url-адрес"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Качване"
 
diff --git a/l10n/bg_BG/files_sharing.po b/l10n/bg_BG/files_sharing.po
index fa2d7899a7d02f4b3e9875fe67da4be0cce2cfaf..3e75975fb6377f0c85d87dce45abc1f4fab3271b 100644
--- a/l10n/bg_BG/files_sharing.po
+++ b/l10n/bg_BG/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: bg_BG\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/bg_BG/files_versions.po b/l10n/bg_BG/files_versions.po
index f28061ea72434cf6978fc92d9a4d8e5226573133..df3fc2994534f42e8ab9f5f60525ae4d553c9d40 100644
--- a/l10n/bg_BG/files_versions.po
+++ b/l10n/bg_BG/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/ca/core.po b/l10n/ca/core.po
index 6366450bdd344785bbf5fc90d88712ca88f2366f..1e75fefa393a08ed689d95ebb63512e1d5bc7435 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +31,62 @@ msgstr "No voleu afegir cap categoria?"
 msgid "This category already exists: "
 msgstr "Aquesta categoria ja existeix:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Arranjament"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Gener"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Febrer"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Març"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Abril"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Maig"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Juny"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Juliol"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Agost"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Setembre"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Octubre"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Novembre"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Desembre"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Cancel·la"
@@ -103,10 +107,110 @@ msgstr "D'acord"
 msgid "No categories selected for deletion."
 msgstr "No hi ha categories per eliminar."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Error"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Contrasenya"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "estableix de nou la contrasenya Owncloud"
@@ -192,10 +296,6 @@ msgstr "Afegeix"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Crea un <strong>compte d'administrador</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Contrasenya"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avançat"
@@ -237,11 +337,11 @@ msgstr "Ordinador central de la base de dades"
 msgid "Finish setup"
 msgstr "Acaba la configuració"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "controleu els vostres serveis web"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Surt"
 
diff --git a/l10n/ca/files.po b/l10n/ca/files.po
index 214a4c9125e0d917623a25375f8703ccd09b2ee8..42160cdf8d1945934be6ecb0bee712e7d2f65f31 100644
--- a/l10n/ca/files.po
+++ b/l10n/ca/files.po
@@ -5,13 +5,14 @@
 # Translators:
 #   <bury1000@gmail.com>, 2012.
 #   <joan@montane.cat>, 2012.
+#   <josep_tomas@hotmail.com>, 2012.
 #   <rcalvoi@yahoo.com>, 2011-2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -62,39 +63,43 @@ msgstr "Deixa de compartir"
 msgid "Delete"
 msgstr "Suprimeix"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "ja existeix"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "substitueix"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "sugereix un nom"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "cancel·la"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "substituït"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "desfés"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "per"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "No compartits"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "esborrat"
 
@@ -110,7 +115,7 @@ msgstr "No es pot pujar el fitxer perquè és una carpeta o té 0 bytes"
 msgid "Upload Error"
 msgstr "Error en la pujada"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Pendents"
 
@@ -118,44 +123,44 @@ msgstr "Pendents"
 msgid "Upload cancelled."
 msgstr "La pujada s'ha cancel·lat."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Hi ha una pujada en curs. Si abandoneu la pàgina la pujada es cancel·larà."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "El nom no és vàlid, no es permet '/'."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
-msgstr ""
+msgstr "arxius escanejats"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
-msgstr ""
+msgstr "error durant l'escaneig"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Mida"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Modificat"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "carpeta"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "carpetes"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "fitxer"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "fitxers"
 
@@ -207,7 +212,7 @@ msgstr "Carpeta"
 msgid "From url"
 msgstr "Des de la url"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Puja"
 
diff --git a/l10n/ca/files_sharing.po b/l10n/ca/files_sharing.po
index 2424e26a3c576aacbdf61425960096e071cccd40..1bf9e7771c15400c361a27cafc215df3ca4b22f4 100644
--- a/l10n/ca/files_sharing.po
+++ b/l10n/ca/files_sharing.po
@@ -8,15 +8,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-01 02:01+0200\n"
-"PO-Revision-Date: 2012-08-31 11:34+0000\n"
-"Last-Translator: rogerc <rcalvoi@yahoo.com>\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"
 "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: ca\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -26,14 +26,24 @@ msgstr "Contrasenya"
 msgid "Submit"
 msgstr "Envia"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Baixa"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "No hi ha vista prèvia disponible per a"
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "controleu els vostres serveis web"
diff --git a/l10n/ca/files_versions.po b/l10n/ca/files_versions.po
index 8ac9add87a64367c019d649559507923dcf75a90..5a70c6947cfb4a9de1fcfa4d997bf0caf90b18ca 100644
--- a/l10n/ca/files_versions.po
+++ b/l10n/ca/files_versions.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+#   <josep_tomas@hotmail.com>, 2012.
 #   <rcalvoi@yahoo.com>, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
 "MIME-Version: 1.0\n"
@@ -22,6 +23,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Expira totes les versions"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Versions"
@@ -32,8 +37,8 @@ msgstr "Això eliminarà totes les versions de còpia de seguretat dels vostres
 
 #: templates/settings.php:3
 msgid "Files Versioning"
-msgstr ""
+msgstr "Fitxers de Versions"
 
 #: templates/settings.php:4
 msgid "Enable"
-msgstr ""
+msgstr "Permetre"
diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po
index 8460533d3bc68719d887a78cf28465c9ba82f5eb..bcfdd5a31c49fe093eb62bbe66a75f2285232f73 100644
--- a/l10n/ca/settings.po
+++ b/l10n/ca/settings.po
@@ -5,14 +5,15 @@
 # Translators:
 #   <bury1000@gmail.com>, 2012.
 #   <joan@montane.cat>, 2012.
+#   <josep_tomas@hotmail.com>, 2012.
 #   <rcalvoi@yahoo.com>, 2011-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-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 22:01+0000\n"
+"Last-Translator: Josep Tomàs <jtomas.binsoft@gmail.com>\n"
 "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -114,7 +115,7 @@ msgstr "Cron"
 
 #: templates/admin.php:37
 msgid "Execute one task with each page loaded"
-msgstr ""
+msgstr "Executar una tasca de cada pàgina carregada"
 
 #: templates/admin.php:43
 msgid ""
@@ -126,11 +127,11 @@ msgstr "cron.php està registrat en un servei webcron. Feu una crida a la pàgin
 msgid ""
 "Use systems cron service. Call the cron.php file in the owncloud folder via "
 "a system cronjob once a minute."
-msgstr ""
+msgstr "Utilitzeu el sistema de servei cron. Cridar el arxiu cron.php de la carpeta owncloud cada minut utilitzant el sistema de tasques cron."
 
 #: templates/admin.php:56
 msgid "Sharing"
-msgstr ""
+msgstr "Compartir"
 
 #: templates/admin.php:61
 msgid "Enable Share API"
@@ -225,7 +226,7 @@ msgstr "Resposta"
 #: templates/personal.php:8
 #, php-format
 msgid "You have used <strong>%s</strong> of the available <strong>%s<strong>"
-msgstr ""
+msgstr "Ha utilitzat <strong>%s</strong> de la <strong>%s</strong> disponible"
 
 #: templates/personal.php:12
 msgid "Desktop and Mobile Syncing Clients"
@@ -237,7 +238,7 @@ msgstr "Baixada"
 
 #: templates/personal.php:19
 msgid "Your password was changed"
-msgstr ""
+msgstr "La seva contrasenya s'ha canviat"
 
 #: templates/personal.php:20
 msgid "Unable to change your password"
diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po
index c1d1ba2da0761baf9dc365a3a0e1a9160b2471ed..4fa0563ad1f89ee660a93a8ffcf5f5a069f5fda1 100644
--- a/l10n/cs_CZ/core.po
+++ b/l10n/cs_CZ/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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -33,58 +33,62 @@ msgstr "Žádná kategorie k přidání?"
 msgid "This category already exists: "
 msgstr "Tato kategorie již existuje: "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Nastavení"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Leden"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Únor"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Březen"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Duben"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Květen"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Červen"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Červenec"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Srpen"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Září"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Říjen"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Listopad"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Prosinec"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Zrušit"
@@ -105,10 +109,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Žádné kategorie nebyly vybrány ke smazání."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Chyba"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Heslo"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Obnovení hesla pro ownCloud"
@@ -194,10 +298,6 @@ msgstr "Přidat"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Vytvořit <strong>účet správce</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Heslo"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Pokročilé"
@@ -239,11 +339,11 @@ msgstr "Hostitel databáze"
 msgid "Finish setup"
 msgstr "Dokončit nastavení"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "webové služby pod Vaší kontrolou"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Odhlásit se"
 
diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po
index 7a061374544a01ad26e36cd70249276aa8d18ddc..c1082a113896807c6fa6864a80988b62394bd5fb 100644
--- a/l10n/cs_CZ/files.po
+++ b/l10n/cs_CZ/files.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 06:25+0000\n"
-"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -62,39 +62,43 @@ msgstr "Zrušit sdílení"
 msgid "Delete"
 msgstr "Smazat"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "již existuje"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "nahradit"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "navrhnout název"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "zrušit"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "nahrazeno"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "zpět"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "s"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "sdílení zrušeno"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "smazáno"
 
@@ -110,7 +114,7 @@ msgstr "Nelze odeslat Váš soubor, protože je to adresář nebo má velikost 0
 msgid "Upload Error"
 msgstr "Chyba odesílání"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Čekající"
 
@@ -118,44 +122,44 @@ msgstr "Čekající"
 msgid "Upload cancelled."
 msgstr "Odesílání zrušeno."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Probíhá odesílání souboru. Opuštění stránky vyústí ve zrušení nahrávání."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Neplatný název, znak '/' není povolen"
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr "soubory prohledány"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr "chyba při prohledávání"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Velikost"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Změněno"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "složka"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "složky"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "soubor"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "soubory"
 
@@ -207,7 +211,7 @@ msgstr "Složka"
 msgid "From url"
 msgstr "Z url"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Odeslat"
 
diff --git a/l10n/cs_CZ/files_sharing.po b/l10n/cs_CZ/files_sharing.po
index d4c56e763568a9cbfdca338c517391978124220d..378f365cbfcec60db5d50919590c2ad1cada7fa8 100644
--- a/l10n/cs_CZ/files_sharing.po
+++ b/l10n/cs_CZ/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-06 02:01+0200\n"
-"PO-Revision-Date: 2012-09-05 13:37+0000\n"
-"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\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"
 "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"
@@ -28,14 +28,24 @@ msgstr "Heslo"
 msgid "Submit"
 msgstr "Odeslat"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Stáhnout"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Náhled není dostupný pro"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "služby webu pod Vaší kontrolou"
diff --git a/l10n/cs_CZ/files_versions.po b/l10n/cs_CZ/files_versions.po
index 61b1531b7ef7e4e9cfeb18f4f7b19c0ada24f161..a2eb298df8a5b84db09f71f0899389361e08e2b0 100644
--- a/l10n/cs_CZ/files_versions.po
+++ b/l10n/cs_CZ/files_versions.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 14:45+0000\n"
-"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\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"
 "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"
@@ -23,6 +23,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Vypršet všechny verze"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Verze"
diff --git a/l10n/da/core.po b/l10n/da/core.po
index bbb688dca5778f651df67a9ebbdc68f81b3010f6..1dd86a0492c47e2037a23dd219f1e3a84d562430 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +35,62 @@ msgstr "Ingen kategori at tilføje?"
 msgid "This category already exists: "
 msgstr "Denne kategori eksisterer allerede: "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Indstillinger"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Januar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Februar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Marts"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "April"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Maj"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Juni"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Juli"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "August"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "September"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Oktober"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "November"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "December"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Fortryd"
@@ -107,10 +111,110 @@ msgstr "OK"
 msgid "No categories selected for deletion."
 msgstr "Ingen kategorier valgt"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Fejl"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Kodeord"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Nulstil ownCloud kodeord"
@@ -196,10 +300,6 @@ msgstr "Tilføj"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Opret en <strong>administratorkonto</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Kodeord"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avanceret"
@@ -241,11 +341,11 @@ msgstr "Databasehost"
 msgid "Finish setup"
 msgstr "Afslut opsætning"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "Webtjenester under din kontrol"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Log ud"
 
diff --git a/l10n/da/files.po b/l10n/da/files.po
index 8059cf0e9e023f89c6c5ccce2e9ecf405cc30362..060fedddcb17e96927f21de7cdaa2e1b8b45f8ea 100644
--- a/l10n/da/files.po
+++ b/l10n/da/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -65,39 +65,43 @@ msgstr "Fjern deling"
 msgid "Delete"
 msgstr "Slet"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "findes allerede"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "erstat"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "foreslå navn"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "fortryd"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "erstattet"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "fortryd"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "med"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "udelt"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "Slettet"
 
@@ -113,7 +117,7 @@ msgstr "Kunne ikke uploade din fil, da det enten er en mappe eller er tom"
 msgid "Upload Error"
 msgstr "Fejl ved upload"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Afventer"
 
@@ -121,44 +125,44 @@ msgstr "Afventer"
 msgid "Upload cancelled."
 msgstr "Upload afbrudt."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Fil upload kører. Hvis du forlader siden nu, vil uploadet blive annuleret."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Ugyldigt navn, '/' er ikke tilladt."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Størrelse"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Ændret"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "mappe"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "mapper"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "fil"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "filer"
 
@@ -210,7 +214,7 @@ msgstr "Mappe"
 msgid "From url"
 msgstr "Fra URL"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Upload"
 
diff --git a/l10n/da/files_sharing.po b/l10n/da/files_sharing.po
index d67a3ef190dba5b2490f42f36ac5400049f79cf1..7abb72a92e96d98fcec5d30d922f4daf208255a7 100644
--- a/l10n/da/files_sharing.po
+++ b/l10n/da/files_sharing.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-14 02:01+0200\n"
-"PO-Revision-Date: 2012-09-13 09:35+0000\n"
-"Last-Translator: osos <osos@openeyes.dk>\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"
 "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,14 +26,24 @@ msgstr "Kodeord"
 msgid "Submit"
 msgstr "Send"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Download"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Forhåndsvisning ikke tilgængelig for"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "Webtjenester under din kontrol"
diff --git a/l10n/da/files_versions.po b/l10n/da/files_versions.po
index b0e8abb06f65afdaf23f95518d4617360d0dc4d8..dea4d1ccbf32df1ccc01fe650a579e8c2535c5cf 100644
--- a/l10n/da/files_versions.po
+++ b/l10n/da/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Lad alle versioner udløbe"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Versioner"
diff --git a/l10n/de/core.po b/l10n/de/core.po
index 7523ce95f1099189bd526f55981841fe3cbb47b7..faa64fdc38a9717916118f7e0262ba6532397f9d 100644
--- a/l10n/de/core.po
+++ b/l10n/de/core.po
@@ -19,9 +19,9 @@ 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-18 10:32+0000\n"
-"Last-Translator: traductor <transifex.3.mensaje@spamgourmet.com>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -93,6 +93,10 @@ msgstr "November"
 msgid "December"
 msgstr "Dezember"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Abbrechen"
@@ -113,10 +117,110 @@ msgstr "OK"
 msgid "No categories selected for deletion."
 msgstr "Es wurde keine Kategorien zum Löschen ausgewählt."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Fehler"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Passwort"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud-Passwort zurücksetzen"
@@ -202,10 +306,6 @@ msgstr "Hinzufügen"
 msgid "Create an <strong>admin account</strong>"
 msgstr "<strong>Administrator-Konto</strong> anlegen"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Passwort"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Erweitert"
diff --git a/l10n/de/files.po b/l10n/de/files.po
index 0ef047130a7eac16f7f207db0e00c71b2a55108d..0e5061071cfbbe6772278c41445fb87d2870080a 100644
--- a/l10n/de/files.po
+++ b/l10n/de/files.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 10:31+0000\n"
-"Last-Translator: traductor <transifex.3.mensaje@spamgourmet.com>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -72,39 +72,43 @@ msgstr "Nicht mehr teilen"
 msgid "Delete"
 msgstr "Löschen"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "ist bereits vorhanden"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "ersetzen"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "Name vorschlagen"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "abbrechen"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "ersetzt"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "rückgängig machen"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "mit"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "Nicht mehr teilen"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "gelöscht"
 
@@ -120,7 +124,7 @@ msgstr "Ihre Datei kann nicht hochgeladen werden, da sie entweder ein Verzeichni
 msgid "Upload Error"
 msgstr "Fehler beim Hochladen"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Ausstehend"
 
@@ -128,44 +132,44 @@ msgstr "Ausstehend"
 msgid "Upload cancelled."
 msgstr "Hochladen abgebrochen."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Ungültiger Name: \"/\" ist nicht erlaubt."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr "Dateien gescannt"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr "Fehler beim Scannen"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Größe"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Bearbeitet"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "Ordner"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "Ordner"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "Datei"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "Dateien"
 
@@ -217,7 +221,7 @@ msgstr "Ordner"
 msgid "From url"
 msgstr "Von der URL"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Hochladen"
 
diff --git a/l10n/de/files_sharing.po b/l10n/de/files_sharing.po
index 7d11d393690603c1ffb7a8ccc4a3de4899e988eb..6021581abc18afcd244d51359d16f715c8de0ea8 100644
--- a/l10n/de/files_sharing.po
+++ b/l10n/de/files_sharing.po
@@ -11,15 +11,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-01 02:01+0200\n"
-"PO-Revision-Date: 2012-08-31 09:46+0000\n"
-"Last-Translator: traductor <transifex.3.mensaje@spamgourmet.com>\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"
 "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"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: de\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -29,14 +29,24 @@ msgstr "Passwort"
 msgid "Submit"
 msgstr "Absenden"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Download"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Es ist keine Vorschau verfügbar für"
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "Web-Services unter Ihrer Kontrolle"
diff --git a/l10n/de/files_versions.po b/l10n/de/files_versions.po
index acda1c165a6c5ef43a9bd9db25c2d3e50de1afac..32c40729944ffad0b424cdebad8176757ac4513c 100644
--- a/l10n/de/files_versions.po
+++ b/l10n/de/files_versions.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 06:25+0000\n"
-"Last-Translator: fmms <mail@felixmoeller.de>\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"
 "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"
@@ -25,6 +25,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Alle Versionen löschen"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Versionen"
diff --git a/l10n/el/core.po b/l10n/el/core.po
index babcd9f4e81f8e5c313ff49d0c6c088e1ce4f560..d94f7b57dd6d28d0a4dad56db23744d1b8f38f8b 100644
--- a/l10n/el/core.po
+++ b/l10n/el/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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 19:33+0000\n"
-"Last-Translator: Efstathios Iosifidis <diamond_gr@freemail.gr>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -86,6 +86,10 @@ msgstr "Νοέμβριος"
 msgid "December"
 msgstr "Δεκέμβριος"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Ακύρωση"
@@ -106,10 +110,110 @@ msgstr "Οκ"
 msgid "No categories selected for deletion."
 msgstr "Δεν επιλέχτηκαν κατηγορίες για διαγραφή"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Σφάλμα"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Κωδικός"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Επαναφορά κωδικού ownCloud"
@@ -195,10 +299,6 @@ msgstr "Προσθήκη"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Δημιουργήστε έναν <strong>λογαριασμό διαχειριστή</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Κωδικός"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Για προχωρημένους"
diff --git a/l10n/el/files.po b/l10n/el/files.po
index 6df1115e256a6aebbbefe6420e3b557365e54c4b..55508dd47b4c10b169d9d402ecd4a43683c3eb7f 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-20 02:05+0200\n"
-"PO-Revision-Date: 2012-09-19 23:08+0000\n"
-"Last-Translator: Efstathios Iosifidis <diamond_gr@freemail.gr>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -64,6 +64,10 @@ msgstr "Διακοπή κοινής χρήσης"
 msgid "Delete"
 msgstr "Διαγραφή"
 
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
 #: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "υπάρχει ήδη"
@@ -112,7 +116,7 @@ msgstr "Αδυναμία στην μεταφόρτωση του αρχείου 
 msgid "Upload Error"
 msgstr "Σφάλμα Μεταφόρτωσης"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Εκκρεμεί"
 
@@ -120,44 +124,44 @@ msgstr "Εκκρεμεί"
 msgid "Upload cancelled."
 msgstr "Η μεταφόρτωση ακυρώθηκε."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Η μεταφόρτωση του αρχείου βρίσκεται σε εξέλιξη.  Έξοδος από την σελίδα τώρα θα ακυρώσει την μεταφόρτωση."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Μη έγκυρο όνομα, το '/' δεν επιτρέπεται."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr "αρχεία σαρώθηκαν"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr "σφάλμα κατά την ανίχνευση"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Μέγεθος"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Τροποποιήθηκε"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "φάκελος"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "φάκελοι"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "αρχείο"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "αρχεία"
 
@@ -209,7 +213,7 @@ msgstr "Φάκελος"
 msgid "From url"
 msgstr "Από την διεύθυνση"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Μεταφόρτωση"
 
diff --git a/l10n/el/files_sharing.po b/l10n/el/files_sharing.po
index 01a1f99bd98ac62252e20522c94dce9281492d39..d50968315c16fa1649c0c1f2a0b4309496e6af6c 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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 19:13+0000\n"
-"Last-Translator: Efstathios Iosifidis <diamond_gr@freemail.gr>\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"
 "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"
@@ -28,14 +28,24 @@ msgstr "Συνθηματικό"
 msgid "Submit"
 msgstr "Καταχώρηση"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Λήψη"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Δεν υπάρχει διαθέσιμη προεπισκόπηση για"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "υπηρεσίες δικτύου υπό τον έλεγχό σας"
diff --git a/l10n/el/files_versions.po b/l10n/el/files_versions.po
index d6b4a6a230bd197eee4b4235bbe15de98c8808d3..1ebbed58c880935a906b76d6ec650e3d5bae2b36 100644
--- a/l10n/el/files_versions.po
+++ b/l10n/el/files_versions.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 20:10+0000\n"
-"Last-Translator: Efstathios Iosifidis <diamond_gr@freemail.gr>\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"
 "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"
@@ -23,6 +23,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Λήξη όλων των εκδόσεων"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Εκδόσεις"
diff --git a/l10n/eo/core.po b/l10n/eo/core.po
index 5af54675c7971a85ef28bbc60e79c03ad890f0b8..49822abb5052bf61c9a8ac247412a82fe5507d45 100644
--- a/l10n/eo/core.po
+++ b/l10n/eo/core.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-09 02:01+0200\n"
-"PO-Revision-Date: 2012-09-08 21:41+0000\n"
-"Last-Translator: Mariano <mstreet@kde.org.ar>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -36,54 +36,58 @@ msgstr "Ĉi tiu kategorio jam ekzistas: "
 msgid "Settings"
 msgstr "Agordo"
 
-#: js/js.js:599
+#: js/js.js:642
 msgid "January"
 msgstr "Januaro"
 
-#: js/js.js:599
+#: js/js.js:642
 msgid "February"
 msgstr "Februaro"
 
-#: js/js.js:599
+#: js/js.js:642
 msgid "March"
 msgstr "Marto"
 
-#: js/js.js:599
+#: js/js.js:642
 msgid "April"
 msgstr "Aprilo"
 
-#: js/js.js:599
+#: js/js.js:642
 msgid "May"
 msgstr "Majo"
 
-#: js/js.js:599
+#: js/js.js:642
 msgid "June"
 msgstr "Junio"
 
-#: js/js.js:600
+#: js/js.js:643
 msgid "July"
 msgstr "Julio"
 
-#: js/js.js:600
+#: js/js.js:643
 msgid "August"
 msgstr "Aŭgusto"
 
-#: js/js.js:600
+#: js/js.js:643
 msgid "September"
 msgstr "Septembro"
 
-#: js/js.js:600
+#: js/js.js:643
 msgid "October"
 msgstr "Oktobro"
 
-#: js/js.js:600
+#: js/js.js:643
 msgid "November"
 msgstr "Novembro"
 
-#: js/js.js:600
+#: js/js.js:643
 msgid "December"
 msgstr "Decembro"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Nuligi"
@@ -104,10 +108,110 @@ msgstr "Akcepti"
 msgid "No categories selected for deletion."
 msgstr "Neniu kategorio elektiĝis por forigo."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Eraro"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Pasvorto"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "La pasvorto de ownCloud restariĝis."
@@ -193,10 +297,6 @@ msgstr "Aldoni"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Krei <strong>administran konton</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Pasvorto"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Progresinta"
diff --git a/l10n/eo/files.po b/l10n/eo/files.po
index 9aa4aa30afbed9e03c86b32aab3a60460a7fb986..1180ed8bb774d49525b293b54dd3cfe9c0dde7a2 100644
--- a/l10n/eo/files.po
+++ b/l10n/eo/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -61,39 +61,43 @@ msgstr "Malkunhavigi"
 msgid "Delete"
 msgstr "Forigi"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "jam ekzistas"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "anstataŭigi"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "sugesti nomon"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "nuligi"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "anstataŭigita"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "malfari"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "kun"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "malkunhavigita"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "forigita"
 
@@ -109,7 +113,7 @@ msgstr "Ne eblis alŝuti vian dosieron ĉar ĝi estas dosierujo aŭ havas 0 duum
 msgid "Upload Error"
 msgstr "Alŝuta eraro"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Traktotaj"
 
@@ -117,44 +121,44 @@ msgstr "Traktotaj"
 msgid "Upload cancelled."
 msgstr "La alŝuto nuliĝis."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Dosieralŝuto plenumiĝas. Lasi la paĝon nun nuligus la alŝuton."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Nevalida nomo, “/” ne estas permesata."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Grando"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Modifita"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "dosierujo"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "dosierujoj"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "dosiero"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "dosieroj"
 
@@ -206,7 +210,7 @@ msgstr "Dosierujo"
 msgid "From url"
 msgstr "El URL"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Alŝuti"
 
diff --git a/l10n/eo/files_sharing.po b/l10n/eo/files_sharing.po
index 633cd4eca82d5519aefb65276ea56628cc22a3e8..dc0d47ec89ba671f0ffd4b8c28496247c426e482 100644
--- a/l10n/eo/files_sharing.po
+++ b/l10n/eo/files_sharing.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-09 02:01+0200\n"
-"PO-Revision-Date: 2012-09-08 21:35+0000\n"
-"Last-Translator: Mariano <mstreet@kde.org.ar>\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"
 "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,14 +26,24 @@ msgstr "Pasvorto"
 msgid "Submit"
 msgstr "Sendi"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Elŝuti"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Ne haveblas antaŭvido por"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "TTT-servoj regataj de vi"
diff --git a/l10n/eo/files_versions.po b/l10n/eo/files_versions.po
index dc9b94a1b3a6bd058eb8320a91f072b46a683c13..ef4f6f190dde623e9ab3da6e53490bd3122fdc4b 100644
--- a/l10n/eo/files_versions.po
+++ b/l10n/eo/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
 "MIME-Version: 1.0\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Eksvalidigi ĉiujn eldonojn"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Eldonoj"
diff --git a/l10n/es/core.po b/l10n/es/core.po
index efe18cd7f0ab8e1cf82c667d70c7feacab15f026..98134cb585fdd0a3c3d0f86c51c0495f410d901b 100644
--- a/l10n/es/core.po
+++ b/l10n/es/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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -37,58 +37,62 @@ msgstr "¿Ninguna categoría para añadir?"
 msgid "This category already exists: "
 msgstr "Esta categoría ya existe: "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Ajustes"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Enero"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Febrero"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Marzo"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Abril"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Mayo"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Junio"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Julio"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Agosto"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Septiembre"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Octubre"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Noviembre"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Diciembre"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Cancelar"
@@ -109,10 +113,110 @@ msgstr "Aceptar"
 msgid "No categories selected for deletion."
 msgstr "No hay categorías seleccionadas para borrar."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Fallo"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Contraseña"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Reiniciar contraseña de ownCloud"
@@ -198,10 +302,6 @@ msgstr "Añadir"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Crea una <strong>cuenta de administrador</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Contraseña"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avanzado"
@@ -243,11 +343,11 @@ msgstr "Host de la base de datos"
 msgid "Finish setup"
 msgstr "Completar la instalación"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "servicios web bajo tu control"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Salir"
 
diff --git a/l10n/es/files.po b/l10n/es/files.po
index 5dffbb2efc7f64c07c2e620105ca9eb6b41fbadf..38651e3854aaf940e0e73f488411e0d1b059127c 100644
--- a/l10n/es/files.po
+++ b/l10n/es/files.po
@@ -7,12 +7,13 @@
 #   <juanma@kde.org.ar>, 2012.
 # Rubén Trujillo <rubentrf@gmail.com>, 2012.
 #   <sergioballesterossolanas@gmail.com>, 2011, 2012.
+#   <sergio@entrecables.com>, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -61,41 +62,45 @@ msgstr "Dejar de compartir"
 
 #: js/fileactions.js:110 templates/index.php:64
 msgid "Delete"
-msgstr "Eliminado"
+msgstr "Eliminar"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "ya existe"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "reemplazar"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "sugerir nombre"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "cancelar"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "reemplazado"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "deshacer"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "con"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "no compartido"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "borrado"
 
@@ -111,7 +116,7 @@ msgstr "No ha sido posible subir tu archivo porque es un directorio o tiene 0 by
 msgid "Upload Error"
 msgstr "Error al subir el archivo"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Pendiente"
 
@@ -119,44 +124,44 @@ msgstr "Pendiente"
 msgid "Upload cancelled."
 msgstr "Subida cancelada."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "La subida del archivo está en proceso. Salir de la página ahora cancelará la subida."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Nombre no válido, '/' no está permitido."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Tamaño"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Modificado"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "carpeta"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "carpetas"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "archivo"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "archivos"
 
@@ -208,7 +213,7 @@ msgstr "Carpeta"
 msgid "From url"
 msgstr "Desde la URL"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Subir"
 
diff --git a/l10n/es/files_sharing.po b/l10n/es/files_sharing.po
index d6c7ffea13d2ec7ea117cd34f0eedd05ec8c8c9e..7653ee57ec0f16c278a72e5d8f983e31e7f2d1f3 100644
--- a/l10n/es/files_sharing.po
+++ b/l10n/es/files_sharing.po
@@ -10,15 +10,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-01 02:01+0200\n"
-"PO-Revision-Date: 2012-08-31 22:41+0000\n"
-"Last-Translator: Rubén Trujillo <rubentrf@gmail.com>\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"
 "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"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: es\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -28,14 +28,24 @@ msgstr "Contraseña"
 msgid "Submit"
 msgstr "Enviar"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Descargar"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "No hay vista previa disponible para"
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "Servicios web bajo su control"
diff --git a/l10n/es/files_versions.po b/l10n/es/files_versions.po
index ff439b927921303fa5357a1a2ae66404e9862785..d5e293e03aaf0b4c310782c42f507798c8ff3e3a 100644
--- a/l10n/es/files_versions.po
+++ b/l10n/es/files_versions.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 00:30+0000\n"
-"Last-Translator: juanman <juanma@kde.org.ar>\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"
 "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"
@@ -24,6 +24,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Expirar todas las versiones"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Versiones"
diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po
index f8d3d186521098b514ffd36267b35a5fadbf41fd..f0c4468eefb11e0c5d052e5691a19605d8bfc303 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +30,62 @@ msgstr "Pole kategooriat, mida lisada?"
 msgid "This category already exists: "
 msgstr "See kategooria on juba olemas: "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Seaded"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Jaanuar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Veebruar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Märts"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Aprill"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Mai"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Juuni"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Juuli"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "August"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "September"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Oktoober"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "November"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Detsember"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Loobu"
@@ -102,10 +106,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Kustutamiseks pole kategooriat valitud."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Viga"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Parool"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud parooli taastamine"
@@ -191,10 +295,6 @@ msgstr "Lisa"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Loo <strong>admini konto</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Parool"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Lisavalikud"
@@ -236,11 +336,11 @@ msgstr "Andmebaasi host"
 msgid "Finish setup"
 msgstr "Lõpeta seadistamine"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "veebiteenused sinu kontrolli all"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Logi välja"
 
diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po
index 047952b5cf86c030a4f0db0fddd71637d09651e3..95147571c8d04d9d7546bd7061ed0f561fda6d63 100644
--- a/l10n/et_EE/files.po
+++ b/l10n/et_EE/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -60,39 +60,43 @@ msgstr "Lõpeta jagamine"
 msgid "Delete"
 msgstr "Kustuta"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "on juba olemas"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "asenda"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "soovita nime"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "loobu"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "asendatud"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "tagasi"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "millega"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "jagamata"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "kustutatud"
 
@@ -108,7 +112,7 @@ msgstr "Sinu faili üleslaadimine ebaõnnestus, kuna see on kaust või selle suu
 msgid "Upload Error"
 msgstr "Üleslaadimise viga"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Ootel"
 
@@ -116,44 +120,44 @@ msgstr "Ootel"
 msgid "Upload cancelled."
 msgstr "Üleslaadimine tühistati."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Faili üleslaadimine on töös.  Lehelt lahkumine katkestab selle üleslaadimise."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Vigane nimi, '/' pole lubatud."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Suurus"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Muudetud"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "kaust"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "kausta"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "fail"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "faili"
 
@@ -205,7 +209,7 @@ msgstr "Kaust"
 msgid "From url"
 msgstr "URL-ilt"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Lae üles"
 
diff --git a/l10n/et_EE/files_sharing.po b/l10n/et_EE/files_sharing.po
index 44a935c9b7223217e34b02b1a953fc32047f3ee6..e877c9e1c2588f0ffa6ecdc328aeb38b54a50bf5 100644
--- a/l10n/et_EE/files_sharing.po
+++ b/l10n/et_EE/files_sharing.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-09 02:01+0200\n"
-"PO-Revision-Date: 2012-09-08 13:31+0000\n"
-"Last-Translator: Rivo Zängov <eraser@eraser.ee>\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"
 "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,14 +26,24 @@ msgstr "Parool"
 msgid "Submit"
 msgstr "Saada"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Lae alla"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Eelvaadet pole saadaval"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "veebitenused sinu kontrolli all"
diff --git a/l10n/et_EE/files_versions.po b/l10n/et_EE/files_versions.po
index 0117bbd83e304ef306a93c3ee88e176f84c8068c..33dc90ce2ff93db61e7bed32e78726d54af1391e 100644
--- a/l10n/et_EE/files_versions.po
+++ b/l10n/et_EE/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
 "MIME-Version: 1.0\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Kõikide versioonide aegumine"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Versioonid"
diff --git a/l10n/eu/core.po b/l10n/eu/core.po
index 610d3d95db98c21aaccc87a9b15ef020a9e4da2f..a4e5903ebdd3eeeb36b1781b131ad8813698f700 100644
--- a/l10n/eu/core.po
+++ b/l10n/eu/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-09 02:01+0200\n"
-"PO-Revision-Date: 2012-09-08 19:24+0000\n"
-"Last-Translator: asieriko <asieriko@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -35,54 +35,58 @@ msgstr "Kategoria hau dagoeneko existitzen da:"
 msgid "Settings"
 msgstr "Ezarpenak"
 
-#: js/js.js:599
+#: js/js.js:642
 msgid "January"
 msgstr "Urtarrila"
 
-#: js/js.js:599
+#: js/js.js:642
 msgid "February"
 msgstr "Otsaila"
 
-#: js/js.js:599
+#: js/js.js:642
 msgid "March"
 msgstr "Martxoa"
 
-#: js/js.js:599
+#: js/js.js:642
 msgid "April"
 msgstr "Apirila"
 
-#: js/js.js:599
+#: js/js.js:642
 msgid "May"
 msgstr "Maiatza"
 
-#: js/js.js:599
+#: js/js.js:642
 msgid "June"
 msgstr "Ekaina"
 
-#: js/js.js:600
+#: js/js.js:643
 msgid "July"
 msgstr "Uztaila"
 
-#: js/js.js:600
+#: js/js.js:643
 msgid "August"
 msgstr "Abuztua"
 
-#: js/js.js:600
+#: js/js.js:643
 msgid "September"
 msgstr "Iraila"
 
-#: js/js.js:600
+#: js/js.js:643
 msgid "October"
 msgstr "Urria"
 
-#: js/js.js:600
+#: js/js.js:643
 msgid "November"
 msgstr "Azaroa"
 
-#: js/js.js:600
+#: js/js.js:643
 msgid "December"
 msgstr "Abendua"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Ezeztatu"
@@ -103,10 +107,110 @@ msgstr "Ados"
 msgid "No categories selected for deletion."
 msgstr "Ez da ezabatzeko kategoriarik hautatu."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Errorea"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Pasahitza"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud-en pasahitza berrezarri"
@@ -192,10 +296,6 @@ msgstr "Gehitu"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Sortu <strong>kudeatzaile kontu<strong> bat"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Pasahitza"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Aurreratua"
diff --git a/l10n/eu/files.po b/l10n/eu/files.po
index 18b25b4e1f1356e93e990edae9eea91801abfa80..3520afeeab38b4cacc6e2299c5246269254a667c 100644
--- a/l10n/eu/files.po
+++ b/l10n/eu/files.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-21 02:02+0200\n"
-"PO-Revision-Date: 2012-09-20 09:47+0000\n"
-"Last-Translator: asieriko <asieriko@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -61,6 +61,10 @@ msgstr "Ez partekatu"
 msgid "Delete"
 msgstr "Ezabatu"
 
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
 #: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "dagoeneko existitzen da"
@@ -206,7 +210,7 @@ msgstr "Karpeta"
 msgid "From url"
 msgstr "URLtik"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Igo"
 
diff --git a/l10n/eu/files_sharing.po b/l10n/eu/files_sharing.po
index 162fca43720484a80c30669106f4413340d34619..ee689c3ee28e9695a3f8d2eb3a6cd7f61a75b7e9 100644
--- a/l10n/eu/files_sharing.po
+++ b/l10n/eu/files_sharing.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-04 02:01+0200\n"
-"PO-Revision-Date: 2012-09-03 13:00+0000\n"
-"Last-Translator: asieriko <asieriko@gmail.com>\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"
 "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,14 +26,24 @@ msgstr "Pasahitza"
 msgid "Submit"
 msgstr "Bidali"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Deskargatu"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Ez dago aurrebista eskuragarririk hauentzat "
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "web zerbitzuak zure kontrolpean"
diff --git a/l10n/eu/files_versions.po b/l10n/eu/files_versions.po
index 0d1dde9b90727f03a4e566b69a758983cd030c6a..3d770fecbb54e9d8039a66819e6fd52300ae90a4 100644
--- a/l10n/eu/files_versions.po
+++ b/l10n/eu/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-21 02:02+0200\n"
-"PO-Revision-Date: 2012-09-20 08:37+0000\n"
-"Last-Translator: asieriko <asieriko@gmail.com>\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"
 "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Iraungi bertsio guztiak"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Bertsioak"
diff --git a/l10n/eu_ES/core.po b/l10n/eu_ES/core.po
index b3baf2cb39f8cf496ed84ff42363191a57bdf82a..619f8f78f487db204b5dc6d091b51c366dab8eb0 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +29,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -101,10 +105,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr ""
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -190,10 +294,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr ""
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr ""
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr ""
@@ -235,11 +335,11 @@ msgstr ""
 msgid "Finish setup"
 msgstr ""
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/eu_ES/files.po b/l10n/eu_ES/files.po
index 24b986c0404f478379928e234eddd0e028eae52a..a8a0becffa157df6f4e786f1b3bac3a80ffdf6e0 100644
--- a/l10n/eu_ES/files.po
+++ b/l10n/eu_ES/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -59,39 +59,43 @@ msgstr ""
 msgid "Delete"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -107,7 +111,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -115,44 +119,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr ""
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr ""
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -204,7 +208,7 @@ msgstr ""
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr ""
 
diff --git a/l10n/eu_ES/files_sharing.po b/l10n/eu_ES/files_sharing.po
index da8e6d23662d355581f8afbe82593fa3ed9c4829..73be8ca65011653bdfffde241de362f57dc84dd3 100644
--- a/l10n/eu_ES/files_sharing.po
+++ b/l10n/eu_ES/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: eu_ES\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/eu_ES/files_versions.po b/l10n/eu_ES/files_versions.po
index b86d5a6e68f44dd1bc5ff7bdab96b7de9c16fe26..522299c7a21dd6c2a00d4aaa156a6d459dfc79a0 100644
--- a/l10n/eu_ES/files_versions.po
+++ b/l10n/eu_ES/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/fa/core.po b/l10n/fa/core.po
index df531775248935d0d44073d4c436ea62b81fab25..9fcf2fdf13b1923874f0acb0f8ca066616b3aa3b 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +30,62 @@ msgstr "آیا گروه دیگری برای افزودن ندارید"
 msgid "This category already exists: "
 msgstr "این گروه از قبل اضافه شده"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "تنظیمات"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "ژانویه"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "فبریه"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "مارس"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "آوریل"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "می"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "ژوئن"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "جولای"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "آگوست"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "سپتامبر"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "اکتبر"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "نوامبر"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "دسامبر"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "منصرف شدن"
@@ -102,10 +106,110 @@ msgstr "قبول"
 msgid "No categories selected for deletion."
 msgstr "هیج دسته ای برای پاک شدن انتخاب نشده است"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "خطا"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "گذرواژه"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "پسورد ابرهای شما تغییرکرد"
@@ -191,10 +295,6 @@ msgstr "افزودن"
 msgid "Create an <strong>admin account</strong>"
 msgstr "لطفا یک <strong> شناسه برای مدیر</strong> بسازید"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "گذرواژه"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "حرفه ای"
@@ -236,11 +336,11 @@ msgstr "هاست پایگاه داده"
 msgid "Finish setup"
 msgstr "اتمام نصب"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "سرویس وب تحت کنترل شما"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "خروج"
 
diff --git a/l10n/fa/files.po b/l10n/fa/files.po
index d189e3addffc779e31e7626655cdf7f2d43cc7e5..8ec8a4c57f15861d5df30513d6d3b8d1c65d3988 100644
--- a/l10n/fa/files.po
+++ b/l10n/fa/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -62,39 +62,43 @@ msgstr ""
 msgid "Delete"
 msgstr "پاک کردن"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "وجود دارد"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "جایگزین"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "لغو"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "جایگزین‌شده"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "بازگشت"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "همراه"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "حذف شده"
 
@@ -110,7 +114,7 @@ msgstr "ناتوان در بارگذاری یا فایل یک پوشه است ی
 msgid "Upload Error"
 msgstr "خطا در بار گذاری"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "در انتظار"
 
@@ -118,44 +122,44 @@ msgstr "در انتظار"
 msgid "Upload cancelled."
 msgstr "بار گذاری لغو شد"
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "نام نامناسب '/' غیرفعال است"
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "اندازه"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "تغییر یافته"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "پوشه"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "پوشه ها"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "پرونده"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "پرونده ها"
 
@@ -207,7 +211,7 @@ msgstr "پوشه"
 msgid "From url"
 msgstr "از نشانی"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "بارگذاری"
 
diff --git a/l10n/fa/files_sharing.po b/l10n/fa/files_sharing.po
index 84f1a537d3cdb3c2cd9cb4d7960d0447e07fb84c..f7b3799df122aa0c5919eab61de686c76581c2c5 100644
--- a/l10n/fa/files_sharing.po
+++ b/l10n/fa/files_sharing.po
@@ -8,15 +8,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: fa\n"
-"Plural-Forms: nplurals=1; plural=0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -26,14 +26,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/fa/files_versions.po b/l10n/fa/files_versions.po
index 21aa2b6701a7f0707370c9c0aac6ffd27130ea8b..b7da17a8178a014253021b75b1c73a386accd279 100644
--- a/l10n/fa/files_versions.po
+++ b/l10n/fa/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
 "MIME-Version: 1.0\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "انقضای تمامی نسخه‌ها"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/fi/core.po b/l10n/fi/core.po
index 6b84b560723bee319b05eb52296f8938253f7341..bc43c823fb504d898f5941028edff028a316d2a9 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +29,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -101,10 +105,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr ""
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -190,10 +294,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr ""
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr ""
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr ""
@@ -235,11 +335,11 @@ msgstr ""
 msgid "Finish setup"
 msgstr ""
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/fi/files.po b/l10n/fi/files.po
index 6326b9d2c5bf15e4e0fe71db9b57a15dc205557a..43384339abd424e81d3569f3aa84cf920706f231 100644
--- a/l10n/fi/files.po
+++ b/l10n/fi/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -59,39 +59,43 @@ msgstr ""
 msgid "Delete"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -107,7 +111,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -115,44 +119,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr ""
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr ""
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -204,7 +208,7 @@ msgstr ""
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr ""
 
diff --git a/l10n/fi/files_sharing.po b/l10n/fi/files_sharing.po
index 4cee2cd498e0d6e1921d0616cb3fd9fca462f393..fcba73eea448e91f7d1af8092a945b1145b56cb1 100644
--- a/l10n/fi/files_sharing.po
+++ b/l10n/fi/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Finnish (http://www.transifex.com/projects/p/owncloud/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: fi\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/fi/files_versions.po b/l10n/fi/files_versions.po
index 684cdfa5e94c58a53d580fa04db7c9e01007d7c5..7317ba1f3e422757ff622b32b6aa05f7e5987a1a 100644
--- a/l10n/fi/files_versions.po
+++ b/l10n/fi/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Finnish (http://www.transifex.com/projects/p/owncloud/language/fi/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po
index cbce73136935272f884b4cf1491044e0b3f1956c..7b8a511c07560011a93a7d85e422514540c3c948 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +35,62 @@ msgstr "Ei lisättävää luokkaa?"
 msgid "This category already exists: "
 msgstr "Tämä luokka on jo olemassa: "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Asetukset"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Tammikuu"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Helmikuu"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Maaliskuu"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Huhtikuu"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Toukokuu"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Kesäkuu"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Heinäkuu"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Elokuu"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Syyskuu"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Lokakuu"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Marraskuu"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Joulukuu"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Peru"
@@ -107,10 +111,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Luokkia ei valittu poistettavaksi."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Virhe"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Salasana"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud-salasanan nollaus"
@@ -196,10 +300,6 @@ msgstr "Lisää"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Luo <strong>ylläpitäjän tunnus</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Salasana"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Lisäasetukset"
@@ -241,11 +341,11 @@ msgstr "Tietokantapalvelin"
 msgid "Finish setup"
 msgstr "Viimeistele asennus"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "verkkopalvelut hallinnassasi"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Kirjaudu ulos"
 
diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po
index 3f9eec5f1ca90b2fd0bfff48077aca45155377ec..c2f27fc537d229026a7b57b60b429533d1c25b54 100644
--- a/l10n/fi_FI/files.po
+++ b/l10n/fi_FI/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -64,39 +64,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Poista"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "on jo olemassa"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "korvaa"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "ehdota nimeä"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "peru"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "korvattu"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "kumoa"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "käyttäen"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "poistettu"
 
@@ -112,7 +116,7 @@ msgstr "Tiedoston lähetys epäonnistui, koska sen koko on 0 tavua tai kyseessä
 msgid "Upload Error"
 msgstr "Lähetysvirhe."
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Odottaa"
 
@@ -120,44 +124,44 @@ msgstr "Odottaa"
 msgid "Upload cancelled."
 msgstr "Lähetys peruttu."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Tiedoston lähetys on meneillään. Sivulta poistuminen nyt peruu tiedoston lähetyksen."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Virheellinen nimi, merkki '/' ei ole sallittu."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Koko"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Muutettu"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "kansio"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "kansiota"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "tiedosto"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "tiedostoa"
 
@@ -209,7 +213,7 @@ msgstr "Kansio"
 msgid "From url"
 msgstr "Verkko-osoitteesta"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Lähetä"
 
diff --git a/l10n/fi_FI/files_sharing.po b/l10n/fi_FI/files_sharing.po
index f55a452032285dbe8540e76691a48e768e82d13e..9817d499c7f22817df7bab8bcedb837d0db74255 100644
--- a/l10n/fi_FI/files_sharing.po
+++ b/l10n/fi_FI/files_sharing.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-04 02:01+0200\n"
-"PO-Revision-Date: 2012-09-03 15:46+0000\n"
-"Last-Translator: teho <tehoratopato@gmail.com>\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"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -27,14 +27,24 @@ msgstr "Salasana"
 msgid "Submit"
 msgstr "Lähetä"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Lataa"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Ei esikatselua kohteelle"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "verkkopalvelut hallinnassasi"
diff --git a/l10n/fi_FI/files_versions.po b/l10n/fi_FI/files_versions.po
index a07bca85e1fb7433448409fbf58f504b9292de01..3a27d9ef9f71b6d44c1cff2dba5fcca5a79ed826 100644
--- a/l10n/fi_FI/files_versions.po
+++ b/l10n/fi_FI/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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 10:50+0000\n"
-"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\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"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Vanhenna kaikki versiot"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Versiot"
diff --git a/l10n/fr/core.po b/l10n/fr/core.po
index c6fd6a4041275baf75c3eb79aff31ac064e343b7..e224bab81f63474238867ade26426cd5154ee5b1 100644
--- a/l10n/fr/core.po
+++ b/l10n/fr/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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -35,58 +35,62 @@ msgstr "Pas de catégorie à ajouter ?"
 msgid "This category already exists: "
 msgstr "Cette catégorie existe déjà : "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Paramètres"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "janvier"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "février"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "mars"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "avril"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "mai"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "juin"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "juillet"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "août"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "septembre"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "octobre"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "novembre"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "décembre"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Annuler"
@@ -107,10 +111,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Aucune catégorie sélectionnée pour suppression"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Erreur"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Mot de passe"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Réinitialisation de votre mot de passe Owncloud"
@@ -196,10 +300,6 @@ msgstr "Ajouter"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Créer un <strong>compte administrateur</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Mot de passe"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avancé"
@@ -241,11 +341,11 @@ msgstr "Serveur de la base de données"
 msgid "Finish setup"
 msgstr "Terminer l'installation"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "services web sous votre contrôle"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Se déconnecter"
 
diff --git a/l10n/fr/files.po b/l10n/fr/files.po
index 6d8496dc8333a608aab4010722931b60ecd203a0..804104d8ed69a9fa4d56bea6a5ba686d49385985 100644
--- a/l10n/fr/files.po
+++ b/l10n/fr/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -68,39 +68,43 @@ msgstr "Ne plus partager"
 msgid "Delete"
 msgstr "Supprimer"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "existe déjà"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "remplacer"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "Suggérer un nom"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "annuler"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "remplacé"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "annuler"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "avec"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "non partagée"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "supprimé"
 
@@ -116,7 +120,7 @@ msgstr "Impossible de charger vos fichiers car il s'agit d'un dossier ou le fich
 msgid "Upload Error"
 msgstr "Erreur de chargement"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "En cours"
 
@@ -124,44 +128,44 @@ msgstr "En cours"
 msgid "Upload cancelled."
 msgstr "Chargement annulé."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "L'envoi du fichier est en cours. Quitter cette page maintenant annulera l'envoi du fichier."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Nom invalide, '/' n'est pas autorisé."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Taille"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Modifié"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "dossier"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "dossiers"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "fichier"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "fichiers"
 
@@ -213,7 +217,7 @@ msgstr "Dossier"
 msgid "From url"
 msgstr "Depuis URL"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Envoyer"
 
diff --git a/l10n/fr/files_sharing.po b/l10n/fr/files_sharing.po
index 13fe8b5a464c09900c563b8fa854f32ee2636357..758a757d00bea414bc164f6ed54efeda5611b94c 100644
--- a/l10n/fr/files_sharing.po
+++ b/l10n/fr/files_sharing.po
@@ -12,15 +12,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-01 02:01+0200\n"
-"PO-Revision-Date: 2012-08-31 19:11+0000\n"
-"Last-Translator: Florentin Le Moal <florentin.lemoal@gmail.com>\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"
 "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"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: fr\n"
-"Plural-Forms: nplurals=2; plural=(n > 1)\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -30,14 +30,24 @@ msgstr "Mot de passe"
 msgid "Submit"
 msgstr "Envoyer"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Télécharger"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Pas d'aperçu disponible pour"
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "services web sous votre contrôle"
diff --git a/l10n/fr/files_versions.po b/l10n/fr/files_versions.po
index ac58bbea0b541d2ee9040364a8415eca4ce2d96f..4e000bd8b0952e71bd81e583081b358e7425efa5 100644
--- a/l10n/fr/files_versions.po
+++ b/l10n/fr/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Supprimer les versions intermédiaires"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Versions"
diff --git a/l10n/gl/core.po b/l10n/gl/core.po
index 98c21db78b22b055b4a4a9412eb38e4033193b74..febe7b56173e6dcc5ece9dabc9b93d58e1dbb12d 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +31,62 @@ msgstr "Sen categoría que engadir?"
 msgid "This category already exists: "
 msgstr "Esta categoría xa existe: "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Preferencias"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Xaneiro"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Febreiro"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Marzo"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Abril"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Maio"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Xuño"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Xullo"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Agosto"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Setembro"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Outubro"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Novembro"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Nadal"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Cancelar"
@@ -103,10 +107,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Non hai categorías seleccionadas para eliminar."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Erro"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Contrasinal"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Restablecer contrasinal de ownCloud"
@@ -192,10 +296,6 @@ msgstr "Engadir"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Crear unha <strong>contra de administrador</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Contrasinal"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avanzado"
@@ -237,11 +337,11 @@ msgstr "Servidor da base de datos"
 msgid "Finish setup"
 msgstr "Rematar configuración"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "servizos web baixo o seu control"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Desconectar"
 
diff --git a/l10n/gl/files.po b/l10n/gl/files.po
index 144d391eff68cc45a118da591d6d5500598efcae..feda2df42f996755b58afee027cc60d6d4a5e9c2 100644
--- a/l10n/gl/files.po
+++ b/l10n/gl/files.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 07:48+0000\n"
-"Last-Translator: Xosé M. Lamas <correo.xmgz@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -61,39 +61,43 @@ msgstr "Deixar de compartir"
 msgid "Delete"
 msgstr "Eliminar"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "xa existe"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "substituír"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "suxira nome"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "cancelar"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "substituído"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "desfacer"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "con"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "non compartido"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "eliminado"
 
@@ -109,7 +113,7 @@ msgstr "Non se puido subir o ficheiro pois ou é un directorio ou ten 0 bytes"
 msgid "Upload Error"
 msgstr "Erro na subida"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Pendentes"
 
@@ -117,44 +121,44 @@ msgstr "Pendentes"
 msgid "Upload cancelled."
 msgstr "Subida cancelada."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "A subida do ficheiro está en curso. Saír agora da páxina cancelará a subida."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Nome non válido, '/' non está permitido."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr "ficheiros analizados"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr "erro mentras analizaba"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Tamaño"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Modificado"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "cartafol"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "cartafoles"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "ficheiro"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "ficheiros"
 
@@ -206,7 +210,7 @@ msgstr "Cartafol"
 msgid "From url"
 msgstr "Desde url"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Enviar"
 
diff --git a/l10n/gl/files_sharing.po b/l10n/gl/files_sharing.po
index 28151e39588ad7fd13b238f35f29adab32606551..4fdd23736cdba72b99dae6a07de26b0a4d118d09 100644
--- a/l10n/gl/files_sharing.po
+++ b/l10n/gl/files_sharing.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 10:00+0000\n"
-"Last-Translator: Xosé M. Lamas <correo.xmgz@gmail.com>\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"
 "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,14 +26,24 @@ msgstr "Contrasinal"
 msgid "Submit"
 msgstr "Enviar"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Baixar"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Sen vista previa dispoñible para "
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "servizos web baixo o seu control"
diff --git a/l10n/gl/files_versions.po b/l10n/gl/files_versions.po
index b099f25d30a0cf83c52fb11e902b3343f03aed8a..05d15205747d7ef79d75fe57b13d578e2c270abc 100644
--- a/l10n/gl/files_versions.po
+++ b/l10n/gl/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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 09:59+0000\n"
-"Last-Translator: Xosé M. Lamas <correo.xmgz@gmail.com>\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"
 "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Caducar todas as versións"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Versións"
diff --git a/l10n/he/core.po b/l10n/he/core.po
index 3c738506dd0586cd60fd8908f475094b8c7e3198..ecc55b07d2c52cd270a46e03af1b5b41d01998c3 100644
--- a/l10n/he/core.po
+++ b/l10n/he/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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-16 18:05+0000\n"
-"Last-Translator: Dovix Dovix <dovix2003@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -85,6 +85,10 @@ msgstr "נובמבר"
 msgid "December"
 msgstr "דצמבר"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "ביטול"
@@ -105,10 +109,110 @@ msgstr "בסדר"
 msgid "No categories selected for deletion."
 msgstr "לא נבחרו קטגוריות למחיקה"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "שגיאה"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "ססמה"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "איפוס הססמה של ownCloud"
@@ -194,10 +298,6 @@ msgstr "הוספה"
 msgid "Create an <strong>admin account</strong>"
 msgstr "יצירת <strong>חשבון מנהל</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "ססמה"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "מתקדם"
diff --git a/l10n/he/files.po b/l10n/he/files.po
index 5a7931d12ad3e98aa90acd64e0e7ba57895b6776..6d5e49aa7f90d0f8d16bcc7defc9b72fffc03398 100644
--- a/l10n/he/files.po
+++ b/l10n/he/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -63,39 +63,43 @@ msgstr ""
 msgid "Delete"
 msgstr "מחיקה"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "כבר קיים"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -111,7 +115,7 @@ msgstr "לא יכול להעלות את הקובץ מכיוון שזו תקיה
 msgid "Upload Error"
 msgstr "שגיאת העלאה"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "ממתין"
 
@@ -119,44 +123,44 @@ msgstr "ממתין"
 msgid "Upload cancelled."
 msgstr "ההעלאה בוטלה."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "שם לא חוקי, '/' אסור לשימוש."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "גודל"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "זמן שינוי"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "תקיה"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "תקיות"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "קובץ"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "קבצים"
 
@@ -208,7 +212,7 @@ msgstr "תיקייה"
 msgid "From url"
 msgstr "מכתובת"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "העלאה"
 
diff --git a/l10n/he/files_sharing.po b/l10n/he/files_sharing.po
index 0e6dea4b5b14860119b076a27423892240c94cd5..51347af93b6b319be52d80862012a6a573eb3a73 100644
--- a/l10n/he/files_sharing.po
+++ b/l10n/he/files_sharing.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-05 02:01+0200\n"
-"PO-Revision-Date: 2012-09-04 23:20+0000\n"
-"Last-Translator: Tomer Cohen <tomerc+transifex.net@gmail.com>\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"
 "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,14 +26,24 @@ msgstr "ססמה"
 msgid "Submit"
 msgstr "שליחה"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "הורדה"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "אין תצוגה מקדימה זמינה עבור"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "שירותי רשת תחת השליטה שלך"
diff --git a/l10n/he/files_versions.po b/l10n/he/files_versions.po
index cb49463e169551d92f7a7aca3978414a94cfb672..20cfd9e7379561c3d913acb03fa37f88fc66fd85 100644
--- a/l10n/he/files_versions.po
+++ b/l10n/he/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
 "MIME-Version: 1.0\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "הפגת תוקף כל הגרסאות"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "גרסאות"
diff --git a/l10n/hi/core.po b/l10n/hi/core.po
index 67cd5aa9ff7b21fb0bc886e1a276508e34945fe6..74a6fe208cdcc087c8e561330cff5cd1c64e9ee9 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +30,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -102,10 +106,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "पासवर्ड"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -191,10 +295,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr "व्यवस्थापक खाता बनाएँ"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "पासवर्ड"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "उन्नत"
@@ -236,11 +336,11 @@ msgstr ""
 msgid "Finish setup"
 msgstr "सेटअप समाप्त करे"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/hi/files.po b/l10n/hi/files.po
index 276a0baded9c270f4971a7ff3b064d9205c3a781..111225d0cdad6878cf0565fb571069e8f6f800ba 100644
--- a/l10n/hi/files.po
+++ b/l10n/hi/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -59,39 +59,43 @@ msgstr ""
 msgid "Delete"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -107,7 +111,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -115,44 +119,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr ""
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr ""
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -204,7 +208,7 @@ msgstr ""
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr ""
 
diff --git a/l10n/hi/files_sharing.po b/l10n/hi/files_sharing.po
index 2c1a5c69458b754ac96ca5e7c482f53649b62cd2..65e94288b4225b803bf309aa93399bf2796a9e92 100644
--- a/l10n/hi/files_sharing.po
+++ b/l10n/hi/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:04+0000\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"
 "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: hi\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/hi/files_versions.po b/l10n/hi/files_versions.po
index af2c20c4b40b1fe0edddd594b4468ba9f0b15780..1f21f8aca780f923e17dc2261f5ed22b0d6fe5af 100644
--- a/l10n/hi/files_versions.po
+++ b/l10n/hi/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/hr/core.po b/l10n/hr/core.po
index 3c0fc9718617e337afd66f3cf03ce836649e7ccc..9d79184ade4d74896440d7bcca6e070649a7c192 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +32,62 @@ msgstr "Nemate kategorija koje možete dodati?"
 msgid "This category already exists: "
 msgstr "Ova kategorija već postoji: "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Postavke"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Siječanj"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Veljača"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Ožujak"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Travanj"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Svibanj"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Lipanj"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Srpanj"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Kolovoz"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Rujan"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Listopad"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Studeni"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Prosinac"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Odustani"
@@ -104,10 +108,110 @@ msgstr "U redu"
 msgid "No categories selected for deletion."
 msgstr "Nema odabranih kategorija za brisanje."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Pogreška"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Lozinka"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud resetiranje lozinke"
@@ -193,10 +297,6 @@ msgstr "Dodaj"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Stvori <strong>administratorski račun</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Lozinka"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Dodatno"
@@ -238,11 +338,11 @@ msgstr "Poslužitelj baze podataka"
 msgid "Finish setup"
 msgstr "Završi postavljanje"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "web usluge pod vašom kontrolom"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Odjava"
 
diff --git a/l10n/hr/files.po b/l10n/hr/files.po
index 00012d604e9be1b9d9a3ecc3521083f7d5c8b37e..c441df9906e1cf410bb9ba8eeac89848e8ffc62f 100644
--- a/l10n/hr/files.po
+++ b/l10n/hr/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -62,39 +62,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Briši"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "već postoji"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "zamjeni"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "odustani"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "zamjenjeno"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "vrati"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "sa"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "izbrisano"
 
@@ -110,7 +114,7 @@ msgstr "Nemoguće poslati datoteku jer je prazna ili je direktorij"
 msgid "Upload Error"
 msgstr "Pogreška pri slanju"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "U tijeku"
 
@@ -118,44 +122,44 @@ msgstr "U tijeku"
 msgid "Upload cancelled."
 msgstr "Slanje poništeno."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Neispravan naziv, znak '/' nije dozvoljen."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Veličina"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Zadnja promjena"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "mapa"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "mape"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "datoteka"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "datoteke"
 
@@ -207,7 +211,7 @@ msgstr "mapa"
 msgid "From url"
 msgstr "od URL-a"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Pošalji"
 
diff --git a/l10n/hr/files_sharing.po b/l10n/hr/files_sharing.po
index d104bf184a131ab1d7ec9581e7cf239cf8da70d9..90582fb7374e81e87828adaefee5649ac21f8b23 100644
--- a/l10n/hr/files_sharing.po
+++ b/l10n/hr/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:04+0000\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"
 "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: hr\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/hr/files_versions.po b/l10n/hr/files_versions.po
index 4037662f02629bebcbaad4db1a2d92af6f7f1b56..557b21178062a8dbcfa4d04e1b0859e1152186a5 100644
--- a/l10n/hr/files_versions.po
+++ b/l10n/hr/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po
index 6d1680b032c55c852f3e0c14fa4d0ecdf6b1ff95..6a2c15a999facb1b3f65b22414016307667e993f 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +32,62 @@ msgstr "Nincs hozzáadandó kategória?"
 msgid "This category already exists: "
 msgstr "Ez a kategória már létezik"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Beállítások"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Január"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Február"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Március"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Április"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Május"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Június"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Július"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Augusztus"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Szeptember"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Október"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "November"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "December"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Mégse"
@@ -104,10 +108,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Nincs törlésre jelölt kategória"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Hiba"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Jelszó"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud jelszó-visszaállítás"
@@ -193,10 +297,6 @@ msgstr "Hozzáadás"
 msgid "Create an <strong>admin account</strong>"
 msgstr "<strong>Rendszergazdafiók</strong> létrehozása"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Jelszó"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Haladó"
@@ -238,11 +338,11 @@ msgstr "Adatbázis szerver"
 msgid "Finish setup"
 msgstr "Beállítás befejezése"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "webszolgáltatások az irányításod alatt"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Kilépés"
 
diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po
index b8ea72acba102cedf9f8931a7a602ee748d25faa..04c4402b711543fa6993ec12baf9520e1802486b 100644
--- a/l10n/hu_HU/files.po
+++ b/l10n/hu_HU/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -62,39 +62,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Törlés"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "már létezik"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "cserél"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "mégse"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "kicserélve"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "visszavon"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "-val/-vel"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "törölve"
 
@@ -110,7 +114,7 @@ msgstr "Nem tölthető fel, mert mappa volt, vagy 0 byte méretű"
 msgid "Upload Error"
 msgstr "Feltöltési hiba"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Folyamatban"
 
@@ -118,44 +122,44 @@ msgstr "Folyamatban"
 msgid "Upload cancelled."
 msgstr "Feltöltés megszakítva"
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Érvénytelen név, a '/' nem megengedett"
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Méret"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Módosítva"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "mappa"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "mappák"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "fájl"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "fájlok"
 
@@ -207,7 +211,7 @@ msgstr "Mappa"
 msgid "From url"
 msgstr "URL-ből"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Feltöltés"
 
diff --git a/l10n/hu_HU/files_sharing.po b/l10n/hu_HU/files_sharing.po
index 11d84d4a408b3d123910ae778bc5fe54e367bdca..4379b279a64891243e4eea4f70e39b13a38572f8 100644
--- a/l10n/hu_HU/files_sharing.po
+++ b/l10n/hu_HU/files_sharing.po
@@ -8,15 +8,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: hu_HU\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -26,14 +26,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/hu_HU/files_versions.po b/l10n/hu_HU/files_versions.po
index fa823d968f47db25e9abbefddae157cc31967daf..b55e474da7fce36f3057469fd8d48d0987c48963 100644
--- a/l10n/hu_HU/files_versions.po
+++ b/l10n/hu_HU/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/hy/core.po b/l10n/hy/core.po
index bd1b74571d7bd8a3b2735ac62984e43516ef91c5..bf9a5951f24754bb8b2ffdc871cc163f23192b94 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +29,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -101,10 +105,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr ""
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -190,10 +294,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr ""
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr ""
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr ""
@@ -235,11 +335,11 @@ msgstr ""
 msgid "Finish setup"
 msgstr ""
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/hy/files.po b/l10n/hy/files.po
index 38dddfc1bd26d3333dd69a8a4f83659c2d58eb20..0f2cf5f16a7428068ddadd9ec096c08d47dd7811 100644
--- a/l10n/hy/files.po
+++ b/l10n/hy/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -59,39 +59,43 @@ msgstr ""
 msgid "Delete"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -107,7 +111,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -115,44 +119,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr ""
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr ""
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -204,7 +208,7 @@ msgstr ""
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr ""
 
diff --git a/l10n/hy/files_sharing.po b/l10n/hy/files_sharing.po
index b21d68c683156e2727798b7ce0ed15c3863047b6..8d83b7805c5267406e9a25b4c94b207ec27eb05f 100644
--- a/l10n/hy/files_sharing.po
+++ b/l10n/hy/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: hy\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/hy/files_versions.po b/l10n/hy/files_versions.po
index 54fa5d6e1955dca9d65801854762e5aeb50c25f2..4caf1f1827149828dfd5894450265a0ca905dbd9 100644
--- a/l10n/hy/files_versions.po
+++ b/l10n/hy/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/ia/core.po b/l10n/ia/core.po
index 100482b0244e355b7768706952c29d3c611a94fc..22919becdf79212b83456c5b5786603e21fca0f7 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +30,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr "Iste categoria jam existe:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Configurationes"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -102,10 +106,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Contrasigno"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Reinitialisation del contrasigno de ownCLoud"
@@ -191,10 +295,6 @@ msgstr "Adder"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Crear un <strong>conto de administration</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Contrasigno"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avantiate"
@@ -236,11 +336,11 @@ msgstr "Hospite de base de datos"
 msgid "Finish setup"
 msgstr ""
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "servicios web sub tu controlo"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Clauder le session"
 
diff --git a/l10n/ia/files.po b/l10n/ia/files.po
index 6b931f1c7d0d380e5fc56bd9d04f747231133984..740b2cc451b720943597a2d6e8b4a5a6242adde3 100644
--- a/l10n/ia/files.po
+++ b/l10n/ia/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -61,39 +61,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Deler"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -109,7 +113,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -117,44 +121,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Dimension"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Modificate"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -206,7 +210,7 @@ msgstr "Dossier"
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Incargar"
 
diff --git a/l10n/ia/files_sharing.po b/l10n/ia/files_sharing.po
index 2c01e0d398a58e1bfcb810aa6fb42e658870d82f..05ecbbb1465ee3711b9e947fa92868a991cdaf04 100644
--- a/l10n/ia/files_sharing.po
+++ b/l10n/ia/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: ia\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/ia/files_versions.po b/l10n/ia/files_versions.po
index 123a9945dafaf42ef4e46a48bec4ba52f9200d63..d0287f45ffffb9ff041ed17d2089735ac5516cce 100644
--- a/l10n/ia/files_versions.po
+++ b/l10n/ia/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/id/core.po b/l10n/id/core.po
index 9cb0f7651e1a7b8ff58f73e70228d48284f262c1..84d20b48de867d682918ff045f334d70898bdd3b 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +32,62 @@ msgstr "Tidak ada kategori yang akan ditambahkan?"
 msgid "This category already exists: "
 msgstr "Kategori ini sudah ada:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Setelan"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Januari"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Februari"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Maret"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "April"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Mei"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Juni"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Juli"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Agustus"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "September"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Oktober"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Nopember"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Desember"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Batalkan"
@@ -104,10 +108,110 @@ msgstr "Oke"
 msgid "No categories selected for deletion."
 msgstr "Tidak ada kategori terpilih untuk penghapusan."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Password"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "reset password ownCloud"
@@ -193,10 +297,6 @@ msgstr "Tambahkan"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Buat sebuah <strong>akun admin</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Password"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Tingkat Lanjut"
@@ -238,11 +338,11 @@ msgstr "Host database"
 msgid "Finish setup"
 msgstr "Selesaikan instalasi"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "web service dibawah kontrol anda"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Keluar"
 
diff --git a/l10n/id/files.po b/l10n/id/files.po
index bde4915a6e552743010c9b7cf18aa4cad19c356f..beaad8f61547b21af564e570dfc0a8b04feb1c25 100644
--- a/l10n/id/files.po
+++ b/l10n/id/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -62,39 +62,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Hapus"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "sudah ada"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "mengganti"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "batalkan"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "diganti"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "batal dikerjakan"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "dengan"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "dihapus"
 
@@ -110,7 +114,7 @@ msgstr "Gagal mengunggah berkas anda karena berupa direktori atau mempunyai ukur
 msgid "Upload Error"
 msgstr "Terjadi Galat Pengunggahan"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Menunggu"
 
@@ -118,44 +122,44 @@ msgstr "Menunggu"
 msgid "Upload cancelled."
 msgstr "Pengunggahan dibatalkan."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Kesalahan nama, '/' tidak diijinkan."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Ukuran"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Dimodifikasi"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "folder"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "folder-folder"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "berkas"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "berkas-berkas"
 
@@ -207,7 +211,7 @@ msgstr "Folder"
 msgid "From url"
 msgstr "Dari url"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Unggah"
 
diff --git a/l10n/id/files_sharing.po b/l10n/id/files_sharing.po
index e2be0ffdea8c45b8ff939f30a49b3bc18c75897e..8acea84a1ef327a255d01182f07d1bf7e6ef284d 100644
--- a/l10n/id/files_sharing.po
+++ b/l10n/id/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: id\n"
-"Plural-Forms: nplurals=1; plural=0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/id/files_versions.po b/l10n/id/files_versions.po
index 487329246e8d877f4f9140361d234ce63b8c5d73..41ffd9c7525438facb68140938ff9e9770c37056 100644
--- a/l10n/id/files_versions.po
+++ b/l10n/id/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/id_ID/core.po b/l10n/id_ID/core.po
index a7ada9179b81b24c6f79f822733ade8210120236..e0be383ee81c6b11be95232e1fcde3efcc0a5ac6 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +29,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -101,10 +105,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr ""
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -190,10 +294,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr ""
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr ""
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr ""
@@ -235,11 +335,11 @@ msgstr ""
 msgid "Finish setup"
 msgstr ""
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/id_ID/files.po b/l10n/id_ID/files.po
index 1ec81ead784dc38d17afb851982106a8ecc57336..9bf600b905afb3d22b5001ff29ee2c7f1714eacb 100644
--- a/l10n/id_ID/files.po
+++ b/l10n/id_ID/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -59,39 +59,43 @@ msgstr ""
 msgid "Delete"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -107,7 +111,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -115,44 +119,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr ""
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr ""
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -204,7 +208,7 @@ msgstr ""
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr ""
 
diff --git a/l10n/id_ID/files_sharing.po b/l10n/id_ID/files_sharing.po
index c3989d22074ddb06d60ffe1203f7a1fe192c489b..59a11d319577294bef39c7ebecda4970f06d0fb5 100644
--- a/l10n/id_ID/files_sharing.po
+++ b/l10n/id_ID/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/projects/p/owncloud/language/id_ID/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: id_ID\n"
-"Plural-Forms: nplurals=1; plural=0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/id_ID/files_versions.po b/l10n/id_ID/files_versions.po
index c91232aacc8fbeb6be245d9fbc995970cfd57e31..581fac1e7d77e8722bcc07fe1e38d9182916181d 100644
--- a/l10n/id_ID/files_versions.po
+++ b/l10n/id_ID/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/projects/p/owncloud/language/id_ID/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/it/core.po b/l10n/it/core.po
index f4904b27927eeefdd4da8efb692d0631d76b37cb..3032b3b1885385c843e7252d2f2b289347a5bf72 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-07 02:04+0200\n"
-"PO-Revision-Date: 2012-09-06 05:05+0000\n"
-"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +34,62 @@ msgstr "Nessuna categoria da aggiungere?"
 msgid "This category already exists: "
 msgstr "Questa categoria esiste già: "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Impostazioni"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Gennaio"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Febbraio"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Marzo"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Aprile"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Maggio"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Giugno"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Luglio"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Agosto"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Settembre"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Ottobre"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Novembre"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Dicembre"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Annulla"
@@ -106,10 +110,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Nessuna categoria selezionata per l'eliminazione."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Errore"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Password"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Ripristino password di ownCloud"
@@ -195,10 +299,6 @@ msgstr "Aggiungi"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Crea un <strong>account amministratore</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Password"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avanzate"
@@ -240,11 +340,11 @@ msgstr "Host del database"
 msgid "Finish setup"
 msgstr "Termina la configurazione"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "servizi web nelle tue mani"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Esci"
 
diff --git a/l10n/it/files.po b/l10n/it/files.po
index ac3fb318c3a52f6540a145df67562e065588f402..9ab7065e163417f75701c910a1e35c87aa1b7655 100644
--- a/l10n/it/files.po
+++ b/l10n/it/files.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 05:00+0000\n"
-"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -63,39 +63,43 @@ msgstr "Rimuovi condivisione"
 msgid "Delete"
 msgstr "Elimina"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "esiste già"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "sostituisci"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "suggerisci nome"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "annulla"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "sostituito"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "annulla"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "con"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "condivisione rimossa"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "eliminati"
 
@@ -111,7 +115,7 @@ msgstr "Impossibile inviare il file poiché è una cartella o ha dimensione 0 by
 msgid "Upload Error"
 msgstr "Errore di invio"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "In corso"
 
@@ -119,44 +123,44 @@ msgstr "In corso"
 msgid "Upload cancelled."
 msgstr "Invio annullato"
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Caricamento del file in corso. La chiusura della pagina annullerà il caricamento."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Nome non valido"
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr "file analizzati"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr "errore durante la scansione"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Dimensione"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Modificato"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "cartella"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "cartelle"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "file"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "file"
 
@@ -208,7 +212,7 @@ msgstr "Cartella"
 msgid "From url"
 msgstr "Da URL"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Carica"
 
diff --git a/l10n/it/files_sharing.po b/l10n/it/files_sharing.po
index b2494f4211e4a163b5214d7ff0c397879261b283..34d6166c86528d017b6655f05d54d0be2a649069 100644
--- a/l10n/it/files_sharing.po
+++ b/l10n/it/files_sharing.po
@@ -8,15 +8,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-01 02:01+0200\n"
-"PO-Revision-Date: 2012-08-31 05:29+0000\n"
-"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\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"
 "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"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: it\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -26,14 +26,24 @@ msgstr "Password"
 msgid "Submit"
 msgstr "Invia"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Scarica"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Nessuna anteprima disponibile per"
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "servizi web nelle tue mani"
diff --git a/l10n/it/files_versions.po b/l10n/it/files_versions.po
index 054ddeffa7b7ca6de57950eb74f025cd2ee09ab4..01a0dce6d2f702080e8cbb07bcde04ff8c47d892 100644
--- a/l10n/it/files_versions.po
+++ b/l10n/it/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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 05:42+0000\n"
-"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\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"
 "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"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Scadenza di tutte le versioni"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Versioni"
diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po
index 139012d619a385b0abaac7b1ee6c6464f5dcaba1..a49d43bc5c9b7de5366afef50ca5a90c142bb0f0 100644
--- a/l10n/ja_JP/core.po
+++ b/l10n/ja_JP/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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -31,58 +31,62 @@ msgstr "追加するカテゴリはありませんか?"
 msgid "This category already exists: "
 msgstr "このカテゴリはすでに存在します: "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "設定"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "1月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "2月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "3月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "4月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "5月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "6月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "7月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "8月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "9月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "10月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "11月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "12月"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "キャンセル"
@@ -103,10 +107,110 @@ msgstr "OK"
 msgid "No categories selected for deletion."
 msgstr "削除するカテゴリが選択されていません。"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "エラー"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "パスワード"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloudのパスワードをリセットします"
@@ -192,10 +296,6 @@ msgstr "追加"
 msgid "Create an <strong>admin account</strong>"
 msgstr "<strong>管理者アカウント</strong>を作成してください"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "パスワード"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "詳細設定"
@@ -237,11 +337,11 @@ msgstr "データベースのホスト名"
 msgid "Finish setup"
 msgstr "セットアップを完了します"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "管理下にあるウェブサービス"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "ログアウト"
 
diff --git a/l10n/ja_JP/files.po b/l10n/ja_JP/files.po
index cdb813f426e81e404ba639f96d5c5fe698957c77..8d508cfda68abfc20f1a6e1c2249f62db6979e6a 100644
--- a/l10n/ja_JP/files.po
+++ b/l10n/ja_JP/files.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-21 02:02+0200\n"
-"PO-Revision-Date: 2012-09-20 01:00+0000\n"
-"Last-Translator: Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -61,6 +61,10 @@ msgstr "共有しない"
 msgid "Delete"
 msgstr "削除"
 
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
 #: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "既に存在します"
@@ -206,7 +210,7 @@ msgstr "フォルダ"
 msgid "From url"
 msgstr "URL"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "アップロード"
 
diff --git a/l10n/ja_JP/files_sharing.po b/l10n/ja_JP/files_sharing.po
index 648cb83f0f4452fe0ba1000523ef3a80b974c2fa..883d56f34165a52d332e1c23744aa1605e31bb83 100644
--- a/l10n/ja_JP/files_sharing.po
+++ b/l10n/ja_JP/files_sharing.po
@@ -9,15 +9,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-01 02:01+0200\n"
-"PO-Revision-Date: 2012-08-31 07:43+0000\n"
-"Last-Translator: ttyn <tetuyano+transi@gmail.com>\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"
 "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"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: ja_JP\n"
-"Plural-Forms: nplurals=1; plural=0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -27,14 +27,24 @@ msgstr "パスワード"
 msgid "Submit"
 msgstr "送信"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "ダウンロード"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "プレビューはありません"
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "管理下のウェブサービス"
diff --git a/l10n/ja_JP/files_versions.po b/l10n/ja_JP/files_versions.po
index b68d6c033b4b6da57ec3b73235140f282e4c2b44..c711428a53a827e4067f313c75cdf064cf2f4acd 100644
--- a/l10n/ja_JP/files_versions.po
+++ b/l10n/ja_JP/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-21 02:02+0200\n"
-"PO-Revision-Date: 2012-09-20 01:06+0000\n"
-"Last-Translator: Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>\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"
 "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"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "すべてのバージョンを削除する"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "バージョン"
diff --git a/l10n/ko/core.po b/l10n/ko/core.po
index 4d2f0561de893753e0f7b4fa7bb23689c16e9a3c..2e11cd4aa4c5cdd43a75f51bdeea65402b3be665 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +31,62 @@ msgstr "추가할 카테고리가 없습니까?"
 msgid "This category already exists: "
 msgstr "이 카테고리는 이미 존재합니다:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "설정"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "1월"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "2월"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "3월"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "4월"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "5월"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "6월"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "7월"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "8월"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "9월"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "10월"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "11월"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "12월"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "취소"
@@ -103,10 +107,110 @@ msgstr "승락"
 msgid "No categories selected for deletion."
 msgstr "삭제 카테고리를 선택하지 않았습니다."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "에러"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "암호"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud 비밀번호 재설정"
@@ -192,10 +296,6 @@ msgstr "추가"
 msgid "Create an <strong>admin account</strong>"
 msgstr "<strong>관리자 계정</strong>을 만드십시오"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "암호"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "고급"
@@ -237,11 +337,11 @@ msgstr "데이터베이스 호스트"
 msgid "Finish setup"
 msgstr "설치 완료"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "내가 관리하는 웹 서비스"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "로그아웃"
 
diff --git a/l10n/ko/files.po b/l10n/ko/files.po
index 7aff85c9a0034c5062e9a3d6687e2d2f6e27d9d0..1a563136f76fbd1d632ae59faa8c9aa4392765a5 100644
--- a/l10n/ko/files.po
+++ b/l10n/ko/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -61,39 +61,43 @@ msgstr ""
 msgid "Delete"
 msgstr "삭제"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "이미 존재 합니다"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "대체"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "취소"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "대체됨"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "복구"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "와"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "삭제"
 
@@ -109,7 +113,7 @@ msgstr "이 파일은 디렉토리이거나 0 바이트이기 때문에 업로
 msgid "Upload Error"
 msgstr "업로드 에러"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "보류 중"
 
@@ -117,44 +121,44 @@ msgstr "보류 중"
 msgid "Upload cancelled."
 msgstr "업로드 취소."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "잘못된 이름, '/' 은 허용이 되지 않습니다."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "크기"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "수정됨"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "폴더"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "폴더"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "파일"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "파일"
 
@@ -206,7 +210,7 @@ msgstr "폴더"
 msgid "From url"
 msgstr "URL 에서"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "업로드"
 
diff --git a/l10n/ko/files_sharing.po b/l10n/ko/files_sharing.po
index c02f8ffff56e61cbae37b1fe898a65d878f15866..3b01080f8d54fc1a9fba38b73ce1f6bcde4a20ff 100644
--- a/l10n/ko/files_sharing.po
+++ b/l10n/ko/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: ko\n"
-"Plural-Forms: nplurals=1; plural=0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/ko/files_versions.po b/l10n/ko/files_versions.po
index 60f6f7ab632163b23001c644e0cd2c1fcffc5502..58730e41e0bb3b7eb98a33cf2890c954f8cdcfad 100644
--- a/l10n/ko/files_versions.po
+++ b/l10n/ko/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/lb/core.po b/l10n/lb/core.po
index 6c3da7e6b591d917387188f443bba48b55e63107..4dd3253269bf668fce35c953563787d688d3f23c 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +30,62 @@ msgstr "Keng Kategorie fir bäizesetzen?"
 msgid "This category already exists: "
 msgstr "Des Kategorie existéiert schonn:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Astellungen"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Januar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Februar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Mäerz"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Abrëll"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Mee"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Juni"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Juli"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "August"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "September"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Oktober"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "November"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Dezember"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Ofbriechen"
@@ -102,10 +106,110 @@ msgstr "OK"
 msgid "No categories selected for deletion."
 msgstr "Keng Kategorien ausgewielt fir ze läschen."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Fehler"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Passwuert"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud Passwuert reset"
@@ -191,10 +295,6 @@ msgstr "Bäisetzen"
 msgid "Create an <strong>admin account</strong>"
 msgstr "En <strong>Admin Account</strong> uleeën"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Passwuert"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Advanced"
@@ -236,11 +336,11 @@ msgstr "Datebank Server"
 msgid "Finish setup"
 msgstr "Installatioun ofschléissen"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "Web Servicer ënnert denger Kontroll"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Ausloggen"
 
diff --git a/l10n/lb/files.po b/l10n/lb/files.po
index d4497fcb9d28f65c7cbe036a49c185d3eeaea90b..970d2400779174219460e1f4b9255cd8f8596c6a 100644
--- a/l10n/lb/files.po
+++ b/l10n/lb/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -60,39 +60,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Läschen"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "existéiert schonn"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "ersetzen"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "ofbriechen"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "ersat"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "réckgängeg man"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "mat"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "geläscht"
 
@@ -108,7 +112,7 @@ msgstr "Kann deng Datei net eroplueden well et en Dossier ass oder 0 byte grouss
 msgid "Upload Error"
 msgstr "Fehler beim eroplueden"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -116,44 +120,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr "Upload ofgebrach."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "File Upload am gaang. Wann's de des Säit verléiss gëtt den Upload ofgebrach."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Ongültege Numm, '/' net erlaabt."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Gréisst"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Geännert"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "Dossier"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "Dossieren"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "Datei"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "Dateien"
 
@@ -205,7 +209,7 @@ msgstr "Dossier"
 msgid "From url"
 msgstr "From URL"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Eroplueden"
 
diff --git a/l10n/lb/files_sharing.po b/l10n/lb/files_sharing.po
index 83d2cf1bb5b7a13618f4c463e1e4019ef3da17b9..ebdb3f59320de48b60be3fcb274b97216c1373fd 100644
--- a/l10n/lb/files_sharing.po
+++ b/l10n/lb/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: lb\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/lb/files_versions.po b/l10n/lb/files_versions.po
index 7f552845f69cc590156ea4285a036d8e9475ba32..9f3294d11f69721bbc3a81763bf0ead1191097cf 100644
--- a/l10n/lb/files_versions.po
+++ b/l10n/lb/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po
index 1e9dd8d63afdd5a575178e0050d8a3cd32b68d7c..a8c9f4c4349b2ecddc5cca148c561b61687c9124 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +30,62 @@ msgstr "Nepridėsite jokios kategorijos?"
 msgid "This category already exists: "
 msgstr "Tokia kategorija jau yra:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Nustatymai"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Sausis"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Vasaris"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Kovas"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Balandis"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Gegužė"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Birželis"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Liepa"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Rugpjūtis"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Rugsėjis"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Spalis"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Lapkritis"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Gruodis"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Atšaukti"
@@ -102,10 +106,110 @@ msgstr "Gerai"
 msgid "No categories selected for deletion."
 msgstr "Trynimui nepasirinkta jokia kategorija."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Klaida"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Slaptažodis"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud slaptažodžio atkūrimas"
@@ -191,10 +295,6 @@ msgstr "Pridėti"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Sukurti <strong>administratoriaus paskyrą</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Slaptažodis"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Išplėstiniai"
@@ -236,11 +336,11 @@ msgstr "Duomenų bazės serveris"
 msgid "Finish setup"
 msgstr "Baigti diegimą"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "jūsų valdomos web paslaugos"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Atsijungti"
 
diff --git a/l10n/lt_LT/files.po b/l10n/lt_LT/files.po
index 8979c3ef0c8ac83113c6a97436ea28b410fa964d..4f91320a12b5c26a693357afb7a2332ccd120f96 100644
--- a/l10n/lt_LT/files.po
+++ b/l10n/lt_LT/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -61,39 +61,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Ištrinti"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "atšaukti"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -109,7 +113,7 @@ msgstr "Neįmanoma įkelti failo - jo dydis gali būti 0 bitų arba tai kataloga
 msgid "Upload Error"
 msgstr "Įkėlimo klaida"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Laukiantis"
 
@@ -117,44 +121,44 @@ msgstr "Laukiantis"
 msgid "Upload cancelled."
 msgstr "Įkėlimas atšauktas."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Pavadinime negali būti naudojamas ženklas \"/\"."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Dydis"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Pakeista"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "katalogas"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "katalogai"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "failas"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "failai"
 
@@ -206,7 +210,7 @@ msgstr "Katalogas"
 msgid "From url"
 msgstr "Iš adreso"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Įkelti"
 
diff --git a/l10n/lt_LT/files_sharing.po b/l10n/lt_LT/files_sharing.po
index c51f93d5cf6a7ef2f2996fb67a97c225b73ff71c..e6c1c3865f082d59ba3698bf5aeed4ae74422cfd 100644
--- a/l10n/lt_LT/files_sharing.po
+++ b/l10n/lt_LT/files_sharing.po
@@ -8,15 +8,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: lt_LT\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -26,14 +26,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/lt_LT/files_versions.po b/l10n/lt_LT/files_versions.po
index 2b7d314d0008c0a354c62914988416aa570668f8..9e25e32816896436f8bd69e13574c9ea50f25c02 100644
--- a/l10n/lt_LT/files_versions.po
+++ b/l10n/lt_LT/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
 "MIME-Version: 1.0\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Panaikinti visų versijų galiojimą"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/lv/core.po b/l10n/lv/core.po
index 3716a06f25b744cad6341fde934b99e4f39c0c45..69a215cc008a7b2c60032423e51efd13d0b4f17b 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +30,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Iestatījumi"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -102,10 +106,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Parole"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -191,10 +295,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr ""
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Parole"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr ""
@@ -236,11 +336,11 @@ msgstr "Datubāzes mājvieta"
 msgid "Finish setup"
 msgstr "Pabeigt uzstādījumus"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Izlogoties"
 
diff --git a/l10n/lv/files.po b/l10n/lv/files.po
index 71e8a9a6f0abcd49423e54393f576e83d6697ccb..874190de6c36ef02222f53460e36b22944e9bd02 100644
--- a/l10n/lv/files.po
+++ b/l10n/lv/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -60,39 +60,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Izdzēst"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "tāds fails jau eksistē"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "aizvietot"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "atcelt"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "aizvietots"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "vienu soli atpakaļ"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "ar"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "izdzests"
 
@@ -108,7 +112,7 @@ msgstr "Nav iespējams augšuplādēt jūsu failu, jo tāds jau eksistē vai ar
 msgid "Upload Error"
 msgstr "Augšuplādēšanas laikā radās kļūda"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Gaida savu kārtu"
 
@@ -116,44 +120,44 @@ msgstr "Gaida savu kārtu"
 msgid "Upload cancelled."
 msgstr "Augšuplāde ir atcelta"
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Šis simbols '/', nav atļauts."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Izmērs"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Izmainīts"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "mape"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "mapes"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "fails"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "faili"
 
@@ -205,7 +209,7 @@ msgstr "Mape"
 msgid "From url"
 msgstr "No URL saites"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Augšuplādet"
 
diff --git a/l10n/lv/files_sharing.po b/l10n/lv/files_sharing.po
index f102c0e8e3743ffdba416631debe9a4c54ec8632..77168f1b72c238479fbbf447797cc2b3eee1880c 100644
--- a/l10n/lv/files_sharing.po
+++ b/l10n/lv/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: lv\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/lv/files_versions.po b/l10n/lv/files_versions.po
index 8e28055622a6d579a4ab2e16f191f236650d3f85..8f4cc2911f8a0b89ef86a2ecb98ca5083fbf5eb4 100644
--- a/l10n/lv/files_versions.po
+++ b/l10n/lv/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/mk/core.po b/l10n/mk/core.po
index f818b6bad6cb5115a371557fa5b2727894d0e309..a6e4facf85cff9ef5b88b9e5dc754be43dd1f048 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +32,62 @@ msgstr "Нема категорија да се додаде?"
 msgid "This category already exists: "
 msgstr "Оваа категорија веќе постои:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Поставки"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Јануари"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Февруари"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Март"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Април"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Мај"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Јуни"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Јули"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Август"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Септември"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Октомври"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Ноември"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Декември"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Откажи"
@@ -104,10 +108,110 @@ msgstr "Во ред"
 msgid "No categories selected for deletion."
 msgstr "Не е одбрана категорија за бришење."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Грешка"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Лозинка"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ресетирање на лозинка за ownCloud"
@@ -193,10 +297,6 @@ msgstr "Додади"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Направете <strong>администраторска сметка</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Лозинка"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Напредно"
@@ -238,11 +338,11 @@ msgstr "Сервер со база"
 msgid "Finish setup"
 msgstr "Заврши го подесувањето"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "веб сервиси под Ваша контрола"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Одјава"
 
diff --git a/l10n/mk/files.po b/l10n/mk/files.po
index 6e73a80e8508e01a454f4ef447a78f9b31b2e53f..bac3c16fb5a1586bf82c93ca26eebc1d2482f463 100644
--- a/l10n/mk/files.po
+++ b/l10n/mk/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -62,39 +62,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Избриши"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -110,7 +114,7 @@ msgstr "Не може да се преземе вашата датотека б
 msgid "Upload Error"
 msgstr "Грешка при преземање"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Чека"
 
@@ -118,44 +122,44 @@ msgstr "Чека"
 msgid "Upload cancelled."
 msgstr "Преземањето е прекинато."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "неисправно име, '/' не е дозволено."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Големина"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Променето"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "фолдер"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "фолдери"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "датотека"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "датотеки"
 
@@ -207,7 +211,7 @@ msgstr "Папка"
 msgid "From url"
 msgstr "Од адреса"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Подигни"
 
diff --git a/l10n/mk/files_sharing.po b/l10n/mk/files_sharing.po
index 53057883d04157e0464b6227a5b064c8e95d97ee..99f5454f5a506c8b52ec8216af5b82ec2d935014 100644
--- a/l10n/mk/files_sharing.po
+++ b/l10n/mk/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: mk\n"
-"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1\n"
+"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/mk/files_versions.po b/l10n/mk/files_versions.po
index b4aa86ae3f3e0db2d174177e33cc0eb800d115bd..c611ab40b1301c6d01376179a74386dadc88c381 100644
--- a/l10n/mk/files_versions.po
+++ b/l10n/mk/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po
index 9902f55e8463c5d84f3666432566d59c0506919a..c7d33e452eaa82f818778f920dae133afd98cd47 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +32,62 @@ msgstr "Tiada kategori untuk di tambah?"
 msgid "This category already exists: "
 msgstr "Kategori ini telah wujud"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Tetapan"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Januari"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Februari"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Mac"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "April"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Mei"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Jun"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Julai"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Ogos"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "September"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Oktober"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "November"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Disember"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Batal"
@@ -104,10 +108,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "tiada kategori dipilih untuk penghapusan"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Ralat"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Kata laluan"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Set semula kata lalaun ownCloud"
@@ -193,10 +297,6 @@ msgstr "Tambah"
 msgid "Create an <strong>admin account</strong>"
 msgstr "buat <strong>akaun admin</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Kata laluan"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Maju"
@@ -238,11 +338,11 @@ msgstr "Hos pangkalan data"
 msgid "Finish setup"
 msgstr "Setup selesai"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "Perkhidmatan web di bawah kawalan anda"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Log keluar"
 
diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po
index a90cf2c201414e0c55d1e94d79864cabed5909fc..b7feaa058e4ff1cc1715c7cba5c8ee5c6defac52 100644
--- a/l10n/ms_MY/files.po
+++ b/l10n/ms_MY/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -63,39 +63,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Padam"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "Sudah wujud"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "ganti"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "Batal"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "diganti"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "dengan"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "dihapus"
 
@@ -111,7 +115,7 @@ msgstr "Tidak boleh memuatnaik fail anda kerana mungkin ianya direktori atau sai
 msgid "Upload Error"
 msgstr "Muat naik ralat"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Dalam proses"
 
@@ -119,44 +123,44 @@ msgstr "Dalam proses"
 msgid "Upload cancelled."
 msgstr "Muatnaik dibatalkan."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "penggunaa nama tidak sah, '/' tidak dibenarkan."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Saiz"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Dimodifikasi"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "direktori"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "direktori"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "fail"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "fail"
 
@@ -208,7 +212,7 @@ msgstr "Folder"
 msgid "From url"
 msgstr "Dari url"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Muat naik"
 
diff --git a/l10n/ms_MY/files_sharing.po b/l10n/ms_MY/files_sharing.po
index ed56ac1736f667be1a2cfef4dfa8c24173f85414..6518fcc4c6b025ef7df96b80dab5fdea2dfec133 100644
--- a/l10n/ms_MY/files_sharing.po
+++ b/l10n/ms_MY/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: ms_MY\n"
-"Plural-Forms: nplurals=1; plural=0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/ms_MY/files_versions.po b/l10n/ms_MY/files_versions.po
index 1eb034086798d9a541028062eb935581c6fe404b..46f3f7ed90ff7e60bc06c8baecfd625b6afa18d7 100644
--- a/l10n/ms_MY/files_versions.po
+++ b/l10n/ms_MY/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po
index edb38d95e59098a61b9afe56d3b0daa00ed3ca22..abe385bf88a325bee2e99e54ab046af43c96fd94 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +34,62 @@ msgstr "Ingen kategorier å legge til?"
 msgid "This category already exists: "
 msgstr "Denne kategorien finnes allerede:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Innstillinger"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Januar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Februar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Mars"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "April"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Mai"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Juni"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Juli"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "August"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "September"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Oktober"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "November"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Desember"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Avbryt"
@@ -106,10 +110,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Ingen kategorier merket for sletting."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Feil"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Passord"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Tilbakestill ownCloud passord"
@@ -195,10 +299,6 @@ msgstr "Legg til"
 msgid "Create an <strong>admin account</strong>"
 msgstr "opprett en <strong>administrator-konto</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Passord"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avansert"
@@ -240,11 +340,11 @@ msgstr "Databasevert"
 msgid "Finish setup"
 msgstr "Fullfør oppsetting"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "nettjenester under din kontroll"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Logg ut"
 
diff --git a/l10n/nb_NO/files.po b/l10n/nb_NO/files.po
index 43fafa1dd25b0778c55929d2cb2b5344866a2a6c..a029ccb1bd1b0ffe8ea7ebfc0f1ca2518e89edbc 100644
--- a/l10n/nb_NO/files.po
+++ b/l10n/nb_NO/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -65,39 +65,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Slett"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "eksisterer allerede"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "erstatt"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "avbryt"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "erstattet"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "angre"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "med"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "slettet"
 
@@ -113,7 +117,7 @@ msgstr "Kan ikke laste opp filen din siden det er en mappe eller den har 0 bytes
 msgid "Upload Error"
 msgstr "Opplasting feilet"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Ventende"
 
@@ -121,44 +125,44 @@ msgstr "Ventende"
 msgid "Upload cancelled."
 msgstr "Opplasting avbrutt."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Ugyldig navn, '/' er ikke tillatt. "
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Størrelse"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Endret"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "mappe"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "mapper"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "fil"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "filer"
 
@@ -210,7 +214,7 @@ msgstr "Mappe"
 msgid "From url"
 msgstr "Fra url"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Last opp"
 
diff --git a/l10n/nb_NO/files_sharing.po b/l10n/nb_NO/files_sharing.po
index 941f7443cfb0e66fd10513a2a53b255c0c248b15..f449d2b5d8df83345a2adfffa25187506bfa2323 100644
--- a/l10n/nb_NO/files_sharing.po
+++ b/l10n/nb_NO/files_sharing.po
@@ -8,15 +8,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:04+0000\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"
 "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: nb_NO\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -26,14 +26,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/nb_NO/files_versions.po b/l10n/nb_NO/files_versions.po
index d14b39491053e1df4d0b35e8c270d18c16e648bd..de2fd2c9766330843393111a3673cf853af3d7ee 100644
--- a/l10n/nb_NO/files_versions.po
+++ b/l10n/nb_NO/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
 "MIME-Version: 1.0\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/nl/core.po b/l10n/nl/core.po
index 03a847800ebbdf9aeadd4b27c0c7a695840892ca..9cee3d290ddd926f27604f9676a1d6ab8325cdc3 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +37,62 @@ msgstr "Geen categorie toevoegen?"
 msgid "This category already exists: "
 msgstr "De categorie bestaat al."
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Instellingen"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Januari"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Februari"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Maart"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "April"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Mei"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Juni"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Juli"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Augustus"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "September"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Oktober"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "November"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "December"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Annuleren"
@@ -109,10 +113,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Geen categorie geselecteerd voor verwijdering."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Fout"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Wachtwoord"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud wachtwoord herstellen"
@@ -198,10 +302,6 @@ msgstr "Toevoegen"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Maak een <strong>beheerdersaccount</strong> aan"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Wachtwoord"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Geavanceerd"
@@ -243,11 +343,11 @@ msgstr "Database server"
 msgid "Finish setup"
 msgstr "Installatie afronden"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "webdiensten die je beheerst"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Afmelden"
 
diff --git a/l10n/nl/files.po b/l10n/nl/files.po
index 133873f11c491d2874011f1632af320c548619bf..b10b3cfa2d1ab0c6c164fa96ca5991960f1d3624 100644
--- a/l10n/nl/files.po
+++ b/l10n/nl/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -68,39 +68,43 @@ msgstr "Stop delen"
 msgid "Delete"
 msgstr "Verwijder"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "bestaat al"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "vervang"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "Stel een naam voor"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "annuleren"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "vervangen"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "ongedaan maken"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "door"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "niet gedeeld"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "verwijderd"
 
@@ -116,7 +120,7 @@ msgstr "uploaden van de file mislukt, het is of een directory of de bestandsgroo
 msgid "Upload Error"
 msgstr "Upload Fout"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Wachten"
 
@@ -124,44 +128,44 @@ msgstr "Wachten"
 msgid "Upload cancelled."
 msgstr "Uploaden geannuleerd."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Bestands upload is bezig. Wanneer de pagina nu verlaten wordt, stopt de upload."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Ongeldige naam, '/' is niet toegestaan."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Bestandsgrootte"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Laatst aangepast"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "map"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "mappen"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "bestand"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "bestanden"
 
@@ -213,7 +217,7 @@ msgstr "Map"
 msgid "From url"
 msgstr "Van hyperlink"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Upload"
 
diff --git a/l10n/nl/files_sharing.po b/l10n/nl/files_sharing.po
index 7027b587198f0e476c9e0a5a5d29416b91ca8970..9d3e5f6d2dfffee8e5526b85556c827e35dfdabf 100644
--- a/l10n/nl/files_sharing.po
+++ b/l10n/nl/files_sharing.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-06 02:01+0200\n"
-"PO-Revision-Date: 2012-09-05 11:13+0000\n"
-"Last-Translator: diederikdehaas <didi.debian@cknow.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"
 "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -27,14 +27,24 @@ msgstr "Wachtwoord"
 msgid "Submit"
 msgstr "Verzenden"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Downloaden"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Geen voorbeeldweergave beschikbaar voor"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "Webdiensten in eigen beheer"
diff --git a/l10n/nl/files_versions.po b/l10n/nl/files_versions.po
index a43683c2071a9e0e7933ceb7c2eb1f54d5834840..f1022b967f67a2f0f8fc69a7f29805fb11067403 100644
--- a/l10n/nl/files_versions.po
+++ b/l10n/nl/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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 19:46+0000\n"
-"Last-Translator: Richard Bos <radoeka@gmail.com>\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"
 "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Alle versies laten verlopen"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Versies"
diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po
index ea34767b84e363a59968a5b4295aeacbad402f72..f2eb243d9584d339e96bdf54d21d3eeb210711c3 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +31,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Innstillingar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -103,10 +107,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Passord"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -192,10 +296,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr "Lag ein <strong>admin-konto</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Passord"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avansert"
@@ -237,11 +337,11 @@ msgstr "Databasetenar"
 msgid "Finish setup"
 msgstr "Fullfør oppsettet"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "Vev tjenester under din kontroll"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Logg ut"
 
diff --git a/l10n/nn_NO/files.po b/l10n/nn_NO/files.po
index 1de3b2cbbe01eb92a433bc67a7dc0803fd2d19dc..805decf8ae3dd322564f1743c1f19af939167851 100644
--- a/l10n/nn_NO/files.po
+++ b/l10n/nn_NO/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -61,39 +61,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Slett"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -109,7 +113,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -117,44 +121,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Storleik"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Endra"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -206,7 +210,7 @@ msgstr "Mappe"
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Last opp"
 
diff --git a/l10n/nn_NO/files_sharing.po b/l10n/nn_NO/files_sharing.po
index e5055f0809b0cdd5ef37c3359beb5a0ebd2232df..6a569d362f5f6f606e3bc263ae88b012fa49537b 100644
--- a/l10n/nn_NO/files_sharing.po
+++ b/l10n/nn_NO/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: nn_NO\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/nn_NO/files_versions.po b/l10n/nn_NO/files_versions.po
index 1ff9bd768fbdd7ddb85bedcedbafce215cd6f73a..4e0539875ac00a2237d0a6a270db9bee36cdf309 100644
--- a/l10n/nn_NO/files_versions.po
+++ b/l10n/nn_NO/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/oc/core.po b/l10n/oc/core.po
index 00223969d787ab5994b058693a6eec94a3c7741d..59d4ddcdc8f9409e6495f9272cf44b55eaab42a7 100644
--- a/l10n/oc/core.po
+++ b/l10n/oc/core.po
@@ -7,9 +7,9 @@ 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: 2011-07-25 16:05+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -29,58 +29,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -101,10 +105,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr ""
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -190,10 +294,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr ""
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr ""
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr ""
diff --git a/l10n/oc/files.po b/l10n/oc/files.po
index 761048854ce541d5fa0dbefc4d3eed7aee94ba5c..29bef23653428ed1197f24a9be99f8164f01c655 100644
--- a/l10n/oc/files.po
+++ b/l10n/oc/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -59,39 +59,43 @@ msgstr ""
 msgid "Delete"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -107,7 +111,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -115,44 +119,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr ""
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr ""
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -204,7 +208,7 @@ msgstr ""
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr ""
 
diff --git a/l10n/oc/files_sharing.po b/l10n/oc/files_sharing.po
index 1f90264d68b3d01ca926d4da52dfa3af89af3e3f..0e83b850761e01315554995c8e5a1159f6a5edda 100644
--- a/l10n/oc/files_sharing.po
+++ b/l10n/oc/files_sharing.po
@@ -7,9 +7,9 @@ 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-08-12 22:35+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
 "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"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/oc/files_versions.po b/l10n/oc/files_versions.po
index 405166dc1aa81190ac87f7485c4e7cb79e48e689..8ea27eb32434c744915349e2e6aa56df61178ca2 100644
--- a/l10n/oc/files_versions.po
+++ b/l10n/oc/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/pl/core.po b/l10n/pl/core.po
index 0cd447bf8edf3552a4e9105fe20802d32327792d..6d7fa8caff81c3ae127866625f16bb8735ce7473 100644
--- a/l10n/pl/core.po
+++ b/l10n/pl/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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -35,58 +35,62 @@ msgstr "Brak kategorii"
 msgid "This category already exists: "
 msgstr "Ta kategoria już istnieje"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Ustawienia"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Styczeń"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Luty"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Marzec"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Kwiecień"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Maj"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Czerwiec"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Lipiec"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Sierpień"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Wrzesień"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Październik"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Listopad"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Grudzień"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Anuluj"
@@ -107,10 +111,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Nie ma kategorii zaznaczonych do usunięcia."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Błąd"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Hasło"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "restart hasła"
@@ -196,10 +300,6 @@ msgstr "Dodaj"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Tworzenie <strong>konta administratora</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Hasło"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Zaawansowane"
@@ -241,11 +341,11 @@ msgstr "Komputer bazy danych"
 msgid "Finish setup"
 msgstr "Zakończ konfigurowanie"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "usługi internetowe pod kontrolą"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Wylogowuje użytkownika"
 
diff --git a/l10n/pl/files.po b/l10n/pl/files.po
index 0c8f523c123083e9ccbb0cd3e4af6db8bcf1546b..0f293c533ada5c28acfb08a8104a630300fd3e64 100644
--- a/l10n/pl/files.po
+++ b/l10n/pl/files.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 13:40+0000\n"
-"Last-Translator: Cyryl Sochacki <cyrylsochacki@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -65,39 +65,43 @@ msgstr "Nie udostępniaj"
 msgid "Delete"
 msgstr "Usuwa element"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "Już istnieje"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "zastap"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "zasugeruj nazwę"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "anuluj"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "zastąpione"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "wróć"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "z"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "Nie udostępnione"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "skasuj"
 
@@ -113,7 +117,7 @@ msgstr "Nie można wczytać pliku jeśli jest katalogiem lub ma 0 bajtów"
 msgid "Upload Error"
 msgstr "Błąd wczytywania"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Oczekujące"
 
@@ -121,44 +125,44 @@ msgstr "Oczekujące"
 msgid "Upload cancelled."
 msgstr "Wczytywanie anulowane."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Wysyłanie pliku jest w toku. Teraz opuszczając stronę wysyłanie zostanie anulowane."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Nieprawidłowa nazwa '/' jest niedozwolone."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr "Pliki skanowane"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr "Wystąpił błąd podczas skanowania"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Rozmiar"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Czas modyfikacji"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "folder"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "foldery"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "plik"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "pliki"
 
@@ -210,7 +214,7 @@ msgstr "Katalog"
 msgid "From url"
 msgstr "Z adresu"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Prześlij"
 
diff --git a/l10n/pl/files_sharing.po b/l10n/pl/files_sharing.po
index fee8ef8b65a535f48eaedafbfb3ec8d89b01beaf..48e19e9d4f67c428f30938c57f33e10ca966b708 100644
--- a/l10n/pl/files_sharing.po
+++ b/l10n/pl/files_sharing.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-04 02:01+0200\n"
-"PO-Revision-Date: 2012-09-03 07:03+0000\n"
-"Last-Translator: Cyryl Sochacki <>\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"
 "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -27,14 +27,24 @@ msgstr "Hasło"
 msgid "Submit"
 msgstr "Wyślij"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Pobierz"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Podgląd nie jest dostępny dla"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "Kontrolowane serwisy"
diff --git a/l10n/pl/files_versions.po b/l10n/pl/files_versions.po
index 6a1f744064d90c47d33146a5ae6d241af23dd0c8..8dc13b9fec91ff05fb0a72346dd8d3f23eea9d09 100644
--- a/l10n/pl/files_versions.po
+++ b/l10n/pl/files_versions.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 13:42+0000\n"
-"Last-Translator: emc <mplichta@gmail.com>\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"
 "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -23,6 +23,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Wygasają wszystkie wersje"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Wersje"
diff --git a/l10n/pl_PL/core.po b/l10n/pl_PL/core.po
index 55486564fd20a3bcb1f92350253444138a7ef252..c0655913251ea52cb7ec09b080301918dd8c5b1a 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +29,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -101,10 +105,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr ""
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -190,10 +294,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr ""
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr ""
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr ""
@@ -235,11 +335,11 @@ msgstr ""
 msgid "Finish setup"
 msgstr ""
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/pl_PL/files.po b/l10n/pl_PL/files.po
index b8b8ccd3d0bb4733e186f2604c38bbfae0e1138f..1ff3d1e08fcbdaad86ceaaa0bee8f26d8185a1bd 100644
--- a/l10n/pl_PL/files.po
+++ b/l10n/pl_PL/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -59,39 +59,43 @@ msgstr ""
 msgid "Delete"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -107,7 +111,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -115,44 +119,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr ""
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr ""
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -204,7 +208,7 @@ msgstr ""
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr ""
 
diff --git a/l10n/pl_PL/files_sharing.po b/l10n/pl_PL/files_sharing.po
index f92619c2f71b4e7cf51d16c6a56c1c434cef4277..5735894fdf4391ef3d03b01b900b961ced937575 100644
--- a/l10n/pl_PL/files_sharing.po
+++ b/l10n/pl_PL/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:04+0000\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"
 "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: pl_PL\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/pl_PL/files_versions.po b/l10n/pl_PL/files_versions.po
index db3eb7edd21da307e659f261a7a60bbf1975ec9d..40053b76ef77799a9022ce8da35efdd49266a932 100644
--- a/l10n/pl_PL/files_versions.po
+++ b/l10n/pl_PL/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po
index 6e1c9fdcd9c6b46f289a9ea7f93d1d6609cf85c5..a76ff353122ba34bdfd1d0770418a19a74c81baa 100644
--- a/l10n/pt_BR/core.po
+++ b/l10n/pt_BR/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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -34,58 +34,62 @@ msgstr "Nenhuma categoria adicionada?"
 msgid "This category already exists: "
 msgstr "Essa categoria já existe"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Configurações"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Janeiro"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Fevereiro"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Março"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Abril"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Maio"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Junho"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Julho"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Agosto"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Setembro"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Outubro"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Novembro"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Dezembro"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Cancelar"
@@ -106,10 +110,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Nenhuma categoria selecionada para deletar."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Erro"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Senha"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Redefinir senha ownCloud"
@@ -195,10 +299,6 @@ msgstr "Adicionar"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Criar uma <strong>conta</strong> de <strong>administrador</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Senha"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avançado"
@@ -240,11 +340,11 @@ msgstr "Banco de dados do host"
 msgid "Finish setup"
 msgstr "Concluir configuração"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "web services sob seu controle"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Sair"
 
diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po
index 4d5887bf525fd2faba901343836dc3462b258ffb..7ed5839bfa930e596ead457558b8b965a7be9c4b 100644
--- a/l10n/pt_BR/files.po
+++ b/l10n/pt_BR/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -64,39 +64,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Excluir"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "já existe"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "substituir"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "cancelar"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "substituido "
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "desfazer"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "com"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "deletado"
 
@@ -112,7 +116,7 @@ msgstr "Impossível enviar seus arquivo como diretório ou ele tem 0 bytes."
 msgid "Upload Error"
 msgstr "Erro de envio"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Pendente"
 
@@ -120,44 +124,44 @@ msgstr "Pendente"
 msgid "Upload cancelled."
 msgstr "Envio cancelado."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Nome inválido, '/' não é permitido."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Tamanho"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Modificado"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "pasta"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "pastas"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "arquivo"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "arquivos"
 
@@ -209,7 +213,7 @@ msgstr "Pasta"
 msgid "From url"
 msgstr "URL de origem"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Carregar"
 
diff --git a/l10n/pt_BR/files_sharing.po b/l10n/pt_BR/files_sharing.po
index 0e7ee1434493d14640801741b788bfd8b215ca49..992092d54e6c55f40712828f4161f17bd8eccd06 100644
--- a/l10n/pt_BR/files_sharing.po
+++ b/l10n/pt_BR/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:04+0000\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"
 "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"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: pt_BR\n"
-"Plural-Forms: nplurals=2; plural=(n > 1)\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/pt_BR/files_versions.po b/l10n/pt_BR/files_versions.po
index 9fb1e30b67ad9fb14862c18549666c44be405cba..8ac0d74f93b1016324653bda2b6914decfc51953 100644
--- a/l10n/pt_BR/files_versions.po
+++ b/l10n/pt_BR/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Expirar todas as versões"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/pt_PT/core.po b/l10n/pt_PT/core.po
index ef75d8f6bdf6f95613d42c1501de4a3f4639b630..d5ea28b9e3cbe1d2c0f58af8b553c91207b51f5d 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +32,62 @@ msgstr "Nenhuma categoria para adicionar?"
 msgid "This category already exists: "
 msgstr "Esta categoria já existe:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Definições"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Janeiro"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Fevereiro"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Março"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Abril"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Maio"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Junho"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Julho"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Agosto"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Setembro"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Outubro"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Novembro"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Dezembro"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Cancelar"
@@ -104,10 +108,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Nenhuma categoria seleccionar para eliminar"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Erro"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Palavra chave"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Reposição da password ownCloud"
@@ -193,10 +297,6 @@ msgstr "Adicionar"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Criar uma <strong>conta administrativa</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Palavra chave"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avançado"
@@ -238,11 +338,11 @@ msgstr "Host da base de dados"
 msgid "Finish setup"
 msgstr "Acabar instalação"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "serviços web sob o seu controlo"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Sair"
 
diff --git a/l10n/pt_PT/files.po b/l10n/pt_PT/files.po
index adfb85dde45f3dad7ca9daea614179386c769a9b..a32afecd9aecab4b00b10963fcedbf94a0ec454f 100644
--- a/l10n/pt_PT/files.po
+++ b/l10n/pt_PT/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -62,39 +62,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Apagar"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "Já existe"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "substituir"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "cancelar"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "substituido"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "desfazer"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "com"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "apagado"
 
@@ -110,7 +114,7 @@ msgstr "Não é possivel fazer o upload do ficheiro devido a ser uma pasta ou te
 msgid "Upload Error"
 msgstr "Erro no upload"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Pendente"
 
@@ -118,44 +122,44 @@ msgstr "Pendente"
 msgid "Upload cancelled."
 msgstr "O upload foi cancelado."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "nome inválido, '/' não permitido."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Tamanho"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Modificado"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "pasta"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "pastas"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "ficheiro"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "ficheiros"
 
@@ -207,7 +211,7 @@ msgstr "Pasta"
 msgid "From url"
 msgstr "Do endereço"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Enviar"
 
diff --git a/l10n/pt_PT/files_sharing.po b/l10n/pt_PT/files_sharing.po
index 99b0c7c215570e00f2c118214a1ad8694085b576..a593fe89b522a7693d806069cdb9f278c78cc26f 100644
--- a/l10n/pt_PT/files_sharing.po
+++ b/l10n/pt_PT/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:04+0000\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"
 "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: pt_PT\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/pt_PT/files_versions.po b/l10n/pt_PT/files_versions.po
index f4b82dc62c9158ee8f3c34103375a445a960135c..317fd2ed31cdf9521efbc16fafab4966a72bb791 100644
--- a/l10n/pt_PT/files_versions.po
+++ b/l10n/pt_PT/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/ro/core.po b/l10n/ro/core.po
index 99bf05492c0410330264533d0faf256a94ea8f8b..96b962d41cfb8d0d6af1bdf4c102f0f418a19925 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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 10:33+0000\n"
-"Last-Translator: g.ciprian <g.ciprian@osn.ro>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -85,6 +85,10 @@ msgstr "Noiembrie"
 msgid "December"
 msgstr "Decembrie"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Anulare"
@@ -105,10 +109,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Nici o categorie selectată pentru ștergere."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Eroare"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Parola"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Resetarea parolei ownCloud "
@@ -194,10 +298,6 @@ msgstr "Adaugă"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Crează un <strong>cont de administrator</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Parola"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avansat"
diff --git a/l10n/ro/files.po b/l10n/ro/files.po
index 7d2dbc31d88660cff1311f641bc626b9ff743140..0aa7c12e7f8c858121b27ff337dcf914b94262bd 100644
--- a/l10n/ro/files.po
+++ b/l10n/ro/files.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 12:40+0000\n"
-"Last-Translator: g.ciprian <g.ciprian@osn.ro>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -63,39 +63,43 @@ msgstr "Anulează partajarea"
 msgid "Delete"
 msgstr "Șterge"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "deja există"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "înlocuire"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "sugerează nume"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "anulare"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "înlocuit"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "Anulează ultima acțiune"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "cu"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "nepartajat"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "șters"
 
@@ -111,7 +115,7 @@ msgstr "Nu s-a putut încărca fișierul tău deoarece pare să fie un director
 msgid "Upload Error"
 msgstr "Eroare la încărcare"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "În așteptare"
 
@@ -119,44 +123,44 @@ msgstr "În așteptare"
 msgid "Upload cancelled."
 msgstr "Încărcare anulată."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Fișierul este în curs de încărcare. Părăsirea paginii va întrerupe încărcarea."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Nume invalid, '/' nu este permis."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr "fișiere scanate"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr "eroare la scanarea"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Dimensiune"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Modificat"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "director"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "directoare"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "fișier"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "fișiere"
 
@@ -208,7 +212,7 @@ msgstr "Dosar"
 msgid "From url"
 msgstr "De la URL"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Încarcă"
 
diff --git a/l10n/ro/files_sharing.po b/l10n/ro/files_sharing.po
index eb73c1bc48c99f4732daa02ef0ff3cc09b2d7b2c..d218ac9586344c6e2a67f7a7568b08f6244274b0 100644
--- a/l10n/ro/files_sharing.po
+++ b/l10n/ro/files_sharing.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 11:32+0000\n"
-"Last-Translator: g.ciprian <g.ciprian@osn.ro>\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"
 "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"
@@ -26,14 +26,24 @@ msgstr "Parolă"
 msgid "Submit"
 msgstr "Trimite"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Descarcă"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Nici o previzualizare disponibilă pentru "
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "servicii web controlate de tine"
diff --git a/l10n/ro/files_versions.po b/l10n/ro/files_versions.po
index 993620f112cc350da5874f7e9ec8a4d14cce871f..325123ac1fc62fe8394c3241019ad4830f01f86c 100644
--- a/l10n/ro/files_versions.po
+++ b/l10n/ro/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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 11:31+0000\n"
-"Last-Translator: g.ciprian <g.ciprian@osn.ro>\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"
 "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"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Expiră toate versiunile"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Versiuni"
diff --git a/l10n/ro/settings.po b/l10n/ro/settings.po
index 58875a85412eae7325610f18fcfc3f05d15aa588..b4a1b3932a68ab6869bbbc281f60d9e179cc46a5 100644
--- a/l10n/ro/settings.po
+++ b/l10n/ro/settings.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-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-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 08:28+0000\n"
+"Last-Translator: g.ciprian <g.ciprian@osn.ro>\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"
@@ -228,7 +228,7 @@ msgstr "Răspuns"
 #: templates/personal.php:8
 #, php-format
 msgid "You have used <strong>%s</strong> of the available <strong>%s<strong>"
-msgstr ""
+msgstr "Ai utilizat <strong>%s</strong> din <strong>%s<strong> spațiu disponibil"
 
 #: templates/personal.php:12
 msgid "Desktop and Mobile Syncing Clients"
@@ -240,7 +240,7 @@ msgstr "Descărcări"
 
 #: templates/personal.php:19
 msgid "Your password was changed"
-msgstr ""
+msgstr "Parola a fost modificată"
 
 #: templates/personal.php:20
 msgid "Unable to change your password"
diff --git a/l10n/ru/core.po b/l10n/ru/core.po
index 303b4ff13fc79ddfc637723ff542fbae6be95660..1475085afa428c35897fa8e378afab2c29c01f6d 100644
--- a/l10n/ru/core.po
+++ b/l10n/ru/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-08 02:02+0200\n"
-"PO-Revision-Date: 2012-09-07 10:55+0000\n"
-"Last-Translator: VicDeo <victor.dubiniuk@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -34,58 +34,62 @@ msgstr "Нет категорий для добавления?"
 msgid "This category already exists: "
 msgstr "Эта категория уже существует: "
 
-#: js/js.js:208 templates/layout.user.php:54 templates/layout.user.php:55
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Настройки"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Январь"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Февраль"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Март"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Апрель"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Май"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Июнь"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Июль"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Август"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Сентябрь"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Октябрь"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Ноябрь"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Декабрь"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Отмена"
@@ -106,10 +110,110 @@ msgstr "Ок"
 msgid "No categories selected for deletion."
 msgstr "Нет категорий для удаления."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Ошибка"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Пароль"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Сброс пароля "
@@ -195,10 +299,6 @@ msgstr "Добавить"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Создать <strong>учётную запись администратора</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Пароль"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Дополнительно"
diff --git a/l10n/ru/files.po b/l10n/ru/files.po
index 120ca926c5600f6381c5f17f1a7c6ef7e11fcc66..11b7b85a1e38306386abe7392bbfcda2ef78d70d 100644
--- a/l10n/ru/files.po
+++ b/l10n/ru/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -66,39 +66,43 @@ msgstr "Отменить публикацию"
 msgid "Delete"
 msgstr "Удалить"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "уже существует"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "заменить"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "предложить название"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "отмена"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "заменён"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "отмена"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "с"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "публикация отменена"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "удален"
 
@@ -114,7 +118,7 @@ msgstr "Не удается загрузить файл размером 0 ба
 msgid "Upload Error"
 msgstr "Ошибка загрузки"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Ожидание"
 
@@ -122,44 +126,44 @@ msgstr "Ожидание"
 msgid "Upload cancelled."
 msgstr "Загрузка отменена."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Файл в процессе загрузки. Покинув страницу вы прервёте загрузку."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Неверное имя, '/' не допускается."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Размер"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Изменён"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "папка"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "папки"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "файл"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "файлы"
 
@@ -211,7 +215,7 @@ msgstr "Папка"
 msgid "From url"
 msgstr "С url"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Загрузить"
 
diff --git a/l10n/ru/files_sharing.po b/l10n/ru/files_sharing.po
index 217d6cdf37714b66bdec237862deb2e754529deb..803a4863c4c1696252fa4ec47418407b23e79278 100644
--- a/l10n/ru/files_sharing.po
+++ b/l10n/ru/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-09 02:01+0200\n"
-"PO-Revision-Date: 2012-09-08 12:10+0000\n"
-"Last-Translator: VicDeo <victor.dubiniuk@gmail.com>\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"
 "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -28,14 +28,24 @@ msgstr "Пароль"
 msgid "Submit"
 msgstr "Отправить"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Скачать"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Предпросмотр недоступен для"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "веб-сервисы под вашим управлением"
diff --git a/l10n/ru/files_versions.po b/l10n/ru/files_versions.po
index dfa8a12274cdcea8a881e87adcb1fd1737f1eabe..4ea65271fb3ad7bab24aefe0e20fa491b68f013c 100644
--- a/l10n/ru/files_versions.po
+++ b/l10n/ru/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
 "MIME-Version: 1.0\n"
@@ -23,6 +23,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Просрочить все версии"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Версии"
diff --git a/l10n/ru_RU/core.po b/l10n/ru_RU/core.po
index be63870a0773b1ffb23c50fbd58020fd79fcac0e..5c5a1d4a79aacba0bc41614c0589b91ef898c35f 100644
--- a/l10n/ru_RU/core.po
+++ b/l10n/ru_RU/core.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-14 02:01+0200\n"
-"PO-Revision-Date: 2012-09-13 12:09+0000\n"
-"Last-Translator: AnnaSch <cdewqazxsqwe@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -82,6 +82,10 @@ msgstr "Ноябрь"
 msgid "December"
 msgstr "Декабрь"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Отмена"
@@ -102,10 +106,110 @@ msgstr "Да"
 msgid "No categories selected for deletion."
 msgstr "Нет категорий, выбранных для удаления."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Ошибка"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Пароль"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Переназначение пароля"
@@ -191,10 +295,6 @@ msgstr "Добавить"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Создать <strong>admin account</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Пароль"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Расширенный"
diff --git a/l10n/ru_RU/files.po b/l10n/ru_RU/files.po
index dc79d635c5450b9cc56c54f10b287b56c5d6778a..a5588cb5ea4eb0b9ace7ef7d52688f37ca6787f6 100644
--- a/l10n/ru_RU/files.po
+++ b/l10n/ru_RU/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -60,39 +60,43 @@ msgstr "Скрыть"
 msgid "Delete"
 msgstr "Удалить"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "уже существует"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "отмена"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "подобрать название"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "отменить"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "заменено"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "отменить действие"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "с"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "скрытый"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "удалено"
 
@@ -108,7 +112,7 @@ msgstr "Невозможно загрузить файл,\n так как он 
 msgid "Upload Error"
 msgstr "Ошибка загрузки"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Ожидающий решения"
 
@@ -116,44 +120,44 @@ msgstr "Ожидающий решения"
 msgid "Upload cancelled."
 msgstr "Загрузка отменена"
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Процесс загрузки файла. Если покинуть страницу сейчас, загрузка будет отменена."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Неправильное имя, '/' не допускается."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Размер"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Изменен"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "папка"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "папки"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "файл"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "файлы"
 
@@ -205,7 +209,7 @@ msgstr "Папка"
 msgid "From url"
 msgstr "Из url"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Загрузить "
 
diff --git a/l10n/ru_RU/files_sharing.po b/l10n/ru_RU/files_sharing.po
index c10bd30e36a850dd86346c9de8fafb8efbfcbb12..bb667a04c51b8d8ba90682dfa416373605aaa29b 100644
--- a/l10n/ru_RU/files_sharing.po
+++ b/l10n/ru_RU/files_sharing.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-20 02:05+0200\n"
-"PO-Revision-Date: 2012-09-19 13:09+0000\n"
-"Last-Translator: AnnaSch <cdewqazxsqwe@gmail.com>\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"
 "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,14 +26,24 @@ msgstr "Пароль"
 msgid "Submit"
 msgstr "Передать"
 
-#: templates/public.php:10 templates/public.php:26
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Загрузка"
 
-#: templates/public.php:25
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Предварительный просмотр недоступен"
 
-#: templates/public.php:33
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "веб-сервисы под Вашим контролем"
diff --git a/l10n/ru_RU/files_versions.po b/l10n/ru_RU/files_versions.po
index 0c77ce79e79a5ddcc1d9fac803e66da0c552b754..e8828a703fae9ff78edc851ef916183bcb2b8e92 100644
--- a/l10n/ru_RU/files_versions.po
+++ b/l10n/ru_RU/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-20 02:05+0200\n"
-"PO-Revision-Date: 2012-09-19 13:51+0000\n"
-"Last-Translator: AnnaSch <cdewqazxsqwe@gmail.com>\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"
 "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Версии"
diff --git a/l10n/ru_RU/user_ldap.po b/l10n/ru_RU/user_ldap.po
index d021721a7d38e511ca050fce3acbc0facca85531..72760a3543d47476d91b1997a862e8600ff8ba44 100644
--- a/l10n/ru_RU/user_ldap.po
+++ b/l10n/ru_RU/user_ldap.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-21 02:02+0200\n"
-"PO-Revision-Date: 2012-09-20 13:17+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 12:37+0000\n"
 "Last-Translator: AnnaSch <cdewqazxsqwe@gmail.com>\n"
 "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
 "MIME-Version: 1.0\n"
@@ -25,7 +25,7 @@ msgstr "Хост"
 #: templates/settings.php:8
 msgid ""
 "You can omit the protocol, except you require SSL. Then start with ldaps://"
-msgstr ""
+msgstr "Вы можете пропустить протокол, если Вам не требуется SSL. Затем начните с ldaps://"
 
 #: templates/settings.php:9
 msgid "Base DN"
@@ -68,7 +68,7 @@ msgstr ""
 #: templates/settings.php:12
 #, php-format
 msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
-msgstr ""
+msgstr "используйте %%uid заполнитель, например, \"uid=%%uid\""
 
 #: templates/settings.php:13
 msgid "User List Filter"
@@ -80,7 +80,7 @@ msgstr ""
 
 #: templates/settings.php:13
 msgid "without any placeholder, e.g. \"objectClass=person\"."
-msgstr ""
+msgstr "без каких-либо заполнителей, например, \"objectClass=person\"."
 
 #: templates/settings.php:14
 msgid "Group Filter"
@@ -92,7 +92,7 @@ msgstr ""
 
 #: templates/settings.php:14
 msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
-msgstr ""
+msgstr "без каких-либо заполнителей, например, \"objectClass=posixGroup\"."
 
 #: templates/settings.php:17
 msgid "Port"
@@ -134,7 +134,7 @@ msgstr ""
 
 #: templates/settings.php:23
 msgid "Not recommended, use for testing only."
-msgstr ""
+msgstr "Не рекомендовано, используйте только для тестирования."
 
 #: templates/settings.php:24
 msgid "User Display Name Field"
@@ -142,7 +142,7 @@ msgstr ""
 
 #: templates/settings.php:24
 msgid "The LDAP attribute to use to generate the user`s ownCloud name."
-msgstr ""
+msgstr "Атрибут LDAP, используемый для создания имени пользователя в ownCloud."
 
 #: templates/settings.php:25
 msgid "Group Display Name Field"
@@ -150,7 +150,7 @@ msgstr ""
 
 #: templates/settings.php:25
 msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
-msgstr ""
+msgstr "Атрибут LDAP, используемый для создания группового имени в ownCloud."
 
 #: templates/settings.php:27
 msgid "in bytes"
diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po
index bcdf41a7d2e49b32a0789c3b5e30e92224ad1785..df6f75057f6b38e5a6e5ae18fa2559c77be9f92f 100644
--- a/l10n/sk_SK/core.po
+++ b/l10n/sk_SK/core.po
@@ -4,13 +4,14 @@
 # 
 # Translators:
 #   <intense.feel@gmail.com>, 2011, 2012.
+#   <martin.babik@gmail.com>, 2012.
 # Roman Priesol <roman@priesol.net>, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -31,58 +32,62 @@ msgstr "Žiadna kategória pre pridanie?"
 msgid "This category already exists: "
 msgstr "Táto kategória už existuje:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Nastavenia"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Január"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Február"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Marec"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Apríl"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Máj"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Jún"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Júl"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "August"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "September"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Október"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "November"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "December"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Zrušiť"
@@ -103,10 +108,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Neboli vybrané žiadne kategórie pre odstránenie."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Chyba"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Heslo"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Obnovenie hesla pre ownCloud"
@@ -178,7 +283,7 @@ msgstr "Prístup odmietnutý"
 
 #: templates/404.php:12
 msgid "Cloud not found"
-msgstr "Nedokážem nájsť"
+msgstr "Nenájdené"
 
 #: templates/edit_categories_dialog.php:4
 msgid "Edit categories"
@@ -192,10 +297,6 @@ msgstr "Pridať"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Vytvoriť <strong>administrátorský účet</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Heslo"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Pokročilé"
@@ -237,11 +338,11 @@ msgstr "Server databázy"
 msgid "Finish setup"
 msgstr "Dokončiť inštaláciu"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "webové služby pod vašou kontrolou"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Odhlásiť"
 
diff --git a/l10n/sk_SK/files.po b/l10n/sk_SK/files.po
index 9730f5a8e99efe8ccb1e0b4c11ea574a6cac066d..437b7614a3f399ebcd57509b012068539c0cf830 100644
--- a/l10n/sk_SK/files.po
+++ b/l10n/sk_SK/files.po
@@ -4,13 +4,14 @@
 # 
 # Translators:
 #   <intense.feel@gmail.com>, 2012.
+#   <martin.babik@gmail.com>, 2012.
 # Roman Priesol <roman@priesol.net>, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -55,47 +56,51 @@ msgstr "Súbory"
 
 #: js/fileactions.js:108 templates/index.php:62
 msgid "Unshare"
-msgstr ""
+msgstr "Nezdielať"
 
 #: js/fileactions.js:110 templates/index.php:64
 msgid "Delete"
 msgstr "Odstrániť"
 
-#: js/filelist.js:186 js/filelist.js:188
-msgid "already exists"
+#: js/fileactions.js:182
+msgid "Rename"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
+msgid "already exists"
+msgstr "už existuje"
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
-msgstr ""
+msgstr "nahradiť"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
-msgstr ""
+msgstr "pomôcť s menom"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
-msgstr ""
+msgstr "zrušiť"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
-msgstr ""
+msgstr "zmenené"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
-msgstr ""
+msgstr "vrátiť"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
-msgstr ""
+msgstr "s"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
-msgstr ""
+msgstr "zdielané"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
-msgstr ""
+msgstr "zmazané"
 
 #: js/files.js:179
 msgid "generating ZIP-file, it may take some time."
@@ -109,7 +114,7 @@ msgstr "Nemôžem nahrať súbor lebo je to priečinok alebo má 0 bajtov."
 msgid "Upload Error"
 msgstr "Chyba nahrávania"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Čaká sa"
 
@@ -117,44 +122,44 @@ msgstr "Čaká sa"
 msgid "Upload cancelled."
 msgstr "Nahrávanie zrušené"
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
-msgstr ""
+msgstr "Opustenie stránky zruší práve prebiehajúce odosielanie súboru."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Chybný názov, \"/\" nie je povolené"
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
-msgstr ""
+msgstr "skontrolovaných súborov"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
-msgstr ""
+msgstr "chyba počas kontroly"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Veľkosť"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Upravené"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "priečinok"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "priečinky"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "súbor"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "súbory"
 
@@ -164,7 +169,7 @@ msgstr "Nastavenie správanie k súborom"
 
 #: templates/admin.php:7
 msgid "Maximum upload size"
-msgstr "Maximálna veľkosť nahratia"
+msgstr "Maximálna veľkosť odosielaného súboru"
 
 #: templates/admin.php:7
 msgid "max. possible: "
@@ -188,7 +193,7 @@ msgstr "Najväčšia veľkosť ZIP súborov"
 
 #: templates/admin.php:14
 msgid "Save"
-msgstr ""
+msgstr "Uložiť"
 
 #: templates/index.php:7
 msgid "New"
@@ -206,7 +211,7 @@ msgstr "Priečinok"
 msgid "From url"
 msgstr "Z url"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Nahrať"
 
@@ -216,7 +221,7 @@ msgstr "Zrušiť odosielanie"
 
 #: templates/index.php:40
 msgid "Nothing in here. Upload something!"
-msgstr "Nič tu nie je. Nahrajte niečo!"
+msgstr "Žiadny súbor. Nahrajte niečo!"
 
 #: templates/index.php:48
 msgid "Name"
@@ -232,7 +237,7 @@ msgstr "Stiahnuť"
 
 #: templates/index.php:75
 msgid "Upload too large"
-msgstr "Nahrávanie príliš veľké"
+msgstr "Odosielaný súbor je príliš veľký"
 
 #: templates/index.php:77
 msgid ""
diff --git a/l10n/sk_SK/files_sharing.po b/l10n/sk_SK/files_sharing.po
index d28ae49cf74d9e9a02d50a6be377cec7880beabd..86f025ad218f1dac04ac45cb43dad5fec01c733f 100644
--- a/l10n/sk_SK/files_sharing.po
+++ b/l10n/sk_SK/files_sharing.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-07 02:04+0200\n"
-"PO-Revision-Date: 2012-09-06 17:47+0000\n"
-"Last-Translator: intense <intense.feel@gmail.com>\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"
 "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,14 +26,24 @@ msgstr "Heslo"
 msgid "Submit"
 msgstr "Odoslať"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Stiahnuť"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Žiaden náhľad k dispozícii pre"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "webové služby pod Vašou kontrolou"
diff --git a/l10n/sk_SK/files_versions.po b/l10n/sk_SK/files_versions.po
index 4116e7293511e0da9afcc736e2aa7453da88db15..437e9d5d35cfad2a33f005523a1bd7f593702019 100644
--- a/l10n/sk_SK/files_versions.po
+++ b/l10n/sk_SK/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/sk_SK/lib.po b/l10n/sk_SK/lib.po
index b4ffed653791b13ff0fb59253b7c8682176c57e2..1a98bd0de2add69f3a575940a30c50f71f39fa4a 100644
--- a/l10n/sk_SK/lib.po
+++ b/l10n/sk_SK/lib.po
@@ -3,113 +3,114 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+#   <martin.babik@gmail.com>, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-01 02:01+0200\n"
-"PO-Revision-Date: 2012-09-01 00:02+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 11:28+0000\n"
+"Last-Translator: martinb <martin.babik@gmail.com>\n"
 "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: sk_SK\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: app.php:288
+#: app.php:285
 msgid "Help"
-msgstr ""
+msgstr "Pomoc"
 
-#: app.php:295
+#: app.php:292
 msgid "Personal"
-msgstr ""
+msgstr "Osobné"
 
-#: app.php:300
+#: app.php:297
 msgid "Settings"
-msgstr ""
+msgstr "Nastavenia"
 
-#: app.php:305
+#: app.php:302
 msgid "Users"
-msgstr ""
+msgstr "Užívatelia"
 
-#: app.php:312
+#: app.php:309
 msgid "Apps"
-msgstr ""
+msgstr "Aplikácie"
 
-#: app.php:314
+#: app.php:311
 msgid "Admin"
-msgstr ""
+msgstr "Správca"
 
-#: files.php:280
+#: files.php:309
 msgid "ZIP download is turned off."
-msgstr ""
+msgstr "Sťahovanie súborov ZIP je vypnuté."
 
-#: files.php:281
+#: files.php:310
 msgid "Files need to be downloaded one by one."
-msgstr ""
+msgstr "Súbory musia byť nahrávané jeden za druhým."
 
-#: files.php:281 files.php:306
+#: files.php:310 files.php:335
 msgid "Back to Files"
-msgstr ""
+msgstr "Späť na súbory"
 
-#: files.php:305
+#: files.php:334
 msgid "Selected files too large to generate zip file."
-msgstr ""
+msgstr "Zvolené súbory sú príliž veľké na vygenerovanie zip súboru."
 
 #: json.php:28
 msgid "Application is not enabled"
-msgstr ""
+msgstr "Aplikácia nie je zapnutá"
 
 #: json.php:39 json.php:63 json.php:75
 msgid "Authentication error"
-msgstr ""
+msgstr "Chyba autentifikácie"
 
 #: json.php:51
 msgid "Token expired. Please reload page."
 msgstr ""
 
-#: template.php:86
+#: template.php:87
 msgid "seconds ago"
 msgstr ""
 
-#: template.php:87
+#: template.php:88
 msgid "1 minute ago"
-msgstr ""
+msgstr "pred 1 minútou"
 
-#: template.php:88
+#: template.php:89
 #, php-format
 msgid "%d minutes ago"
-msgstr ""
+msgstr "pred %d minútami"
 
-#: template.php:91
+#: template.php:92
 msgid "today"
-msgstr ""
+msgstr "dnes"
 
-#: template.php:92
+#: template.php:93
 msgid "yesterday"
-msgstr ""
+msgstr "včera"
 
-#: template.php:93
+#: template.php:94
 #, php-format
 msgid "%d days ago"
-msgstr ""
+msgstr "pred %d dňami"
 
-#: template.php:94
+#: template.php:95
 msgid "last month"
-msgstr ""
+msgstr "minulý mesiac"
 
-#: template.php:95
+#: template.php:96
 msgid "months ago"
-msgstr ""
+msgstr "pred mesiacmi"
 
-#: template.php:96
+#: template.php:97
 msgid "last year"
-msgstr ""
+msgstr "minulý rok"
 
-#: template.php:97
+#: template.php:98
 msgid "years ago"
-msgstr ""
+msgstr "pred rokmi"
 
 #: updater.php:66
 #, php-format
@@ -118,8 +119,8 @@ msgstr ""
 
 #: updater.php:68
 msgid "up to date"
-msgstr ""
+msgstr "aktuálny"
 
 #: updater.php:71
 msgid "updates check is disabled"
-msgstr ""
+msgstr "sledovanie aktualizácií je vypnuté"
diff --git a/l10n/sk_SK/settings.po b/l10n/sk_SK/settings.po
index 71ad4bb94bef30cc6934ee933fc24260a90e565d..2089e7b7c5d810592698da07cc0ddcffca3946ac 100644
--- a/l10n/sk_SK/settings.po
+++ b/l10n/sk_SK/settings.po
@@ -4,15 +4,16 @@
 # 
 # Translators:
 #   <intense.feel@gmail.com>, 2011, 2012.
+#   <martin.babik@gmail.com>, 2012.
 # Roman Priesol <roman@priesol.net>, 2012.
 #   <typhoon@zoznam.sk>, 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-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 10:33+0000\n"
+"Last-Translator: martinb <martin.babik@gmail.com>\n"
 "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,24 +23,24 @@ msgstr ""
 
 #: ajax/apps/ocs.php:23
 msgid "Unable to load list from App Store"
-msgstr ""
+msgstr "Nie je možné nahrať zoznam z App Store"
 
 #: ajax/creategroup.php:9 ajax/removeuser.php:13 ajax/setquota.php:18
 #: ajax/togglegroups.php:15
 msgid "Authentication error"
-msgstr ""
+msgstr "Chyba pri autentifikácii"
 
 #: ajax/creategroup.php:19
 msgid "Group already exists"
-msgstr ""
+msgstr "Skupina už existuje"
 
 #: ajax/creategroup.php:28
 msgid "Unable to add group"
-msgstr ""
+msgstr "Nie je možné pridať skupinu"
 
 #: ajax/enableapp.php:14
 msgid "Could not enable app. "
-msgstr ""
+msgstr "Nie je možné zapnúť aplikáciu."
 
 #: ajax/lostpassword.php:14
 msgid "Email saved"
@@ -59,11 +60,11 @@ msgstr "Neplatná požiadavka"
 
 #: ajax/removegroup.php:16
 msgid "Unable to delete group"
-msgstr ""
+msgstr "Nie je možné zmazať skupinu"
 
 #: ajax/removeuser.php:22
 msgid "Unable to delete user"
-msgstr ""
+msgstr "Nie je možné zmazať užívateľa"
 
 #: ajax/setlanguage.php:18
 msgid "Language changed"
@@ -72,12 +73,12 @@ msgstr "Jazyk zmenený"
 #: ajax/togglegroups.php:25
 #, php-format
 msgid "Unable to add user to group %s"
-msgstr ""
+msgstr "Nie je možné pridať užívateľa do skupiny %s"
 
 #: ajax/togglegroups.php:31
 #, php-format
 msgid "Unable to remove user from group %s"
-msgstr ""
+msgstr "Nie je možné zmazať užívateľa zo skupiny %s"
 
 #: js/apps.js:27 js/apps.js:61
 msgid "Disable"
@@ -97,7 +98,7 @@ msgstr "Slovensky"
 
 #: templates/admin.php:14
 msgid "Security Warning"
-msgstr ""
+msgstr "Bezpečnostné varovanie"
 
 #: templates/admin.php:17
 msgid ""
@@ -130,27 +131,27 @@ msgstr ""
 
 #: templates/admin.php:56
 msgid "Sharing"
-msgstr ""
+msgstr "Zdieľanie"
 
 #: templates/admin.php:61
 msgid "Enable Share API"
-msgstr ""
+msgstr "Zapnúť API zdieľania"
 
 #: templates/admin.php:62
 msgid "Allow apps to use the Share API"
-msgstr ""
+msgstr "Povoliť aplikáciam používať API pre zdieľanie"
 
 #: templates/admin.php:67
 msgid "Allow links"
-msgstr ""
+msgstr "Povoliť odkazy"
 
 #: templates/admin.php:68
 msgid "Allow users to share items to the public with links"
-msgstr ""
+msgstr "Povoliť užívateľom zdieľať obsah pomocou verejných odkazov"
 
 #: templates/admin.php:73
 msgid "Allow resharing"
-msgstr ""
+msgstr "Povoliť opakované zdieľanie"
 
 #: templates/admin.php:74
 msgid "Allow users to share items shared with them again"
@@ -158,11 +159,11 @@ msgstr ""
 
 #: templates/admin.php:79
 msgid "Allow users to share with anyone"
-msgstr ""
+msgstr "Povoliť užívateľom zdieľať s každým"
 
 #: templates/admin.php:81
 msgid "Allow users to only share with users in their groups"
-msgstr ""
+msgstr "Povoliť užívateľom zdieľanie iba s užívateľmi ich vlastnej skupiny"
 
 #: templates/admin.php:88
 msgid "Log"
@@ -196,7 +197,7 @@ msgstr "Pozrite si stránku aplikácie na apps.owncloud.com"
 
 #: templates/apps.php:30
 msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
-msgstr ""
+msgstr "<span class=\"licence\"></span>-licencované <span class=\"author\"></span>"
 
 #: templates/help.php:9
 msgid "Documentation"
@@ -225,7 +226,7 @@ msgstr "Odpoveď"
 #: templates/personal.php:8
 #, php-format
 msgid "You have used <strong>%s</strong> of the available <strong>%s<strong>"
-msgstr ""
+msgstr "Použili ste <strong>%s</strong> dostupného <strong>%s<strong>"
 
 #: templates/personal.php:12
 msgid "Desktop and Mobile Syncing Clients"
@@ -237,7 +238,7 @@ msgstr "Stiahnúť"
 
 #: templates/personal.php:19
 msgid "Your password was changed"
-msgstr ""
+msgstr "Heslo bolo zmenené"
 
 #: templates/personal.php:20
 msgid "Unable to change your password"
@@ -309,7 +310,7 @@ msgstr "Iné"
 
 #: templates/users.php:80 templates/users.php:112
 msgid "Group Admin"
-msgstr ""
+msgstr "Správca skupiny"
 
 #: templates/users.php:82
 msgid "Quota"
diff --git a/l10n/sl/core.po b/l10n/sl/core.po
index 66b5310397f135cea4b7c3d945626f51caa45439..933feb6207163bca831d4aca7b7a02e96a5ed8d9 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +32,62 @@ msgstr "Ni kategorije za dodajanje?"
 msgid "This category already exists: "
 msgstr "Ta kategorija že obstaja:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Nastavitve"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "januar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "februar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "marec"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "april"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "maj"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "junij"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "julij"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "avgust"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "september"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "oktober"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "november"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "december"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Prekliči"
@@ -104,10 +108,110 @@ msgstr "V redu"
 msgid "No categories selected for deletion."
 msgstr "Za izbris ni bila izbrana nobena kategorija."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Napaka"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Geslo"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Ponastavitev gesla ownCloud"
@@ -193,10 +297,6 @@ msgstr "Dodaj"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Ustvari <strong>skrbniški račun</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Geslo"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Napredne možnosti"
@@ -238,11 +338,11 @@ msgstr "Gostitelj podatkovne zbirke"
 msgid "Finish setup"
 msgstr "Dokončaj namestitev"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "spletne storitve pod vašim nadzorom"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Odjava"
 
diff --git a/l10n/sl/files.po b/l10n/sl/files.po
index a7b136d34fd775cdcc0c79a1fb49ab3ca5622ea2..e20cbd0fdcd82a54c77d59366244f74cee287491 100644
--- a/l10n/sl/files.po
+++ b/l10n/sl/files.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 10:08+0000\n"
-"Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -62,39 +62,43 @@ msgstr "Odstrani iz souporabe"
 msgid "Delete"
 msgstr "Izbriši"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "že obstaja"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "nadomesti"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "predlagaj ime"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "ekliči"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "nadomeščen"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "razveljavi"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "z"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "odstranjeno iz souporabe"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "izbrisano"
 
@@ -110,7 +114,7 @@ msgstr "Nalaganje ni mogoče, saj gre za mapo, ali pa ima datoteka velikost 0 ba
 msgid "Upload Error"
 msgstr "Napaka pri nalaganju"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Na čakanju"
 
@@ -118,44 +122,44 @@ msgstr "Na čakanju"
 msgid "Upload cancelled."
 msgstr "Nalaganje je bilo preklicano."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Nalaganje datoteke je v teku. Če zapustite to stran zdaj, boste nalaganje preklicali."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Neveljavno ime. Znak '/' ni dovoljen."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr "pregledanih datotek"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr "napaka med pregledovanjem datotek"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Velikost"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Spremenjeno"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "mapa"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "mape"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "datoteka"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "datoteke"
 
@@ -207,7 +211,7 @@ msgstr "Mapa"
 msgid "From url"
 msgstr "Iz url naslova"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Naloži"
 
diff --git a/l10n/sl/files_sharing.po b/l10n/sl/files_sharing.po
index 54b84f8ba130aebd7c6c3199210a0dd3aaf2cd90..3003e48ccd2c2b9699994d75ffed65abc104644b 100644
--- a/l10n/sl/files_sharing.po
+++ b/l10n/sl/files_sharing.po
@@ -8,15 +8,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-01 02:01+0200\n"
-"PO-Revision-Date: 2012-08-31 14:15+0000\n"
-"Last-Translator: Peter Peroša <peter.perosa@gmail.com>\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"
 "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: sl\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3)\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -26,14 +26,24 @@ msgstr "Geslo"
 msgid "Submit"
 msgstr "Pošlji"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Prenesi"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Predogled ni na voljo za"
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "spletne storitve pod vašim nadzorom"
diff --git a/l10n/sl/files_versions.po b/l10n/sl/files_versions.po
index 716e97cbbd62e388ff34bc25f5d81bb7f3b8fe3d..ec3807cf82b47b8cef91de949075f8839710c68f 100644
--- a/l10n/sl/files_versions.po
+++ b/l10n/sl/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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 11:09+0000\n"
-"Last-Translator: Peter Peroša <peter.perosa@gmail.com>\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"
 "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Zastaraj vse različice"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Različice"
diff --git a/l10n/so/core.po b/l10n/so/core.po
index f34edceab57890de0d12b42b9da4b652420f4832..83743d071640793d204b1840d5fd03879b5fb602 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +29,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -101,10 +105,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr ""
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -190,10 +294,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr ""
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr ""
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr ""
@@ -235,11 +335,11 @@ msgstr ""
 msgid "Finish setup"
 msgstr ""
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr ""
 
diff --git a/l10n/so/files.po b/l10n/so/files.po
index 331c5b9de899647859400cae57b98a9fb1c83692..56d0c680464083ccb0325e7c764076d200f6ae56 100644
--- a/l10n/so/files.po
+++ b/l10n/so/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -59,39 +59,43 @@ msgstr ""
 msgid "Delete"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -107,7 +111,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -115,44 +119,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr ""
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr ""
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -204,7 +208,7 @@ msgstr ""
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr ""
 
diff --git a/l10n/so/files_sharing.po b/l10n/so/files_sharing.po
index dbbd4da2842faf70335f1f95bd3562d910a1dca8..ff0fc169de1bc444695878a26f695056c5bd68b7 100644
--- a/l10n/so/files_sharing.po
+++ b/l10n/so/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:04+0000\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"
 "Language-Team: Somali (http://www.transifex.com/projects/p/owncloud/language/so/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: so\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/so/files_versions.po b/l10n/so/files_versions.po
index 194dbdb067fc75a171b874b3e4ea5c4a3b096b5e..6be7c168847f12358a93917343233b06a6ae51d0 100644
--- a/l10n/so/files_versions.po
+++ b/l10n/so/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Somali (http://www.transifex.com/projects/p/owncloud/language/so/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/sr/core.po b/l10n/sr/core.po
index 2e4f99fe345536462808ee443f4e3e00e8863c1c..b7bf53c473e70fa030ecba945773875184159a41 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +30,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Подешавања"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -102,10 +106,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Лозинка"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -191,10 +295,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr "Направи <strong>административни налог</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Лозинка"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Напредно"
@@ -236,11 +336,11 @@ msgstr "Домаћин базе"
 msgid "Finish setup"
 msgstr "Заврши подешавање"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "веб сервиси под контролом"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Одјава"
 
diff --git a/l10n/sr/files.po b/l10n/sr/files.po
index f047ac6ad40bbb264d17f03141e41ab177cbb19b..9448d408c2f18c9530db84bb4d500c7ad76a9ae4 100644
--- a/l10n/sr/files.po
+++ b/l10n/sr/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -60,39 +60,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Обриши"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -108,7 +112,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -116,44 +120,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Величина"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Задња измена"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -205,7 +209,7 @@ msgstr "фасцикла"
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Пошаљи"
 
diff --git a/l10n/sr/files_sharing.po b/l10n/sr/files_sharing.po
index c1bbe16e93912f073af20d37458d97d14ace2f73..36c9d0ac46714f72ad4b9603fe51dc627d03a80c 100644
--- a/l10n/sr/files_sharing.po
+++ b/l10n/sr/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: sr\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/sr/files_versions.po b/l10n/sr/files_versions.po
index 4018647302880b0d53f7fd7687188de4c941b335..592163313fce3945ab90f07b99542954da1fcd82 100644
--- a/l10n/sr/files_versions.po
+++ b/l10n/sr/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/sr@latin/core.po b/l10n/sr@latin/core.po
index c3541b058aa7c981aea8546685e31c999bcac03b..9af762b5fef1f7635a6934a380c33c723eb0b099 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +30,62 @@ msgstr ""
 msgid "This category already exists: "
 msgstr ""
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Podešavanja"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr ""
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr ""
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -102,10 +106,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Lozinka"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -191,10 +295,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr "Napravi <strong>administrativni nalog</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Lozinka"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Napredno"
@@ -236,11 +336,11 @@ msgstr "Domaćin baze"
 msgid "Finish setup"
 msgstr "Završi podešavanje"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr ""
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Odjava"
 
diff --git a/l10n/sr@latin/files.po b/l10n/sr@latin/files.po
index d99ba6a8803e393493219932e57807ac2e0020ac..8de8f62c45600dbe89a5c910af72415ea8515d8f 100644
--- a/l10n/sr@latin/files.po
+++ b/l10n/sr@latin/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -60,39 +60,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Obriši"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -108,7 +112,7 @@ msgstr ""
 msgid "Upload Error"
 msgstr ""
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -116,44 +120,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr ""
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr ""
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Veličina"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Zadnja izmena"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -205,7 +209,7 @@ msgstr ""
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Pošalji"
 
diff --git a/l10n/sr@latin/files_sharing.po b/l10n/sr@latin/files_sharing.po
index 7536a9cba885245aa43e70b0b34b21dd915c97b2..cd27899cfcbfc461492819397f884a56fc9aa3bb 100644
--- a/l10n/sr@latin/files_sharing.po
+++ b/l10n/sr@latin/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:03+0000\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"
 "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: sr@latin\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/sr@latin/files_versions.po b/l10n/sr@latin/files_versions.po
index 821c0e66076cd8e1093e7a886bb0826e3b4b786e..1f2db94b8adde2525db89a1989505c2c65f5a1a6 100644
--- a/l10n/sr@latin/files_versions.po
+++ b/l10n/sr@latin/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/sv/core.po b/l10n/sv/core.po
index 57ad5c15e418ad51c4c74da3e70719c0fb99bcee..7873089355763d1e52374675c30355439cc40c0b 100644
--- a/l10n/sv/core.po
+++ b/l10n/sv/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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -35,58 +35,62 @@ msgstr "Ingen kategori att lägga till?"
 msgid "This category already exists: "
 msgstr "Denna kategori finns redan:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Inställningar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Januari"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Februari"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Mars"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "April"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Maj"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Juni"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Juli"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Augusti"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "September"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Oktober"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "November"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "December"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Avbryt"
@@ -107,10 +111,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Inga kategorier valda för radering."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Fel"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Lösenord"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud lösenordsåterställning"
@@ -196,10 +300,6 @@ msgstr "Lägg till"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Skapa ett <strong>administratörskonto</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Lösenord"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Avancerat"
@@ -241,11 +341,11 @@ msgstr "Databasserver"
 msgid "Finish setup"
 msgstr "Avsluta installation"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "webbtjänster under din kontroll"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Logga ut"
 
diff --git a/l10n/sv/files.po b/l10n/sv/files.po
index 8a065ef01f349e21b43a15c1e370861eb3751ee8..5a27a5de8bbbd50bfdd95b765f4916a7e30f8548 100644
--- a/l10n/sv/files.po
+++ b/l10n/sv/files.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 10:56+0000\n"
-"Last-Translator: Magnus Höglund <magnus@linux.com>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -65,39 +65,43 @@ msgstr "Sluta dela"
 msgid "Delete"
 msgstr "Radera"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "finns redan"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "ersätt"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "föreslå namn"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "avbryt"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "ersatt"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "ångra"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "med"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "Ej delad"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "raderad"
 
@@ -113,7 +117,7 @@ msgstr "Kunde inte ladda upp dina filer eftersom det antingen är en mapp eller
 msgid "Upload Error"
 msgstr "Uppladdningsfel"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Väntar"
 
@@ -121,44 +125,44 @@ msgstr "Väntar"
 msgid "Upload cancelled."
 msgstr "Uppladdning avbruten."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Ogiltigt namn, '/' är inte tillåten."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr "filer skannade"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr "fel vid skanning"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Storlek"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Ändrad"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "mapp"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "mappar"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "fil"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "filer"
 
@@ -210,7 +214,7 @@ msgstr "Mapp"
 msgid "From url"
 msgstr "Från webbadress"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Ladda upp"
 
diff --git a/l10n/sv/files_sharing.po b/l10n/sv/files_sharing.po
index 1888512788beca3eba083ca12ab8a01684721187..14ceb3bf5d5793ed97c58f4cc2e23db60a3f4204 100644
--- a/l10n/sv/files_sharing.po
+++ b/l10n/sv/files_sharing.po
@@ -8,15 +8,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-01 02:01+0200\n"
-"PO-Revision-Date: 2012-08-31 08:24+0000\n"
-"Last-Translator: Magnus Höglund <magnus@linux.com>\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"
 "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"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: sv\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -26,14 +26,24 @@ msgstr "Lösenord"
 msgid "Submit"
 msgstr "Skicka"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Ladda ner"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Ingen förhandsgranskning tillgänglig för"
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "webbtjänster under din kontroll"
diff --git a/l10n/sv/files_versions.po b/l10n/sv/files_versions.po
index f78979b79a7c452889cc8f4bb4e3618d926d330a..34745cd24feeb32d8c5af7d30fbda65e16c18fbe 100644
--- a/l10n/sv/files_versions.po
+++ b/l10n/sv/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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 07:33+0000\n"
-"Last-Translator: Magnus Höglund <magnus@linux.com>\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"
 "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"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Upphör alla versioner"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Versioner"
diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot
index 3da643204cc70b5c5c9d660fea72e6d5e6339943..015b551e210307c0d2084697dffdc6ac9b6e9f49 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-21 02:02+0200\n"
+"POT-Creation-Date: 2012-09-22 01:14+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"
@@ -81,6 +81,10 @@ msgstr ""
 msgid "December"
 msgstr ""
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr ""
@@ -101,10 +105,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr ""
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr ""
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -190,10 +294,6 @@ msgstr ""
 msgid "Create an <strong>admin account</strong>"
 msgstr ""
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr ""
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr ""
diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot
index 5988309ac794398886570c00dfb5d7ff6fc23e5f..ba6bc6dc04a8c838fad754ad828a94ee98ec5500 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-21 02:02+0200\n"
+"POT-Creation-Date: 2012-09-22 01:13+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"
@@ -59,6 +59,10 @@ msgstr ""
 msgid "Delete"
 msgstr ""
 
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
 #: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
@@ -204,7 +208,7 @@ msgstr ""
 msgid "From url"
 msgstr ""
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr ""
 
diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot
index daeb636e2e8398217503b90ccf13cdb80efe7d44..741fb3611cf10118e05b9a735aa2ef5fe91e31dc 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-21 02:02+0200\n"
+"POT-Creation-Date: 2012-09-22 01:13+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 47e75c8fd4e5f650c491a16726e3a206f040066c..88791a0c73622fac164ebc9100d7ee2cb44ea817 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-21 02:02+0200\n"
+"POT-Creation-Date: 2012-09-22 01:14+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 38e3593cbc7451d8a81d9317a93f9e0357d78baa..50c205047b0b0aed40c6b48c466c93bd51a9fce2 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-21 02:02+0200\n"
+"POT-Creation-Date: 2012-09-22 01:14+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"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:10 templates/public.php:26
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:25
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:33
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot
index fcea4a7c6a016f4ee38e8c24673aa05ea86370fa..683525fdacefef34cf07ef87c17ea5683eef85c2 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-21 02:02+0200\n"
+"POT-Creation-Date: 2012-09-22 01:14+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"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot
index 8afa66abbda7ca37c2692ef3e9750e1078620a83..5fe21474560f25779cd0bcd488befc60ca1e05a4 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-21 02:02+0200\n"
+"POT-Creation-Date: 2012-09-22 01:14+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"
@@ -41,19 +41,19 @@ msgstr ""
 msgid "Admin"
 msgstr ""
 
-#: files.php:280
+#: files.php:309
 msgid "ZIP download is turned off."
 msgstr ""
 
-#: files.php:281
+#: files.php:310
 msgid "Files need to be downloaded one by one."
 msgstr ""
 
-#: files.php:281 files.php:306
+#: files.php:310 files.php:335
 msgid "Back to Files"
 msgstr ""
 
-#: files.php:305
+#: files.php:334
 msgid "Selected files too large to generate zip file."
 msgstr ""
 
diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot
index 80c99fad1cc32f677e7f3aa222050b74402e54b0..4c063162548ce448530edb86d602697b7f91c25a 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-21 02:02+0200\n"
+"POT-Creation-Date: 2012-09-22 01:14+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 0450ef1b723db9707c8680538fe859f841b54200..0add0c24ad343f1c52ff3bdc3b540fb42e91b764 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-21 02:02+0200\n"
+"POT-Creation-Date: 2012-09-22 01:14+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 57ee6a0d22992aa6790e9a58c387a7bc28a4f8cb..ea908570fe18eba32c30d4a8e1923e51214a9c85 100644
--- a/l10n/th_TH/core.po
+++ b/l10n/th_TH/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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -31,58 +31,62 @@ msgstr "ไม่มีหมวดหมู่ที่ต้องการเ
 msgid "This category already exists: "
 msgstr "หมวดหมู่นี้มีอยู่แล้ว: "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "ตั้งค่า"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "มกราคม"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "กุมภาพันธ์"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "มีนาคม"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "เมษายน"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "พฤษภาคม"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "มิถุนายน"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "กรกฏาคม"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "สิงหาคม"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "กันยายน"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "ตุลาคม"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "พฤศจิกายน"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "ธันวาคม"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "ยกเลิก"
@@ -103,10 +107,110 @@ msgstr "ตกลง"
 msgid "No categories selected for deletion."
 msgstr "ยังไม่ได้เลือกหมวดหมู่ที่ต้องการลบ"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "พบข้อผิดพลาด"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "รหัสผ่าน"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "รีเซ็ตรหัสผ่าน ownCloud"
@@ -192,10 +296,6 @@ msgstr "เพิ่ม"
 msgid "Create an <strong>admin account</strong>"
 msgstr "สร้าง <strong>บัญชีผู้ดูแลระบบ</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "รหัสผ่าน"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "ขั้นสูง"
@@ -237,11 +337,11 @@ msgstr "Database host"
 msgid "Finish setup"
 msgstr "ติดตั้งเรียบร้อยแล้ว"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "web services under your control"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "ออกจากระบบ"
 
diff --git a/l10n/th_TH/files.po b/l10n/th_TH/files.po
index 988beba4941fcec685c8188758d9d25dac0d8fd4..8d92e08793575f63f2ed10c0ecc9996b8436e679 100644
--- a/l10n/th_TH/files.po
+++ b/l10n/th_TH/files.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 08:41+0000\n"
-"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -61,39 +61,43 @@ msgstr "ยกเลิกการแชร์ข้อมูล"
 msgid "Delete"
 msgstr "ลบ"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "มีอยู่แล้ว"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "แทนที่"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "แนะนำชื่อ"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "ยกเลิก"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "แทนที่แล้ว"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "เลิกทำ"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "กับ"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "ยกเลิกการแชร์ข้อมูลแล้ว"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "ลบแล้ว"
 
@@ -109,7 +113,7 @@ msgstr "ไม่สามารถอัพโหลดไฟล์ของค
 msgid "Upload Error"
 msgstr "เกิดข้อผิดพลาดในการอัพโหลด"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "อยู่ระหว่างดำเนินการ"
 
@@ -117,44 +121,44 @@ msgstr "อยู่ระหว่างดำเนินการ"
 msgid "Upload cancelled."
 msgstr "การอัพโหลดถูกยกเลิก"
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก"
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "ชื่อที่ใช้ไม่ถูกต้อง '/' ไม่อนุญาตให้ใช้งาน"
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr "ไฟล์ต่างๆได้รับการสแกนแล้ว"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr "พบข้อผิดพลาดในระหว่างการสแกนไฟล์"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "ขนาด"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "ปรับปรุงล่าสุด"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "โฟลเดอร์"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "โฟลเดอร์"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "ไฟล์"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "ไฟล์"
 
@@ -206,7 +210,7 @@ msgstr "แฟ้มเอกสาร"
 msgid "From url"
 msgstr "จาก url"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "อัพโหลด"
 
diff --git a/l10n/th_TH/files_sharing.po b/l10n/th_TH/files_sharing.po
index 27aa8b2872a835855e1c4b2ea1200e623a6c486d..7aa1219faddb870ffdfa7673b1cf1095cb1c8bd9 100644
--- a/l10n/th_TH/files_sharing.po
+++ b/l10n/th_TH/files_sharing.po
@@ -8,15 +8,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-01 02:01+0200\n"
-"PO-Revision-Date: 2012-08-31 17:05+0000\n"
-"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\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"
 "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"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: th_TH\n"
-"Plural-Forms: nplurals=1; plural=0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -26,14 +26,24 @@ msgstr "รหัสผ่าน"
 msgid "Submit"
 msgstr "ส่ง"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "ดาวน์โหลด"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "ไม่สามารถดูตัวอย่างได้สำหรับ"
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้"
diff --git a/l10n/th_TH/files_versions.po b/l10n/th_TH/files_versions.po
index aa1ceaf157833ae68a97ea973d671b0f3697acf8..0a8bbe5c259d3b8a3a0b04d38611c23e94668817 100644
--- a/l10n/th_TH/files_versions.po
+++ b/l10n/th_TH/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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 05:39+0000\n"
-"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\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"
 "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"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "หมดอายุทุกรุ่น"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "รุ่น"
diff --git a/l10n/tr/core.po b/l10n/tr/core.po
index a715d982b63e68fbd534d7555e48f8b55ef772a3..81dc1feacf594708e6ecf10387222ff8df2eaeb7 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +32,62 @@ msgstr "Eklenecek kategori yok?"
 msgid "This category already exists: "
 msgstr "Bu kategori zaten mevcut: "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Ayarlar"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Ocak"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Şubat"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Mart"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Nisan"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Mayıs"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Haziran"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Temmuz"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Ağustos"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Eylül"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Ekim"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Kasım"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Aralık"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "İptal"
@@ -104,10 +108,110 @@ msgstr "Tamam"
 msgid "No categories selected for deletion."
 msgstr "Silmek için bir kategori seçilmedi"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Hata"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Parola"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud parola sıfırlama"
@@ -193,10 +297,6 @@ msgstr "Ekle"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Bir <strong>yönetici hesabı</strong> oluşturun"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Parola"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Gelişmiş"
@@ -238,11 +338,11 @@ msgstr "Veritabanı sunucusu"
 msgid "Finish setup"
 msgstr "Kurulumu tamamla"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "kontrolünüzdeki web servisleri"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Çıkış yap"
 
diff --git a/l10n/tr/files.po b/l10n/tr/files.po
index 5eba75eccb0431245a0e8c8ce562e7bceaf8ebd0..2ab1e1108d0ed0a6ef5403c0eb0fa039014747fc 100644
--- a/l10n/tr/files.po
+++ b/l10n/tr/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -63,39 +63,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Sil"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "zaten mevcut"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "değiştir"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "iptal"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "değiştirildi"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "geri al"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "ile"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "silindi"
 
@@ -111,7 +115,7 @@ msgstr "Dosyanızın boyutu 0 byte olduğundan veya bir dizin olduğundan yükle
 msgid "Upload Error"
 msgstr "Yükleme hatası"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Bekliyor"
 
@@ -119,44 +123,44 @@ msgstr "Bekliyor"
 msgid "Upload cancelled."
 msgstr "Yükleme iptal edildi."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Dosya yükleme işlemi sürüyor. Şimdi sayfadan ayrılırsanız işleminiz iptal olur."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Geçersiz isim, '/' işaretine izin verilmiyor."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Boyut"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Değiştirilme"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "dizin"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "dizinler"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "dosya"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "dosyalar"
 
@@ -208,7 +212,7 @@ msgstr "Klasör"
 msgid "From url"
 msgstr "Url'den"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Yükle"
 
diff --git a/l10n/tr/files_sharing.po b/l10n/tr/files_sharing.po
index 7f2243289375717deaf187f166a49bdc633223e9..fbf76ec640fbdb6f60bfe961b80e597e5abe1d3a 100644
--- a/l10n/tr/files_sharing.po
+++ b/l10n/tr/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:04+0000\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"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: tr\n"
-"Plural-Forms: nplurals=1; plural=0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/tr/files_versions.po b/l10n/tr/files_versions.po
index b358355e28a4482e46fd592818b65e899dd332ab..d9aaae9d168fd9ea6a1dcd28f302104851bdf7f0 100644
--- a/l10n/tr/files_versions.po
+++ b/l10n/tr/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/uk/core.po b/l10n/uk/core.po
index a544613a1897b6f32d6988603a893df923a69710..c7dfc830d861054c8ec960150e273907ffb99ce0 100644
--- a/l10n/uk/core.po
+++ b/l10n/uk/core.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-11 02:02+0200\n"
-"PO-Revision-Date: 2012-09-10 11:16+0000\n"
-"Last-Translator: VicDeo <victor.dubiniuk@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -84,6 +84,10 @@ msgstr "Листопад"
 msgid "December"
 msgstr "Грудень"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Відмінити"
@@ -104,10 +108,110 @@ msgstr ""
 msgid "No categories selected for deletion."
 msgstr ""
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Помилка"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Пароль"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr ""
@@ -193,10 +297,6 @@ msgstr "Додати"
 msgid "Create an <strong>admin account</strong>"
 msgstr ""
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Пароль"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr ""
diff --git a/l10n/uk/files.po b/l10n/uk/files.po
index a83100498ca5a7586201d441a08b445cd44d131a..3f9b0eed1dd0a9f9317d9d6206eae400e29762be 100644
--- a/l10n/uk/files.po
+++ b/l10n/uk/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -61,39 +61,43 @@ msgstr ""
 msgid "Delete"
 msgstr "Видалити"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr ""
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "відмінити"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "видалені"
 
@@ -109,7 +113,7 @@ msgstr "Неможливо завантажити ваш файл тому, що
 msgid "Upload Error"
 msgstr "Помилка завантаження"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Очікування"
 
@@ -117,44 +121,44 @@ msgstr "Очікування"
 msgid "Upload cancelled."
 msgstr "Завантаження перервано."
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr ""
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Некоректне ім'я, '/' не дозволено."
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Розмір"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Змінено"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "тека"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "теки"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "файл"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "файли"
 
@@ -206,7 +210,7 @@ msgstr "Папка"
 msgid "From url"
 msgstr "З URL"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Відвантажити"
 
diff --git a/l10n/uk/files_sharing.po b/l10n/uk/files_sharing.po
index 411329b93ce3965cd32d2a0b91f520e1c961d03d..bb4445339e0a3a5e447038ed6a5cecaf40e06863 100644
--- a/l10n/uk/files_sharing.po
+++ b/l10n/uk/files_sharing.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-11 02:02+0200\n"
-"PO-Revision-Date: 2012-09-10 10:38+0000\n"
-"Last-Translator: VicDeo <victor.dubiniuk@gmail.com>\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"
 "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,14 +26,24 @@ msgstr "Пароль"
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Завантажити"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/uk/files_versions.po b/l10n/uk/files_versions.po
index 15fa3309cdf00b25d0ffc55baa3a77d1646821c0..45b78595d4d48f134ff2672a0a16480d4c640a7b 100644
--- a/l10n/uk/files_versions.po
+++ b/l10n/uk/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/l10n/vi/core.po b/l10n/vi/core.po
index 4030732e1e4a64d5b2b1469a3d1effe33163105e..4a5eed0411d90af767bbab09dbcb898d03a273f0 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +30,62 @@ 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:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "Cài đặt"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "Tháng 1"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "Tháng 2"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "Tháng 3"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "Tháng 4"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "Tháng 5"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "Tháng 6"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "Tháng 7"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "Tháng 8"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "Tháng 9"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "Tháng 10"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "Tháng 11"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "Tháng 12"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "Hủy"
@@ -102,10 +106,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "Không có thể loại nào được chọn để xóa."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "Lỗi"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "Mật khẩu"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "Khôi phục mật khẩu Owncloud "
@@ -191,10 +295,6 @@ msgstr "Thêm"
 msgid "Create an <strong>admin account</strong>"
 msgstr "Tạo một <strong>tài khoản quản trị</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "Mật khẩu"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "Nâng cao"
@@ -236,11 +336,11 @@ msgstr "Database host"
 msgid "Finish setup"
 msgstr "Cài đặt hoàn tất"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 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:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "Đăng xuất"
 
diff --git a/l10n/vi/files.po b/l10n/vi/files.po
index 8c98054155160874429a5be47905f7411f829b86..2599fbabd8285535738bd13345913599104e9c38 100644
--- a/l10n/vi/files.po
+++ b/l10n/vi/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -61,39 +61,43 @@ msgstr "Không chia sẽ"
 msgid "Delete"
 msgstr "Xóa"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "đã tồn tại"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "thay thế"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "tên gợi ý"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "hủy"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "đã được thay thế"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "lùi lại"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "với"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "đã xóa"
 
@@ -109,7 +113,7 @@ msgstr "Không thể tải lên tập tin này do nó là một thư mục hoặ
 msgid "Upload Error"
 msgstr "Tải lên lỗi"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Chờ"
 
@@ -117,44 +121,44 @@ msgstr "Chờ"
 msgid "Upload cancelled."
 msgstr "Hủy tải lên"
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "Tập tin tải lên đang được xử lý. Nếu bạn rời khỏi trang bây giờ sẽ hủy quá trình này."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "Tên không hợp lệ ,không được phép dùng '/'"
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "Kích cỡ"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "Thay đổi"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "folder"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "folders"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "file"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "files"
 
@@ -206,7 +210,7 @@ msgstr "Folder"
 msgid "From url"
 msgstr "Từ url"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "Tải lên"
 
diff --git a/l10n/vi/files_sharing.po b/l10n/vi/files_sharing.po
index fd39b546fd5af0b03492c683fdaf8f75e997ce58..c30ea0ef9b0f69ba2e0001318cd61b841a4b19f9 100644
--- a/l10n/vi/files_sharing.po
+++ b/l10n/vi/files_sharing.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-08 02:02+0200\n"
-"PO-Revision-Date: 2012-09-07 14:58+0000\n"
-"Last-Translator: Sơn Nguyễn <sonnghit@gmail.com>\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"
 "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,14 +26,24 @@ msgstr "Mật khẩu"
 msgid "Submit"
 msgstr "Xác nhận"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "Tải về"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "Không có xem trước cho"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "dịch vụ web dưới sự kiểm soát của bạn"
diff --git a/l10n/vi/files_versions.po b/l10n/vi/files_versions.po
index 0ce200328c84eaf8b7c44814986cf0a88ff75802..d6a9e9ee7aaa607d08b89d1062a15f5157cb2972 100644
--- a/l10n/vi/files_versions.po
+++ b/l10n/vi/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n"
 "MIME-Version: 1.0\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "Hết hạn tất cả các phiên bản"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "Phiên bản"
diff --git a/l10n/zh_CN.GB2312/core.po b/l10n/zh_CN.GB2312/core.po
index b5a49cd5b24b8de531877a25dd4d9964c139209a..19aa6d0c44ffc73d507459b3c05e84a11b3e3714 100644
--- a/l10n/zh_CN.GB2312/core.po
+++ b/l10n/zh_CN.GB2312/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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 15:26+0000\n"
-"Last-Translator: marguerite su <i@marguerite.su>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -83,6 +83,10 @@ msgstr "十一月"
 msgid "December"
 msgstr "十二月"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "取消"
@@ -103,10 +107,110 @@ msgstr "好的"
 msgid "No categories selected for deletion."
 msgstr "没有选者要删除的分类."
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "错误"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "密码"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "私有云密码重置"
@@ -192,10 +296,6 @@ msgstr "添加"
 msgid "Create an <strong>admin account</strong>"
 msgstr "建立一个 <strong>管理帐户</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "密码"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "进阶"
diff --git a/l10n/zh_CN.GB2312/files.po b/l10n/zh_CN.GB2312/files.po
index bbf13e6f0f2594bd92de9bb6a6558b6d02301567..237eb0741fc61324bf642049ac7cdf3f8f370b60 100644
--- a/l10n/zh_CN.GB2312/files.po
+++ b/l10n/zh_CN.GB2312/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:02+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -61,39 +61,43 @@ msgstr "取消共享"
 msgid "Delete"
 msgstr "删除"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "已经存在了"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "替换"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "推荐名称"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "取消"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "替换过了"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "撤销"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "随着"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "已取消共享"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "删除"
 
@@ -109,7 +113,7 @@ msgstr "不能上传你指定的文件,可能因为它是个文件夹或者大
 msgid "Upload Error"
 msgstr "上传错误"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "Pending"
 
@@ -117,44 +121,44 @@ msgstr "Pending"
 msgid "Upload cancelled."
 msgstr "上传取消了"
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "文件正在上传。关闭页面会取消上传。"
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "非法文件名,\"/\"是不被许可的"
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
-msgstr ""
+msgstr "文件已扫描"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
-msgstr ""
+msgstr "扫描出错"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "大小"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "修改日期"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "文件夹"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "文件夹"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "文件"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "文件"
 
@@ -206,7 +210,7 @@ msgstr "文件夹"
 msgid "From url"
 msgstr "从URL:"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "上传"
 
diff --git a/l10n/zh_CN.GB2312/files_sharing.po b/l10n/zh_CN.GB2312/files_sharing.po
index e7446b305956d967a4b40315296d7b94eedbc24d..1509a1ab9e70f92b714e924b96c1bea7076fff85 100644
--- a/l10n/zh_CN.GB2312/files_sharing.po
+++ b/l10n/zh_CN.GB2312/files_sharing.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 10:46+0000\n"
-"Last-Translator: marguerite su <i@marguerite.su>\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"
 "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,14 +26,24 @@ msgstr "密码"
 msgid "Submit"
 msgstr "提交"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "下载"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "没有预览可用于"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr "您控制的网络服务"
diff --git a/l10n/zh_CN.GB2312/files_versions.po b/l10n/zh_CN.GB2312/files_versions.po
index e2016da8c6df8575da8eee6136e2f17b2c9f2c7b..f66d4f68bee23aa0a4c669a4dcfee632f2491a43 100644
--- a/l10n/zh_CN.GB2312/files_versions.po
+++ b/l10n/zh_CN.GB2312/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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 10:51+0000\n"
-"Last-Translator: marguerite su <i@marguerite.su>\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"
 "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "作废所有版本"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "版本"
diff --git a/l10n/zh_CN.GB2312/settings.po b/l10n/zh_CN.GB2312/settings.po
index c50d5b6546c88790f12b23e7a4f475d259e96e2c..97dbf49a9324f1440af1f8bfb81af368dd5aaa38 100644
--- a/l10n/zh_CN.GB2312/settings.po
+++ b/l10n/zh_CN.GB2312/settings.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-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-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 19:03+0000\n"
+"Last-Translator: marguerite su <i@marguerite.su>\n"
 "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -224,7 +224,7 @@ msgstr "回答"
 #: templates/personal.php:8
 #, php-format
 msgid "You have used <strong>%s</strong> of the available <strong>%s<strong>"
-msgstr ""
+msgstr "您已使用了 <strong>%s</strong>,总可用 <strong>%s<strong>"
 
 #: templates/personal.php:12
 msgid "Desktop and Mobile Syncing Clients"
@@ -236,7 +236,7 @@ msgstr "下载"
 
 #: templates/personal.php:19
 msgid "Your password was changed"
-msgstr ""
+msgstr "您的密码以变更"
 
 #: templates/personal.php:20
 msgid "Unable to change your password"
diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po
index 5ecd449a62096758f33c00cf25402104c8dd74d3..1cdc8ebf7384482fca497d05d230beacb4de926f 100644
--- a/l10n/zh_CN/core.po
+++ b/l10n/zh_CN/core.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-07 02:04+0200\n"
-"PO-Revision-Date: 2012-09-06 07:30+0000\n"
-"Last-Translator: hanfeng <appweb.cn@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -32,58 +32,62 @@ msgstr "没有可添加分类?"
 msgid "This category already exists: "
 msgstr "此分类已存在: "
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "设置"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "一月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "二月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "三月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "四月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "五月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "六月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "七月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "八月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "九月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "十月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "十一月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "十二月"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "取消"
@@ -104,10 +108,110 @@ msgstr "好"
 msgid "No categories selected for deletion."
 msgstr "没有选择要删除的类别"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "错误"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "密码"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "重置 ownCloud 密码"
@@ -193,10 +297,6 @@ msgstr "添加"
 msgid "Create an <strong>admin account</strong>"
 msgstr "创建<strong>管理员账号</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "密码"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "高级"
@@ -238,11 +338,11 @@ msgstr "数据库主机"
 msgid "Finish setup"
 msgstr "安装完成"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "由您掌控的网络服务"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "注销"
 
diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po
index 8d55cbc92486e7a41cb81d50f9c18a5328ba26b7..36473aea1c965bdb6da8e79634c0c2de943cc538 100644
--- a/l10n/zh_CN/files.po
+++ b/l10n/zh_CN/files.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-19 02:02+0200\n"
-"PO-Revision-Date: 2012-09-18 05:43+0000\n"
-"Last-Translator: hanfeng <appweb.cn@gmail.com>\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -62,39 +62,43 @@ msgstr "取消分享"
 msgid "Delete"
 msgstr "删除"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "已经存在"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "替换"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr "建议名称"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "取消"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr "已经替换"
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr "撤销"
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr "随着"
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr "已取消分享"
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr "已经删除"
 
@@ -110,7 +114,7 @@ msgstr "无法上传文件,因为它是一个目录或者大小为 0 字节"
 msgid "Upload Error"
 msgstr "上传错误"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr "操作等待中"
 
@@ -118,44 +122,44 @@ msgstr "操作等待中"
 msgid "Upload cancelled."
 msgstr "上传已取消"
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "文件正在上传中。现在离开此页会导致上传动作被取消。"
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "非法的名称,不允许使用‘/’。"
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr "已扫描文件"
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr "扫描时出错"
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "大小"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "修改日期"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr "文件夹"
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr "文件夹"
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr "文件"
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr "文件"
 
@@ -207,7 +211,7 @@ msgstr "文件夹"
 msgid "From url"
 msgstr "来自地址"
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "上传"
 
diff --git a/l10n/zh_CN/files_sharing.po b/l10n/zh_CN/files_sharing.po
index e6e603fc5acc9c0443d2dc779185e96ddc8516b0..0cf69de8ed6cf3c5a087b560cc5c1ffd5fc2cf41 100644
--- a/l10n/zh_CN/files_sharing.po
+++ b/l10n/zh_CN/files_sharing.po
@@ -7,15 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ownCloud\n"
 "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-31 02:02+0200\n"
-"PO-Revision-Date: 2012-08-31 00:04+0000\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"
 "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"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: zh_CN\n"
-"Plural-Forms: nplurals=1; plural=0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 
 #: templates/authenticate.php:4
 msgid "Password"
@@ -25,14 +25,24 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr ""
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr ""
 
-#: templates/public.php:23
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/zh_CN/files_versions.po b/l10n/zh_CN/files_versions.po
index 157efc0c27b35810e9053c495d7ef97501f4c900..eb613ae45cf271a287a6f7458b7f1f4e174f0d86 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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-17 16:01+0000\n"
-"Last-Translator: hanfeng <appweb.cn@gmail.com>\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"
 "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"
@@ -22,6 +22,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr "过期所有版本"
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr "版本"
diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po
index 72df7a953ccf8f8c81a09825d35dec95ba92c8f9..b5cc4be3a0146462dff93432c59e13bc3d1b3d47 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-06 02:02+0200\n"
-"PO-Revision-Date: 2012-09-06 00:03+0000\n"
+"POT-Creation-Date: 2012-09-22 01:14+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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,58 +31,62 @@ msgstr "無分類添加?"
 msgid "This category already exists: "
 msgstr "此分類已經存在:"
 
-#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61
+#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55
 msgid "Settings"
 msgstr "設定"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "January"
 msgstr "一月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "February"
 msgstr "二月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "March"
 msgstr "三月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "April"
 msgstr "四月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "May"
 msgstr "五月"
 
-#: js/js.js:593
+#: js/js.js:642
 msgid "June"
 msgstr "六月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "July"
 msgstr "七月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "August"
 msgstr "八月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "September"
 msgstr "九月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "October"
 msgstr "十月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "November"
 msgstr "十一月"
 
-#: js/js.js:594
+#: js/js.js:643
 msgid "December"
 msgstr "十二月"
 
+#: js/oc-dialogs.js:123
+msgid "Choose"
+msgstr ""
+
 #: js/oc-dialogs.js:143 js/oc-dialogs.js:163
 msgid "Cancel"
 msgstr "取消"
@@ -103,10 +107,110 @@ msgstr "Ok"
 msgid "No categories selected for deletion."
 msgstr "沒選擇要刪除的分類"
 
-#: js/oc-vcategories.js:68
+#: js/oc-vcategories.js:68 js/share.js:114 js/share.js:121 js/share.js:485
 msgid "Error"
 msgstr "錯誤"
 
+#: js/share.js:103
+msgid "Error while sharing"
+msgstr ""
+
+#: js/share.js:114
+msgid "Error while unsharing"
+msgstr ""
+
+#: js/share.js:121
+msgid "Error while changing permissions"
+msgstr ""
+
+#: js/share.js:130
+#, perl-format
+msgid "Shared with you and the group %s by %s"
+msgstr ""
+
+#: js/share.js:132
+#, perl-format
+msgid "Shared with you by %s"
+msgstr ""
+
+#: js/share.js:137
+msgid "Share with"
+msgstr ""
+
+#: js/share.js:142
+msgid "Share with link"
+msgstr ""
+
+#: js/share.js:143
+msgid "Password protect"
+msgstr ""
+
+#: js/share.js:147 templates/installation.php:30 templates/login.php:13
+msgid "Password"
+msgstr "密碼"
+
+#: js/share.js:152
+msgid "Set expiration date"
+msgstr ""
+
+#: js/share.js:153
+msgid "Expiration date"
+msgstr ""
+
+#: js/share.js:182
+#, perl-format
+msgid "Share via email: %s"
+msgstr ""
+
+#: js/share.js:184
+msgid "No people found"
+msgstr ""
+
+#: js/share.js:210
+msgid "Resharing is not allowed"
+msgstr ""
+
+#: js/share.js:246
+#, perl-format
+msgid "Shared in %s with %s"
+msgstr ""
+
+#: js/share.js:267
+msgid "Unshare"
+msgstr ""
+
+#: js/share.js:275
+msgid "can edit"
+msgstr ""
+
+#: js/share.js:277
+msgid "access control"
+msgstr ""
+
+#: js/share.js:280
+msgid "create"
+msgstr ""
+
+#: js/share.js:283
+msgid "update"
+msgstr ""
+
+#: js/share.js:286
+msgid "delete"
+msgstr ""
+
+#: js/share.js:289
+msgid "share"
+msgstr ""
+
+#: js/share.js:313 js/share.js:463
+msgid "Password protected"
+msgstr ""
+
+#: js/share.js:485
+msgid "Error setting expiration date"
+msgstr ""
+
 #: lostpassword/index.php:26
 msgid "ownCloud password reset"
 msgstr "ownCloud 密碼重設"
@@ -192,10 +296,6 @@ msgstr "添加"
 msgid "Create an <strong>admin account</strong>"
 msgstr "建立一個<strong>管理者帳號</strong>"
 
-#: templates/installation.php:30 templates/login.php:13
-msgid "Password"
-msgstr "密碼"
-
 #: templates/installation.php:36
 msgid "Advanced"
 msgstr "進階"
@@ -237,11 +337,11 @@ msgstr "資料庫主機"
 msgid "Finish setup"
 msgstr "完成設定"
 
-#: templates/layout.guest.php:42
+#: templates/layout.guest.php:36
 msgid "web services under your control"
 msgstr "網路服務已在你控制"
 
-#: templates/layout.user.php:45
+#: templates/layout.user.php:39
 msgid "Log out"
 msgstr "登出"
 
diff --git a/l10n/zh_TW/files.po b/l10n/zh_TW/files.po
index de69e6ab161f5a6fb23e9fae4e85b07c3854dff3..04eb07ba0d4c41b5ce4128e124de36b287be6148 100644
--- a/l10n/zh_TW/files.po
+++ b/l10n/zh_TW/files.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-18 02:01+0200\n"
-"PO-Revision-Date: 2012-09-18 00:01+0000\n"
+"POT-Creation-Date: 2012-09-22 01:13+0200\n"
+"PO-Revision-Date: 2012-09-21 23:14+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"
@@ -62,39 +62,43 @@ msgstr ""
 msgid "Delete"
 msgstr "刪除"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/fileactions.js:182
+msgid "Rename"
+msgstr ""
+
+#: js/filelist.js:188 js/filelist.js:190
 msgid "already exists"
 msgstr "已經存在"
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "replace"
 msgstr "取代"
 
-#: js/filelist.js:186
+#: js/filelist.js:188
 msgid "suggest name"
 msgstr ""
 
-#: js/filelist.js:186 js/filelist.js:188
+#: js/filelist.js:188 js/filelist.js:190
 msgid "cancel"
 msgstr "取消"
 
-#: js/filelist.js:235 js/filelist.js:237
+#: js/filelist.js:237 js/filelist.js:239
 msgid "replaced"
 msgstr ""
 
-#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:267 js/filelist.js:269
+#: js/filelist.js:237 js/filelist.js:239 js/filelist.js:271 js/filelist.js:273
 msgid "undo"
 msgstr ""
 
-#: js/filelist.js:237
+#: js/filelist.js:239
 msgid "with"
 msgstr ""
 
-#: js/filelist.js:267
+#: js/filelist.js:271
 msgid "unshared"
 msgstr ""
 
-#: js/filelist.js:269
+#: js/filelist.js:273
 msgid "deleted"
 msgstr ""
 
@@ -110,7 +114,7 @@ msgstr "無法上傳您的檔案因為它可能是一個目錄或檔案大小為
 msgid "Upload Error"
 msgstr "上傳發生錯誤"
 
-#: js/files.js:236 js/files.js:341 js/files.js:370
+#: js/files.js:236 js/files.js:341 js/files.js:371
 msgid "Pending"
 msgstr ""
 
@@ -118,44 +122,44 @@ msgstr ""
 msgid "Upload cancelled."
 msgstr "上傳取消"
 
-#: js/files.js:423
+#: js/files.js:424
 msgid ""
 "File upload is in progress. Leaving the page now will cancel the upload."
 msgstr "檔案上傳中. 離開此頁面將會取消上傳."
 
-#: js/files.js:493
+#: js/files.js:494
 msgid "Invalid name, '/' is not allowed."
 msgstr "無效的名稱, '/'是不被允許的"
 
-#: js/files.js:666
+#: js/files.js:667
 msgid "files scanned"
 msgstr ""
 
-#: js/files.js:674
+#: js/files.js:675
 msgid "error while scanning"
 msgstr ""
 
-#: js/files.js:748 templates/index.php:56
+#: js/files.js:749 templates/index.php:56
 msgid "Size"
 msgstr "大小"
 
-#: js/files.js:749 templates/index.php:58
+#: js/files.js:750 templates/index.php:58
 msgid "Modified"
 msgstr "修改"
 
-#: js/files.js:776
+#: js/files.js:777
 msgid "folder"
 msgstr ""
 
-#: js/files.js:778
+#: js/files.js:779
 msgid "folders"
 msgstr ""
 
-#: js/files.js:786
+#: js/files.js:787
 msgid "file"
 msgstr ""
 
-#: js/files.js:788
+#: js/files.js:789
 msgid "files"
 msgstr ""
 
@@ -207,7 +211,7 @@ msgstr "資料夾"
 msgid "From url"
 msgstr "由 url "
 
-#: templates/index.php:21
+#: templates/index.php:20
 msgid "Upload"
 msgstr "上傳"
 
diff --git a/l10n/zh_TW/files_sharing.po b/l10n/zh_TW/files_sharing.po
index 0b9f8057b53ec0565b01e69a882f85c464f33112..8db01e4d10823ebf066636b31c7379664f4e2b8d 100644
--- a/l10n/zh_TW/files_sharing.po
+++ b/l10n/zh_TW/files_sharing.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-12 02:01+0200\n"
-"PO-Revision-Date: 2012-09-11 15:56+0000\n"
-"Last-Translator: Jeff5555 <wu0809@msn.com>\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"
 "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,14 +26,24 @@ msgstr "密碼"
 msgid "Submit"
 msgstr "送出"
 
-#: templates/public.php:9 templates/public.php:19
+#: templates/public.php:9
+#, php-format
+msgid "%s shared the folder %s with you"
+msgstr ""
+
+#: templates/public.php:11
+#, php-format
+msgid "%s shared the file %s with you"
+msgstr ""
+
+#: templates/public.php:14 templates/public.php:30
 msgid "Download"
 msgstr "下載"
 
-#: templates/public.php:18
+#: templates/public.php:29
 msgid "No preview available for"
 msgstr "無法預覽"
 
-#: templates/public.php:25
+#: templates/public.php:37
 msgid "web services under your control"
 msgstr ""
diff --git a/l10n/zh_TW/files_versions.po b/l10n/zh_TW/files_versions.po
index eedc03d79ecf39fa09474907c55f5c07e49044af..ed8a55656760411be88959f5097282346638a756 100644
--- a/l10n/zh_TW/files_versions.po
+++ b/l10n/zh_TW/files_versions.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-17 02:02+0200\n"
-"PO-Revision-Date: 2012-09-17 00:04+0000\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"
 "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,10 @@ msgstr ""
 msgid "Expire all versions"
 msgstr ""
 
+#: js/versions.js:16
+msgid "History"
+msgstr ""
+
 #: templates/settings-personal.php:4
 msgid "Versions"
 msgstr ""
diff --git a/lib/l10n/sk_SK.php b/lib/l10n/sk_SK.php
new file mode 100644
index 0000000000000000000000000000000000000000..33b329c30bbf7e6ab63cf402131684969ec6e85e
--- /dev/null
+++ b/lib/l10n/sk_SK.php
@@ -0,0 +1,25 @@
+<?php $TRANSLATIONS = array(
+"Help" => "Pomoc",
+"Personal" => "Osobné",
+"Settings" => "Nastavenia",
+"Users" => "Užívatelia",
+"Apps" => "Aplikácie",
+"Admin" => "Správca",
+"ZIP download is turned off." => "Sťahovanie súborov ZIP je vypnuté.",
+"Files need to be downloaded one by one." => "Súbory musia byť nahrávané jeden za druhým.",
+"Back to Files" => "Späť na súbory",
+"Selected files too large to generate zip file." => "Zvolené súbory sú príliž veľké na vygenerovanie zip súboru.",
+"Application is not enabled" => "Aplikácia nie je zapnutá",
+"Authentication error" => "Chyba autentifikácie",
+"1 minute ago" => "pred 1 minútou",
+"%d minutes ago" => "pred %d minútami",
+"today" => "dnes",
+"yesterday" => "včera",
+"%d days ago" => "pred %d dňami",
+"last month" => "minulý mesiac",
+"months ago" => "pred mesiacmi",
+"last year" => "minulý rok",
+"years ago" => "pred rokmi",
+"up to date" => "aktuálny",
+"updates check is disabled" => "sledovanie aktualizácií je vypnuté"
+);
diff --git a/settings/l10n/ca.php b/settings/l10n/ca.php
index ebb1b6cbca9025c198ca3edbc453b5c309168b67..54bfdecde740add0e63c9e7bc724eda3d608721d 100644
--- a/settings/l10n/ca.php
+++ b/settings/l10n/ca.php
@@ -20,7 +20,10 @@
 "Security Warning" => "Avís de seguretat",
 "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "La carpeta de dades i els vostres fitxersprobablement són accessibles des d'Internet. La fitxer .htaccess que ownCloud proporciona no funciona. Us recomanem que configureu el servidor web de tal manera que la carpeta de dades no sigui accessible o que moveu la carpeta de dades fora de l'arrel de documents del servidor web.",
 "Cron" => "Cron",
+"Execute one task with each page loaded" => "Executar una tasca de cada pàgina carregada",
 "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php està registrat en un servei webcron. Feu una crida a la pàgina cron.php a l'arrel de ownCloud cada minut a través de http.",
+"Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Utilitzeu el sistema de servei cron. Cridar el arxiu cron.php de la carpeta owncloud cada minut utilitzant el sistema de tasques cron.",
+"Sharing" => "Compartir",
 "Enable Share API" => "Activa l'API de compartir",
 "Allow apps to use the Share API" => "Permet que les aplicacions usin l'API de compartir",
 "Allow links" => "Permet enllaços",
@@ -42,8 +45,10 @@
 "Problems connecting to help database." => "Problemes per connectar amb la base de dades d'ajuda.",
 "Go there manually." => "Vés-hi manualment.",
 "Answer" => "Resposta",
+"You have used <strong>%s</strong> of the available <strong>%s<strong>" => "Ha utilitzat <strong>%s</strong> de la <strong>%s</strong> disponible",
 "Desktop and Mobile Syncing Clients" => "Clients de sincronització d'escriptori i de mòbil",
 "Download" => "Baixada",
+"Your password was changed" => "La seva contrasenya s'ha canviat",
 "Unable to change your password" => "No s'ha pogut canviar la contrasenya",
 "Current password" => "Contrasenya actual",
 "New password" => "Contrasenya nova",
diff --git a/settings/l10n/ro.php b/settings/l10n/ro.php
index e33d1189915b78ea8bc6f32029a5f1677d11ebd7..ee0d804716b31a2f4bb4a8bb673c81bbcb1ad3ae 100644
--- a/settings/l10n/ro.php
+++ b/settings/l10n/ro.php
@@ -45,8 +45,10 @@
 "Problems connecting to help database." => "Probleme de conectare la baza de date.",
 "Go there manually." => "Pe cale manuală.",
 "Answer" => "Răspuns",
+"You have used <strong>%s</strong> of the available <strong>%s<strong>" => "Ai utilizat <strong>%s</strong> din <strong>%s<strong> spațiu disponibil",
 "Desktop and Mobile Syncing Clients" => "Clienți de sincronizare pentru telefon mobil și desktop",
 "Download" => "Descărcări",
+"Your password was changed" => "Parola a fost modificată",
 "Unable to change your password" => "Imposibil de-ați schimbat parola",
 "Current password" => "Parola curentă",
 "New password" => "Noua parolă",
diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php
index 2cf912eb0045befb8dcad881938d8ca66311fea6..ebbd495df7b1829de91ff8a36fe037f79c340fd1 100644
--- a/settings/l10n/sk_SK.php
+++ b/settings/l10n/sk_SK.php
@@ -1,26 +1,47 @@
 <?php $TRANSLATIONS = array(
+"Unable to load list from App Store" => "Nie je možné nahrať zoznam z App Store",
+"Authentication error" => "Chyba pri autentifikácii",
+"Group already exists" => "Skupina už existuje",
+"Unable to add group" => "Nie je možné pridať skupinu",
+"Could not enable app. " => "Nie je možné zapnúť aplikáciu.",
 "Email saved" => "Email uložený",
 "Invalid email" => "Neplatný email",
 "OpenID Changed" => "OpenID zmenené",
 "Invalid request" => "Neplatná požiadavka",
+"Unable to delete group" => "Nie je možné zmazať skupinu",
+"Unable to delete user" => "Nie je možné zmazať užívateľa",
 "Language changed" => "Jazyk zmenený",
+"Unable to add user to group %s" => "Nie je možné pridať užívateľa do skupiny %s",
+"Unable to remove user from group %s" => "Nie je možné zmazať užívateľa zo skupiny %s",
 "Disable" => "Zakázať",
 "Enable" => "Povoliť",
 "Saving..." => "Ukladám...",
 "__language_name__" => "Slovensky",
+"Security Warning" => "Bezpečnostné varovanie",
+"Sharing" => "Zdieľanie",
+"Enable Share API" => "Zapnúť API zdieľania",
+"Allow apps to use the Share API" => "Povoliť aplikáciam používať API pre zdieľanie",
+"Allow links" => "Povoliť odkazy",
+"Allow users to share items to the public with links" => "Povoliť užívateľom zdieľať obsah pomocou verejných odkazov",
+"Allow resharing" => "Povoliť opakované zdieľanie",
+"Allow users to share with anyone" => "Povoliť užívateľom zdieľať s každým",
+"Allow users to only share with users in their groups" => "Povoliť užívateľom zdieľanie iba s užívateľmi ich vlastnej skupiny",
 "Log" => "Záznam",
 "More" => "Viac",
 "Add your App" => "Pridať vašu aplikáciu",
 "Select an App" => "Vyberte aplikáciu",
 "See application page at apps.owncloud.com" => "Pozrite si stránku aplikácie na apps.owncloud.com",
+"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licencované <span class=\"author\"></span>",
 "Documentation" => "Dokumentácia",
 "Managing Big Files" => "Spravovanie veľké súbory",
 "Ask a question" => "Opýtajte sa otázku",
 "Problems connecting to help database." => "Problémy spojené s pomocnou databázou.",
 "Go there manually." => "Prejsť tam ručne.",
 "Answer" => "Odpoveď",
+"You have used <strong>%s</strong> of the available <strong>%s<strong>" => "Použili ste <strong>%s</strong> dostupného <strong>%s<strong>",
 "Desktop and Mobile Syncing Clients" => "Klienti pre synchronizáciu",
 "Download" => "Stiahnúť",
+"Your password was changed" => "Heslo bolo zmenené",
 "Unable to change your password" => "Nedokážem zmeniť vaše heslo",
 "Current password" => "Aktuálne heslo",
 "New password" => "Nové heslo",
@@ -38,6 +59,7 @@
 "Create" => "Vytvoriť",
 "Default Quota" => "Predvolená kvóta",
 "Other" => "Iné",
+"Group Admin" => "Správca skupiny",
 "Quota" => "Kvóta",
 "Delete" => "Odstrániť"
 );
diff --git a/settings/l10n/zh_CN.GB2312.php b/settings/l10n/zh_CN.GB2312.php
index 626fd5786c171e8390609090b9cecf37bd2d31f3..26bfbbd7ae50e9fdd1929af60f778fed409d2794 100644
--- a/settings/l10n/zh_CN.GB2312.php
+++ b/settings/l10n/zh_CN.GB2312.php
@@ -45,8 +45,10 @@
 "Problems connecting to help database." => "连接到帮助数据库时的问题",
 "Go there manually." => "收到转到.",
 "Answer" => "回答",
+"You have used <strong>%s</strong> of the available <strong>%s<strong>" => "您已使用了 <strong>%s</strong>,总可用 <strong>%s<strong>",
 "Desktop and Mobile Syncing Clients" => "桌面和移动同步客户端",
 "Download" => "下载",
+"Your password was changed" => "您的密码以变更",
 "Unable to change your password" => "不能改变你的密码",
 "Current password" => "现在的密码",
 "New password" => "新密码",