diff --git a/apps/files/l10n/ar.php b/apps/files/l10n/ar.php
index 67a3414819b..b5bfa6c0bb3 100644
--- a/apps/files/l10n/ar.php
+++ b/apps/files/l10n/ar.php
@@ -13,10 +13,14 @@ $TRANSLATIONS = array(
"Missing a temporary folder" => "المجلد المؤقت غير موجود",
"Failed to write to disk" => "خطأ في الكتابة على القرص الصلب",
"Not enough storage available" => "لا يوجد مساحة تخزينية كافية",
+"Upload failed. Could not get file info." => "فشلت عملية الرفع. تعذر الحصول على معلومات الملف.",
+"Upload failed. Could not find uploaded file" => "*فشلت علمية الرفع. تعذر إيجاد الملف الذي تم رفعه.\n*فشلت علمية التحميل. تعذر إيجاد الملف الذي تم تحميله.",
"Invalid directory." => "مسار غير صحيح.",
"Files" => "الملفات",
+"Unable to upload {filename} as it is a directory or has 0 bytes" => "تعذر رفع الملف {filename} إما لأنه مجلد أو لان حجم الملف 0 بايت",
"Not enough space available" => "لا توجد مساحة كافية",
"Upload cancelled." => "تم إلغاء عملية رفع الملفات .",
+"Could not get result from server." => "تعذر الحصول على نتيجة من الخادم",
"File upload is in progress. Leaving the page now will cancel the upload." => "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.",
"URL cannot be empty." => "عنوان ال URL لا يجوز أن يكون فارغا.",
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "تسمية ملف غير صالحة. استخدام الاسم \"shared\" محجوز بواسطة ownCloud",
@@ -31,20 +35,24 @@ $TRANSLATIONS = array(
"cancel" => "إلغاء",
"replaced {new_name} with {old_name}" => "استبدل {new_name} بـ {old_name}",
"undo" => "تراجع",
-"_%n folder_::_%n folders_" => array("","","","","",""),
-"_%n file_::_%n files_" => array("","","","","",""),
+"_%n folder_::_%n folders_" => array("لا يوجد مجلدات %n","1 مجلد %n","2 مجلد %n","عدد قليل من مجلدات %n","عدد كبير من مجلدات %n","مجلدات %n"),
+"_%n file_::_%n files_" => array("لا يوجد ملفات %n","ملف %n","2 ملف %n","قليل من ملفات %n","الكثير من ملفات %n"," ملفات %n"),
"{dirs} and {files}" => "{dirs} و {files}",
-"_Uploading %n file_::_Uploading %n files_" => array("","","","","",""),
+"_Uploading %n file_::_Uploading %n files_" => array("لا يوجد ملفات %n لتحميلها","تحميل 1 ملف %n","تحميل 2 ملف %n","يتم تحميل عدد قليل من ملفات %n","يتم تحميل عدد كبير من ملفات %n","يتم تحميل ملفات %n"),
"'.' is an invalid file name." => "\".\" اسم ملف غير صحيح.",
"File name cannot be empty." => "اسم الملف لا يجوز أن يكون فارغا",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "اسم غير صحيح , الرموز '\\', '/', '<', '>', ':', '\"', '|', '?' و \"*\" غير مسموح استخدامها",
"Your storage is full, files can not be updated or synced anymore!" => "مساحتك التخزينية ممتلئة, لا يمكم تحديث ملفاتك أو مزامنتها بعد الآن !",
"Your storage is almost full ({usedSpacePercent}%)" => "مساحتك التخزينية امتلأت تقريبا ",
+"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "تم تمكين تشفير البرامج لكن لم يتم تهيئة المفاتيح لذا يرجى تسجيل الخروج ثم تسجيل الدخول مرة آخرى.",
+"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "المفتاح الخاص بتشفير التطبيقات غير صالح. يرجى تحديث كلمة السر الخاصة بالمفتاح الخاص من الإعدادت الشخصية حتى تتمكن من الوصول للملفات المشفرة.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "تم تعطيل التشفير لكن ملفاتك لا تزال مشفرة. فضلا اذهب إلى الإعدادات الشخصية لإزالة التشفير عن ملفاتك.",
"Your download is being prepared. This might take some time if the files are big." => "جاري تجهيز عملية التحميل. قد تستغرق بعض الوقت اذا كان حجم الملفات كبير.",
+"Error moving file" => "حدث خطأ أثناء نقل الملف",
"Name" => "اسم",
"Size" => "حجم",
"Modified" => "معدل",
+"%s could not be renamed" => "%s لا يمكن إعادة تسميته. ",
"Upload" => "رفع",
"File handling" => "التعامل مع الملف",
"Maximum upload size" => "الحد الأقصى لحجم الملفات التي يمكن رفعها",
diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php
index c2a20931ba0..027747c6cc5 100644
--- a/apps/files/l10n/da.php
+++ b/apps/files/l10n/da.php
@@ -13,10 +13,14 @@ $TRANSLATIONS = array(
"Missing a temporary folder" => "Manglende midlertidig mappe.",
"Failed to write to disk" => "Fejl ved skrivning til disk.",
"Not enough storage available" => "Der er ikke nok plads til rådlighed",
+"Upload failed. Could not get file info." => "Upload fejlede. Kunne ikke hente filinformation.",
+"Upload failed. Could not find uploaded file" => "Upload fejlede. Kunne ikke finde den uploadede fil.",
"Invalid directory." => "Ugyldig mappe.",
"Files" => "Filer",
+"Unable to upload {filename} as it is a directory or has 0 bytes" => "Kan ikke upload {filename} da det er enten en mappe eller indholder 0 bytes.",
"Not enough space available" => "ikke nok tilgængelig ledig plads ",
"Upload cancelled." => "Upload afbrudt.",
+"Could not get result from server." => "Kunne ikke hente resultat fra server.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Fil upload kører. Hvis du forlader siden nu, vil uploadet blive annuleret.",
"URL cannot be empty." => "URLen kan ikke være tom.",
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "Ugyldigt mappenavn. Brug af 'Shared' er forbeholdt af ownCloud",
@@ -42,6 +46,7 @@ $TRANSLATIONS = array(
"Your storage is almost full ({usedSpacePercent}%)" => "Din opbevaringsplads er næsten fyldt op ({usedSpacePercent}%)",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Krypteringen blev deaktiveret, men dine filer er stadig krypteret. Gå venligst til dine personlige indstillinger for at dekryptere dine filer. ",
"Your download is being prepared. This might take some time if the files are big." => "Dit download forberedes. Dette kan tage lidt tid ved større filer.",
+"Error moving file" => "Fejl ved flytning af fil",
"Name" => "Navn",
"Size" => "Størrelse",
"Modified" => "Ændret",
diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php
index 143a5efc3da..8c5f4634b4d 100644
--- a/apps/files/l10n/de.php
+++ b/apps/files/l10n/de.php
@@ -44,6 +44,8 @@ $TRANSLATIONS = array(
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.",
"Your storage is full, files can not be updated or synced anymore!" => "Dein Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!",
"Your storage is almost full ({usedSpacePercent}%)" => "Dein Speicher ist fast voll ({usedSpacePercent}%)",
+"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Verschlüsselung-App ist aktiviert aber Deine Schlüssel sind nicht initialisiert. Bitte melden sich nochmals ab und wieder an.",
+"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ungültiger privater Schlüssel für die Verschlüsselung-App. Bitte aktualisiere dein privates Schlüssel-Passwort um den Zugriff auf Deine verschlüsselten Dateien wiederherzustellen.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Die Verschlüsselung wurde deaktiviert, jedoch sind deine Dateien nach wie vor verschlüsselt. Bitte gehe zu deinen persönlichen Einstellungen, um deine Dateien zu entschlüsseln.",
"Your download is being prepared. This might take some time if the files are big." => "Dein Download wird vorbereitet. Dies kann bei größeren Dateien etwas dauern.",
"Error moving file" => "Fehler beim Verschieben der Datei",
diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php
index c58cb4bbe3e..ff9420703fb 100644
--- a/apps/files/l10n/de_DE.php
+++ b/apps/files/l10n/de_DE.php
@@ -44,6 +44,8 @@ $TRANSLATIONS = array(
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.",
"Your storage is full, files can not be updated or synced anymore!" => "Ihr Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!",
"Your storage is almost full ({usedSpacePercent}%)" => "Ihr Speicher ist fast voll ({usedSpacePercent}%)",
+"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Verschlüsselung-App ist aktiviert aber Ihre Schlüssel sind nicht initialisiert. Bitte melden sich nochmals ab und wieder an.",
+"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ungültiger privater Schlüssel für die Verschlüsselung-App. Bitte aktualisieren Sie Ihr privates Schlüssel-Passwort um den Zugriff auf Ihre verschlüsselten Dateien wiederherzustellen.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Die Verschlüsselung wurde deaktiviert, jedoch sind Ihre Dateien nach wie vor verschlüsselt. Bitte gehen Sie zu Ihren persönlichen Einstellungen, um Ihre Dateien zu entschlüsseln.",
"Your download is being prepared. This might take some time if the files are big." => "Ihr Download wird vorbereitet. Dies kann bei größeren Dateien etwas dauern.",
"Error moving file" => "Fehler beim Verschieben der Datei",
diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php
index 90d760587d9..bfed4b22276 100644
--- a/apps/files/l10n/es.php
+++ b/apps/files/l10n/es.php
@@ -13,10 +13,14 @@ $TRANSLATIONS = array(
"Missing a temporary folder" => "Falta la carpeta temporal",
"Failed to write to disk" => "Falló al escribir al disco",
"Not enough storage available" => "No hay suficiente espacio disponible",
+"Upload failed. Could not get file info." => "Actualización fallida. No se pudo obtener información del archivo.",
+"Upload failed. Could not find uploaded file" => "Actualización fallida. No se pudo encontrar el archivo subido",
"Invalid directory." => "Directorio inválido.",
"Files" => "Archivos",
+"Unable to upload {filename} as it is a directory or has 0 bytes" => "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes",
"Not enough space available" => "No hay suficiente espacio disponible",
"Upload cancelled." => "Subida cancelada.",
+"Could not get result from server." => "No se pudo obtener respuesta del servidor.",
"File upload is in progress. Leaving the page now will cancel the upload." => "La subida del archivo está en proceso. Si sale de la página ahora cancelará la subida.",
"URL cannot be empty." => "La URL no puede estar vacía.",
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "Nombre de carpeta invalido. El uso de \"Shared\" está reservado por ownCloud",
@@ -42,6 +46,7 @@ $TRANSLATIONS = array(
"Your storage is almost full ({usedSpacePercent}%)" => "Su almacenamiento está casi lleno ({usedSpacePercent}%)",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "El cifrado ha sido deshabilitado pero tus archivos permanecen cifrados. Por favor, ve a tus ajustes personales para descifrar tus archivos.",
"Your download is being prepared. This might take some time if the files are big." => "Su descarga está siendo preparada. Esto puede tardar algún tiempo si los archivos son grandes.",
+"Error moving file" => "Error moviendo archivo",
"Name" => "Nombre",
"Size" => "Tamaño",
"Modified" => "Modificado",
diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php
index 9f674b27e63..cb637d849b3 100644
--- a/apps/files/l10n/et_EE.php
+++ b/apps/files/l10n/et_EE.php
@@ -13,10 +13,13 @@ $TRANSLATIONS = array(
"Missing a temporary folder" => "Ajutiste failide kaust puudub",
"Failed to write to disk" => "Kettale kirjutamine ebaõnnestus",
"Not enough storage available" => "Saadaval pole piisavalt ruumi",
+"Upload failed. Could not get file info." => "Üleslaadimine ebaõnnestus. Faili info hankimine ebaõnnestus.",
+"Upload failed. Could not find uploaded file" => "Üleslaadimine ebaõnnestus. Üleslaetud faili ei leitud",
"Invalid directory." => "Vigane kaust.",
"Files" => "Failid",
"Not enough space available" => "Pole piisavalt ruumi",
"Upload cancelled." => "Üleslaadimine tühistati.",
+"Could not get result from server." => "Serverist ei saadud tulemusi",
"File upload is in progress. Leaving the page now will cancel the upload." => "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle üleslaadimise.",
"URL cannot be empty." => "URL ei saa olla tühi.",
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "Vigane kausta nimi. 'Shared' kasutamine on reserveeritud ownCloud poolt.",
@@ -42,6 +45,7 @@ $TRANSLATIONS = array(
"Your storage is almost full ({usedSpacePercent}%)" => "Su andmemaht on peaaegu täis ({usedSpacePercent}%)",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Krüpteering on keelatud, kuid sinu failid on endiselt krüpteeritud. Palun vaata oma personaalseid seadeid oma failide dekrüpteerimiseks.",
"Your download is being prepared. This might take some time if the files are big." => "Valmistatakse allalaadimist. See võib võtta veidi aega, kui on tegu suurte failidega. ",
+"Error moving file" => "Viga faili eemaldamisel",
"Name" => "Nimi",
"Size" => "Suurus",
"Modified" => "Muudetud",
diff --git a/apps/files/l10n/eu.php b/apps/files/l10n/eu.php
index 33ea47d5f04..ca6d9093642 100644
--- a/apps/files/l10n/eu.php
+++ b/apps/files/l10n/eu.php
@@ -13,10 +13,14 @@ $TRANSLATIONS = array(
"Missing a temporary folder" => "Aldi bateko karpeta falta da",
"Failed to write to disk" => "Errore bat izan da diskoan idazterakoan",
"Not enough storage available" => "Ez dago behar aina leku erabilgarri,",
+"Upload failed. Could not get file info." => "Igoerak huts egin du. Ezin izan da fitxategiaren informazioa eskuratu.",
+"Upload failed. Could not find uploaded file" => "Igoerak huts egin du. Ezin izan da igotako fitxategia aurkitu",
"Invalid directory." => "Baliogabeko karpeta.",
"Files" => "Fitxategiak",
+"Unable to upload {filename} as it is a directory or has 0 bytes" => "Ezin da {filename} igo karpeta bat delako edo 0 byte dituelako",
"Not enough space available" => "Ez dago leku nahikorik.",
"Upload cancelled." => "Igoera ezeztatuta",
+"Could not get result from server." => "Ezin da zerbitzaritik emaitzik lortu",
"File upload is in progress. Leaving the page now will cancel the upload." => "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du.",
"URL cannot be empty." => "URLa ezin da hutsik egon.",
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "Karpeta izne baliogabea. \"Shared\" karpeta erabilpena OwnCloudentzat erreserbaturik dago.",
@@ -33,14 +37,18 @@ $TRANSLATIONS = array(
"undo" => "desegin",
"_%n folder_::_%n folders_" => array("karpeta %n","%n karpeta"),
"_%n file_::_%n files_" => array("fitxategi %n","%n fitxategi"),
+"{dirs} and {files}" => "{dirs} eta {files}",
"_Uploading %n file_::_Uploading %n files_" => array("Fitxategi %n igotzen","%n fitxategi igotzen"),
"'.' is an invalid file name." => "'.' ez da fitxategi izen baliogarria.",
"File name cannot be empty." => "Fitxategi izena ezin da hutsa izan.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "IZen aliogabea, '\\', '/', '<', '>', ':', '\"', '|', '?' eta '*' ez daude baimenduta.",
"Your storage is full, files can not be updated or synced anymore!" => "Zure biltegiratzea beterik dago, ezingo duzu aurrerantzean fitxategirik igo edo sinkronizatu!",
"Your storage is almost full ({usedSpacePercent}%)" => "Zure biltegiratzea nahiko beterik dago (%{usedSpacePercent})",
+"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Enkriptazio aplikazioa gaituta dago baina zure gakoak ez daude konfiguratuta, mesedez saioa bukatu eta berriro hasi",
+"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Enkriptazio aplikaziorako gako pribatu okerra. Mesedez eguneratu zure gako pribatuaren pasahitza zure ezarpen pertsonaletan zure enkriptatuko fitxategietarako sarrera berreskuratzeko.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Enkriptazioa desgaitua izan da baina zure fitxategiak oraindik enkriptatuta daude. Mesedez jo zure ezarpen pertsonaletara zure fitxategiak dekodifikatzeko.",
"Your download is being prepared. This might take some time if the files are big." => "Zure deskarga prestatu egin behar da. Denbora bat har lezake fitxategiak handiak badira. ",
+"Error moving file" => "Errorea fitxategia mugitzean",
"Name" => "Izena",
"Size" => "Tamaina",
"Modified" => "Aldatuta",
diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php
index 2766478650a..1779d04151d 100644
--- a/apps/files/l10n/gl.php
+++ b/apps/files/l10n/gl.php
@@ -44,6 +44,8 @@ $TRANSLATIONS = array(
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome incorrecto, non se permite «\\», «/», «<», «>», «:», «\"», «|», «?» e «*».",
"Your storage is full, files can not be updated or synced anymore!" => "O seu espazo de almacenamento está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!",
"Your storage is almost full ({usedSpacePercent}%)" => "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)",
+"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "O aplicativo de cifrado está activado, mais as chaves non foron inicializadas, saia da sesión e volva a acceder de novo",
+"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "A chave privada para o aplicativo de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "O cifrado foi desactivado, mais os ficheiros están cifrados. Vaia á configuración persoal para descifrar os ficheiros.",
"Your download is being prepared. This might take some time if the files are big." => "Está a prepararse a súa descarga. Isto pode levar bastante tempo se os ficheiros son grandes.",
"Error moving file" => "Produciuse un erro ao mover o ficheiro",
diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php
index 44b4e341956..213bfddb801 100644
--- a/apps/files/l10n/it.php
+++ b/apps/files/l10n/it.php
@@ -44,6 +44,8 @@ $TRANSLATIONS = array(
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome non valido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' non sono consentiti.",
"Your storage is full, files can not be updated or synced anymore!" => "Lo spazio di archiviazione è pieno, i file non possono essere più aggiornati o sincronizzati!",
"Your storage is almost full ({usedSpacePercent}%)" => "Lo spazio di archiviazione è quasi pieno ({usedSpacePercent}%)",
+"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "L'applicazione di cifratura è abilitata, ma le chiavi non sono state inizializzate, disconnettiti ed effettua nuovamente l'accesso",
+"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Chiave privata non valida per l'applicazione di cifratura. Aggiorna la password della chiave privata nelle impostazioni personali per ripristinare l'accesso ai tuoi file cifrati.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "La cifratura è stata disabilitata ma i tuoi file sono ancora cifrati. Vai nelle impostazioni personali per decifrare i file.",
"Your download is being prepared. This might take some time if the files are big." => "Il tuo scaricamento è in fase di preparazione. Ciò potrebbe richiedere del tempo se i file sono grandi.",
"Error moving file" => "Errore durante lo spostamento del file",
diff --git a/apps/files/l10n/lt_LT.php b/apps/files/l10n/lt_LT.php
index d064b0c6523..c7cf14d0231 100644
--- a/apps/files/l10n/lt_LT.php
+++ b/apps/files/l10n/lt_LT.php
@@ -44,6 +44,8 @@ $TRANSLATIONS = array(
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Neleistinas pavadinimas, '\\', '/', '<', '>', ':', '\"', '|', '?' ir '*' yra neleidžiami.",
"Your storage is full, files can not be updated or synced anymore!" => "Jūsų visa vieta serveryje užimta",
"Your storage is almost full ({usedSpacePercent}%)" => "Jūsų vieta serveryje beveik visa užimta ({usedSpacePercent}%)",
+"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Šifravimo programa įjungta, bet Jūsų raktai nėra pritaikyti. Prašome atsijungti ir vėl prisijungti",
+"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Netinkamas privatus raktas Šifravimo programai. Prašome atnaujinti savo privataus rakto slaptažodį asmeniniuose nustatymuose, kad atkurti prieigą prie šifruotų failų.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifravimas buvo išjungtas, bet Jūsų failai vis dar užšifruoti. Prašome eiti į asmeninius nustatymus ir iššifruoti savo failus.",
"Your download is being prepared. This might take some time if the files are big." => "Jūsų atsisiuntimas yra paruošiamas. tai gali užtrukti jei atsisiunčiamas didelis failas.",
"Error moving file" => "Klaida perkeliant failą",
diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php
index cd960208565..7b3f7423696 100644
--- a/apps/files/l10n/pt_BR.php
+++ b/apps/files/l10n/pt_BR.php
@@ -44,6 +44,8 @@ $TRANSLATIONS = array(
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome inválido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' não são permitidos.",
"Your storage is full, files can not be updated or synced anymore!" => "Seu armazenamento está cheio, arquivos não podem mais ser atualizados ou sincronizados!",
"Your storage is almost full ({usedSpacePercent}%)" => "Seu armazenamento está quase cheio ({usedSpacePercent}%)",
+"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "App de encriptação está ativado, mas as chaves não estão inicializadas, por favor log-out e faça login novamente",
+"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Chave do App de Encriptação é inválida. Por favor, atualize sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Encriptação foi desabilitada mas seus arquivos continuam encriptados. Por favor vá a suas configurações pessoais para descriptar seus arquivos.",
"Your download is being prepared. This might take some time if the files are big." => "Seu download está sendo preparado. Isto pode levar algum tempo se os arquivos forem grandes.",
"Error moving file" => "Erro movendo o arquivo",
diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php
index 214812d7ada..4d792c32aee 100644
--- a/apps/files/l10n/zh_TW.php
+++ b/apps/files/l10n/zh_TW.php
@@ -13,10 +13,14 @@ $TRANSLATIONS = array(
"Missing a temporary folder" => "找不到暫存資料夾",
"Failed to write to disk" => "寫入硬碟失敗",
"Not enough storage available" => "儲存空間不足",
+"Upload failed. Could not get file info." => "上傳失敗,無法取得檔案資訊",
+"Upload failed. Could not find uploaded file" => "上傳失敗,找不到上傳的檔案",
"Invalid directory." => "無效的資料夾",
"Files" => "檔案",
+"Unable to upload {filename} as it is a directory or has 0 bytes" => "因為 {filename} 是個目錄或是大小為零,所以無法上傳",
"Not enough space available" => "沒有足夠的可用空間",
"Upload cancelled." => "上傳已取消",
+"Could not get result from server." => "無法從伺服器取回結果",
"File upload is in progress. Leaving the page now will cancel the upload." => "檔案上傳中,離開此頁面將會取消上傳。",
"URL cannot be empty." => "URL 不能為空",
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "無效的資料夾名稱,'Shared' 的使用被 ownCloud 保留",
@@ -40,8 +44,11 @@ $TRANSLATIONS = array(
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 \\ / < > : \" | ? * 字元",
"Your storage is full, files can not be updated or synced anymore!" => "您的儲存空間已滿,沒有辦法再更新或是同步檔案!",
"Your storage is almost full ({usedSpacePercent}%)" => "您的儲存空間快要滿了 ({usedSpacePercent}%)",
+"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "檔案加密已啓用,但是您的金鑰尚未初始化,請重新登入一次",
+"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "無效的檔案加密私鑰,請在個人設定中更新您的私鑰密語以存取加密的檔案。",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "加密已經被停用,但是您的舊檔案還是處於已加密的狀態,請前往個人設定以解密這些檔案。",
"Your download is being prepared. This might take some time if the files are big." => "正在準備您的下載,若您的檔案較大,將會需要更多時間。",
+"Error moving file" => "移動檔案失敗",
"Name" => "名稱",
"Size" => "大小",
"Modified" => "修改時間",
diff --git a/apps/files_encryption/l10n/ca.php b/apps/files_encryption/l10n/ca.php
index 14d7992ad5d..d55c5f6d302 100644
--- a/apps/files_encryption/l10n/ca.php
+++ b/apps/files_encryption/l10n/ca.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Assegureu-vos que teniu instal·lat PHP 5.3.3 o una versió superior i que està activat Open SSL i habilitada i configurada correctament l'extensió de PHP. De moment, l'aplicació d'encriptació s'ha desactivat.",
"Following users are not set up for encryption:" => "Els usuaris següents no estan configurats per a l'encriptació:",
"Saving..." => "Desant...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "La vostra clau privada no és vàlida! Potser la vostra contrasenya ha canviat des de fora.",
-"You can unlock your private key in your " => "Podeu desbloquejar la clau privada en el vostre",
"personal settings" => "arranjament personal",
"Encryption" => "Xifrat",
"Enable recovery key (allow to recover users files in case of password loss):" => "Activa la clau de recuperació (permet recuperar fitxers d'usuaris en cas de pèrdua de contrasenya):",
diff --git a/apps/files_encryption/l10n/cs_CZ.php b/apps/files_encryption/l10n/cs_CZ.php
index 89f63cc1cdd..32645322630 100644
--- a/apps/files_encryption/l10n/cs_CZ.php
+++ b/apps/files_encryption/l10n/cs_CZ.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Ujistěte se prosím, že máte nainstalované PHP 5.3.3 nebo novější a že máte povolené a správně nakonfigurované OpenSSL včetně jeho rozšíření pro PHP. Prozatím byla aplikace pro šifrování vypnuta.",
"Following users are not set up for encryption:" => "Následující uživatelé nemají nastavené šifrování:",
"Saving..." => "Ukládám...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Váš soukromý klíč není platný! Pravděpodobně bylo vaše heslo změněno zvenčí.",
-"You can unlock your private key in your " => "Můžete odemknout váš soukromý klíč ve vašem",
"personal settings" => "osobní nastavení",
"Encryption" => "Šifrování",
"Enable recovery key (allow to recover users files in case of password loss):" => "Povolit klíč pro obnovu (umožňuje obnovu uživatelských souborů v případě ztráty hesla)",
diff --git a/apps/files_encryption/l10n/da.php b/apps/files_encryption/l10n/da.php
index 1b7069b6784..53c31a72199 100644
--- a/apps/files_encryption/l10n/da.php
+++ b/apps/files_encryption/l10n/da.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Sørg for at PHP 5.3.3 eller nyere er installeret og at OpenSSL sammen med PHP-udvidelsen er aktiveret og korrekt konfigureret. Indtil videre er krypteringsprogrammet deaktiveret.",
"Following users are not set up for encryption:" => "Følgende brugere er ikke sat op til kryptering:",
"Saving..." => "Gemmer...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Din private nøgle er ikke gyldig. Måske blev dit kodeord ændre udefra.",
-"You can unlock your private key in your " => "Du kan låse din private nøgle op i din ",
"personal settings" => "Personlige indstillinger",
"Encryption" => "Kryptering",
"Enable recovery key (allow to recover users files in case of password loss):" => "Aktiver gendannelsesnøgle (Tillad gendannelse af brugerfiler i tilfælde af tab af kodeord):",
diff --git a/apps/files_encryption/l10n/de.php b/apps/files_encryption/l10n/de.php
index 4c36d31ed6b..93a715d3417 100644
--- a/apps/files_encryption/l10n/de.php
+++ b/apps/files_encryption/l10n/de.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Bitte stelle sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.",
"Following users are not set up for encryption:" => "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:",
"Saving..." => "Speichern...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Ihr privater Schlüssel ist ungültig! Eventuell wurde Ihr Passwort von außerhalb geändert.",
-"You can unlock your private key in your " => "Du kannst den privaten Schlüssel ändern und zwar in deinem",
"personal settings" => "Private Einstellungen",
"Encryption" => "Verschlüsselung",
"Enable recovery key (allow to recover users files in case of password loss):" => "Wiederherstellungsschlüssel aktivieren (ermöglicht das Wiederherstellen von Dateien, falls das Passwort vergessen wurde):",
diff --git a/apps/files_encryption/l10n/de_CH.php b/apps/files_encryption/l10n/de_CH.php
index aa867645c8d..e385960f27b 100644
--- a/apps/files_encryption/l10n/de_CH.php
+++ b/apps/files_encryption/l10n/de_CH.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.",
"Following users are not set up for encryption:" => "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:",
"Saving..." => "Speichern...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Ihr privater Schlüssel ist ungültig! Vielleicht wurde Ihr Passwort von ausserhalb geändert.",
-"You can unlock your private key in your " => "Sie können den privaten Schlüssel ändern und zwar in Ihrem",
"personal settings" => "Persönliche Einstellungen",
"Encryption" => "Verschlüsselung",
"Enable recovery key (allow to recover users files in case of password loss):" => "Aktivieren Sie den Wiederherstellungsschlüssel (erlaubt die Wiederherstellung des Zugangs zu den Benutzerdateien, wenn das Passwort verloren geht).",
diff --git a/apps/files_encryption/l10n/de_DE.php b/apps/files_encryption/l10n/de_DE.php
index 200001e6ebf..79fdbe995e9 100644
--- a/apps/files_encryption/l10n/de_DE.php
+++ b/apps/files_encryption/l10n/de_DE.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.",
"Following users are not set up for encryption:" => "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:",
"Saving..." => "Speichern...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Ihr privater Schlüssel ist ungültig! Vielleicht wurde Ihr Passwort von außerhalb geändert.",
-"You can unlock your private key in your " => "Sie können den privaten Schlüssel ändern und zwar in Ihrem",
"personal settings" => "Persönliche Einstellungen",
"Encryption" => "Verschlüsselung",
"Enable recovery key (allow to recover users files in case of password loss):" => "Aktivieren Sie den Wiederherstellungsschlüssel (erlaubt die Wiederherstellung des Zugangs zu den Benutzerdateien, wenn das Passwort verloren geht).",
diff --git a/apps/files_encryption/l10n/en_GB.php b/apps/files_encryption/l10n/en_GB.php
index c220a4bdf04..d2bfdfa9ea4 100644
--- a/apps/files_encryption/l10n/en_GB.php
+++ b/apps/files_encryption/l10n/en_GB.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled.",
"Following users are not set up for encryption:" => "Following users are not set up for encryption:",
"Saving..." => "Saving...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Your private key is not valid! Maybe the your password was changed externally.",
-"You can unlock your private key in your " => "You can unlock your private key in your ",
"personal settings" => "personal settings",
"Encryption" => "Encryption",
"Enable recovery key (allow to recover users files in case of password loss):" => "Enable recovery key (allow to recover users files in case of password loss):",
diff --git a/apps/files_encryption/l10n/es.php b/apps/files_encryption/l10n/es.php
index 2d644708c59..b302795f934 100644
--- a/apps/files_encryption/l10n/es.php
+++ b/apps/files_encryption/l10n/es.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada.",
"Following users are not set up for encryption:" => "Los siguientes usuarios no han sido configurados para el cifrado:",
"Saving..." => "Guardando...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera.",
-"You can unlock your private key in your " => "Puede desbloquear su clave privada en su",
"personal settings" => "opciones personales",
"Encryption" => "Cifrado",
"Enable recovery key (allow to recover users files in case of password loss):" => "Habilitar la clave de recuperación (permite recuperar los ficheros del usuario en caso de pérdida de la contraseña);",
diff --git a/apps/files_encryption/l10n/es_AR.php b/apps/files_encryption/l10n/es_AR.php
index 666ea59687c..1dc4521f3da 100644
--- a/apps/files_encryption/l10n/es_AR.php
+++ b/apps/files_encryption/l10n/es_AR.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Por favor, asegúrese de que PHP 5.3.3 o una versión más reciente esté instalado y que OpenSSL junto con la extensión PHP esté habilitado y configurado apropiadamente. Por ahora, la aplicación de encriptación ha sido deshabilitada.",
"Following users are not set up for encryption:" => "Los siguientes usuarios no fueron configurados para encriptar:",
"Saving..." => "Guardando...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "¡Tu clave privada no es válida! Tal vez tu contraseña fue cambiada desde afuera.",
-"You can unlock your private key in your " => "Podés desbloquear tu clave privada en tu",
"personal settings" => "Configuración personal",
"Encryption" => "Encriptación",
"Enable recovery key (allow to recover users files in case of password loss):" => "Habilitar clave de recuperación (te permite recuperar los archivos de usuario en el caso que pierdas la contraseña):",
diff --git a/apps/files_encryption/l10n/et_EE.php b/apps/files_encryption/l10n/et_EE.php
index 3edb7299c20..0c9234d3a51 100644
--- a/apps/files_encryption/l10n/et_EE.php
+++ b/apps/files_encryption/l10n/et_EE.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Palun veendu, et on paigaldatud PHP 5.3.3 või uuem ning PHP OpenSSL laiendus on lubatud ning seadistatud korrektselt. Hetkel krüpteerimise rakendus on peatatud.",
"Following users are not set up for encryption:" => "Järgmised kasutajad pole seadistatud krüpteeringuks:",
"Saving..." => "Salvestamine...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Sinu privaatne võti ei ole õige. Võib-olla on parool vahetatud süsteemi väliselt.",
-"You can unlock your private key in your " => "Saad avada oma privaatse võtme oma",
"personal settings" => "isiklikes seadetes",
"Encryption" => "Krüpteerimine",
"Enable recovery key (allow to recover users files in case of password loss):" => "Luba taastevõti (võimada kasutaja failide taastamine parooli kaotuse puhul):",
diff --git a/apps/files_encryption/l10n/eu.php b/apps/files_encryption/l10n/eu.php
index e750c850688..f7d4bd11501 100644
--- a/apps/files_encryption/l10n/eu.php
+++ b/apps/files_encryption/l10n/eu.php
@@ -10,9 +10,9 @@ $TRANSLATIONS = array(
"Could not update the private key password. Maybe the old password was not correct." => "Ezin izan da gako pribatu pasahitza eguneratu. Agian pasahitz zaharra okerrekoa da.",
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Zure gako pribatua ez da egokia! Seguruaski zure pasahitza ownCloud sistematik kanpo aldatu da (adb. zure direktorio korporatiboa). Zure gako pribatuaren pasahitza eguneratu dezakezu zure ezarpen pertsonaletan zure enkriptatutako fitxategiak berreskuratzeko.",
"Missing requirements." => "Eskakizun batzuk ez dira betetzen.",
+"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Mesedez ziurtatu PHP 5.3.3 edo berriago bat instalatuta dagoela eta OpenSSL PHP hedapenarekin gaitua eta ongi konfiguratuta dagoela. Oraingoz, enkriptazio aplikazioa desgaituta dago.",
+"Following users are not set up for encryption:" => "Hurrengo erabiltzaileak ez daude enktriptatzeko konfiguratutak:",
"Saving..." => "Gordetzen...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Zure gako pribatua ez da egokia! Agian zure pasahitza kanpotik aldatu da.",
-"You can unlock your private key in your " => "Zure gako pribatua desblokeatu dezakezu zure",
"personal settings" => "ezarpen pertsonalak",
"Encryption" => "Enkriptazioa",
"Enable recovery key (allow to recover users files in case of password loss):" => "Gaitu berreskurapen gakoa (erabiltzaileen fitxategiak berreskuratzea ahalbidetzen du pasahitza galtzen badute ere):",
diff --git a/apps/files_encryption/l10n/fa.php b/apps/files_encryption/l10n/fa.php
index 461ec2b92cb..89ac3bba42a 100644
--- a/apps/files_encryption/l10n/fa.php
+++ b/apps/files_encryption/l10n/fa.php
@@ -11,8 +11,6 @@ $TRANSLATIONS = array(
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "کلید خصوصی شما معتبر نمی باشد! ظاهرا رمزعبور شما بیرون از سیستم ownCloud تغییر یافته است( به عنوان مثال پوشه سازمان شما ). شما میتوانید رمزعبور کلید خصوصی خود را در تنظیمات شخصیتان به روز کنید تا بتوانید به فایل های رمزگذاری شده خود را دسترسی داشته باشید.",
"Missing requirements." => "نیازمندی های گمشده",
"Saving..." => "در حال ذخیره سازی...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "کلید خصوصی شما معتبر نیست! شاید رمزعبوراز بیرون تغییر یافته است.",
-"You can unlock your private key in your " => "شما میتوانید کلید خصوصی خود را باز نمایید.",
"personal settings" => "تنظیمات شخصی",
"Encryption" => "رمزگذاری",
"Enable recovery key (allow to recover users files in case of password loss):" => "فعال کردن کلید بازیابی(اجازه بازیابی فایل های کاربران در صورت از دست دادن رمزعبور):",
diff --git a/apps/files_encryption/l10n/fr.php b/apps/files_encryption/l10n/fr.php
index 358937441e2..b222aa10e4b 100644
--- a/apps/files_encryption/l10n/fr.php
+++ b/apps/files_encryption/l10n/fr.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Veuillez vous assurer qu'une version de PHP 5.3.3 ou supérieure est installée et qu'OpenSSL et son extension PHP sont activés et configurés correctement. En attendant, l'application de chiffrement été désactivée.",
"Following users are not set up for encryption:" => "Les utilisateurs suivants ne sont pas configurés pour le chiffrement :",
"Saving..." => "Enregistrement...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Votre clef privée est invalide ! Votre mot de passe a peut-être été modifié depuis l'extérieur.",
-"You can unlock your private key in your " => "Vous pouvez déverrouiller votre clé privée dans votre",
"personal settings" => "paramètres personnel",
"Encryption" => "Chiffrement",
"Enable recovery key (allow to recover users files in case of password loss):" => "Activer la clef de récupération (permet de récupérer les fichiers des utilisateurs en cas de perte de mot de passe).",
diff --git a/apps/files_encryption/l10n/gl.php b/apps/files_encryption/l10n/gl.php
index abf12d73d57..a6ffe10d57d 100644
--- a/apps/files_encryption/l10n/gl.php
+++ b/apps/files_encryption/l10n/gl.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Asegúrese de que está instalado o PHP 5.3.3 ou posterior e de o OpenSSL xunto coa extensión PHP estean activados e configurados correctamente. Polo de agora foi desactivado o aplicativo de cifrado.",
"Following users are not set up for encryption:" => "Os seguintes usuarios non teñen configuración para o cifrado:",
"Saving..." => "Gardando...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "A chave privada non é correcta! É probábel que o seu contrasinal teña sido cambiado desde o exterior. ",
-"You can unlock your private key in your " => "Pode desbloquear a chave privada nos seus",
"personal settings" => "axustes persoais",
"Encryption" => "Cifrado",
"Enable recovery key (allow to recover users files in case of password loss):" => "Activar a chave de recuperación (permitirá recuperar os ficheiros dos usuarios no caso de perda do contrasinal):",
diff --git a/apps/files_encryption/l10n/it.php b/apps/files_encryption/l10n/it.php
index f9534d7eca3..f45dbe7c734 100644
--- a/apps/files_encryption/l10n/it.php
+++ b/apps/files_encryption/l10n/it.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Assicurati che sia installato PHP 5.3.3 o versioni successive e che l'estensione OpenSSL di PHP sia abilitata e configurata correttamente. Per ora, l'applicazione di cifratura è disabilitata.",
"Following users are not set up for encryption:" => "I seguenti utenti non sono configurati per la cifratura:",
"Saving..." => "Salvataggio in corso...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "La tua chiave privata non è valida! Forse è stata modifica dall'esterno.",
-"You can unlock your private key in your " => "Puoi sbloccare la chiave privata nelle tue",
"personal settings" => "impostazioni personali",
"Encryption" => "Cifratura",
"Enable recovery key (allow to recover users files in case of password loss):" => "Abilita la chiave di recupero (permette di recuperare i file utenti in caso di perdita della password):",
diff --git a/apps/files_encryption/l10n/ja_JP.php b/apps/files_encryption/l10n/ja_JP.php
index d1f8303bda7..fa536dca9b9 100644
--- a/apps/files_encryption/l10n/ja_JP.php
+++ b/apps/files_encryption/l10n/ja_JP.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "必ず、PHP 5.3.3もしくはそれ以上をインストールし、同時にOpenSSLのPHP拡張を有効にした上でOpenSSLも同様にインストール、適切に設定してください。現時点では暗号化アプリは無効になっています。",
"Following users are not set up for encryption:" => "以下のユーザーは、暗号化設定がされていません:",
"Saving..." => "保存中...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "秘密鍵が有効ではありません。パスワードが外部から変更された恐れがあります。",
-"You can unlock your private key in your " => "個人設定で",
"personal settings" => "秘密鍵をアンロックできます",
"Encryption" => "暗号化",
"Enable recovery key (allow to recover users files in case of password loss):" => "復旧キーを有効化 (万一パスワードを亡くした場合もユーザーのファイルを回復できる):",
diff --git a/apps/files_encryption/l10n/lt_LT.php b/apps/files_encryption/l10n/lt_LT.php
index 4ededb716f4..381c03f7e11 100644
--- a/apps/files_encryption/l10n/lt_LT.php
+++ b/apps/files_encryption/l10n/lt_LT.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Prašome įsitikinti, kad PHP 5.3.3 ar naujesnė yra įdiegta ir kad OpenSSL kartu su PHP plėtiniu yra šjungti ir teisingai sukonfigūruoti. Kol kas šifravimo programa bus išjungta.",
"Following users are not set up for encryption:" => "Sekantys naudotojai nenustatyti šifravimui:",
"Saving..." => "Saugoma...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Jūsų privatus raktas yra netinkamas! Galbūt Jūsų slaptažodis buvo pakeistas iš išorės?",
-"You can unlock your private key in your " => "Galite atrakinti savo privatų raktą savo",
"personal settings" => "asmeniniai nustatymai",
"Encryption" => "Šifravimas",
"Enable recovery key (allow to recover users files in case of password loss):" => "Įjunkite atkūrimo raktą, (leisti atkurti naudotojų failus praradus slaptažodį):",
diff --git a/apps/files_encryption/l10n/nl.php b/apps/files_encryption/l10n/nl.php
index e37ccf54d6d..511120856a0 100644
--- a/apps/files_encryption/l10n/nl.php
+++ b/apps/files_encryption/l10n/nl.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Wees er zeker van dat PHP5.3.3 of nieuwer is geïstalleerd en dat de OpenSSL PHP extensie is ingeschakeld en correct geconfigureerd. De versleutel-app is voorlopig uitgeschakeld.",
"Following users are not set up for encryption:" => "De volgende gebruikers hebben geen configuratie voor encryptie:",
"Saving..." => "Opslaan",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Uw privésleutel is niet geldig. Misschien was uw wachtwoord van buitenaf gewijzigd.",
-"You can unlock your private key in your " => "U kunt uw privésleutel deblokkeren in uw",
"personal settings" => "persoonlijke instellingen",
"Encryption" => "Versleuteling",
"Enable recovery key (allow to recover users files in case of password loss):" => "Activeren herstelsleutel (maakt het mogelijk om gebruikersbestanden terug te halen in geval van verlies van het wachtwoord):",
diff --git a/apps/files_encryption/l10n/pl.php b/apps/files_encryption/l10n/pl.php
index ca4502ff6aa..4eb1ca00dda 100644
--- a/apps/files_encryption/l10n/pl.php
+++ b/apps/files_encryption/l10n/pl.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Proszę upewnić się, że PHP 5.3.3 lub nowszy jest zainstalowany i że OpenSSL oraz rozszerzenie PHP jest włączone i poprawnie skonfigurowane. Obecnie szyfrowanie aplikacji zostało wyłączone.",
"Following users are not set up for encryption:" => "Następujący użytkownicy nie mają skonfigurowanego szyfrowania:",
"Saving..." => "Zapisywanie...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Klucz prywatny nie jest poprawny! Może Twoje hasło zostało zmienione z zewnątrz.",
-"You can unlock your private key in your " => "Możesz odblokować swój klucz prywatny w swojej",
"personal settings" => "Ustawienia osobiste",
"Encryption" => "Szyfrowanie",
"Enable recovery key (allow to recover users files in case of password loss):" => "Włączhasło klucza odzyskiwania (pozwala odzyskać pliki użytkowników w przypadku utraty hasła):",
diff --git a/apps/files_encryption/l10n/pt_BR.php b/apps/files_encryption/l10n/pt_BR.php
index 5b8a68657b7..8e9432dacf6 100644
--- a/apps/files_encryption/l10n/pt_BR.php
+++ b/apps/files_encryption/l10n/pt_BR.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Por favor, certifique-se que o PHP 5.3.3 ou mais recente está instalado e que a extensão PHP OpenSSL está habilitado e configurado corretamente. Por enquanto, o aplicativo de criptografia foi desativado.",
"Following users are not set up for encryption:" => "Seguintes usuários não estão configurados para criptografia:",
"Saving..." => "Salvando...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Sua chave privada não é válida! Talvez sua senha tenha sido mudada.",
-"You can unlock your private key in your " => "Você pode desbloquear sua chave privada nas suas",
"personal settings" => "configurações pessoais.",
"Encryption" => "Criptografia",
"Enable recovery key (allow to recover users files in case of password loss):" => "Habilitar chave de recuperação (permite recuperar arquivos de usuários em caso de perda de senha):",
diff --git a/apps/files_encryption/l10n/ru.php b/apps/files_encryption/l10n/ru.php
index e0d52399c73..41ddc7e0694 100644
--- a/apps/files_encryption/l10n/ru.php
+++ b/apps/files_encryption/l10n/ru.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Пожалуйста, убедитесь, что версия PHP 5.3.3 или новее, а также, что OpenSSL и соответствующее расширение PHP включены и правильно настроены. На данный момент приложение шифрования отключено.",
"Following users are not set up for encryption:" => "Для следующих пользователей шифрование не настроено:",
"Saving..." => "Сохранение...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Секретный ключ недействителен! Возможно, Ваш пароль был изменён в другой программе.",
-"You can unlock your private key in your " => "Вы можете разблокировать закрытый ключ в своём ",
"personal settings" => "персональные настройки",
"Encryption" => "Шифрование",
"Enable recovery key (allow to recover users files in case of password loss):" => "Включить ключ восстановления (позволяет пользователям восстановить файлы при потере пароля):",
diff --git a/apps/files_encryption/l10n/sk_SK.php b/apps/files_encryption/l10n/sk_SK.php
index a80eb3e6521..ae600e71534 100644
--- a/apps/files_encryption/l10n/sk_SK.php
+++ b/apps/files_encryption/l10n/sk_SK.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Prosím uistite sa, že PHP verzie 5.3.3 alebo novšej je nainštalované a tiež, že OpenSSL knižnica spolu z PHP rozšírením je povolená a konfigurovaná správne. Nateraz bola aplikácia šifrovania zablokovaná.",
"Following users are not set up for encryption:" => "Nasledujúci používatelia nie sú nastavení pre šifrovanie:",
"Saving..." => "Ukladám...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Váš súkromný kľúč je neplatný. Možno bolo Vaše heslo zmenené z vonku.",
-"You can unlock your private key in your " => "Môžte odomknúť váš privátny kľúč v",
"personal settings" => "osobné nastavenia",
"Encryption" => "Šifrovanie",
"Enable recovery key (allow to recover users files in case of password loss):" => "Povoliť obnovovací kľúč (umožňuje obnoviť používateľské súbory v prípade straty hesla):",
diff --git a/apps/files_encryption/l10n/sl.php b/apps/files_encryption/l10n/sl.php
index 8b2f264c62e..9290295940b 100644
--- a/apps/files_encryption/l10n/sl.php
+++ b/apps/files_encryption/l10n/sl.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Preverite, da imate na strežniku nameščen paket PHP 5.3.3 ali novejši in da je omogočen in pravilno nastavljen PHP OpenSSL . Zaenkrat je šifriranje onemogočeno.",
"Following users are not set up for encryption:" => "Naslednji uporabniki še nimajo nastavljenega šifriranja:",
"Saving..." => "Poteka shranjevanje ...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Vaš zasebni ključ ni veljaven. Morda je bilo vaše geslo spremenjeno.",
-"You can unlock your private key in your " => "Svoj zasebni ključ lahko odklenite v",
"personal settings" => "osebne nastavitve",
"Encryption" => "Šifriranje",
"Enable recovery key (allow to recover users files in case of password loss):" => "Omogoči ključ za obnovitev datotek (v primeru izgube gesla)",
diff --git a/apps/files_encryption/l10n/sv.php b/apps/files_encryption/l10n/sv.php
index 88ba6b47159..d425111cf03 100644
--- a/apps/files_encryption/l10n/sv.php
+++ b/apps/files_encryption/l10n/sv.php
@@ -13,8 +13,6 @@ $TRANSLATIONS = array(
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Kontrollera att PHP 5.3.3 eller senare är installerad och att tillägget OpenSSL PHP är aktiverad och korrekt konfigurerad. Kryptering är tillsvidare inaktiverad.",
"Following users are not set up for encryption:" => "Följande användare har inte aktiverat kryptering:",
"Saving..." => "Sparar...",
-"Your private key is not valid! Maybe the your password was changed from outside." => "Din privata lösenordsnyckel är inte giltig! Kanske byttes ditt lösenord från utsidan.",
-"You can unlock your private key in your " => "Du kan låsa upp din privata nyckel i dina",
"personal settings" => "personliga inställningar",
"Encryption" => "Kryptering",
"Enable recovery key (allow to recover users files in case of password loss):" => "Aktivera lösenordsnyckel (för att kunna återfå användarens filer vid glömt eller förlorat lösenord):",
diff --git a/apps/files_encryption/l10n/zh_CN.php b/apps/files_encryption/l10n/zh_CN.php
index c4c52f4ac2e..6c5b4caf064 100644
--- a/apps/files_encryption/l10n/zh_CN.php
+++ b/apps/files_encryption/l10n/zh_CN.php
@@ -10,8 +10,6 @@ $TRANSLATIONS = array(
"Could not update the private key password. Maybe the old password was not correct." => "无法更新私钥密码。可能旧密码不正确。",
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "您的私有密钥无效!也许是您在 ownCloud 系统外更改了密码 (比如,在您的公司目录)。您可以在个人设置里更新您的私钥密码来恢复访问你的加密文件。",
"Saving..." => "保存中",
-"Your private key is not valid! Maybe the your password was changed from outside." => "您的私钥不正确!可能您在别处更改了密码。",
-"You can unlock your private key in your " => "您可以在这里解锁您的私钥:",
"personal settings" => "个人设置",
"Encryption" => "加密",
"Enable recovery key (allow to recover users files in case of password loss):" => "启用恢复密钥(允许你在密码丢失后恢复文件):",
diff --git a/apps/files_trashbin/l10n/ar.php b/apps/files_trashbin/l10n/ar.php
index 710a9d14196..0af6972af5a 100644
--- a/apps/files_trashbin/l10n/ar.php
+++ b/apps/files_trashbin/l10n/ar.php
@@ -8,8 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "حذف بشكل دائم",
"Name" => "اسم",
"Deleted" => "تم الحذف",
-"_%n folder_::_%n folders_" => array("","","","","",""),
-"_%n file_::_%n files_" => array("","","","","",""),
+"_%n folder_::_%n folders_" => array("","","","","","مجلدات %n"),
+"_%n file_::_%n files_" => array("","","","",""," ملفات %n"),
"Nothing in here. Your trash bin is empty!" => "لا يوجد شيء هنا. سلة المهملات خاليه.",
"Restore" => "استعيد",
"Delete" => "إلغاء",
diff --git a/apps/files_trashbin/l10n/fr.php b/apps/files_trashbin/l10n/fr.php
index 45527805ce1..39e1ac8614b 100644
--- a/apps/files_trashbin/l10n/fr.php
+++ b/apps/files_trashbin/l10n/fr.php
@@ -8,8 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Supprimer de façon définitive",
"Name" => "Nom",
"Deleted" => "Effacé",
-"_%n folder_::_%n folders_" => array("","%n dossiers"),
-"_%n file_::_%n files_" => array("","%n fichiers"),
+"_%n folder_::_%n folders_" => array("%n dossier","%n dossiers"),
+"_%n file_::_%n files_" => array("%n fichier","%n fichiers"),
"restored" => "restauré",
"Nothing in here. Your trash bin is empty!" => "Il n'y a rien ici. Votre corbeille est vide !",
"Restore" => "Restaurer",
diff --git a/apps/user_ldap/l10n/ar.php b/apps/user_ldap/l10n/ar.php
index 3dd88eb2655..c9d9949f50d 100644
--- a/apps/user_ldap/l10n/ar.php
+++ b/apps/user_ldap/l10n/ar.php
@@ -2,6 +2,7 @@
$TRANSLATIONS = array(
"Deletion failed" => "فشل الحذف",
"Error" => "خطأ",
+"Host" => "المضيف",
"Password" => "كلمة المرور",
"Help" => "المساعدة"
);
diff --git a/apps/user_ldap/l10n/eo.php b/apps/user_ldap/l10n/eo.php
index 26d46b81b9f..e81b63143f2 100644
--- a/apps/user_ldap/l10n/eo.php
+++ b/apps/user_ldap/l10n/eo.php
@@ -1,8 +1,15 @@
"Malsukcesis forigo de la agordo de servilo",
"Deletion failed" => "Forigo malsukcesis",
+"Keep settings?" => "Ĉu daŭrigi la agordon?",
+"Cannot add server configuration" => "Ne eblas aldoni agordon de servilo",
"Success" => "Sukceso",
"Error" => "Eraro",
+"Connection test succeeded" => "Provo de konekto sukcesis",
+"Connection test failed" => "Provo de konekto malsukcesis",
+"Server configuration" => "Agordo de servilo",
+"Add Server Configuration" => "Aldoni agordon de servilo",
"Host" => "Gastigo",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Vi povas neglekti la protokolon, escepte se vi bezonas SSL-on. Tiuokaze, komencu per ldaps://",
"Base DN" => "Bazo-DN",
@@ -24,6 +31,7 @@ $TRANSLATIONS = array(
"Group-Member association" => "Asocio de grupo kaj membro",
"in bytes" => "duumoke",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lasu malplena por uzantonomo (defaŭlto). Alie, specifu LDAP/AD-atributon.",
+"Test Configuration" => "Provi agordon",
"Help" => "Helpo"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/user_webdavauth/l10n/et_EE.php b/apps/user_webdavauth/l10n/et_EE.php
index 34b07c654a5..2727cc98dc9 100644
--- a/apps/user_webdavauth/l10n/et_EE.php
+++ b/apps/user_webdavauth/l10n/et_EE.php
@@ -2,6 +2,6 @@
$TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV autentimine",
"Address: " => "Aadress:",
-"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab HTTP vastuskoodid 401 ja 403 kui vigased, ning kõik teised vastused kui korrektsed kasutajatunnused."
+"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab ning tõlgendab HTTP olekukoodid 401 ja 403 valedeks andmeteks ning kõik teised vastused korrektseteks andmeteks."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/user_webdavauth/l10n/ko.php b/apps/user_webdavauth/l10n/ko.php
index 2d2c4d70e73..19565f28522 100644
--- a/apps/user_webdavauth/l10n/ko.php
+++ b/apps/user_webdavauth/l10n/ko.php
@@ -1,5 +1,7 @@
"WebDAV 인증"
+"WebDAV Authentication" => "WebDAV 인증",
+"Address: " => "주소:",
+"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud에서 이 URL로 사용자 인증 정보를 보냅니다. 이 플러그인은 응답을 확인하여 HTTP 상태 코드 401이나 403이 돌아온 경우에 잘못된 인증 정보로 간주합니다. 다른 모든 상태 코드는 올바른 인증 정보로 간주합니다."
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/core/l10n/ar.php b/core/l10n/ar.php
index f61014e19e1..cb8a506c4a8 100644
--- a/core/l10n/ar.php
+++ b/core/l10n/ar.php
@@ -81,6 +81,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "حصل خطأ عند عملية تعيين تاريخ إنتهاء الصلاحية",
"Sending ..." => "جاري الارسال ...",
"Email sent" => "تم ارسال البريد الالكتروني",
+"Warning" => "تحذير",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "حصل خطأ في عملية التحديث, يرجى ارسال تقرير بهذه المشكلة الى ownCloud community.",
"The update was successful. Redirecting you to ownCloud now." => "تم التحديث بنجاح , يتم اعادة توجيهك الان الى Owncloud",
"Use the following link to reset your password: {link}" => "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}",
diff --git a/core/l10n/bg_BG.php b/core/l10n/bg_BG.php
index 4f5ae5993f4..3b7fd4633af 100644
--- a/core/l10n/bg_BG.php
+++ b/core/l10n/bg_BG.php
@@ -41,6 +41,7 @@ $TRANSLATIONS = array(
"Share with" => "Споделено с",
"Password" => "Парола",
"create" => "създаване",
+"Warning" => "Внимание",
"You will receive a link to reset your password via Email." => "Ще получите връзка за нулиране на паролата Ви.",
"Username" => "Потребител",
"Request reset" => "Нулиране на заявка",
diff --git a/core/l10n/bn_BD.php b/core/l10n/bn_BD.php
index 3b4b990ac28..dfcd2f509a6 100644
--- a/core/l10n/bn_BD.php
+++ b/core/l10n/bn_BD.php
@@ -79,6 +79,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ করতে সমস্যা দেখা দিয়েছে",
"Sending ..." => "পাঠানো হচ্ছে......",
"Email sent" => "ই-মেইল পাঠানো হয়েছে",
+"Warning" => "সতর্কবাণী",
"Use the following link to reset your password: {link}" => "আপনার কূটশব্দটি পূনঃনির্ধারণ করার জন্য নিম্নোক্ত লিংকটি ব্যবহার করুনঃ {link}",
"You will receive a link to reset your password via Email." => "কূটশব্দ পূনঃনির্ধারণের জন্য একটি টূনঃনির্ধারণ লিংকটি আপনাকে ই-মেইলে পাঠানো হয়েছে ।",
"Username" => "ব্যবহারকারী",
diff --git a/core/l10n/ca.php b/core/l10n/ca.php
index 938d668b362..d85da45b5d6 100644
--- a/core/l10n/ca.php
+++ b/core/l10n/ca.php
@@ -103,6 +103,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Error en establir la data de venciment",
"Sending ..." => "Enviant...",
"Email sent" => "El correu electrónic s'ha enviat",
+"Warning" => "Avís",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "L'actualització ha estat incorrecte. Comuniqueu aquest error a la comunitat ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "L'actualització ha estat correcte. Ara us redirigim a ownCloud.",
"%s password reset" => "restableix la contrasenya %s",
@@ -125,7 +126,6 @@ $TRANSLATIONS = array(
"Help" => "Ajuda",
"Access forbidden" => "Accés prohibit",
"Cloud not found" => "No s'ha trobat el núvol",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Ei,\n\nnomés fer-te saber que %s ha compartit %s amb tu.\nMira-ho: %s\n\nSalut!",
"Edit categories" => "Edita les categories",
"Add" => "Afegeix",
"Security Warning" => "Avís de seguretat",
@@ -155,7 +155,6 @@ $TRANSLATIONS = array(
"remember" => "recorda'm",
"Log in" => "Inici de sessió",
"Alternative Logins" => "Acreditacions alternatives",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Ei,
només fer-te saber que %s ha compartit %s amb tu.
Mira-ho:
Salut!",
"Updating ownCloud to version %s, this may take a while." => "S'està actualitzant ownCloud a la versió %s, pot trigar una estona."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php
index 8b63079c87a..4bd8bd07b70 100644
--- a/core/l10n/cs_CZ.php
+++ b/core/l10n/cs_CZ.php
@@ -99,6 +99,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Chyba při nastavení data vypršení platnosti",
"Sending ..." => "Odesílám ...",
"Email sent" => "E-mail odeslán",
+"Warning" => "Varování",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Aktualizace neproběhla úspěšně. Nahlaste prosím problém do evidence chyb ownCloud",
"The update was successful. Redirecting you to ownCloud now." => "Aktualizace byla úspěšná. Přesměrovávám na ownCloud.",
"%s password reset" => "reset hesla %s",
@@ -121,7 +122,6 @@ $TRANSLATIONS = array(
"Help" => "Nápověda",
"Access forbidden" => "Přístup zakázán",
"Cloud not found" => "Cloud nebyl nalezen",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Ahoj,\n\njenom vám chci oznámit, že %s s vámi sdílí %s.\nPodívat se můžete zde: %s\n\nDíky",
"Edit categories" => "Upravit kategorie",
"Add" => "Přidat",
"Security Warning" => "Bezpečnostní upozornění",
@@ -151,7 +151,6 @@ $TRANSLATIONS = array(
"remember" => "zapamatovat",
"Log in" => "Přihlásit",
"Alternative Logins" => "Alternativní přihlášení",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Ahoj,
jenom vám chci oznámit, že %s s vámi sdílí %s.\nPodívat se můžete
zde.
Díky",
"Updating ownCloud to version %s, this may take a while." => "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/core/l10n/cy_GB.php b/core/l10n/cy_GB.php
index 78eb6ba9698..920fcad3d6b 100644
--- a/core/l10n/cy_GB.php
+++ b/core/l10n/cy_GB.php
@@ -81,6 +81,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Gwall wrth osod dyddiad dod i ben",
"Sending ..." => "Yn anfon ...",
"Email sent" => "Anfonwyd yr e-bost",
+"Warning" => "Rhybudd",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Methodd y diweddariad. Adroddwch y mater hwn i gymuned ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "Roedd y diweddariad yn llwyddiannus. Cewch eich ailgyfeirio i ownCloud nawr.",
"Use the following link to reset your password: {link}" => "Defnyddiwch y ddolen hon i ailosod eich cyfrinair: {link}",
diff --git a/core/l10n/da.php b/core/l10n/da.php
index 8938f2107fa..b28e8a969b4 100644
--- a/core/l10n/da.php
+++ b/core/l10n/da.php
@@ -16,8 +16,11 @@ $TRANSLATIONS = array(
"Error adding %s to favorites." => "Fejl ved tilføjelse af %s til favoritter.",
"No categories selected for deletion." => "Ingen kategorier valgt",
"Error removing %s from favorites." => "Fejl ved fjernelse af %s fra favoritter.",
+"No image or file provided" => "Ingen fil eller billede givet",
"Unknown filetype" => "Ukendt filtype",
"Invalid image" => "Ugyldigt billede",
+"No temporary profile picture available, try again" => "Intet midlertidigt profilbillede tilgængeligt, prøv igen",
+"No crop data provided" => "Ingen beskæringsdata give",
"Sunday" => "Søndag",
"Monday" => "Mandag",
"Tuesday" => "Tirsdag",
@@ -50,11 +53,20 @@ $TRANSLATIONS = array(
"last year" => "sidste år",
"years ago" => "år siden",
"Choose" => "Vælg",
+"Error loading file picker template: {error}" => "Fejl ved indlæsning af filvælger skabelon: {error}",
"Yes" => "Ja",
"No" => "Nej",
"Ok" => "OK",
-"_{count} file conflict_::_{count} file conflicts_" => array("",""),
+"Error loading message template: {error}" => "Fejl ved indlæsning af besked skabelon: {error}",
+"_{count} file conflict_::_{count} file conflicts_" => array("{count} filkonflikt","{count} filkonflikter"),
+"One file conflict" => "En filkonflikt",
+"Which files do you want to keep?" => "Hvilke filer ønsker du at beholde?",
+"If you select both versions, the copied file will have a number added to its name." => "Hvis du vælger begge versioner, vil den kopierede fil få tilføjet et nummer til sit navn.",
"Cancel" => "Annuller",
+"Continue" => "Videre",
+"(all selected)" => "(alle valgt)",
+"({count} selected)" => "({count} valgt)",
+"Error loading file exists template" => "Fejl ved inlæsning af; fil eksistere skabelon",
"The object type is not specified." => "Objekttypen er ikke angivet.",
"Error" => "Fejl",
"The app name is not specified." => "Den app navn er ikke angivet.",
@@ -91,6 +103,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Fejl under sætning af udløbsdato",
"Sending ..." => "Sender ...",
"Email sent" => "E-mail afsendt",
+"Warning" => "Advarsel",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Opdateringen blev ikke udført korrekt. Rapporter venligst problemet til ownClouds community.",
"The update was successful. Redirecting you to ownCloud now." => "Opdateringen blev udført korrekt. Du bliver nu viderestillet til ownCloud.",
"%s password reset" => "%s adgangskode nulstillet",
@@ -113,7 +126,6 @@ $TRANSLATIONS = array(
"Help" => "Hjælp",
"Access forbidden" => "Adgang forbudt",
"Cloud not found" => "Sky ikke fundet",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hallo\n\ndette blot for at lade dig vide, at %s har delt %s med dig.\nSe det: %s\n\nHej",
"Edit categories" => "Rediger kategorier",
"Add" => "Tilføj",
"Security Warning" => "Sikkerhedsadvarsel",
@@ -143,7 +155,6 @@ $TRANSLATIONS = array(
"remember" => "husk",
"Log in" => "Log ind",
"Alternative Logins" => "Alternative logins",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hallo,
dette blot for at lade dig vide, at %s har delt \"%s\" med dig.
Se det!
Hej",
"Updating ownCloud to version %s, this may take a while." => "Opdatere Owncloud til version %s, dette kan tage et stykke tid."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/de.php b/core/l10n/de.php
index b5ff8826ad8..7e292adcf39 100644
--- a/core/l10n/de.php
+++ b/core/l10n/de.php
@@ -1,6 +1,7 @@
"%s teilte »%s« mit Ihnen",
+"Couldn't send mail to following users: %s " => "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s",
"group" => "Gruppe",
"Turned on maintenance mode" => "Wartungsmodus eingeschaltet",
"Turned off maintenance mode" => "Wartungsmodus ausgeschaltet",
@@ -92,6 +93,7 @@ $TRANSLATIONS = array(
"Resharing is not allowed" => "Weiterverteilen ist nicht erlaubt",
"Shared in {item} with {user}" => "Für {user} in {item} freigegeben",
"Unshare" => "Freigabe aufheben",
+"notify user by email" => "Benutzer per E-Mail informieren",
"can edit" => "kann bearbeiten",
"access control" => "Zugriffskontrolle",
"create" => "erstellen",
@@ -103,6 +105,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Fehler beim Setzen des Ablaufdatums",
"Sending ..." => "Sende ...",
"Email sent" => "E-Mail wurde verschickt",
+"Warning" => "Warnung",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die ownCloud Community.",
"The update was successful. Redirecting you to ownCloud now." => "Das Update war erfolgreich. Du wirst nun zu ownCloud weitergeleitet.",
"%s password reset" => "%s-Passwort zurücksetzen",
@@ -125,7 +128,9 @@ $TRANSLATIONS = array(
"Help" => "Hilfe",
"Access forbidden" => "Zugriff verboten",
"Cloud not found" => "Cloud nicht gefunden",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hallo,\n\nwollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat.\nSchau es dir an: %s\n\nGruß!",
+"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo,\n\nich wollte Dich nur wissen lassen, dass %s %s mit Dir teilt.\nSchaue es Dir an: %s\n\n",
+"The share will expire on %s.\n\n" => "Die Freigabe wird ablaufen am %s.\n\n",
+"Cheers!" => "Hallo!",
"Edit categories" => "Kategorien bearbeiten",
"Add" => "Hinzufügen",
"Security Warning" => "Sicherheitswarnung",
@@ -146,6 +151,7 @@ $TRANSLATIONS = array(
"Database tablespace" => "Datenbank-Tablespace",
"Database host" => "Datenbank-Host",
"Finish setup" => "Installation abschließen",
+"Finishing …" => "Abschließen ...",
"%s is available. Get more information on how to update." => "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.",
"Log out" => "Abmelden",
"Automatic logon rejected!" => "Automatischer Login zurückgewiesen!",
@@ -155,7 +161,8 @@ $TRANSLATIONS = array(
"remember" => "merken",
"Log in" => "Einloggen",
"Alternative Logins" => "Alternative Logins",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hallo,
wollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat.
Schau es dir an.
Gruß!",
+"Hey there,
just letting you know that %s shared »%s« with you.
View it!
" => "Hallo,
wollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat.
Schau es dir an.
",
+"The share will expire on %s.
" => "Die Freigabe wird ablaufen am %s.
",
"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/de_CH.php b/core/l10n/de_CH.php
index 1fc6f6b7e1e..1f79e977cc9 100644
--- a/core/l10n/de_CH.php
+++ b/core/l10n/de_CH.php
@@ -83,6 +83,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Fehler beim Setzen des Ablaufdatums",
"Sending ..." => "Sende ...",
"Email sent" => "Email gesendet",
+"Warning" => "Warnung",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die ownCloud Community.",
"The update was successful. Redirecting you to ownCloud now." => "Das Update war erfolgreich. Sie werden nun zu ownCloud weitergeleitet.",
"%s password reset" => "%s-Passwort zurücksetzen",
@@ -105,7 +106,6 @@ $TRANSLATIONS = array(
"Help" => "Hilfe",
"Access forbidden" => "Zugriff verboten",
"Cloud not found" => "Cloud wurde nicht gefunden",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hallo,\n\nich wollte Sie nur wissen lassen, dass %s %s mit Ihnen teilt.\nSchauen Sie es sich an: %s\n\nViele Grüsse!",
"Edit categories" => "Kategorien ändern",
"Add" => "Hinzufügen",
"Security Warning" => "Sicherheitshinweis",
@@ -135,7 +135,6 @@ $TRANSLATIONS = array(
"remember" => "merken",
"Log in" => "Einloggen",
"Alternative Logins" => "Alternative Logins",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hallo,
ich wollte Sie nur wissen lassen, dass %s %s mit Ihnen teilt.
Schauen Sie es sich an!
Viele Grüsse!",
"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php
index 5b9b199f416..95519c7d412 100644
--- a/core/l10n/de_DE.php
+++ b/core/l10n/de_DE.php
@@ -1,6 +1,7 @@
"%s geteilt »%s« mit Ihnen",
+"Couldn't send mail to following users: %s " => "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s",
"group" => "Gruppe",
"Turned on maintenance mode" => "Wartungsmodus eingeschaltet ",
"Turned off maintenance mode" => "Wartungsmodus ausgeschaltet",
@@ -92,6 +93,7 @@ $TRANSLATIONS = array(
"Resharing is not allowed" => "Das Weiterverteilen ist nicht erlaubt",
"Shared in {item} with {user}" => "Freigegeben in {item} von {user}",
"Unshare" => "Freigabe aufheben",
+"notify user by email" => "Benutzer per E-Mail informieren",
"can edit" => "kann bearbeiten",
"access control" => "Zugriffskontrolle",
"create" => "erstellen",
@@ -103,6 +105,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Fehler beim Setzen des Ablaufdatums",
"Sending ..." => "Sende ...",
"Email sent" => "Email gesendet",
+"Warning" => "Warnung",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die ownCloud Community.",
"The update was successful. Redirecting you to ownCloud now." => "Das Update war erfolgreich. Sie werden nun zu ownCloud weitergeleitet.",
"%s password reset" => "%s-Passwort zurücksetzen",
@@ -125,7 +128,9 @@ $TRANSLATIONS = array(
"Help" => "Hilfe",
"Access forbidden" => "Zugriff verboten",
"Cloud not found" => "Cloud wurde nicht gefunden",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hallo,\n\nich wollte Sie nur wissen lassen, dass %s %s mit Ihnen teilt.\nSchauen Sie es sich an: %s\n\nViele Grüße!",
+"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo,\n\nich wollte Sie nur wissen lassen, dass %s %s mit Ihnen teilt.\nSchauen Sie es sich an: %s\n\n",
+"The share will expire on %s.\n\n" => "Die Freigabe wird ablaufen am %s.\n\n",
+"Cheers!" => "Hallo!",
"Edit categories" => "Kategorien ändern",
"Add" => "Hinzufügen",
"Security Warning" => "Sicherheitshinweis",
@@ -146,6 +151,7 @@ $TRANSLATIONS = array(
"Database tablespace" => "Datenbank-Tablespace",
"Database host" => "Datenbank-Host",
"Finish setup" => "Installation abschließen",
+"Finishing …" => "Abschließen ...",
"%s is available. Get more information on how to update." => "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.",
"Log out" => "Abmelden",
"Automatic logon rejected!" => "Automatische Anmeldung verweigert!",
@@ -155,7 +161,8 @@ $TRANSLATIONS = array(
"remember" => "merken",
"Log in" => "Einloggen",
"Alternative Logins" => "Alternative Logins",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hallo,
ich wollte Sie nur wissen lassen, dass %s %s mit Ihnen teilt.
Schauen Sie es sich an!
Viele Grüße!",
+"Hey there,
just letting you know that %s shared »%s« with you.
View it!
" => "Hallo,
ich wollte Sie nur wissen lassen, dass %s %s mit Ihnen teilt.
Schauen Sie es sich an!
",
+"The share will expire on %s.
" => "Die Freigabe wird ablaufen am %s.
",
"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/el.php b/core/l10n/el.php
index 7fc58ca3527..fd5987d02ae 100644
--- a/core/l10n/el.php
+++ b/core/l10n/el.php
@@ -83,6 +83,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Σφάλμα κατά τον ορισμό ημ. λήξης",
"Sending ..." => "Αποστολή...",
"Email sent" => "Το Email απεστάλη ",
+"Warning" => "Προειδοποίηση",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Η ενημέρωση ήταν ανεπιτυχής. Παρακαλώ στείλτε αναφορά στην κοινότητα ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "Η ενημέρωση ήταν επιτυχής. Μετάβαση στο ownCloud.",
"Use the following link to reset your password: {link}" => "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επανεκδόσετε τον κωδικό: {link}",
@@ -104,7 +105,6 @@ $TRANSLATIONS = array(
"Help" => "Βοήθεια",
"Access forbidden" => "Δεν επιτρέπεται η πρόσβαση",
"Cloud not found" => "Δεν βρέθηκε νέφος",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Γεια σας,\n\nσας ενημερώνουμε ότι ο %s διαμοιράστηκε μαζί σας το %s.\nΔείτε το: %s\n\nΓεια χαρά!",
"Edit categories" => "Επεξεργασία κατηγοριών",
"Add" => "Προσθήκη",
"Security Warning" => "Προειδοποίηση Ασφαλείας",
@@ -134,7 +134,6 @@ $TRANSLATIONS = array(
"remember" => "απομνημόνευση",
"Log in" => "Είσοδος",
"Alternative Logins" => "Εναλλακτικές Συνδέσεις",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Γεια σας,
σας ενημερώνουμε ότι ο %s διαμοιράστηκε μαζί σας το »%s«.
Δείτε το!
Γεια χαρά!",
"Updating ownCloud to version %s, this may take a while." => "Ενημερώνοντας το ownCloud στην έκδοση %s,μπορεί να πάρει λίγο χρόνο."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php
index bb26f1469dd..c69cf59f384 100644
--- a/core/l10n/en_GB.php
+++ b/core/l10n/en_GB.php
@@ -103,6 +103,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Error setting expiration date",
"Sending ..." => "Sending ...",
"Email sent" => "Email sent",
+"Warning" => "Warning",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "The update was unsuccessful. Please report this issue to the ownCloud community.",
"The update was successful. Redirecting you to ownCloud now." => "The update was successful. Redirecting you to ownCloud now.",
"%s password reset" => "%s password reset",
@@ -125,7 +126,6 @@ $TRANSLATIONS = array(
"Help" => "Help",
"Access forbidden" => "Access denied",
"Cloud not found" => "Cloud not found",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!",
"Edit categories" => "Edit categories",
"Add" => "Add",
"Security Warning" => "Security Warning",
@@ -155,7 +155,6 @@ $TRANSLATIONS = array(
"remember" => "remember",
"Log in" => "Log in",
"Alternative Logins" => "Alternative Logins",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hey there,
just letting you know that %s shared \"%s\" with you.
View it!
Cheers!",
"Updating ownCloud to version %s, this may take a while." => "Updating ownCloud to version %s, this may take a while."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/eo.php b/core/l10n/eo.php
index 712f97538f3..2b416db4707 100644
--- a/core/l10n/eo.php
+++ b/core/l10n/eo.php
@@ -82,6 +82,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Eraro dum agordado de limdato",
"Sending ..." => "Sendante...",
"Email sent" => "La retpoŝtaĵo sendiĝis",
+"Warning" => "Averto",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "La ĝisdatigo estis malsukcese. Bonvolu raporti tiun problemon al la ownClouda komunumo.",
"The update was successful. Redirecting you to ownCloud now." => "La ĝisdatigo estis sukcesa. Alidirektante nun al ownCloud.",
"Use the following link to reset your password: {link}" => "Uzu la jenan ligilon por restarigi vian pasvorton: {link}",
@@ -101,7 +102,6 @@ $TRANSLATIONS = array(
"Help" => "Helpo",
"Access forbidden" => "Aliro estas malpermesata",
"Cloud not found" => "La nubo ne estas trovita",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Saluton:\n\nNi nur sciigas vin, ke %s kunhavigis %s kun vi.\nVidu ĝin: %s\n\nĜis!",
"Edit categories" => "Redakti kategoriojn",
"Add" => "Aldoni",
"Security Warning" => "Sekureca averto",
@@ -127,7 +127,6 @@ $TRANSLATIONS = array(
"remember" => "memori",
"Log in" => "Ensaluti",
"Alternative Logins" => "Alternativaj ensalutoj",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Saluton:
Ni nur sciigas vin, ke %s kunhavigis “%s” kun vi.
Vidu ĝin
Ĝis!",
"Updating ownCloud to version %s, this may take a while." => "ownCloud ĝisdatiĝas al eldono %s, tio ĉi povas daŭri je iom da tempo."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/es.php b/core/l10n/es.php
index 3aa0c3f732c..29eea2dbf49 100644
--- a/core/l10n/es.php
+++ b/core/l10n/es.php
@@ -16,6 +16,11 @@ $TRANSLATIONS = array(
"Error adding %s to favorites." => "Error añadiendo %s a favoritos.",
"No categories selected for deletion." => "No hay categorías seleccionadas para borrar.",
"Error removing %s from favorites." => "Error eliminando %s de los favoritos.",
+"No image or file provided" => "No se especificó ningún archivo o imagen",
+"Unknown filetype" => "Tipo de archivo desconocido",
+"Invalid image" => "Imagen inválida",
+"No temporary profile picture available, try again" => "No hay disponible una imagen temporal de perfil, pruebe de nuevo",
+"No crop data provided" => "No se proporcionó datos del recorte",
"Sunday" => "Domingo",
"Monday" => "Lunes",
"Tuesday" => "Martes",
@@ -48,11 +53,20 @@ $TRANSLATIONS = array(
"last year" => "el año pasado",
"years ago" => "años antes",
"Choose" => "Seleccionar",
+"Error loading file picker template: {error}" => "Error cargando plantilla del seleccionador de archivos: {error}",
"Yes" => "Sí",
"No" => "No",
"Ok" => "Aceptar",
-"_{count} file conflict_::_{count} file conflicts_" => array("",""),
+"Error loading message template: {error}" => "Error cargando plantilla del mensaje: {error}",
+"_{count} file conflict_::_{count} file conflicts_" => array("{count} conflicto de archivo","{count} conflictos de archivo"),
+"One file conflict" => "On conflicto de archivo",
+"Which files do you want to keep?" => "¿Que archivos deseas mantener?",
+"If you select both versions, the copied file will have a number added to its name." => "Si seleccionas ambas versiones, el archivo copiado tendrá añadido un número en su nombre.",
"Cancel" => "Cancelar",
+"Continue" => "Continuar",
+"(all selected)" => "(seleccionados todos)",
+"({count} selected)" => "({count} seleccionados)",
+"Error loading file exists template" => "Error cargando plantilla de archivo existente",
"The object type is not specified." => "El tipo de objeto no está especificado.",
"Error" => "Error",
"The app name is not specified." => "El nombre de la aplicación no está especificado.",
@@ -89,6 +103,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Error estableciendo fecha de caducidad",
"Sending ..." => "Enviando...",
"Email sent" => "Correo electrónico enviado",
+"Warning" => "Precaución",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "La actualización ha fracasado. Por favor, informe de este problema a la Comunidad de ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "La actualización se ha realizado con éxito. Redireccionando a ownCloud ahora.",
"%s password reset" => "%s restablecer contraseña",
@@ -111,7 +126,6 @@ $TRANSLATIONS = array(
"Help" => "Ayuda",
"Access forbidden" => "Acceso denegado",
"Cloud not found" => "No se encuentra la nube",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hey,\n\nsólo te hago saber que %s ha compartido %s contigo.\nEcha un ojo en: %s\n\n¡Un saludo!",
"Edit categories" => "Editar categorías",
"Add" => "Agregar",
"Security Warning" => "Advertencia de seguridad",
@@ -141,7 +155,6 @@ $TRANSLATIONS = array(
"remember" => "recordar",
"Log in" => "Entrar",
"Alternative Logins" => "Inicios de sesión alternativos",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hey,
sólo te hago saber que %s ha compartido %s contigo.
¡Echa un ojo!
¡Un saludo!",
"Updating ownCloud to version %s, this may take a while." => "Actualizando ownCloud a la versión %s, esto puede demorar un tiempo."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/es_AR.php b/core/l10n/es_AR.php
index 6dce47f760d..7d7e29c8ffb 100644
--- a/core/l10n/es_AR.php
+++ b/core/l10n/es_AR.php
@@ -89,6 +89,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Error al asignar fecha de vencimiento",
"Sending ..." => "Mandando...",
"Email sent" => "e-mail mandado",
+"Warning" => "Atención",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "La actualización no pudo ser completada. Por favor, reportá el inconveniente a la comunidad ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "La actualización fue exitosa. Estás siendo redirigido a ownCloud.",
"%s password reset" => "%s restablecer contraseña",
@@ -111,7 +112,6 @@ $TRANSLATIONS = array(
"Help" => "Ayuda",
"Access forbidden" => "Acceso prohibido",
"Cloud not found" => "No se encontró ownCloud",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hola,\n\nSimplemente te informo que %s compartió %s con vos.\nMiralo acá: %s\n\n¡Chau!",
"Edit categories" => "Editar categorías",
"Add" => "Agregar",
"Security Warning" => "Advertencia de seguridad",
@@ -141,7 +141,6 @@ $TRANSLATIONS = array(
"remember" => "recordame",
"Log in" => "Iniciar sesión",
"Alternative Logins" => "Nombre alternativos de usuarios",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hola,
Simplemente te informo que %s compartió %s con vos.
Miralo acá:
¡Chau!",
"Updating ownCloud to version %s, this may take a while." => "Actualizando ownCloud a la versión %s, puede demorar un rato."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php
index 17ce89543a6..7b26850166d 100644
--- a/core/l10n/et_EE.php
+++ b/core/l10n/et_EE.php
@@ -1,6 +1,7 @@
"%s jagas sinuga »%s«",
+"Couldn't send mail to following users: %s " => "Kirja saatmine järgnevatele kasutajatele ebaõnnestus: %s ",
"group" => "grupp",
"Turned on maintenance mode" => "Haldusreziimis",
"Turned off maintenance mode" => "Haldusreziim lõpetatud",
@@ -58,8 +59,13 @@ $TRANSLATIONS = array(
"No" => "Ei",
"Ok" => "Ok",
"Error loading message template: {error}" => "Viga sõnumi malli laadimisel: {error}",
-"_{count} file conflict_::_{count} file conflicts_" => array("",""),
+"_{count} file conflict_::_{count} file conflicts_" => array("{count} failikonflikt","{count} failikonflikti"),
+"One file conflict" => "Üks failikonflikt",
+"Which files do you want to keep?" => "Milliseid faile sa soovid alles hoida?",
"Cancel" => "Loobu",
+"Continue" => "Jätka",
+"(all selected)" => "(kõik valitud)",
+"({count} selected)" => "({count} valitud)",
"The object type is not specified." => "Objekti tüüp pole määratletud.",
"Error" => "Viga",
"The app name is not specified." => "Rakenduse nimi ole määratletud.",
@@ -85,6 +91,7 @@ $TRANSLATIONS = array(
"Resharing is not allowed" => "Edasijagamine pole lubatud",
"Shared in {item} with {user}" => "Jagatud {item} kasutajaga {user}",
"Unshare" => "Lõpeta jagamine",
+"notify user by email" => "teavita kasutajaid e-postiga",
"can edit" => "saab muuta",
"access control" => "ligipääsukontroll",
"create" => "loo",
@@ -96,6 +103,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Viga aegumise kuupäeva määramisel",
"Sending ..." => "Saatmine ...",
"Email sent" => "E-kiri on saadetud",
+"Warning" => "Hoiatus",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Uuendus ebaõnnestus. Palun teavita probleemidest ownCloud kogukonda.",
"The update was successful. Redirecting you to ownCloud now." => "Uuendus oli edukas. Kohe suunatakse Sind ownCloudi.",
"%s password reset" => "%s parooli lähtestus",
@@ -118,7 +126,9 @@ $TRANSLATIONS = array(
"Help" => "Abiinfo",
"Access forbidden" => "Ligipääs on keelatud",
"Cloud not found" => "Pilve ei leitud",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hei,\n\nlihtsalt annan sulle teada, et %s jagas sinuga %s.\nVaata seda siin: %s\n\nTervitused!",
+"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hei,\n\nlihtsalt annan sulle teada, et %s jagas sulle välja %s.\nVaata seda: %s\n\n",
+"The share will expire on %s.\n\n" => "Jagamine aegub %s.\n\n",
+"Cheers!" => "Terekest!",
"Edit categories" => "Muuda kategooriaid",
"Add" => "Lisa",
"Security Warning" => "Turvahoiatus",
@@ -139,6 +149,7 @@ $TRANSLATIONS = array(
"Database tablespace" => "Andmebaasi tabeliruum",
"Database host" => "Andmebaasi host",
"Finish setup" => "Lõpeta seadistamine",
+"Finishing …" => "Lõpetamine ...",
"%s is available. Get more information on how to update." => "%s on saadaval. Vaata lähemalt kuidas uuendada.",
"Log out" => "Logi välja",
"Automatic logon rejected!" => "Automaatne sisselogimine lükati tagasi!",
@@ -148,7 +159,8 @@ $TRANSLATIONS = array(
"remember" => "pea meeles",
"Log in" => "Logi sisse",
"Alternative Logins" => "Alternatiivsed sisselogimisviisid",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hei,
lihtsalt annan sulle teada, et %s jagas sinuga »%s«.
Vaata seda!
Tervitades!",
+"Hey there,
just letting you know that %s shared »%s« with you.
View it!
" => "Hei,
lihtsalt annan sulle teada, et %s jagas sulle välja »%s«.
Vaata seda!
",
+"The share will expire on %s.
" => "Jagamine aegub %s.
",
"Updating ownCloud to version %s, this may take a while." => "ownCloudi uuendamine versioonile %s. See võib veidi aega võtta."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/eu.php b/core/l10n/eu.php
index 1e6594adf6f..2bf1b060790 100644
--- a/core/l10n/eu.php
+++ b/core/l10n/eu.php
@@ -83,6 +83,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Errore bat egon da muga data ezartzean",
"Sending ..." => "Bidaltzen ...",
"Email sent" => "Eposta bidalia",
+"Warning" => "Abisua",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Eguneraketa ez da ongi egin. Mesedez egin arazoaren txosten bat ownCloud komunitatearentzako.",
"The update was successful. Redirecting you to ownCloud now." => "Eguneraketa ongi egin da. Orain zure ownClouderea berbideratua izango zara.",
"%s password reset" => "%s pasahitza berrezarri",
@@ -105,7 +106,6 @@ $TRANSLATIONS = array(
"Help" => "Laguntza",
"Access forbidden" => "Sarrera debekatuta",
"Cloud not found" => "Ez da hodeia aurkitu",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Kaixo\n\n%s-ek %s zurekin partekatu duela jakin dezazun.\nIkusi ezazu: %s\n\nOngi jarraitu!",
"Edit categories" => "Editatu kategoriak",
"Add" => "Gehitu",
"Security Warning" => "Segurtasun abisua",
@@ -135,7 +135,6 @@ $TRANSLATIONS = array(
"remember" => "gogoratu",
"Log in" => "Hasi saioa",
"Alternative Logins" => "Beste erabiltzaile izenak",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Kaixo
%s-ek %s zurekin partekatu duela jakin dezazun.
\nIkusi ezazu
Ongi jarraitu!",
"Updating ownCloud to version %s, this may take a while." => "ownCloud %s bertsiora eguneratzen, denbora har dezake."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/fa.php b/core/l10n/fa.php
index 930a5b0dcbc..e173d628f5f 100644
--- a/core/l10n/fa.php
+++ b/core/l10n/fa.php
@@ -83,6 +83,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "خطا در تنظیم تاریخ انقضا",
"Sending ..." => "درحال ارسال ...",
"Email sent" => "ایمیل ارسال شد",
+"Warning" => "اخطار",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "به روز رسانی ناموفق بود. لطفا این خطا را به جامعه ی OwnCloud گزارش نمایید.",
"The update was successful. Redirecting you to ownCloud now." => "به روزرسانی موفقیت آمیز بود. در حال انتقال شما به OwnCloud.",
"Use the following link to reset your password: {link}" => "از لینک زیر جهت دوباره سازی پسورد استفاده کنید :\n{link}",
@@ -104,7 +105,6 @@ $TRANSLATIONS = array(
"Help" => "راهنما",
"Access forbidden" => "اجازه دسترسی به مناطق ممنوعه را ندارید",
"Cloud not found" => "پیدا نشد",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "اینجا,⏎\n فقط به شما اجازه میدهد که بدانید %s به اشتراک گذاشته شده %s توسط شما.⏎\nمشاهده آن : %s⏎\n⏎\nبه سلامتی!",
"Edit categories" => "ویرایش گروه",
"Add" => "افزودن",
"Security Warning" => "اخطار امنیتی",
@@ -132,7 +132,6 @@ $TRANSLATIONS = array(
"remember" => "بیاد آوری",
"Log in" => "ورود",
"Alternative Logins" => "ورود متناوب",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "اینجا
فقط به شما اجازه میدهد که بدانید %s به اشتراک گذاشته شده»%s« توسط شما.
مشاهده آن!
به سلامتی!",
"Updating ownCloud to version %s, this may take a while." => "به روز رسانی OwnCloud به نسخه ی %s، این عملیات ممکن است زمان بر باشد."
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php
index cf215159c39..c6c9f09e1dd 100644
--- a/core/l10n/fi_FI.php
+++ b/core/l10n/fi_FI.php
@@ -1,6 +1,7 @@
"%s jakoi kohteen »%s« kanssasi",
+"Couldn't send mail to following users: %s " => "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s",
"group" => "ryhmä",
"Turned on maintenance mode" => "Siirrytty ylläpitotilaan",
"Turned off maintenance mode" => "Ylläpitotila laitettu pois päältä",
@@ -14,6 +15,7 @@ $TRANSLATIONS = array(
"Error adding %s to favorites." => "Virhe lisätessä kohdetta %s suosikkeihin.",
"No categories selected for deletion." => "Luokkia ei valittu poistettavaksi.",
"Error removing %s from favorites." => "Virhe poistaessa kohdetta %s suosikeista.",
+"No image or file provided" => "Kuvaa tai tiedostoa ei määritelty",
"Unknown filetype" => "Tuntematon tiedostotyyppi",
"Invalid image" => "Virhellinen kuva",
"No temporary profile picture available, try again" => "Väliaikaista profiilikuvaa ei ole käytettävissä, yritä uudelleen",
@@ -53,6 +55,8 @@ $TRANSLATIONS = array(
"No" => "Ei",
"Ok" => "Ok",
"_{count} file conflict_::_{count} file conflicts_" => array("",""),
+"Which files do you want to keep?" => "Mitkä tiedostot haluat säilyttää?",
+"If you select both versions, the copied file will have a number added to its name." => "Jos valitset kummatkin versiot, kopioidun tiedoston nimeen lisätään numero.",
"Cancel" => "Peru",
"Continue" => "Jatka",
"(all selected)" => "(kaikki valittu)",
@@ -81,6 +85,7 @@ $TRANSLATIONS = array(
"Resharing is not allowed" => "Jakaminen uudelleen ei ole salittu",
"Shared in {item} with {user}" => "{item} on jaettu {user} kanssa",
"Unshare" => "Peru jakaminen",
+"notify user by email" => "ilmoita käyttäjälle sähköpostitse",
"can edit" => "voi muokata",
"access control" => "Pääsyn hallinta",
"create" => "luo",
@@ -92,6 +97,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Virhe päättymispäivää asettaessa",
"Sending ..." => "Lähetetään...",
"Email sent" => "Sähköposti lähetetty",
+"Warning" => "Varoitus",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Päivitys epäonnistui. Ilmoita ongelmasta ownCloud-yhteisölle.",
"The update was successful. Redirecting you to ownCloud now." => "Päivitys onnistui. Selain ohjautuu nyt ownCloudiisi.",
"%s password reset" => "%s salasanan nollaus",
@@ -113,7 +119,8 @@ $TRANSLATIONS = array(
"Help" => "Ohje",
"Access forbidden" => "Pääsy estetty",
"Cloud not found" => "Pilveä ei löydy",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hei!\n\n%s jakoi kohteen %s kanssasi.\nKatso se tästä: %s\n\nNäkemiin!",
+"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hei sinä!\n\n%s jakoi kohteen %s kanssasi.\nTutustu siihen: %s\n\n",
+"The share will expire on %s.\n\n" => "Jakaminen päättyy %s.\n\n",
"Edit categories" => "Muokkaa luokkia",
"Add" => "Lisää",
"Security Warning" => "Turvallisuusvaroitus",
@@ -133,6 +140,7 @@ $TRANSLATIONS = array(
"Database tablespace" => "Tietokannan taulukkotila",
"Database host" => "Tietokantapalvelin",
"Finish setup" => "Viimeistele asennus",
+"Finishing …" => "Valmistellaan…",
"%s is available. Get more information on how to update." => "%s on saatavilla. Lue lisätietoja, miten päivitys asennetaan.",
"Log out" => "Kirjaudu ulos",
"Automatic logon rejected!" => "Automaattinen sisäänkirjautuminen hylättiin!",
@@ -142,7 +150,8 @@ $TRANSLATIONS = array(
"remember" => "muista",
"Log in" => "Kirjaudu sisään",
"Alternative Logins" => "Vaihtoehtoiset kirjautumiset",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hei!
%s jakoi kohteen »%s« kanssasi.
Katso se tästä!
Näkemiin!",
+"Hey there,
just letting you know that %s shared »%s« with you.
View it!
" => "Hei sinä!
%s jakoi kohteen »%s« kanssasi.
Tutustu siihen!
",
+"The share will expire on %s.
" => "Jakaminen päättyy %s.
",
"Updating ownCloud to version %s, this may take a while." => "Päivitetään ownCloud versioon %s, tämä saattaa kestää hetken."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/fr.php b/core/l10n/fr.php
index e7cb75e53f0..83460f43343 100644
--- a/core/l10n/fr.php
+++ b/core/l10n/fr.php
@@ -103,6 +103,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Erreur lors de la spécification de la date d'expiration",
"Sending ..." => "En cours d'envoi ...",
"Email sent" => "Email envoyé",
+"Warning" => "Attention",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "La mise à jour a échoué. Veuillez signaler ce problème à la communauté ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "La mise à jour a réussi. Vous êtes redirigé maintenant vers ownCloud.",
"%s password reset" => "Réinitialisation de votre mot de passe %s",
@@ -125,7 +126,6 @@ $TRANSLATIONS = array(
"Help" => "Aide",
"Access forbidden" => "Accès interdit",
"Cloud not found" => "Introuvable",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Salut,\n\nje veux juste vous signaler %s partagé %s avec vous.\nVoyez-le: %s\n\nBonne continuation!",
"Edit categories" => "Editer les catégories",
"Add" => "Ajouter",
"Security Warning" => "Avertissement de sécurité",
@@ -155,7 +155,6 @@ $TRANSLATIONS = array(
"remember" => "se souvenir de moi",
"Log in" => "Connexion",
"Alternative Logins" => "Logins alternatifs",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Salut,
je veux juste vous signaler %s partagé »%s« avec vous.
Voyez-le!
Bonne continuation!",
"Updating ownCloud to version %s, this may take a while." => "Mise à jour en cours d'ownCloud vers la version %s, cela peut prendre du temps."
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/core/l10n/gl.php b/core/l10n/gl.php
index e3be94537e5..3325a894f48 100644
--- a/core/l10n/gl.php
+++ b/core/l10n/gl.php
@@ -1,6 +1,7 @@
"%s compartiu «%s» con vostede",
+"Couldn't send mail to following users: %s " => "Non é posíbel enviar correo aos usuarios seguintes: %s",
"group" => "grupo",
"Turned on maintenance mode" => "Modo de mantemento activado",
"Turned off maintenance mode" => "Modo de mantemento desactivado",
@@ -92,6 +93,7 @@ $TRANSLATIONS = array(
"Resharing is not allowed" => "Non se permite volver a compartir",
"Shared in {item} with {user}" => "Compartido en {item} con {user}",
"Unshare" => "Deixar de compartir",
+"notify user by email" => "notificar ao usuario por correo",
"can edit" => "pode editar",
"access control" => "control de acceso",
"create" => "crear",
@@ -103,6 +105,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Produciuse un erro ao definir a data de caducidade",
"Sending ..." => "Enviando...",
"Email sent" => "Correo enviado",
+"Warning" => "Aviso",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "A actualización non foi satisfactoria, informe deste problema á comunidade de ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "A actualización realizouse correctamente. Redirixíndoo agora á ownCloud.",
"%s password reset" => "Restabelecer o contrasinal %s",
@@ -125,7 +128,9 @@ $TRANSLATIONS = array(
"Help" => "Axuda",
"Access forbidden" => "Acceso denegado",
"Cloud not found" => "Nube non atopada",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Ola,\n\nsó facerlle saber que %s compartiu %s con vostede.\nVéxao en: %s\n\nSaúdos!",
+"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ola,\n\nsó facerlle saber que %s compartiu %s con vostede.\nVéxao en: %s\n\n",
+"The share will expire on %s.\n\n" => "Esta compartición caduca o %s.\n\n",
+"Cheers!" => "Saúdos!",
"Edit categories" => "Editar as categorías",
"Add" => "Engadir",
"Security Warning" => "Aviso de seguranza",
@@ -146,6 +151,7 @@ $TRANSLATIONS = array(
"Database tablespace" => "Táboa de espazos da base de datos",
"Database host" => "Servidor da base de datos",
"Finish setup" => "Rematar a configuración",
+"Finishing …" => "Rematado ...",
"%s is available. Get more information on how to update." => "%s está dispoñíbel. Obteña máis información sobre como actualizar.",
"Log out" => "Desconectar",
"Automatic logon rejected!" => "Rexeitouse a entrada automática",
@@ -155,7 +161,8 @@ $TRANSLATIONS = array(
"remember" => "lembrar",
"Log in" => "Conectar",
"Alternative Logins" => "Accesos alternativos",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Ola,
só facerlle saber que %s compartiu «%s» con vostede.
Véxao!
Saúdos!",
+"Hey there,
just letting you know that %s shared »%s« with you.
View it!
" => "Ola,
Só facerlle saber que %s compartiu «%s» con vostede.
Véxao!
",
+"The share will expire on %s.
" => "Esta compartición caduca o %s.
",
"Updating ownCloud to version %s, this may take a while." => "Actualizando ownCloud a versión %s, esto pode levar un anaco."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/he.php b/core/l10n/he.php
index 704755da07f..30ef27664ea 100644
--- a/core/l10n/he.php
+++ b/core/l10n/he.php
@@ -82,6 +82,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "אירעה שגיאה בעת הגדרת תאריך התפוגה",
"Sending ..." => "מתבצעת שליחה ...",
"Email sent" => "הודעת הדוא״ל נשלחה",
+"Warning" => "אזהרה",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "תהליך העדכון לא הושלם בהצלחה. נא דווח את הבעיה בקהילת ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.",
"Use the following link to reset your password: {link}" => "יש להשתמש בקישור הבא כדי לאפס את הססמה שלך: {link}",
@@ -102,7 +103,6 @@ $TRANSLATIONS = array(
"Help" => "עזרה",
"Access forbidden" => "הגישה נחסמה",
"Cloud not found" => "ענן לא נמצא",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "שלום,\n\nרצינו לעדכן כי %s שיתף/שיתפה איתך את »%s«.\n\nלצפיה: %s\n\nיום טוב!",
"Edit categories" => "ערוך קטגוריות",
"Add" => "הוספה",
"Security Warning" => "אזהרת אבטחה",
@@ -131,7 +131,6 @@ $TRANSLATIONS = array(
"remember" => "שמירת הססמה",
"Log in" => "כניסה",
"Alternative Logins" => "כניסות אלטרנטיביות",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "שלום,
רצינו לעדכן כי %s שיתף/שיתפה איתך את »%s«.
לצפיה
יום טוב!",
"Updating ownCloud to version %s, this may take a while." => "מעדכן את ownCloud אל גרסא %s, זה עלול לקחת זמן מה."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/hi.php b/core/l10n/hi.php
index e783ec88d17..ec9381c787d 100644
--- a/core/l10n/hi.php
+++ b/core/l10n/hi.php
@@ -36,6 +36,7 @@ $TRANSLATIONS = array(
"No people found" => "कोई व्यक्ति नहीं मिले ",
"Sending ..." => "भेजा जा रहा है",
"Email sent" => "ईमेल भेज दिया गया है ",
+"Warning" => "चेतावनी ",
"Use the following link to reset your password: {link}" => "आगे दिये गये लिंक का उपयोग पासवर्ड बदलने के लिये किजीये: {link}",
"You will receive a link to reset your password via Email." => "पासवर्ड बदलने कि लिंक आपको ई-मेल द्वारा भेजी जायेगी|",
"Username" => "प्रयोक्ता का नाम",
diff --git a/core/l10n/hu_HU.php b/core/l10n/hu_HU.php
index 107a5f04c05..2cc473a9c01 100644
--- a/core/l10n/hu_HU.php
+++ b/core/l10n/hu_HU.php
@@ -103,6 +103,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Nem sikerült a lejárati időt beállítani",
"Sending ..." => "Küldés ...",
"Email sent" => "Az emailt elküldtük",
+"Warning" => "Figyelmeztetés",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "A frissítés nem sikerült. Kérem értesítse erről a problémáról az ownCloud közösséget.",
"The update was successful. Redirecting you to ownCloud now." => "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatáshoz.",
"%s password reset" => "%s jelszó visszaállítás",
@@ -125,7 +126,6 @@ $TRANSLATIONS = array(
"Help" => "Súgó",
"Access forbidden" => "A hozzáférés nem engedélyezett",
"Cloud not found" => "A felhő nem található",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Üdv!\n\nÚj hír: %s megosztotta Önnel ezt: %s.\nItt nézhető meg: %s\n\nMinden jót!",
"Edit categories" => "Kategóriák szerkesztése",
"Add" => "Hozzáadás",
"Security Warning" => "Biztonsági figyelmeztetés",
@@ -155,7 +155,6 @@ $TRANSLATIONS = array(
"remember" => "emlékezzen",
"Log in" => "Bejelentkezés",
"Alternative Logins" => "Alternatív bejelentkezés",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Üdv!
Új hír: %s megosztotta Önnel ezt: »%s«.
Itt nézhető meg!
Minden jót!",
"Updating ownCloud to version %s, this may take a while." => "Owncloud frissítés a %s verzióra folyamatban. Kis türelmet."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/id.php b/core/l10n/id.php
index 69993d44055..2b987eecd84 100644
--- a/core/l10n/id.php
+++ b/core/l10n/id.php
@@ -81,6 +81,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Galat ketika menyetel tanggal kedaluwarsa",
"Sending ..." => "Mengirim ...",
"Email sent" => "Email terkirim",
+"Warning" => "Peringatan",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Pembaruan gagal. Silakan laporkan masalah ini ke komunitas ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "Pembaruan sukses. Anda akan diarahkan ulang ke ownCloud.",
"Use the following link to reset your password: {link}" => "Gunakan tautan berikut untuk menyetel ulang sandi Anda: {link}",
diff --git a/core/l10n/is.php b/core/l10n/is.php
index 729aaa4c9e6..f72b7290b8f 100644
--- a/core/l10n/is.php
+++ b/core/l10n/is.php
@@ -79,6 +79,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Villa við að setja gildistíma",
"Sending ..." => "Sendi ...",
"Email sent" => "Tölvupóstur sendur",
+"Warning" => "Aðvörun",
"The update was successful. Redirecting you to ownCloud now." => "Uppfærslan heppnaðist. Beini þér til ownCloud nú.",
"Use the following link to reset your password: {link}" => "Notað eftirfarandi veftengil til að endursetja lykilorðið þitt: {link}",
"You will receive a link to reset your password via Email." => "Þú munt fá veftengil í tölvupósti til að endursetja lykilorðið.",
diff --git a/core/l10n/it.php b/core/l10n/it.php
index bd2fad79c87..0b2d3768b0c 100644
--- a/core/l10n/it.php
+++ b/core/l10n/it.php
@@ -1,6 +1,7 @@
"%s ha condiviso «%s» con te",
+"Couldn't send mail to following users: %s " => "Impossibile inviare email ai seguenti utenti: %s",
"group" => "gruppo",
"Turned on maintenance mode" => "Modalità di manutenzione attivata",
"Turned off maintenance mode" => "Modalità di manutenzione disattivata",
@@ -92,6 +93,7 @@ $TRANSLATIONS = array(
"Resharing is not allowed" => "La ri-condivisione non è consentita",
"Shared in {item} with {user}" => "Condiviso in {item} con {user}",
"Unshare" => "Rimuovi condivisione",
+"notify user by email" => "notifica l'utente tramite email",
"can edit" => "può modificare",
"access control" => "controllo d'accesso",
"create" => "creare",
@@ -103,6 +105,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Errore durante l'impostazione della data di scadenza",
"Sending ..." => "Invio in corso...",
"Email sent" => "Messaggio inviato",
+"Warning" => "Avviso",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "L'aggiornamento non è riuscito. Segnala il problema alla comunità di ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "L'aggiornamento è stato effettuato correttamente. Stai per essere reindirizzato a ownCloud.",
"%s password reset" => "Ripristino password di %s",
@@ -125,7 +128,9 @@ $TRANSLATIONS = array(
"Help" => "Aiuto",
"Access forbidden" => "Accesso negato",
"Cloud not found" => "Nuvola non trovata",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Ehilà,\n\nvolevo solamente farti sapere che %s ha condiviso %s con te.\nGuarda: %s\n\nSaluti!",
+"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n",
+"The share will expire on %s.\n\n" => "La condivisione scadrà il %s.\n\n",
+"Cheers!" => "Saluti!",
"Edit categories" => "Modifica categorie",
"Add" => "Aggiungi",
"Security Warning" => "Avviso di sicurezza",
@@ -146,6 +151,7 @@ $TRANSLATIONS = array(
"Database tablespace" => "Spazio delle tabelle del database",
"Database host" => "Host del database",
"Finish setup" => "Termina la configurazione",
+"Finishing …" => "Completamento...",
"%s is available. Get more information on how to update." => "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento.",
"Log out" => "Esci",
"Automatic logon rejected!" => "Accesso automatico rifiutato.",
@@ -155,7 +161,8 @@ $TRANSLATIONS = array(
"remember" => "ricorda",
"Log in" => "Accedi",
"Alternative Logins" => "Accessi alternativi",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Ehilà,
volevo solamente farti sapere che %s ha condiviso «%s» con te.
Guarda!
Saluti!",
+"Hey there,
just letting you know that %s shared »%s« with you.
View it!
" => "Ciao,
volevo informarti che %s ha condiviso %s con te.
Vedi!
",
+"The share will expire on %s.
" => "La condivisione scadrà il %s.
",
"Updating ownCloud to version %s, this may take a while." => "Aggiornamento di ownCloud alla versione %s in corso, ciò potrebbe richiedere del tempo."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php
index 110e5b21201..bf8313f7176 100644
--- a/core/l10n/ja_JP.php
+++ b/core/l10n/ja_JP.php
@@ -103,6 +103,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "有効期限の設定でエラー発生",
"Sending ..." => "送信中...",
"Email sent" => "メールを送信しました",
+"Warning" => "警告",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "更新に成功しました。この問題を ownCloud community にレポートしてください。",
"The update was successful. Redirecting you to ownCloud now." => "更新に成功しました。今すぐownCloudにリダイレクトします。",
"%s password reset" => "%s パスワードリセット",
@@ -125,7 +126,6 @@ $TRANSLATIONS = array(
"Help" => "ヘルプ",
"Access forbidden" => "アクセスが禁止されています",
"Cloud not found" => "見つかりません",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "こんにちは、\n\n%s があなたと %s を共有したことをお知らせします。\nそれを表示: %s\n\nそれでは。",
"Edit categories" => "カテゴリを編集",
"Add" => "追加",
"Security Warning" => "セキュリティ警告",
@@ -155,7 +155,6 @@ $TRANSLATIONS = array(
"remember" => "パスワードを記憶する",
"Log in" => "ログイン",
"Alternative Logins" => "代替ログイン",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "こんにちは、
%sがあなたと »%s« を共有したことをお知らせします。
それを表示
それでは。",
"Updating ownCloud to version %s, this may take a while." => "ownCloud をバージョン %s に更新しています、しばらくお待ち下さい。"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/core/l10n/ka_GE.php b/core/l10n/ka_GE.php
index e051f9ce1d2..a32960e1a23 100644
--- a/core/l10n/ka_GE.php
+++ b/core/l10n/ka_GE.php
@@ -81,6 +81,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "შეცდომა ვადის გასვლის მითითების დროს",
"Sending ..." => "გაგზავნა ....",
"Email sent" => "იმეილი გაიგზავნა",
+"Warning" => "გაფრთხილება",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "განახლება ვერ განხორციელდა. გთხოვთ შეგვატყობინოთ ამ პრობლემის შესახებ აქ: ownCloud community.",
"The update was successful. Redirecting you to ownCloud now." => "განახლება ვერ განხორციელდა. გადამისამართება თქვენს ownCloud–ზე.",
"Use the following link to reset your password: {link}" => "გამოიყენე შემდეგი ლინკი პაროლის შესაცვლელად: {link}",
diff --git a/core/l10n/ko.php b/core/l10n/ko.php
index 947f5e9ee26..92c7b96f01c 100644
--- a/core/l10n/ko.php
+++ b/core/l10n/ko.php
@@ -82,6 +82,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "만료 날짜 설정 오류",
"Sending ..." => "전송 중...",
"Email sent" => "이메일 발송됨",
+"Warning" => "경고",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "업데이트가 실패하였습니다. 이 문제를 ownCloud 커뮤니티에 보고해 주십시오.",
"The update was successful. Redirecting you to ownCloud now." => "업데이트가 성공하였습니다. ownCloud로 돌아갑니다.",
"Use the following link to reset your password: {link}" => "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}",
diff --git a/core/l10n/ku_IQ.php b/core/l10n/ku_IQ.php
index 2feb6db2723..e11cf0b5a96 100644
--- a/core/l10n/ku_IQ.php
+++ b/core/l10n/ku_IQ.php
@@ -9,6 +9,7 @@ $TRANSLATIONS = array(
"Error" => "ههڵه",
"Share" => "هاوبەشی کردن",
"Password" => "وشەی تێپەربو",
+"Warning" => "ئاگاداری",
"Username" => "ناوی بهکارهێنهر",
"New password" => "وشەی نهێنی نوێ",
"Reset password" => "دووباره كردنهوهی وشهی نهێنی",
diff --git a/core/l10n/lb.php b/core/l10n/lb.php
index 9e127d867c6..17e4345ad51 100644
--- a/core/l10n/lb.php
+++ b/core/l10n/lb.php
@@ -83,6 +83,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Feeler beim Setze vum Verfallsdatum",
"Sending ..." => "Gëtt geschéckt...",
"Email sent" => "Email geschéckt",
+"Warning" => "Warnung",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Den Update war net erfollegräich. Mell dëse Problem w.e.gl derownCloud-Community.",
"The update was successful. Redirecting you to ownCloud now." => "Den Update war erfollegräich. Du gëss elo bei d'ownCloud ëmgeleet.",
"Use the following link to reset your password: {link}" => "Benotz folgende Link fir däi Passwuert zréckzesetzen: {link}",
@@ -104,7 +105,6 @@ $TRANSLATIONS = array(
"Help" => "Hëllef",
"Access forbidden" => "Zougrëff net erlaabt",
"Cloud not found" => "Cloud net fonnt",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hallo,\n\nech wëll just Bescheed soen dass den/d' %s, »%s« mat dir gedeelt huet.\nKucken: %s\n\nE schéine Bonjour!",
"Edit categories" => "Kategorien editéieren",
"Add" => "Dobäisetzen",
"Security Warning" => "Sécherheets-Warnung",
@@ -132,7 +132,6 @@ $TRANSLATIONS = array(
"remember" => "verhalen",
"Log in" => "Umellen",
"Alternative Logins" => "Alternativ Umeldungen",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hallo,
ech wëll just Bescheed soen dass den/d' %s, »%s« mat dir gedeelt huet.
Kucken!
E schéine Bonjour!",
"Updating ownCloud to version %s, this may take a while." => "ownCloud gëtt op d'Versioun %s aktualiséiert, dat kéint e Moment daueren."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/lt_LT.php b/core/l10n/lt_LT.php
index 610e7aeadeb..7d3ce9bec6f 100644
--- a/core/l10n/lt_LT.php
+++ b/core/l10n/lt_LT.php
@@ -1,6 +1,7 @@
"%s pasidalino »%s« su tavimi",
+"Couldn't send mail to following users: %s " => "Nepavyko nusiųsti el. pašto šiems naudotojams: %s ",
"group" => "grupė",
"Turned on maintenance mode" => "Įjungta priežiūros veiksena",
"Turned off maintenance mode" => "Išjungta priežiūros veiksena",
@@ -92,6 +93,7 @@ $TRANSLATIONS = array(
"Resharing is not allowed" => "Dalijinasis išnaujo negalimas",
"Shared in {item} with {user}" => "Pasidalino {item} su {user}",
"Unshare" => "Nebesidalinti",
+"notify user by email" => "informuoti naudotoją el. paštu",
"can edit" => "gali redaguoti",
"access control" => "priėjimo kontrolė",
"create" => "sukurti",
@@ -103,6 +105,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Klaida nustatant galiojimo laiką",
"Sending ..." => "Siunčiama...",
"Email sent" => "Laiškas išsiųstas",
+"Warning" => "Įspėjimas",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Atnaujinimas buvo nesėkmingas. PApie tai prašome pranešti the ownCloud bendruomenei.",
"The update was successful. Redirecting you to ownCloud now." => "Atnaujinimas buvo sėkmingas. Nukreipiame į jūsų ownCloud.",
"%s password reset" => "%s slaptažodžio atnaujinimas",
@@ -125,7 +128,8 @@ $TRANSLATIONS = array(
"Help" => "Pagalba",
"Access forbidden" => "Priėjimas draudžiamas",
"Cloud not found" => "Negalima rasti",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Labas,\n\nInformuojame, kad %s pasidalino su Jumis %s.\nPažiūrėkite: %s\n\nLinkėjimai!",
+"The share will expire on %s.\n\n" => "Bendrinimo laikas baigsis %s.\n",
+"Cheers!" => "Sveikinimai!",
"Edit categories" => "Redaguoti kategorijas",
"Add" => "Pridėti",
"Security Warning" => "Saugumo pranešimas",
@@ -146,6 +150,7 @@ $TRANSLATIONS = array(
"Database tablespace" => "Duomenų bazės loginis saugojimas",
"Database host" => "Duomenų bazės serveris",
"Finish setup" => "Baigti diegimą",
+"Finishing …" => "Baigiama ...",
"%s is available. Get more information on how to update." => "%s yra prieinama. Gaukite daugiau informacijos apie atnaujinimą.",
"Log out" => "Atsijungti",
"Automatic logon rejected!" => "Automatinis prisijungimas atmestas!",
@@ -155,7 +160,7 @@ $TRANSLATIONS = array(
"remember" => "prisiminti",
"Log in" => "Prisijungti",
"Alternative Logins" => "Alternatyvūs prisijungimai",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Labas,
tik informuojame, kad %s pasidalino su Jumis »%s«.
Peržiūrėk!
Linkėjimai!",
+"The share will expire on %s.
" => "Bendrinimo laikas baigsis %s.
",
"Updating ownCloud to version %s, this may take a while." => "Atnaujinama ownCloud į %s versiją. tai gali šiek tiek užtrukti."
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";
diff --git a/core/l10n/lv.php b/core/l10n/lv.php
index 6bdbeaf5e20..998a03c5dd1 100644
--- a/core/l10n/lv.php
+++ b/core/l10n/lv.php
@@ -83,6 +83,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Kļūda, iestatot termiņa datumu",
"Sending ..." => "Sūta...",
"Email sent" => "Vēstule nosūtīta",
+"Warning" => "Brīdinājums",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Atjaunināšana beidzās nesekmīgi. Lūdzu, ziņojiet par šo problēmu ownCloud kopienai.",
"The update was successful. Redirecting you to ownCloud now." => "Atjaunināšana beidzās sekmīgi. Tagad pārsūta jūs uz ownCloud.",
"%s password reset" => "%s paroles maiņa",
@@ -105,7 +106,6 @@ $TRANSLATIONS = array(
"Help" => "Palīdzība",
"Access forbidden" => "Pieeja ir liegta",
"Cloud not found" => "Mākonis netika atrasts",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Sveiks,\nTikai daru tev zināmu ka %s dalās %s ar tevi.\nApskati to: %s\n\nJaukiņi Labiņi!",
"Edit categories" => "Rediģēt kategoriju",
"Add" => "Pievienot",
"Security Warning" => "Brīdinājums par drošību",
@@ -135,7 +135,6 @@ $TRANSLATIONS = array(
"remember" => "atcerēties",
"Log in" => "Ierakstīties",
"Alternative Logins" => "Alternatīvās pieteikšanās",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Sveiks,
Tikai daru tev zināmu ka %s dalās %s ar tevi.
Apskati to!
Jaukiņi Labiņi!",
"Updating ownCloud to version %s, this may take a while." => "Atjaunina ownCloud uz versiju %s. Tas var aizņemt kādu laiciņu."
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";
diff --git a/core/l10n/mk.php b/core/l10n/mk.php
index 1c998bb636a..dffd20ab3bb 100644
--- a/core/l10n/mk.php
+++ b/core/l10n/mk.php
@@ -79,6 +79,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Грешка при поставување на рок на траење",
"Sending ..." => "Праќање...",
"Email sent" => "Е-порака пратена",
+"Warning" => "Предупредување",
"Use the following link to reset your password: {link}" => "Користете ја следната врска да ја ресетирате Вашата лозинка: {link}",
"You will receive a link to reset your password via Email." => "Ќе добиете врска по е-пошта за да може да ја ресетирате Вашата лозинка.",
"Username" => "Корисничко име",
diff --git a/core/l10n/ms_MY.php b/core/l10n/ms_MY.php
index 5aea25a3fd4..cac2dbff2a2 100644
--- a/core/l10n/ms_MY.php
+++ b/core/l10n/ms_MY.php
@@ -34,6 +34,7 @@ $TRANSLATIONS = array(
"Error" => "Ralat",
"Share" => "Kongsi",
"Password" => "Kata laluan",
+"Warning" => "Amaran",
"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",
"Username" => "Nama pengguna",
diff --git a/core/l10n/nb_NO.php b/core/l10n/nb_NO.php
index 01dec885574..a252642678a 100644
--- a/core/l10n/nb_NO.php
+++ b/core/l10n/nb_NO.php
@@ -67,6 +67,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Kan ikke sette utløpsdato",
"Sending ..." => "Sender...",
"Email sent" => "E-post sendt",
+"Warning" => "Advarsel",
"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.",
"Username" => "Brukernavn",
@@ -82,7 +83,6 @@ $TRANSLATIONS = array(
"Help" => "Hjelp",
"Access forbidden" => "Tilgang nektet",
"Cloud not found" => "Sky ikke funnet",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hei der.⏎\n⏎\nVille bare gjøre deg oppmerksom på at %s delte %s med deg.⏎\nVis den: %s⏎\n⏎\nVI ses!",
"Edit categories" => "Rediger kategorier",
"Add" => "Legg til",
"Security Warning" => "Sikkerhetsadvarsel",
diff --git a/core/l10n/nl.php b/core/l10n/nl.php
index 3dcdeaedec2..fe8ec482e3b 100644
--- a/core/l10n/nl.php
+++ b/core/l10n/nl.php
@@ -96,6 +96,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Fout tijdens het instellen van de vervaldatum",
"Sending ..." => "Versturen ...",
"Email sent" => "E-mail verzonden",
+"Warning" => "Waarschuwing",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "De update is niet geslaagd. Meld dit probleem aan bij de ownCloud community.",
"The update was successful. Redirecting you to ownCloud now." => "De update is geslaagd. Je wordt teruggeleid naar je eigen ownCloud.",
"%s password reset" => "%s wachtwoord reset",
@@ -118,7 +119,6 @@ $TRANSLATIONS = array(
"Help" => "Help",
"Access forbidden" => "Toegang verboden",
"Cloud not found" => "Cloud niet gevonden",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hallo daar,\n\n%s deelde %s met jou.\nBekijk: %s\n\nVeel plezier!",
"Edit categories" => "Wijzig categorieën",
"Add" => "Toevoegen",
"Security Warning" => "Beveiligingswaarschuwing",
@@ -148,7 +148,6 @@ $TRANSLATIONS = array(
"remember" => "onthoud gegevens",
"Log in" => "Meld je aan",
"Alternative Logins" => "Alternatieve inlogs",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hallo daar,
%s deelde »%s« met jou.
Bekijk!
Veel plezier!",
"Updating ownCloud to version %s, this may take a while." => "Updaten ownCloud naar versie %s, dit kan even duren..."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/nn_NO.php b/core/l10n/nn_NO.php
index d596605dbcd..6dff2e63742 100644
--- a/core/l10n/nn_NO.php
+++ b/core/l10n/nn_NO.php
@@ -103,6 +103,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Klarte ikkje setja utløpsdato",
"Sending ..." => "Sender …",
"Email sent" => "E-post sendt",
+"Warning" => "Åtvaring",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Oppdateringa feila. Ver venleg og rapporter feilen til ownCloud-fellesskapet.",
"The update was successful. Redirecting you to ownCloud now." => "Oppdateringa er fullført. Sender deg vidare til ownCloud no.",
"%s password reset" => "%s passordnullstilling",
@@ -125,7 +126,6 @@ $TRANSLATIONS = array(
"Help" => "Hjelp",
"Access forbidden" => "Tilgang forbudt",
"Cloud not found" => "Fann ikkje skyen",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hei der,\n\nnemner berre at %s delte %s med deg.\nSjå det her: %s\n\nMe talast!",
"Edit categories" => "Endra kategoriar",
"Add" => "Legg til",
"Security Warning" => "Tryggleiksåtvaring",
@@ -155,7 +155,6 @@ $TRANSLATIONS = array(
"remember" => "hugs",
"Log in" => "Logg inn",
"Alternative Logins" => "Alternative innloggingar",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hei der,
nemner berre at %s delte «%s» med deg.
Sjå det!
Me talast!<",
"Updating ownCloud to version %s, this may take a while." => "Oppdaterer ownCloud til utgåve %s, dette kan ta ei stund."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/pa.php b/core/l10n/pa.php
index c8078d06c73..156c6dbac14 100644
--- a/core/l10n/pa.php
+++ b/core/l10n/pa.php
@@ -41,6 +41,7 @@ $TRANSLATIONS = array(
"Share" => "ਸਾਂਝਾ ਕਰੋ",
"Password" => "ਪਾਸਵਰ",
"Send" => "ਭੇਜੋ",
+"Warning" => "ਚੇਤਾਵਨੀ",
"Username" => "ਯੂਜ਼ਰ-ਨਾਂ",
"Security Warning" => "ਸੁਰੱਖਿਆ ਚੇਤਾਵਨੀ"
);
diff --git a/core/l10n/pl.php b/core/l10n/pl.php
index ad467fe100e..5d60f5d3aa7 100644
--- a/core/l10n/pl.php
+++ b/core/l10n/pl.php
@@ -95,6 +95,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Błąd podczas ustawiania daty wygaśnięcia",
"Sending ..." => "Wysyłanie...",
"Email sent" => "E-mail wysłany",
+"Warning" => "Ostrzeżenie",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Aktualizacja zakończyła się niepowodzeniem. Zgłoś ten problem spoleczności ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "Aktualizacji zakończyła się powodzeniem. Przekierowuję do ownCloud.",
"%s password reset" => "%s reset hasła",
@@ -117,7 +118,6 @@ $TRANSLATIONS = array(
"Help" => "Pomoc",
"Access forbidden" => "Dostęp zabroniony",
"Cloud not found" => "Nie odnaleziono chmury",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Cześć,\n\nInformuję cię że %s udostępnia ci %s.\nZobacz na: %s\n\nPozdrawiam!",
"Edit categories" => "Edytuj kategorie",
"Add" => "Dodaj",
"Security Warning" => "Ostrzeżenie o zabezpieczeniach",
@@ -147,7 +147,6 @@ $TRANSLATIONS = array(
"remember" => "pamiętaj",
"Log in" => "Zaloguj",
"Alternative Logins" => "Alternatywne loginy",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Cześć,
Informuję cię że %s udostępnia ci »%s«.\n
Zobacz
Pozdrawiam!",
"Updating ownCloud to version %s, this may take a while." => "Aktualizowanie ownCloud do wersji %s. Może to trochę potrwać."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php
index 5f8903a8ff5..fc43814ae00 100644
--- a/core/l10n/pt_BR.php
+++ b/core/l10n/pt_BR.php
@@ -1,6 +1,7 @@
"%s compartilhou »%s« com você",
+"Couldn't send mail to following users: %s " => "Não foi possível enviar e-mail para os seguintes usuários: %s",
"group" => "grupo",
"Turned on maintenance mode" => "Ativar modo de manutenção",
"Turned off maintenance mode" => "Desligar o modo de manutenção",
@@ -92,6 +93,7 @@ $TRANSLATIONS = array(
"Resharing is not allowed" => "Não é permitido re-compartilhar",
"Shared in {item} with {user}" => "Compartilhado em {item} com {user}",
"Unshare" => "Descompartilhar",
+"notify user by email" => "notificar usuário por email",
"can edit" => "pode editar",
"access control" => "controle de acesso",
"create" => "criar",
@@ -103,6 +105,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Erro ao definir data de expiração",
"Sending ..." => "Enviando ...",
"Email sent" => "E-mail enviado",
+"Warning" => "Aviso",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "A atualização falhou. Por favor, relate este problema para a comunidade ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "A atualização teve êxito. Você será redirecionado ao ownCloud agora.",
"%s password reset" => "%s redefinir senha",
@@ -125,7 +128,9 @@ $TRANSLATIONS = array(
"Help" => "Ajuda",
"Access forbidden" => "Acesso proibido",
"Cloud not found" => "Cloud não encontrado",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Olá,\n\napenas para você saber que %s compartilhou %s com você.\nVeja: %s\n\nAbraços!",
+"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Olá,\n\ngostaria que você soubesse que %s compartilhou %s com vecê.\nVeja isto: %s\n\n",
+"The share will expire on %s.\n\n" => "O compartilhamento irá expirer em %s.\n\n",
+"Cheers!" => "Saúde!",
"Edit categories" => "Editar categorias",
"Add" => "Adicionar",
"Security Warning" => "Aviso de Segurança",
@@ -146,6 +151,7 @@ $TRANSLATIONS = array(
"Database tablespace" => "Espaço de tabela do banco de dados",
"Database host" => "Host do banco de dados",
"Finish setup" => "Concluir configuração",
+"Finishing …" => "Finalizando ...",
"%s is available. Get more information on how to update." => "%s está disponível. Obtenha mais informações sobre como atualizar.",
"Log out" => "Sair",
"Automatic logon rejected!" => "Entrada Automática no Sistema Rejeitada!",
@@ -155,7 +161,8 @@ $TRANSLATIONS = array(
"remember" => "lembrar",
"Log in" => "Fazer login",
"Alternative Logins" => "Logins alternativos",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Olá,
apenas para você saber que %s compartilhou %s com você.
Veja:
Abraços!",
+"Hey there,
just letting you know that %s shared »%s« with you.
View it!
" => "Olá,
só gostaria que você soubesse que %s compartilhou »%s« com você.
Veja isto!
" => "O compartilhamento irá expirar em %s.
",
"Updating ownCloud to version %s, this may take a while." => "Atualizando ownCloud para a versão %s, isto pode levar algum tempo."
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/core/l10n/pt_PT.php b/core/l10n/pt_PT.php
index 977d8e38cb2..fd504421199 100644
--- a/core/l10n/pt_PT.php
+++ b/core/l10n/pt_PT.php
@@ -94,6 +94,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Erro ao aplicar a data de expiração",
"Sending ..." => "A Enviar...",
"Email sent" => "E-mail enviado",
+"Warning" => "Aviso",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "A actualização falhou. Por favor reporte este incidente seguindo este link ownCloud community.",
"The update was successful. Redirecting you to ownCloud now." => "A actualização foi concluída com sucesso. Vai ser redireccionado para o ownCloud agora.",
"%s password reset" => "%s reposição da password",
@@ -116,7 +117,6 @@ $TRANSLATIONS = array(
"Help" => "Ajuda",
"Access forbidden" => "Acesso interdito",
"Cloud not found" => "Cloud nao encontrada",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Olá,\n\nApenas para lhe informar que %s partilhou %s consigo.\nVeja-o: %s\n\nCumprimentos!",
"Edit categories" => "Editar categorias",
"Add" => "Adicionar",
"Security Warning" => "Aviso de Segurança",
@@ -146,7 +146,6 @@ $TRANSLATIONS = array(
"remember" => "lembrar",
"Log in" => "Entrar",
"Alternative Logins" => "Contas de acesso alternativas",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Olá,
Apenas para lhe informar que %s partilhou »%s« consigo.
Consulte-o aqui!
Cumprimentos!",
"Updating ownCloud to version %s, this may take a while." => "A actualizar o ownCloud para a versão %s, esta operação pode demorar."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/ro.php b/core/l10n/ro.php
index 12fbfa5f0ca..73350011f1e 100644
--- a/core/l10n/ro.php
+++ b/core/l10n/ro.php
@@ -90,6 +90,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Eroare la specificarea datei de expirare",
"Sending ..." => "Se expediază...",
"Email sent" => "Mesajul a fost expediat",
+"Warning" => "Atenție",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Actualizarea a eșuat! Raportați problema către comunitatea ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "Actualizare reușită. Ești redirecționat către ownCloud.",
"Use the following link to reset your password: {link}" => "Folosește următorul link pentru a reseta parola: {link}",
@@ -111,7 +112,6 @@ $TRANSLATIONS = array(
"Help" => "Ajutor",
"Access forbidden" => "Acces restricționat",
"Cloud not found" => "Nu s-a găsit",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Salutare,\n\nVă aduc la cunoștință că %s a partajat %s cu tine.\nAccesează la: %s\n\nNumai bine!",
"Edit categories" => "Editează categorii",
"Add" => "Adaugă",
"Security Warning" => "Avertisment de securitate",
@@ -141,7 +141,6 @@ $TRANSLATIONS = array(
"remember" => "amintește",
"Log in" => "Autentificare",
"Alternative Logins" => "Conectări alternative",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Salutare,
Vă aduc la cunoștință că %s a partajat %s cu tine.
Accesează-l!
Numai bine!",
"Updating ownCloud to version %s, this may take a while." => "Actualizăm ownCloud la versiunea %s, aceasta poate dura câteva momente."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";
diff --git a/core/l10n/ru.php b/core/l10n/ru.php
index 1b3133a1a6f..5cfd013850e 100644
--- a/core/l10n/ru.php
+++ b/core/l10n/ru.php
@@ -103,6 +103,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Ошибка при установке срока доступа",
"Sending ..." => "Отправляется ...",
"Email sent" => "Письмо отправлено",
+"Warning" => "Предупреждение",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "При обновлении произошла ошибка. Пожалуйста сообщите об этом в ownCloud сообщество.",
"The update was successful. Redirecting you to ownCloud now." => "Обновление прошло успешно. Перенаправляемся в Ваш ownCloud...",
"%s password reset" => "%s сброс пароля",
@@ -121,11 +122,10 @@ $TRANSLATIONS = array(
"Personal" => "Личное",
"Users" => "Пользователи",
"Apps" => "Приложения",
-"Admin" => "Admin",
+"Admin" => "Админпанель",
"Help" => "Помощь",
"Access forbidden" => "Доступ запрещён",
"Cloud not found" => "Облако не найдено",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Приветствую,⏎\n⏎\nпросто даю знать, что %s поделился %s с вами.⏎\nПосмотреть: %s⏎\n⏎\nУдачи!",
"Edit categories" => "Редактировать категрии",
"Add" => "Добавить",
"Security Warning" => "Предупреждение безопасности",
@@ -155,7 +155,6 @@ $TRANSLATIONS = array(
"remember" => "запомнить",
"Log in" => "Войти",
"Alternative Logins" => "Альтернативные имена пользователя",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Приветствую,
просто даю знать, что %s поделился »%s« с вами.
Посмотреть!
Удачи!",
"Updating ownCloud to version %s, this may take a while." => "Идёт обновление ownCloud до версии %s. Это может занять некоторое время."
);
$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);";
diff --git a/core/l10n/si_LK.php b/core/l10n/si_LK.php
index 2d922657ea0..065604425bd 100644
--- a/core/l10n/si_LK.php
+++ b/core/l10n/si_LK.php
@@ -58,6 +58,7 @@ $TRANSLATIONS = array(
"Password protected" => "මුර පදයකින් ආරක්ශාකර ඇත",
"Error unsetting expiration date" => "කල් ඉකුත් දිනය ඉවත් කිරීමේ දෝෂයක්",
"Error setting expiration date" => "කල් ඉකුත් දිනය ස්ථාපනය කිරීමේ දෝෂයක්",
+"Warning" => "අවවාදය",
"You will receive a link to reset your password via Email." => "ඔබගේ මුරපදය ප්රත්යාරම්භ කිරීම සඳහා යොමුව විද්යුත් තැපෑලෙන් ලැබෙනු ඇත",
"Username" => "පරිශීලක නම",
"Your password was reset" => "ඔබේ මුරපදය ප්රත්යාරම්භ කරන ලදී",
diff --git a/core/l10n/sk_SK.php b/core/l10n/sk_SK.php
index ac45947459b..b4bcaac8ae0 100644
--- a/core/l10n/sk_SK.php
+++ b/core/l10n/sk_SK.php
@@ -89,6 +89,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Chyba pri nastavení dátumu expirácie",
"Sending ..." => "Odosielam ...",
"Email sent" => "Email odoslaný",
+"Warning" => "Varovanie",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Aktualizácia nebola úspešná. Problém nahláste na ownCloud community.",
"The update was successful. Redirecting you to ownCloud now." => "Aktualizácia bola úspešná. Presmerovávam na prihlasovaciu stránku.",
"%s password reset" => "reset hesla %s",
@@ -111,7 +112,6 @@ $TRANSLATIONS = array(
"Help" => "Pomoc",
"Access forbidden" => "Prístup odmietnutý",
"Cloud not found" => "Nenájdené",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Ahoj,\n\nChcem Vám oznámiť, že %s s Vami zdieľa %s.\nPozrieť si to môžete tu: %s\n\nVďaka",
"Edit categories" => "Upraviť kategórie",
"Add" => "Pridať",
"Security Warning" => "Bezpečnostné varovanie",
@@ -141,7 +141,6 @@ $TRANSLATIONS = array(
"remember" => "zapamätať",
"Log in" => "Prihlásiť sa",
"Alternative Logins" => "Alternatívne prihlasovanie",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Ahoj,
chcem Vám oznámiť, že %s s Vami zdieľa %s.\nPozrieť si to môžete tu:
zde.
Vďaka",
"Updating ownCloud to version %s, this may take a while." => "Aktualizujem ownCloud na verziu %s, môže to chvíľu trvať."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/core/l10n/sl.php b/core/l10n/sl.php
index 84cd83fa2f3..e858284de53 100644
--- a/core/l10n/sl.php
+++ b/core/l10n/sl.php
@@ -83,6 +83,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Napaka med nastavljanjem datuma preteka",
"Sending ..." => "Pošiljanje ...",
"Email sent" => "Elektronska pošta je poslana",
+"Warning" => "Opozorilo",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Posodobitev ni uspela. Pošljite poročilo o napaki na sistemu ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "Posodobitev je uspešno končana. Stran bo preusmerjena na oblak ownCloud.",
"Use the following link to reset your password: {link}" => "Za ponastavitev gesla uporabite povezavo: {link}",
@@ -104,7 +105,6 @@ $TRANSLATIONS = array(
"Help" => "Pomoč",
"Access forbidden" => "Dostop je prepovedan",
"Cloud not found" => "Oblaka ni mogoče najti",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Pozdravljen/a,⏎\n⏎\nsporočam, da je %s delil %s s teboj.⏎\nPoglej na: %s⏎\n⏎\nLep pozdrav!",
"Edit categories" => "Uredi kategorije",
"Add" => "Dodaj",
"Security Warning" => "Varnostno opozorilo",
@@ -134,7 +134,6 @@ $TRANSLATIONS = array(
"remember" => "zapomni si",
"Log in" => "Prijava",
"Alternative Logins" => "Druge prijavne možnosti",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Pozdravljen/a,
sporočam, da je %s delil »%s« s teboj.
Poglej vsebine!
Lep pozdrav!",
"Updating ownCloud to version %s, this may take a while." => "Posodabljanje sistema ownCloud na različico %s je lahko dolgotrajno."
);
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";
diff --git a/core/l10n/sq.php b/core/l10n/sq.php
index e0fde3f1297..2d9649a6483 100644
--- a/core/l10n/sq.php
+++ b/core/l10n/sq.php
@@ -111,7 +111,6 @@ $TRANSLATIONS = array(
"Help" => "Ndihmë",
"Access forbidden" => "Ndalohet hyrja",
"Cloud not found" => "Cloud-i nuk u gjet",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Tungjatjeta,\n\nju njoftojmë që %s ka ndarë %s me ju.\nShikojeni: %s\n\nPëshëndetje!",
"Edit categories" => "Ndrysho kategoritë",
"Add" => "Shto",
"Security Warning" => "Paralajmërim sigurie",
@@ -141,7 +140,6 @@ $TRANSLATIONS = array(
"remember" => "kujto",
"Log in" => "Hyrje",
"Alternative Logins" => "Hyrje alternative",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Tungjatjeta,
duam t'ju njoftojmë që %s ka ndarë »%s« me ju.
Shikojeni!
Përshëndetje!",
"Updating ownCloud to version %s, this may take a while." => "Po azhurnoj ownCloud-in me versionin %s. Mund të zgjasi pak."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/sr.php b/core/l10n/sr.php
index 064984cca5f..666223c6cba 100644
--- a/core/l10n/sr.php
+++ b/core/l10n/sr.php
@@ -78,6 +78,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Грешка код постављања датума истека",
"Sending ..." => "Шаљем...",
"Email sent" => "Порука је послата",
+"Warning" => "Упозорење",
"Use the following link to reset your password: {link}" => "Овом везом ресетујте своју лозинку: {link}",
"You will receive a link to reset your password via Email." => "Добићете везу за ресетовање лозинке путем е-поште.",
"Username" => "Корисничко име",
diff --git a/core/l10n/sv.php b/core/l10n/sv.php
index 0ea3259df68..29936537418 100644
--- a/core/l10n/sv.php
+++ b/core/l10n/sv.php
@@ -103,6 +103,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Fel vid sättning av utgångsdatum",
"Sending ..." => "Skickar ...",
"Email sent" => "E-post skickat",
+"Warning" => "Varning",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Uppdateringen misslyckades. Rapportera detta problem till ownCloud Community.",
"The update was successful. Redirecting you to ownCloud now." => "Uppdateringen lyckades. Du omdirigeras nu till OwnCloud.",
"%s password reset" => "%s återställ lösenord",
@@ -125,7 +126,6 @@ $TRANSLATIONS = array(
"Help" => "Hjälp",
"Access forbidden" => "Åtkomst förbjuden",
"Cloud not found" => "Hittade inget moln",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hej där,⏎\n⏎\nville bara meddela dig att %s delade %s med dig.⏎\nTitta på den: %s⏎\n⏎\nVi hörs!",
"Edit categories" => "Editera kategorier",
"Add" => "Lägg till",
"Security Warning" => "Säkerhetsvarning",
@@ -155,7 +155,6 @@ $TRANSLATIONS = array(
"remember" => "kom ihåg",
"Log in" => "Logga in",
"Alternative Logins" => "Alternativa inloggningar",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Hej där,
ville bara informera dig om att %s delade »%s« med dig.
Titta på den!
Hörs!",
"Updating ownCloud to version %s, this may take a while." => "Uppdaterar ownCloud till version %s, detta kan ta en stund."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/ta_LK.php b/core/l10n/ta_LK.php
index 43c7f451e49..1756d22c788 100644
--- a/core/l10n/ta_LK.php
+++ b/core/l10n/ta_LK.php
@@ -75,6 +75,7 @@ $TRANSLATIONS = array(
"Password protected" => "கடவுச்சொல் பாதுகாக்கப்பட்டது",
"Error unsetting expiration date" => "காலாவதியாகும் திகதியை குறிப்பிடாமைக்கான வழு",
"Error setting expiration date" => "காலாவதியாகும் திகதியை குறிப்பிடுவதில் வழு",
+"Warning" => "எச்சரிக்கை",
"Use the following link to reset your password: {link}" => "உங்கள் கடவுச்சொல்லை மீளமைக்க பின்வரும் இணைப்பை பயன்படுத்தவும் : {இணைப்பு}",
"You will receive a link to reset your password via Email." => "நீங்கள் மின்னஞ்சல் மூலம் உங்களுடைய கடவுச்சொல்லை மீளமைப்பதற்கான இணைப்பை பெறுவீர்கள். ",
"Username" => "பயனாளர் பெயர்",
diff --git a/core/l10n/th_TH.php b/core/l10n/th_TH.php
index 8eab771822d..c6c0e94a32e 100644
--- a/core/l10n/th_TH.php
+++ b/core/l10n/th_TH.php
@@ -80,6 +80,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "เกิดข้อผิดพลาดในการตั้งค่าวันที่หมดอายุ",
"Sending ..." => "กำลังส่ง...",
"Email sent" => "ส่งอีเมล์แล้ว",
+"Warning" => "คำเตือน",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "การอัพเดทไม่เป็นผลสำเร็จ กรุณาแจ้งปัญหาที่เกิดขึ้นไปยัง คอมมูนิตี้ผู้ใช้งาน ownCloud",
"The update was successful. Redirecting you to ownCloud now." => "การอัพเดทเสร็จเรียบร้อยแล้ว กำลังเปลี่ยนเส้นทางไปที่ ownCloud อยู่ในขณะนี้",
"Use the following link to reset your password: {link}" => "ใช้ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่านของคุณใหม่: {link}",
diff --git a/core/l10n/tr.php b/core/l10n/tr.php
index d8d9709949c..57603895c94 100644
--- a/core/l10n/tr.php
+++ b/core/l10n/tr.php
@@ -89,6 +89,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Geçerlilik tarihi tanımlama hatası",
"Sending ..." => "Gönderiliyor...",
"Email sent" => "Eposta gönderildi",
+"Warning" => "Uyarı",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Güncelleme başarılı olmadı. Lütfen bu hatayı bildirin ownCloud community.",
"The update was successful. Redirecting you to ownCloud now." => "Güncelleme başarılı. ownCloud'a yönlendiriliyor.",
"%s password reset" => "%s parola sıfırlama",
@@ -111,7 +112,6 @@ $TRANSLATIONS = array(
"Help" => "Yardım",
"Access forbidden" => "Erişim yasaklı",
"Cloud not found" => "Bulut bulunamadı",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Merhaba\n\n%s sizinle %s dosyasını paylaştığı\nPaylaşımı gör:%s\n\nİyi günler!",
"Edit categories" => "Kategorileri düzenle",
"Add" => "Ekle",
"Security Warning" => "Güvenlik Uyarisi",
@@ -141,7 +141,6 @@ $TRANSLATIONS = array(
"remember" => "hatırla",
"Log in" => "Giriş yap",
"Alternative Logins" => "Alternatif Girişler",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "Merhaba,
%s sizinle »%s« paylaşımında bulundu.
Paylaşımı gör!
İyi günler!",
"Updating ownCloud to version %s, this may take a while." => "Owncloud %s versiyonuna güncelleniyor. Biraz zaman alabilir."
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/core/l10n/ug.php b/core/l10n/ug.php
index 36023cb1653..621c45d4d0a 100644
--- a/core/l10n/ug.php
+++ b/core/l10n/ug.php
@@ -40,6 +40,7 @@ $TRANSLATIONS = array(
"Unshare" => "ھەمبەھىرلىمە",
"delete" => "ئۆچۈر",
"share" => "ھەمبەھىر",
+"Warning" => "ئاگاھلاندۇرۇش",
"Username" => "ئىشلەتكۈچى ئاتى",
"New password" => "يېڭى ئىم",
"Personal" => "شەخسىي",
diff --git a/core/l10n/uk.php b/core/l10n/uk.php
index 23207654731..6bd6901815d 100644
--- a/core/l10n/uk.php
+++ b/core/l10n/uk.php
@@ -81,6 +81,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Помилка при встановленні терміна дії",
"Sending ..." => "Надсилання...",
"Email sent" => "Ел. пошта надіслана",
+"Warning" => "Попередження",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Оновлення виконалось неуспішно. Будь ласка, повідомте про цю проблему в спільноті ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "Оновлення виконалось успішно. Перенаправляємо вас на ownCloud.",
"Use the following link to reset your password: {link}" => "Використовуйте наступне посилання для скидання пароля: {link}",
diff --git a/core/l10n/vi.php b/core/l10n/vi.php
index 1c99aad9a4d..2e3d9569357 100644
--- a/core/l10n/vi.php
+++ b/core/l10n/vi.php
@@ -81,6 +81,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Lỗi cấu hình ngày kết thúc",
"Sending ..." => "Đang gởi ...",
"Email sent" => "Email đã được gửi",
+"Warning" => "Cảnh báo",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Cập nhật không thành công . Vui lòng thông báo đến Cộng đồng ownCloud .",
"The update was successful. Redirecting you to ownCloud now." => "Cập nhật thành công .Hệ thống sẽ đưa bạn tới 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}",
diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php
index 04c4630b222..6a5dcb50a95 100644
--- a/core/l10n/zh_CN.php
+++ b/core/l10n/zh_CN.php
@@ -89,6 +89,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "设置过期日期时出错",
"Sending ..." => "正在发送...",
"Email sent" => "邮件已发送",
+"Warning" => "警告",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "更新不成功。请汇报将此问题汇报给 ownCloud 社区。",
"The update was successful. Redirecting you to ownCloud now." => "更新成功。正在重定向至 ownCloud。",
"%s password reset" => "重置 %s 的密码",
@@ -111,7 +112,6 @@ $TRANSLATIONS = array(
"Help" => "帮助",
"Access forbidden" => "访问禁止",
"Cloud not found" => "未找到云",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "您好,\n\n%s 向您分享了 %s。\n查看: %s",
"Edit categories" => "编辑分类",
"Add" => "增加",
"Security Warning" => "安全警告",
@@ -141,7 +141,6 @@ $TRANSLATIONS = array(
"remember" => "记住",
"Log in" => "登录",
"Alternative Logins" => "其他登录方式",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "您好,
%s 向您分享了 »%s«。
查看",
"Updating ownCloud to version %s, this may take a while." => "更新 ownCloud 到版本 %s,这可能需要一些时间。"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php
index 759a4fdc35e..1483329bbfd 100644
--- a/core/l10n/zh_TW.php
+++ b/core/l10n/zh_TW.php
@@ -1,6 +1,7 @@
"%s 與您分享了 %s",
+"Couldn't send mail to following users: %s " => "無法寄送郵件給這些使用者:%s",
"group" => "群組",
"Turned on maintenance mode" => "已啓用維護模式",
"Turned off maintenance mode" => "已停用維護模式",
@@ -16,6 +17,11 @@ $TRANSLATIONS = array(
"Error adding %s to favorites." => "加入 %s 到最愛時發生錯誤。",
"No categories selected for deletion." => "沒有選擇要刪除的分類。",
"Error removing %s from favorites." => "從最愛移除 %s 時發生錯誤。",
+"No image or file provided" => "未提供圖片或檔案",
+"Unknown filetype" => "未知的檔案類型",
+"Invalid image" => "無效的圖片",
+"No temporary profile picture available, try again" => "沒有臨時用的大頭貼,請再試一次",
+"No crop data provided" => "未設定剪裁",
"Sunday" => "週日",
"Monday" => "週一",
"Tuesday" => "週二",
@@ -48,11 +54,20 @@ $TRANSLATIONS = array(
"last year" => "去年",
"years ago" => "幾年前",
"Choose" => "選擇",
+"Error loading file picker template: {error}" => "載入檔案選擇器樣板出錯: {error}",
"Yes" => "是",
"No" => "否",
"Ok" => "好",
-"_{count} file conflict_::_{count} file conflicts_" => array(""),
+"Error loading message template: {error}" => "載入訊息樣板出錯: {error}",
+"_{count} file conflict_::_{count} file conflicts_" => array("{count} 個檔案衝突"),
+"One file conflict" => "一個檔案衝突",
+"Which files do you want to keep?" => "您要保留哪一個檔案?",
+"If you select both versions, the copied file will have a number added to its name." => "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號",
"Cancel" => "取消",
+"Continue" => "繼續",
+"(all selected)" => "(已全選)",
+"({count} selected)" => "(已選 {count} 項)",
+"Error loading file exists template" => "載入檔案存在樣板出錯",
"The object type is not specified." => "未指定物件類型。",
"Error" => "錯誤",
"The app name is not specified." => "沒有指定 app 名稱。",
@@ -78,6 +93,7 @@ $TRANSLATIONS = array(
"Resharing is not allowed" => "不允許重新分享",
"Shared in {item} with {user}" => "已和 {user} 分享 {item}",
"Unshare" => "取消分享",
+"notify user by email" => "使用郵件通知使用者",
"can edit" => "可編輯",
"access control" => "存取控制",
"create" => "建立",
@@ -89,6 +105,7 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "設定到期日發生錯誤",
"Sending ..." => "正在傳送…",
"Email sent" => "Email 已寄出",
+"Warning" => "警告",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "升級失敗,請將此問題回報 ownCloud 社群。",
"The update was successful. Redirecting you to ownCloud now." => "升級成功,正將您重新導向至 ownCloud 。",
"%s password reset" => "%s 密碼重設",
@@ -111,7 +128,9 @@ $TRANSLATIONS = array(
"Help" => "說明",
"Access forbidden" => "存取被拒",
"Cloud not found" => "找不到網頁",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "嗨,\n\n通知您一聲,%s 與您分享了 %s 。\n您可以到 %s 看看",
+"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "嗨,\n\n%s 和你分享了 %s ,到這裡看它:%s\n",
+"The share will expire on %s.\n\n" => "分享將於 %s 過期\n",
+"Cheers!" => "太棒了!",
"Edit categories" => "編輯分類",
"Add" => "增加",
"Security Warning" => "安全性警告",
@@ -132,6 +151,7 @@ $TRANSLATIONS = array(
"Database tablespace" => "資料庫 tablespace",
"Database host" => "資料庫主機",
"Finish setup" => "完成設定",
+"Finishing …" => "即將完成…",
"%s is available. Get more information on how to update." => "%s 已經釋出,瞭解更多資訊以進行更新。",
"Log out" => "登出",
"Automatic logon rejected!" => "自動登入被拒!",
@@ -141,7 +161,8 @@ $TRANSLATIONS = array(
"remember" => "記住",
"Log in" => "登入",
"Alternative Logins" => "其他登入方法",
-"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!" => "嗨,
通知您一聲,%s 與您分享了 %s ,
看一下吧",
+"Hey there,
just letting you know that %s shared »%s« with you.
View it!
" => "嗨,
%s 和你分享了 %s ,到這裡看它
",
+"The share will expire on %s.
" => "分享將於 %s 過期
",
"Updating ownCloud to version %s, this may take a while." => "正在將 ownCloud 升級至版本 %s ,這可能需要一點時間。"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/l10n/ach/core.po b/l10n/ach/core.po
index 070293766e8..0c166220d47 100644
--- a/l10n/ach/core.po
+++ b/l10n/ach/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: ach\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -314,8 +319,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -335,126 +340,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr ""
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr ""
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr ""
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr ""
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr ""
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -690,11 +717,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -702,7 +729,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/ach/files.po b/l10n/ach/files.po
index b8a81660f4d..f161e0fb930 100644
--- a/l10n/ach/files.po
+++ b/l10n/ach/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -292,49 +305,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr ""
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/ach/files_encryption.po b/l10n/ach/files_encryption.po
index bc509f34dc4..5dfafa4f3b8 100644
--- a/l10n/ach/files_encryption.po
+++ b/l10n/ach/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-07 04:39-0400\n"
-"PO-Revision-Date: 2013-09-07 07:27+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:51
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:52
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:250
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/ach/settings.po b/l10n/ach/settings.po
index 591268ad387..8d64cea5536 100644
--- a/l10n/ach/settings.po
+++ b/l10n/ach/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: af_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -314,8 +319,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -335,126 +340,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Wagwoord"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Skep `n admin-rekening"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Gevorderd"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Stel databasis op"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "sal gebruik word"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Databasis-gebruiker"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Databasis-wagwoord"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Databasis naam"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Maak opstelling klaar"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -690,11 +717,11 @@ msgstr "Jou wagwoord verloor?"
msgid "remember"
msgstr "onthou"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Teken aan"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -702,7 +729,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/af_ZA/files.po b/l10n/af_ZA/files.po
index 1a0f6c3fbf7..581b4b711ad 100644
--- a/l10n/af_ZA/files.po
+++ b/l10n/af_ZA/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -292,49 +305,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr ""
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/af_ZA/files_encryption.po b/l10n/af_ZA/files_encryption.po
index 6e1898259c6..69d909b76a3 100644
--- a/l10n/af_ZA/files_encryption.po
+++ b/l10n/af_ZA/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/af_ZA/lib.po b/l10n/af_ZA/lib.po
index 39af3220442..f9ccab1475b 100644
--- a/l10n/af_ZA/lib.po
+++ b/l10n/af_ZA/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@@ -17,318 +17,325 @@ msgstr ""
"Language: af_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Hulp"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Persoonlik"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Instellings"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Gebruikers"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Admin"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "webdienste onder jou beheer"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr ""
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr ""
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr ""
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr ""
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr ""
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr ""
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr ""
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr ""
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr ""
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr ""
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr ""
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr ""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr ""
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr ""
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr ""
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr ""
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr ""
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr ""
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr ""
diff --git a/l10n/af_ZA/settings.po b/l10n/af_ZA/settings.po
index 1a474f8b038..70d13a3eb96 100644
--- a/l10n/af_ZA/settings.po
+++ b/l10n/af_ZA/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/ar/core.po b/l10n/ar/core.po
index 56e2c293e47..c7d04d8d311 100644
--- a/l10n/ar/core.po
+++ b/l10n/ar/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-22 00:50+0000\n"
-"Last-Translator: blackcoder \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
+"Last-Translator: I Robot \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"
@@ -18,12 +18,17 @@ msgstr ""
"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"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "مجموعة"
@@ -335,8 +340,8 @@ msgstr "نوع العنصر غير محدد."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "خطأ"
@@ -356,126 +361,134 @@ msgstr "مشارك"
msgid "Share"
msgstr "شارك"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "حصل خطأ عند عملية المشاركة"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "حصل خطأ عند عملية إزالة المشاركة"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "حصل خطأ عند عملية إعادة تعيين التصريح بالتوصل"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "شورك معك ومع المجموعة {group} من قبل {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "شورك معك من قبل {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "شارك مع"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "شارك مع رابط"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "حماية كلمة السر"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "كلمة المرور"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "ارسل الرابط بالبريد الى صديق"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "أرسل"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "تعيين تاريخ إنتهاء الصلاحية"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "تاريخ إنتهاء الصلاحية"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "مشاركة عبر البريد الإلكتروني:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "لم يتم العثور على أي شخص"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "لا يسمح بعملية إعادة المشاركة"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "شورك في {item} مع {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "إلغاء مشاركة"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "التحرير مسموح"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "ضبط الوصول"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "إنشاء"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "تحديث"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "حذف"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "مشاركة"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "محمي بكلمة السر"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "حصل خطأ عند عملية إزالة تاريخ إنتهاء الصلاحية"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "حصل خطأ عند عملية تعيين تاريخ إنتهاء الصلاحية"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "جاري الارسال ..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "تم ارسال البريد الالكتروني"
+#: js/share.js:727
+msgid "Warning"
+msgstr "تحذير"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "أضف مستخدم رئيسي "
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "تعديلات متقدمه"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "مجلد المعلومات"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "أسس قاعدة البيانات"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "سيتم استخدمه"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "مستخدم قاعدة البيانات"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "كلمة سر مستخدم قاعدة البيانات"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "إسم قاعدة البيانات"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "مساحة جدول قاعدة البيانات"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "خادم قاعدة البيانات"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "انهاء التعديلات"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -711,11 +738,11 @@ msgstr "هل نسيت كلمة السر؟"
msgid "remember"
msgstr "تذكر"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "أدخل"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "اسماء دخول بديلة"
@@ -723,7 +750,12 @@ msgstr "اسماء دخول بديلة"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/ar/files.po b/l10n/ar/files.po
index 5e431360f96..21d3340aca1 100644
--- a/l10n/ar/files.po
+++ b/l10n/ar/files.po
@@ -4,13 +4,14 @@
#
# Translators:
# ibrahim_9090 , 2013
+# Meesh , 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 19:30+0000\n"
+"Last-Translator: Meesh \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"
@@ -77,23 +78,23 @@ msgstr "لا يوجد مساحة تخزينية كافية"
#: ajax/upload.php:120 ajax/upload.php:143
msgid "Upload failed. Could not get file info."
-msgstr ""
+msgstr "فشلت عملية الرفع. تعذر الحصول على معلومات الملف."
#: ajax/upload.php:136
msgid "Upload failed. Could not find uploaded file"
-msgstr ""
+msgstr "*فشلت علمية الرفع. تعذر إيجاد الملف الذي تم رفعه.\n*فشلت علمية التحميل. تعذر إيجاد الملف الذي تم تحميله."
#: ajax/upload.php:160
msgid "Invalid directory."
msgstr "مسار غير صحيح."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "الملفات"
#: js/file-upload.js:244
msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
-msgstr ""
+msgstr "تعذر رفع الملف {filename} إما لأنه مجلد أو لان حجم الملف 0 بايت"
#: js/file-upload.js:255
msgid "Not enough space available"
@@ -105,7 +106,7 @@ msgstr "تم إلغاء عملية رفع الملفات ."
#: js/file-upload.js:356
msgid "Could not get result from server."
-msgstr ""
+msgstr "تعذر الحصول على نتيجة من الخادم"
#: js/file-upload.js:446
msgid ""
@@ -120,7 +121,7 @@ msgstr "عنوان ال URL لا يجوز أن يكون فارغا."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "تسمية ملف غير صالحة. استخدام الاسم \"shared\" محجوز بواسطة ownCloud"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "خطأ"
@@ -164,25 +165,25 @@ msgstr "استبدل {new_name} بـ {old_name}"
msgid "undo"
msgstr "تراجع"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
-
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+msgstr[0] "لا يوجد مجلدات %n"
+msgstr[1] "1 مجلد %n"
+msgstr[2] "2 مجلد %n"
+msgstr[3] "عدد قليل من مجلدات %n"
+msgstr[4] "عدد كبير من مجلدات %n"
+msgstr[5] "مجلدات %n"
+
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
+msgstr[0] "لا يوجد ملفات %n"
+msgstr[1] "ملف %n"
+msgstr[2] "2 ملف %n"
+msgstr[3] "قليل من ملفات %n"
+msgstr[4] "الكثير من ملفات %n"
+msgstr[5] " ملفات %n"
#: js/filelist.js:541
msgid "{dirs} and {files}"
@@ -191,12 +192,12 @@ msgstr "{dirs} و {files}"
#: js/filelist.js:731 js/filelist.js:769
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
+msgstr[0] "لا يوجد ملفات %n لتحميلها"
+msgstr[1] "تحميل 1 ملف %n"
+msgstr[2] "تحميل 2 ملف %n"
+msgstr[3] "يتم تحميل عدد قليل من ملفات %n"
+msgstr[4] "يتم تحميل عدد كبير من ملفات %n"
+msgstr[5] "يتم تحميل ملفات %n"
#: js/files.js:25
msgid "'.' is an invalid file name."
@@ -220,38 +221,51 @@ msgstr "مساحتك التخزينية ممتلئة, لا يمكم تحديث
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "مساحتك التخزينية امتلأت تقريبا "
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr "تم تمكين تشفير البرامج لكن لم يتم تهيئة المفاتيح لذا يرجى تسجيل الخروج ثم تسجيل الدخول مرة آخرى."
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr "المفتاح الخاص بتشفير التطبيقات غير صالح. يرجى تحديث كلمة السر الخاصة بالمفتاح الخاص من الإعدادت الشخصية حتى تتمكن من الوصول للملفات المشفرة."
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "تم تعطيل التشفير لكن ملفاتك لا تزال مشفرة. فضلا اذهب إلى الإعدادات الشخصية لإزالة التشفير عن ملفاتك."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "جاري تجهيز عملية التحميل. قد تستغرق بعض الوقت اذا كان حجم الملفات كبير."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
-msgstr ""
+msgstr "حدث خطأ أثناء نقل الملف"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "اسم"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "حجم"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "معدل"
#: lib/app.php:73
#, php-format
msgid "%s could not be renamed"
-msgstr ""
+msgstr "%s لا يمكن إعادة تسميته. "
#: lib/helper.php:11 templates/index.php:17
msgid "Upload"
@@ -305,49 +319,49 @@ msgstr "مجلد"
msgid "From link"
msgstr "من رابط"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "حذف الملفات"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "إلغاء رفع الملفات"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "لا تملك صلاحيات الكتابة هنا."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "لا يوجد شيء هنا. إرفع بعض الملفات!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "تحميل"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "إلغاء مشاركة"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "إلغاء"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "حجم الترفيع أعلى من المسموح"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "يرجى الانتظار , جاري فحص الملفات ."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "الفحص الحالي"
diff --git a/l10n/ar/files_encryption.po b/l10n/ar/files_encryption.po
index 9732c95e1ad..ead512918bb 100644
--- a/l10n/ar/files_encryption.po
+++ b/l10n/ar/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "جاري الحفظ..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/ar/files_external.po b/l10n/ar/files_external.po
index 598bb2d827d..b931dc9eae8 100644
--- a/l10n/ar/files_external.po
+++ b/l10n/ar/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"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"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr ""
@@ -25,7 +25,7 @@ msgstr ""
msgid "Error configuring Dropbox storage"
msgstr ""
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr ""
@@ -33,24 +33,24 @@ msgstr ""
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr ""
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/ar/files_trashbin.po b/l10n/ar/files_trashbin.po
index f07045eb588..9edd1eb64d3 100644
--- a/l10n/ar/files_trashbin.po
+++ b/l10n/ar/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 19:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@@ -27,31 +27,31 @@ msgstr "تعذّر حذف%s بشكل دائم"
msgid "Couldn't restore %s"
msgstr "تعذّر استرجاع %s "
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "إبدء عملية الإستعادة"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "خطأ"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "حذف بشكل دائم"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "حذف بشكل دائم"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "اسم"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "تم الحذف"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
@@ -59,9 +59,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
-msgstr[5] ""
+msgstr[5] "مجلدات %n"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -69,9 +69,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
-msgstr[5] ""
+msgstr[5] " ملفات %n"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -79,11 +79,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr "لا يوجد شيء هنا. سلة المهملات خاليه."
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "استعيد"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "إلغاء"
diff --git a/l10n/ar/lib.po b/l10n/ar/lib.po
index 0cc9b5b1c8c..3e6132a904a 100644
--- a/l10n/ar/lib.po
+++ b/l10n/ar/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@@ -17,270 +17,282 @@ msgstr ""
"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"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "المساعدة"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "شخصي"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "إعدادات"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "المستخدمين"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "المدير"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "خدمات الشبكة تحت سيطرتك"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "تحميل ملفات ZIP متوقف"
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "الملفات بحاجة الى ان يتم تحميلها واحد تلو الاخر"
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "العودة الى الملفات"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "الملفات المحددة كبيرة جدا ليتم ضغطها في ملف zip"
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "التطبيق غير مفعّل"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "لم يتم التأكد من الشخصية بنجاح"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "انتهت صلاحية الكلمة , يرجى اعادة تحميل الصفحة"
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "الملفات"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "معلومات إضافية"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "صور"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s ادخل اسم المستخدم الخاص بقاعدة البيانات."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s ادخل اسم فاعدة البيانات"
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s لا يسمح لك باستخدام نقطه (.) في اسم قاعدة البيانات"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "اسم المستخدم و/أو كلمة المرور لنظام MS SQL غير صحيح : %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "انت بحاجة لكتابة اسم مستخدم موجود أو حساب المدير."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "اسم المستخدم و/أو كلمة المرور لنظام MySQL غير صحيح"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "خطأ في قواعد البيانات : \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "الأمر المخالف كان : \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "أسم المستخدم '%s'@'localhost' الخاص بـ MySQL موجود مسبقا"
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "احذف اسم المستخدم هذا من الـ MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "أسم المستخدم '%s'@'%%' الخاص بـ MySQL موجود مسبقا"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "احذف اسم المستخدم هذا من الـ MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "اسم المستخدم و/أو كلمة المرور لنظام Oracle غير صحيح"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "الأمر المخالف كان : \"%s\", اسم المستخدم : %s, كلمة المرور: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "اسم المستخدم / أو كلمة المرور الخاصة بـPostgreSQL غير صحيحة"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "اعداد اسم مستخدم للمدير"
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "اعداد كلمة مرور للمدير"
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "اعدادات خادمك غير صحيحة بشكل تسمح لك بمزامنة ملفاتك وذلك بسبب أن واجهة WebDAV تبدو معطلة"
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "الرجاء التحقق من دليل التنصيب."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "تعذر العثور على المجلد \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "منذ ثواني"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
@@ -290,7 +302,7 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
@@ -300,15 +312,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "اليوم"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "يوم أمس"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
@@ -318,11 +330,11 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "الشهر الماضي"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
@@ -332,19 +344,14 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "السنةالماضية"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "سنة مضت"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "تعذر العثور على المجلد \"%s\""
diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po
index 42761603ac6..3f8379851ca 100644
--- a/l10n/ar/settings.po
+++ b/l10n/ar/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 22:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "تم التحديث الى "
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "إيقاف"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "تفعيل"
@@ -129,43 +129,43 @@ msgstr "تفعيل"
msgid "Please wait...."
msgstr "الرجاء الانتظار ..."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "جاري التحديث ..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "حصل خطأ أثناء تحديث التطبيق"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "خطأ"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "حدث"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "تم التحديث بنجاح"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "جاري الحفظ..."
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "السماح للمستعمينٍ لإعادة المشاركة فقط مع المستعملين في مجموعاتهم"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "حماية"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "فرض HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "سجل"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "مستوى السجل"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "المزيد"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "أقل"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "إصدار"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
@@ -108,7 +108,7 @@ msgstr ""
#: templates/settings.php:37
msgid "Host"
-msgstr ""
+msgstr "المضيف"
#: templates/settings.php:39
msgid ""
diff --git a/l10n/be/core.po b/l10n/be/core.po
index 9b8d51d2575..6f43f16cfa1 100644
--- a/l10n/be/core.po
+++ b/l10n/be/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: be\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -324,8 +329,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -345,126 +350,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr ""
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Дасведчаны"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr ""
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr ""
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Завяршыць ўстаноўку."
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -700,11 +727,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -712,7 +739,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/be/files.po b/l10n/be/files.po
index ebc97c0f97e..6576e0bcf1d 100644
--- a/l10n/be/files.po
+++ b/l10n/be/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,7 +163,7 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
@@ -171,7 +171,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -213,31 +213,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -298,49 +311,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr ""
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/be/files_encryption.po b/l10n/be/files_encryption.po
index 4f5399874b4..ea3a5a18133 100644
--- a/l10n/be/files_encryption.po
+++ b/l10n/be/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/be/settings.po b/l10n/be/settings.po
index 28e5d3884cb..4379174799d 100644
--- a/l10n/be/settings.po
+++ b/l10n/be/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -314,8 +319,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Грешка"
@@ -335,126 +340,134 @@ msgstr ""
msgid "Share"
msgstr "Споделяне"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Споделено с"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Парола"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "създаване"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr "Внимание"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Създаване на админ профил"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Разширено"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Директория за данни"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Конфигуриране на базата"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "ще се ползва"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Потребител за базата"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Парола за базата"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Име на базата"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Хост за базата"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Завършване на настройките"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -690,11 +717,11 @@ msgstr "Забравена парола?"
msgid "remember"
msgstr "запомни"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Вход"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -702,7 +729,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po
index 58667fa74a8..cafce814652 100644
--- a/l10n/bg_BG/files.po
+++ b/l10n/bg_BG/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "Невалидна директория."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Файлове"
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Грешка"
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr "възтановяване"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Име"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Размер"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Променено"
@@ -292,49 +305,49 @@ msgstr "Папка"
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Спри качването"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Няма нищо тук. Качете нещо."
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Изтегляне"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Изтриване"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Файлът който сте избрали за качване е прекалено голям"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Файловете които се опитвате да качите са по-големи от позволеното за сървъра."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Файловете се претърсват, изчакайте."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/bg_BG/files_encryption.po b/l10n/bg_BG/files_encryption.po
index 3149c9a989e..8d27a845f12 100644
--- a/l10n/bg_BG/files_encryption.po
+++ b/l10n/bg_BG/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Записване..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/bg_BG/files_external.po b/l10n/bg_BG/files_external.po
index 0bf82bd4a4d..9909177f6f1 100644
--- a/l10n/bg_BG/files_external.po
+++ b/l10n/bg_BG/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Достъпът е даден"
@@ -25,7 +25,7 @@ msgstr "Достъпът е даден"
msgid "Error configuring Dropbox storage"
msgstr ""
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Даване на достъп"
@@ -33,24 +33,24 @@ msgstr "Даване на достъп"
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr ""
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/bg_BG/files_trashbin.po b/l10n/bg_BG/files_trashbin.po
index 1b16c5b4097..4808f7ca757 100644
--- a/l10n/bg_BG/files_trashbin.po
+++ b/l10n/bg_BG/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@@ -28,43 +28,43 @@ msgstr "Невъзможно перманентното изтриване на
msgid "Couldn't restore %s"
msgstr "Невъзможно възтановяване на %s"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "извършване на действие по възстановяване"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Грешка"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "изтриване на файла завинаги"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Изтриване завинаги"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Име"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Изтрито"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -72,11 +72,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Няма нищо. Кофата е празна!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Възтановяване"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Изтриване"
diff --git a/l10n/bg_BG/lib.po b/l10n/bg_BG/lib.po
index 6ee938f5ab9..9dd30883bc5 100644
--- a/l10n/bg_BG/lib.po
+++ b/l10n/bg_BG/lib.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@@ -18,318 +18,325 @@ msgstr ""
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Помощ"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Лични"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Настройки"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Потребители"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Админ"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "уеб услуги под Ваш контрол"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "Изтеглянето като ZIP е изключено."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Файловете трябва да се изтеглят един по един."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Назад към файловете"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Избраните файлове са прекалено големи за генерирането на ZIP архив."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Приложението не е включено."
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Възникна проблем с идентификацията"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Ключът е изтекъл, моля презаредете страницата"
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Файлове"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Текст"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Снимки"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s въведете потребителско име за базата с данни."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s въведете име на базата с данни."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s, не можете да ползвате точки в името на базата от данни"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Невалидно MS SQL потребителско име и/или парола: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Необходимо е да влезете в всъществуващ акаунт или като администратора"
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Невалидно MySQL потребителско име и/или парола"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Грешка в базата от данни: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Проблемната команда беше: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL потребителят '%s'@'localhost' вече съществува"
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Изтриване на потребителя от MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL потребителят '%s'@'%%' вече съществува."
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Изтриване на потребителя от MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Oracle връзка не можа да се осъществи"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Невалидно Oracle потребителско име и/или парола"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Проблемната команда беше: \"%s\", име: %s, парола: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Невалидно PostgreSQL потребителско име и/или парола"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Въведете потребителско име за администратор."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Въведете парола за администратор."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Вашият web сървър все още не е удачно настроен да позволява синхронизация на файлове, защото WebDAV интерфейсът изглежда не работи."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Моля направете повторна справка с ръководството за инсталиране."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Невъзможно откриване на категорията \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "преди секунди"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "днес"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "вчера"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "последният месец"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "последната година"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "последните години"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Невъзможно откриване на категорията \"%s\""
diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po
index 215c0067174..c5b133ff9b0 100644
--- a/l10n/bg_BG/settings.po
+++ b/l10n/bg_BG/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "Обновяване до {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Изключено"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Включено"
@@ -129,43 +129,43 @@ msgstr "Включено"
msgid "Please wait...."
msgstr "Моля почакайте...."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Обновява се..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Грешка"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Обновяване"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Обновено"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Записване..."
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Още"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "По-малко"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Версия"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/bn_BD/core.po b/l10n/bn_BD/core.po
index 36e98dacdad..8ebf3b7cda2 100644
--- a/l10n/bn_BD/core.po
+++ b/l10n/bn_BD/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: bn_BD\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -314,8 +319,8 @@ msgstr "অবজেক্টের ধরণটি সুনির্দিষ
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "সমস্যা"
@@ -335,126 +340,134 @@ msgstr "ভাগাভাগিকৃত"
msgid "Share"
msgstr "ভাগাভাগি কর"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "ভাগাভাগি করতে সমস্যা দেখা দিয়েছে "
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "ভাগাভাগি বাতিল করতে সমস্যা দেখা দিয়েছে"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "অনুমতিসমূহ পরিবর্তন করতে সমস্যা দেখা দিয়েছে"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "{owner} আপনার এবং {group} গোষ্ঠীর সাথে ভাগাভাগি করেছেন"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "{owner} আপনার সাথে ভাগাভাগি করেছেন"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "যাদের সাথে ভাগাভাগি করা হয়েছে"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "লিংকের সাথে ভাগাভাগি কর"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "কূটশব্দ সুরক্ষিত"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "কূটশব্দ"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "ব্যক্তির সাথে ই-মেইল যুক্ত কর"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "পাঠাও"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ করুন"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "মেয়াদোত্তীর্ণ হওয়ার তারিখ"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "ই-মেইলের মাধ্যমে ভাগাভাগি করুনঃ"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "কোন ব্যক্তি খুঁজে পাওয়া গেল না"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "পূনঃরায় ভাগাভাগি অনুমোদিত নয়"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "{user} এর সাথে {item} ভাগাভাগি করা হয়েছে"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "ভাগাভাগি বাতিল "
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "সম্পাদনা করতে পারবেন"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "অধিগম্যতা নিয়ন্ত্রণ"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "তৈরী করুন"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "পরিবর্ধন কর"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "মুছে ফেল"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "ভাগাভাগি কর"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "কূটশব্দদ্বারা সুরক্ষিত"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ বাতিল করতে সমস্যা দেখা দিয়েছে"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ করতে সমস্যা দেখা দিয়েছে"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "পাঠানো হচ্ছে......"
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "ই-মেইল পাঠানো হয়েছে"
+#: js/share.js:727
+msgid "Warning"
+msgstr "সতর্কবাণী"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "প্রশাসক একাউন্ট তৈরী করুন"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "সুচারু"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "ডাটা ফোল্ডার "
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "ডাটাবেচ কনফিগার করুন"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "ব্যবহৃত হবে"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "ডাটাবেজ ব্যবহারকারী"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "ডাটাবেজ কূটশব্দ"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "ডাটাবেজের নাম"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "ডাটাবেজ টেবলস্পেস"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "ডাটাবেজ হোস্ট"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "সেটআপ সুসম্পন্ন কর"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -690,11 +717,11 @@ msgstr "কূটশব্দ হারিয়েছেন?"
msgid "remember"
msgstr "মনে রাখ"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "প্রবেশ"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -702,7 +729,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po
index 10ce6739f11..180a499d4ba 100644
--- a/l10n/bn_BD/files.po
+++ b/l10n/bn_BD/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "ভুল ডিরেক্টরি"
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "ফাইল"
@@ -119,7 +119,7 @@ msgstr "URL ফাঁকা রাখা যাবে না।"
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "সমস্যা"
@@ -163,13 +163,13 @@ msgstr "{new_name} কে {old_name} নামে প্রতিস্থাপ
msgid "undo"
msgstr "ক্রিয়া প্রত্যাহার"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "রাম"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "আকার"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "পরিবর্তিত"
@@ -292,49 +305,49 @@ msgstr "ফোল্ডার"
msgid "From link"
msgstr " লিংক থেকে"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "আপলোড বাতিল কর"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "এখানে কিছুই নেই। কিছু আপলোড করুন !"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "ডাউনলোড"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "ভাগাভাগি বাতিল "
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "মুছে"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "আপলোডের আকারটি অনেক বড়"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "আপনি এই সার্ভারে আপলোড করার জন্য অনুমোদিত ফাইলের সর্বোচ্চ আকারের চেয়ে বৃহদাকার ফাইল আপলোড করার চেষ্টা করছেন "
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "ফাইলগুলো স্ক্যান করা হচ্ছে, দয়া করে অপেক্ষা করুন।"
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "বর্তমান স্ক্যানিং"
diff --git a/l10n/bn_BD/files_encryption.po b/l10n/bn_BD/files_encryption.po
index 229e29bf4ea..e29f584dbb4 100644
--- a/l10n/bn_BD/files_encryption.po
+++ b/l10n/bn_BD/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "সংরক্ষণ করা হচ্ছে.."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/bn_BD/files_external.po b/l10n/bn_BD/files_external.po
index 296d25d0bde..d063009d63f 100644
--- a/l10n/bn_BD/files_external.po
+++ b/l10n/bn_BD/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: bn_BD\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "অধিগমনের অনুমতি প্রদান করা হলো"
@@ -25,7 +25,7 @@ msgstr "অধিগমনের অনুমতি প্রদান কর
msgid "Error configuring Dropbox storage"
msgstr "Dropbox সংরক্ষণাগার নির্ধারণ করতে সমস্যা "
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "অধিগমনের অনুমতি প্রদান কর"
@@ -33,24 +33,24 @@ msgstr "অধিগমনের অনুমতি প্রদান কর"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "দয়া করে সঠিক এবং বৈধ Dropbox app key and secret প্রদান করুন।"
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Google Drive সংরক্ষণাগার নির্ধারণ করতে সমস্যা "
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/bn_BD/files_trashbin.po b/l10n/bn_BD/files_trashbin.po
index eba36ccfd6b..380a02ad7c0 100644
--- a/l10n/bn_BD/files_trashbin.po
+++ b/l10n/bn_BD/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@@ -27,43 +27,43 @@ msgstr ""
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr ""
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "সমস্যা"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr ""
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr ""
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "রাম"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr ""
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -71,11 +71,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr ""
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "মুছে"
diff --git a/l10n/bn_BD/lib.po b/l10n/bn_BD/lib.po
index 40a6b3b7470..ddbd1f73279 100644
--- a/l10n/bn_BD/lib.po
+++ b/l10n/bn_BD/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@@ -17,318 +17,325 @@ msgstr ""
"Language: bn_BD\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "সহায়িকা"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "ব্যক্তিগত"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "নিয়ামকসমূহ"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "ব্যবহারকারী"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "প্রশাসন"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "ওয়েব সার্ভিস আপনার হাতের মুঠোয়"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP ডাউনলোড বন্ধ করা আছে।"
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "ফাইলগুলো একে একে ডাউনলোড করা আবশ্যক।"
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "ফাইলে ফিরে চল"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "নির্বাচিত ফাইলগুলো এতই বৃহৎ যে জিপ ফাইল তৈরী করা সম্ভব নয়।"
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "অ্যাপ্লিকেসনটি সক্রিয় নয়"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "অনুমোদন ঘটিত সমস্যা"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "টোকেন মেয়াদোত্তীর্ণ। দয়া করে পৃষ্ঠাটি পূনরায় লোড করুন।"
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "ফাইল"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "টেক্সট"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr ""
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr ""
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr ""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "সেকেন্ড পূর্বে"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "আজ"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "গতকাল"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "গত মাস"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "গত বছর"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "বছর পূর্বে"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr ""
diff --git a/l10n/bn_BD/settings.po b/l10n/bn_BD/settings.po
index b36011a8a59..3646451dad3 100644
--- a/l10n/bn_BD/settings.po
+++ b/l10n/bn_BD/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "নিষ্ক্রিয়"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "সক্রিয় "
@@ -129,43 +129,43 @@ msgstr "সক্রিয় "
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "সমস্যা"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "পরিবর্ধন"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "সংরক্ষণ করা হচ্ছে.."
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "বেশী"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "কম"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "ভার্সন"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/bs/core.po b/l10n/bs/core.po
index 5b4df12a3c8..03377972553 100644
--- a/l10n/bs/core.po
+++ b/l10n/bs/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: bs\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"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -319,8 +324,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -340,126 +345,134 @@ msgstr ""
msgid "Share"
msgstr "Podijeli"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr ""
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr ""
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr ""
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr ""
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr ""
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -695,11 +722,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -707,7 +734,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/bs/files.po b/l10n/bs/files.po
index f825923a72b..09d48d49e33 100644
--- a/l10n/bs/files.po
+++ b/l10n/bs/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,14 +163,14 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -210,31 +210,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Ime"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Veličina"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -295,49 +308,49 @@ msgstr "Fasikla"
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr ""
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/bs/files_encryption.po b/l10n/bs/files_encryption.po
index 8e55996135c..e7930cc014a 100644
--- a/l10n/bs/files_encryption.po
+++ b/l10n/bs/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Spašavam..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/bs/settings.po b/l10n/bs/settings.po
index 87fe921d452..65229933675 100644
--- a/l10n/bs/settings.po
+++ b/l10n/bs/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Spašavam..."
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \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"
@@ -19,12 +19,17 @@ msgstr ""
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s ha compartit »%s« amb tu"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "grup"
@@ -316,8 +321,8 @@ msgstr "No s'ha especificat el tipus d'objecte."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Error"
@@ -337,126 +342,134 @@ msgstr "Compartit"
msgid "Share"
msgstr "Comparteix"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Error en compartir"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Error en deixar de compartir"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Error en canviar els permisos"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Compartit amb vos i amb el grup {group} per {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Compartit amb vos per {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Comparteix amb"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Comparteix amb enllaç"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Protegir amb contrasenya"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Contrasenya"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Permet pujada pública"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Enllaç per correu electrónic amb la persona"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Envia"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Estableix la data de venciment"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Data de venciment"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Comparteix per correu electrònic"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "No s'ha trobat ningú"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "No es permet compartir de nou"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Compartit en {item} amb {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Deixa de compartir"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "pot editar"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "control d'accés"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "crea"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "actualitza"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "elimina"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "comparteix"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Protegeix amb contrasenya"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Error en eliminar la data de venciment"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Error en establir la data de venciment"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Enviant..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "El correu electrónic s'ha enviat"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Avís"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Crea un compte d'administrador"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Avançat"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Carpeta de dades"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Configura la base de dades"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "s'usarà"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Usuari de la base de dades"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Contrasenya de la base de dades"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Nom de la base de dades"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Espai de taula de la base de dades"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Ordinador central de la base de dades"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Acaba la configuració"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -692,11 +719,11 @@ msgstr "Heu perdut la contrasenya?"
msgid "remember"
msgstr "recorda'm"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Inici de sessió"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Acreditacions alternatives"
@@ -704,8 +731,13 @@ msgstr "Acreditacions alternatives"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Ei,
només fer-te saber que %s ha compartit %s amb tu.
Mira-ho:
Salut!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/ca/files.po b/l10n/ca/files.po
index 82091cf75b3..bfbedf31ec5 100644
--- a/l10n/ca/files.po
+++ b/l10n/ca/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: 2013-09-24 12:58-0400\n"
-"PO-Revision-Date: 2013-09-24 15:10+0000\n"
-"Last-Translator: rogerc\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -121,7 +121,7 @@ msgstr "La URL no pot ser buida"
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Nom de carpeta no vàlid. L'ús de 'Shared' està reservat per Owncloud"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Error"
@@ -165,13 +165,13 @@ msgstr "s'ha substituït {old_name} per {new_name}"
msgid "undo"
msgstr "desfés"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n carpeta"
msgstr[1] "%n carpetes"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n fitxer"
@@ -209,31 +209,44 @@ msgstr "El vostre espai d'emmagatzemament és ple, els fitxers ja no es poden ac
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "El vostre espai d'emmagatzemament és gairebé ple ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "L'encriptació s'ha desactivat però els vostres fitxers segueixen encriptats. Aneu a la vostra configuració personal per desencriptar els vostres fitxers."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "S'està preparant la baixada. Pot trigar una estona si els fitxers són grans."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Error en moure el fitxer"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nom"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Mida"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Modificat"
@@ -294,49 +307,49 @@ msgstr "Carpeta"
msgid "From link"
msgstr "Des d'enllaç"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Fitxers esborrats"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Cancel·la la pujada"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "No teniu permisos d'escriptura aquí."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Res per aquí. Pugeu alguna cosa!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Baixa"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Deixa de compartir"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Esborra"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "La pujada és massa gran"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor"
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "S'estan escanejant els fitxers, espereu"
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Actualment escanejant"
diff --git a/l10n/ca/files_encryption.po b/l10n/ca/files_encryption.po
index 695090cfef6..e03c0ada38a 100644
--- a/l10n/ca/files_encryption.po
+++ b/l10n/ca/files_encryption.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
-"Last-Translator: rogerc\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -46,17 +46,24 @@ msgstr "La contrasenya s'ha canviat."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "No s'ha pogut canviar la contrasenya. Potser la contrasenya anterior no era correcta."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "La contrasenya de la clau privada s'ha actualitzat."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "No s'ha pogut actualitzar la contrasenya de la clau privada. Potser la contrasenya anterior no era correcta."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -64,36 +71,30 @@ msgid ""
"files."
msgstr "La clau privada no és vàlida! Probablement la contrasenya va ser canviada des de fora del sistema ownCloud (per exemple, en el directori de l'empresa). Vostè pot actualitzar la contrasenya de clau privada en la seva configuració personal per poder recuperar l'accés en els arxius xifrats."
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Manca de requisits."
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Assegureu-vos que teniu instal·lat PHP 5.3.3 o una versió superior i que està activat Open SSL i habilitada i configurada correctament l'extensió de PHP. De moment, l'aplicació d'encriptació s'ha desactivat."
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Els usuaris següents no estan configurats per a l'encriptació:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Desant..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "La vostra clau privada no és vàlida! Potser la vostra contrasenya ha canviat des de fora."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Podeu desbloquejar la clau privada en el vostre"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "arranjament personal"
@@ -110,27 +111,35 @@ msgstr "Activa la clau de recuperació (permet recuperar fitxers d'usuaris en ca
msgid "Recovery key password"
msgstr "Clau de recuperació de la contrasenya"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Activat"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Desactivat"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Canvia la clau de recuperació de contrasenya:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Antiga clau de recuperació de contrasenya"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Nova clau de recuperació de contrasenya"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Canvia la contrasenya"
diff --git a/l10n/ca/files_trashbin.po b/l10n/ca/files_trashbin.po
index 6e08a5ad522..3f33f7d6493 100644
--- a/l10n/ca/files_trashbin.po
+++ b/l10n/ca/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-22 10:36-0400\n"
-"PO-Revision-Date: 2013-08-21 16:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
@@ -28,43 +28,43 @@ msgstr "No s'ha pogut esborrar permanentment %s"
msgid "Couldn't restore %s"
msgstr "No s'ha pogut restaurar %s"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "executa l'operació de restauració"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Error"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "esborra el fitxer permanentment"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Esborra permanentment"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nom"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Eliminat"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] "%n carpetes"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] "%n fitxers"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "restaurat"
@@ -72,11 +72,11 @@ msgstr "restaurat"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "La paperera està buida!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Recupera"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Esborra"
diff --git a/l10n/ca/lib.po b/l10n/ca/lib.po
index c82e5efacb6..54df775184f 100644
--- a/l10n/ca/lib.po
+++ b/l10n/ca/lib.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-18 11:47-0400\n"
-"PO-Revision-Date: 2013-09-17 13:32+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: rogerc\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
@@ -18,318 +18,325 @@ msgstr ""
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "L'aplicació \"%s\" no es pot instal·lar perquè no és compatible amb aquesta versió d'ownCloud."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "No heu especificat cap nom d'aplicació"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Ajuda"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Personal"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Configuració"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Usuaris"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administració"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Ha fallat l'actualització \"%s\"."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "Les imatges de perfil personals encara no funcionen amb encriptació"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Tipus de fitxer desconegut"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Imatge no vàlida"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "controleu els vostres serveis web"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "no es pot obrir \"%s\""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "La baixada en ZIP està desactivada."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Els fitxers s'han de baixar d'un en un."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Torna a Fitxers"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Els fitxers seleccionats son massa grans per generar un fitxer zip."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Baixeu els fitxers en trossos petits, de forma separada, o pregunteu a l'administrador."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "No heu especificat la font en instal·lar l'aplicació"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "No heu especificat href en instal·lar l'aplicació des de http"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "No heu seleccionat el camí en instal·lar una aplicació des d'un fitxer local"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "Els fitxers del tipus %s no són compatibles"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Ha fallat l'obertura del fitxer en instal·lar l'aplicació"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "L'aplicació no proporciona un fitxer info.xml"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "L'aplicació no es pot instal·lar perquè hi ha codi no autoritzat en l'aplicació"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "L'aplicació no es pot instal·lar perquè no és compatible amb aquesta versió d'ownCloud"
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "L'aplicació no es pot instal·lar perquè conté l'etiqueta vertader que no es permet per aplicacions no enviades"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "L'aplicació no es pot instal·lar perquè la versió a info.xml/version no és la mateixa que la versió indicada des de la botiga d'aplicacions"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "La carpeta de l'aplicació ja existeix"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "No es pot crear la carpeta de l'aplicació. Arregleu els permisos. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "L'aplicació no està habilitada"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Error d'autenticació"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "El testimoni ha expirat. Torneu a carregar la pàgina."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Fitxers"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Text"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Imatges"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s escriviu el nom d'usuari de la base de dades."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s escriviu el nom de la base de dades."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s no podeu usar punts en el nom de la base de dades"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Nom d'usuari i/o contrasenya MS SQL no vàlids: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Heu d'escriure un compte existent o el d'administrador."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Nom d'usuari i/o contrasenya MySQL no vàlids"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Error DB: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "L'ordre en conflicte és: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "L'usuari MySQL '%s'@'localhost' ja existeix."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Elimina aquest usuari de MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "L'usuari MySQL '%s'@'%%' ja existeix"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Elimina aquest usuari de MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "No s'ha pogut establir la connexió Oracle"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Nom d'usuari i/o contrasenya Oracle no vàlids"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "L'ordre en conflicte és: \"%s\", nom: %s, contrasenya: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Nom d'usuari i/o contrasenya PostgreSQL no vàlids"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Establiu un nom d'usuari per l'administrador."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Establiu una contrasenya per l'administrador."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Comproveu les guies d'instal·lació."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "No s'ha trobat la categoria \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "segons enrere"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "fa %n minut"
msgstr[1] "fa %n minuts"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "fa %n hora"
msgstr[1] "fa %n hores"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "avui"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "ahir"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "fa %n dia"
msgstr[1] "fa %n dies"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "el mes passat"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "fa %n mes"
msgstr[1] "fa %n mesos"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "l'any passat"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "anys enrere"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Provocat per:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "No s'ha trobat la categoria \"%s\""
diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po
index 1053dcb2434..2d7c4b3b606 100644
--- a/l10n/ca/settings.po
+++ b/l10n/ca/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: 2013-09-22 12:56-0400\n"
-"PO-Revision-Date: 2013-09-20 15:20+0000\n"
-"Last-Translator: rogerc\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -119,11 +119,11 @@ msgstr "No es pot canviar la contrasenya"
msgid "Update to {appversion}"
msgstr "Actualitza a {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Desactiva"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Habilita"
@@ -131,43 +131,43 @@ msgstr "Habilita"
msgid "Please wait...."
msgstr "Espereu..."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr "Error en desactivar l'aplicació"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr "Error en activar l'aplicació"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Actualitzant..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Error en actualitzar l'aplicació"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Error"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Actualitza"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Actualitzada"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Seleccioneu una imatge de perfil"
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Desencriptant fitxers... Espereu, això pot trigar una estona."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Desant..."
@@ -343,46 +343,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Permet als usuaris compartir només amb els usuaris del seu grup"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Seguretat"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Força HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Força la connexió dels clients a %s a través d'una connexió encriptada."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Connecteu a %s a través de HTTPS per habilitar o inhabilitar l'accés SSL."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Registre"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Nivell de registre"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Més"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Menys"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Versió"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
+"Last-Translator: I Robot \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,12 +23,17 @@ msgstr ""
"Language: cs_CZ\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s s vámi sdílí »%s«"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "skupina"
@@ -325,8 +330,8 @@ msgstr "Není určen typ objektu."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:656 js/share.js:668
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Chyba"
@@ -346,126 +351,134 @@ msgstr "Sdílené"
msgid "Share"
msgstr "Sdílet"
-#: js/share.js:131 js/share.js:696
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Chyba při sdílení"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Chyba při rušení sdílení"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Chyba při změně oprávnění"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "S Vámi a skupinou {group} sdílí {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "S Vámi sdílí {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Sdílet s"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Sdílet s odkazem"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Chránit heslem"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Heslo"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Povolit veřejné nahrávání"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Odeslat osobě odkaz e-mailem"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Odeslat"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Nastavit datum vypršení platnosti"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Datum vypršení platnosti"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Sdílet e-mailem:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Žádní lidé nenalezeni"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Sdílení již sdílené položky není povoleno"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Sdíleno v {item} s {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Zrušit sdílení"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "lze upravovat"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "řízení přístupu"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "vytvořit"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "aktualizovat"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "smazat"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "sdílet"
-#: js/share.js:400 js/share.js:643
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Chráněno heslem"
-#: js/share.js:656
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Chyba při odstraňování data vypršení platnosti"
-#: js/share.js:668
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Chyba při nastavení data vypršení platnosti"
-#: js/share.js:683
+#: js/share.js:692
msgid "Sending ..."
msgstr "Odesílám ..."
-#: js/share.js:694
+#: js/share.js:703
msgid "Email sent"
msgstr "E-mail odeslán"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Varování"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Vytvořit účet správce"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Pokročilé"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Složka s daty"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Nastavit databázi"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "bude použito"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Uživatel databáze"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Heslo databáze"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Název databáze"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Tabulkový prostor databáze"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Hostitel databáze"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Dokončit nastavení"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -701,11 +728,11 @@ msgstr "Ztratili jste své heslo?"
msgid "remember"
msgstr "zapamatovat"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Přihlásit"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternativní přihlášení"
@@ -713,8 +740,13 @@ msgstr "Alternativní přihlášení"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Ahoj,
jenom vám chci oznámit, že %s s vámi sdílí %s.\nPodívat se můžete
zde.
Díky"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po
index 5cff84e574f..631ace328f6 100644
--- a/l10n/cs_CZ/files.po
+++ b/l10n/cs_CZ/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: 2013-09-30 10:14-0400\n"
-"PO-Revision-Date: 2013-09-29 16:54+0000\n"
-"Last-Translator: dibalaj \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -124,7 +124,7 @@ msgstr "URL nemůže být prázdná."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Název složky nelze použít. Použití názvu 'Shared' je ownCloudem rezervováno"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Chyba"
@@ -168,14 +168,14 @@ msgstr "nahrazeno {new_name} s {old_name}"
msgid "undo"
msgstr "vrátit zpět"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n složka"
msgstr[1] "%n složky"
msgstr[2] "%n složek"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n soubor"
@@ -215,31 +215,44 @@ msgstr "Vaše úložiště je plné, nelze aktualizovat ani synchronizovat soubo
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Vaše úložiště je téměř plné ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Šifrování bylo vypnuto, vaše soubory jsou však stále zašifrované. Běžte prosím do osobního nastavení, kde soubory odšifrujete."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Vaše soubory ke stažení se připravují. Pokud jsou velké, může to chvíli trvat."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Chyba při přesunu souboru"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Název"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Velikost"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Upraveno"
@@ -300,49 +313,49 @@ msgstr "Složka"
msgid "From link"
msgstr "Z odkazu"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Odstraněné soubory"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Zrušit odesílání"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Nemáte zde práva zápisu."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Žádný obsah. Nahrajte něco."
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Stáhnout"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Zrušit sdílení"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Smazat"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Odesílaný soubor je příliš velký"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Soubory se prohledávají, prosím čekejte."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Aktuální prohledávání"
diff --git a/l10n/cs_CZ/files_encryption.po b/l10n/cs_CZ/files_encryption.po
index ffbcfd39418..7f6ac78f5a8 100644
--- a/l10n/cs_CZ/files_encryption.po
+++ b/l10n/cs_CZ/files_encryption.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
-"Last-Translator: pstast \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -48,17 +48,24 @@ msgstr "Heslo bylo úspěšně změněno."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Změna hesla se nezdařila. Pravděpodobně nebylo stávající heslo zadáno správně."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Heslo soukromého klíče úspěšně aktualizováno."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Nelze aktualizovat heslo soukromého klíče. Možná nebylo staré heslo správně."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -66,36 +73,30 @@ msgid ""
"files."
msgstr "Váš soukromý klíč není platný! Pravděpodobně bylo heslo změněno vně systému ownCloud (např. ve vašem firemním adresáři). Heslo vašeho soukromého klíče můžete změnit ve svém osobním nastavení pro obnovení přístupu k vašim zašifrovaným souborům."
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Nesplněné závislosti."
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Ujistěte se prosím, že máte nainstalované PHP 5.3.3 nebo novější a že máte povolené a správně nakonfigurované OpenSSL včetně jeho rozšíření pro PHP. Prozatím byla aplikace pro šifrování vypnuta."
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Následující uživatelé nemají nastavené šifrování:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Ukládám..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "Váš soukromý klíč není platný! Pravděpodobně bylo vaše heslo změněno zvenčí."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Můžete odemknout váš soukromý klíč ve vašem"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "osobní nastavení"
@@ -112,27 +113,35 @@ msgstr "Povolit klíč pro obnovu (umožňuje obnovu uživatelských souborů v
msgid "Recovery key password"
msgstr "Heslo klíče pro obnovu"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Povoleno"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Zakázáno"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Změna hesla klíče pro obnovu:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Původní heslo klíče pro obnovu"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Nové heslo klíče pro obnovu"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Změnit heslo"
diff --git a/l10n/cs_CZ/files_external.po b/l10n/cs_CZ/files_external.po
index a9e29ba28e7..dc83c75b232 100644
--- a/l10n/cs_CZ/files_external.po
+++ b/l10n/cs_CZ/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-07 08:59-0400\n"
-"PO-Revision-Date: 2013-08-05 18:50+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: pstast \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -38,20 +38,20 @@ msgstr "Zadejte, prosím, platný klíč a bezpečnostní frázi aplikace Dropbo
msgid "Error configuring Google Drive storage"
msgstr "Chyba při nastavení úložiště Google Drive"
-#: lib/config.php:448
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Varování: není nainstalován program \"smbclient\". Není možné připojení oddílů CIFS/SMB. Prosím požádejte svého správce systému ať jej nainstaluje."
-#: lib/config.php:451
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Varování: podpora FTP v PHP není povolena nebo není nainstalována. Není možné připojení oddílů FTP. Prosím požádejte svého správce systému ať ji nainstaluje."
-#: lib/config.php:454
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/cs_CZ/files_trashbin.po b/l10n/cs_CZ/files_trashbin.po
index 9294025f67d..3b54400bc0c 100644
--- a/l10n/cs_CZ/files_trashbin.po
+++ b/l10n/cs_CZ/files_trashbin.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-19 15:06-0400\n"
-"PO-Revision-Date: 2013-08-16 09:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: pstast \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -29,45 +29,45 @@ msgstr "Nelze trvale odstranit %s"
msgid "Couldn't restore %s"
msgstr "Nelze obnovit %s"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "provést obnovu"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Chyba"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "trvale odstranit soubor"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Trvale odstranit"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Název"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Smazáno"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n adresář"
msgstr[1] "%n adresáře"
msgstr[2] "%n adresářů"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n soubor"
msgstr[1] "%n soubory"
msgstr[2] "%n souborů"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "obnoveno"
@@ -75,11 +75,11 @@ msgstr "obnoveno"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Žádný obsah. Váš koš je prázdný."
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Obnovit"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Smazat"
diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po
index ef75336427f..56adeee4759 100644
--- a/l10n/cs_CZ/lib.po
+++ b/l10n/cs_CZ/lib.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-18 11:47-0400\n"
-"PO-Revision-Date: 2013-09-17 18:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: pstast \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -20,322 +20,329 @@ msgstr ""
"Language: cs_CZ\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "Aplikace \"%s\" nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "Nebyl zadan název aplikace"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Nápověda"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Osobní"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Nastavení"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Uživatelé"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administrace"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Selhala aktualizace verze \"%s\"."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "Vlastní profilové obrázky zatím nefungují v kombinaci se šifrováním"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Neznámý typ souboru"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Chybný obrázek"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "webové služby pod Vaší kontrolou"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "nelze otevřít \"%s\""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "Stahování v ZIPu je vypnuto."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Soubory musí být stahovány jednotlivě."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Zpět k souborům"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Vybrané soubory jsou příliš velké pro vytvoření ZIP souboru."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Stáhněte soubory po menších částech, samostatně, nebo se obraťte na správce."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "Nebyl zadán zdroj při instalaci aplikace"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "Nebyl zadán odkaz pro instalaci aplikace z HTTP"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "Nebyla zadána cesta pro instalaci aplikace z místního souboru"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "Archivy typu %s nejsou podporovány"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Chyba při otevírání archivu během instalace aplikace"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "Aplikace neposkytuje soubor info.xml"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "Aplikace nemůže být nainstalována, protože obsahuje nepovolený kód"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "Aplikace nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud"
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "Aplikace nemůže být nainstalována, protože obsahuje značku\n\n\ntrue\n\n\ncož není povoleno pro nedodávané aplikace"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "Aplikace nemůže být nainstalována, protože verze uvedená v info.xml/version nesouhlasí s verzí oznámenou z úložiště aplikací."
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "Adresář aplikace již existuje"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Nelze vytvořit složku aplikace. Opravte práva souborů. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Aplikace není povolena"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Chyba ověření"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Token vypršel. Obnovte prosím stránku."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Soubory"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Text"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Obrázky"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "Zadejte uživatelské jméno %s databáze."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "Zadejte název databáze pro %s databáze."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "V názvu databáze %s nesmíte používat tečky."
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Uživatelské jméno či heslo MSSQL není platné: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Musíte zadat existující účet či správce."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Uživatelské jméno či heslo MySQL není platné"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Chyba databáze: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Příslušný příkaz byl: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "Uživatel '%s'@'localhost' již v MySQL existuje."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Zrušte tohoto uživatele z MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "Uživatel '%s'@'%%' již v MySQL existuje"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Zrušte tohoto uživatele z MySQL"
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Spojení s Oracle nemohlo být navázáno"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Uživatelské jméno či heslo Oracle není platné"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Příslušný příkaz byl: \"%s\", jméno: %s, heslo: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Uživatelské jméno či heslo PostgreSQL není platné"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Zadejte uživatelské jméno správce."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Zadejte heslo správce."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Váš webový server není správně nastaven pro umožnění synchronizace, rozhraní WebDAV se zdá být rozbité."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Zkonzultujte, prosím, průvodce instalací."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Nelze nalézt kategorii \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "před pár sekundami"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "před %n minutou"
msgstr[1] "před %n minutami"
msgstr[2] "před %n minutami"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "před %n hodinou"
msgstr[1] "před %n hodinami"
msgstr[2] "před %n hodinami"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "dnes"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "včera"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "před %n dnem"
msgstr[1] "před %n dny"
msgstr[2] "před %n dny"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "minulý měsíc"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "před %n měsícem"
msgstr[1] "před %n měsíci"
msgstr[2] "před %n měsíci"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "minulý rok"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "před lety"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Příčina:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Nelze nalézt kategorii \"%s\""
diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po
index b979460916a..b488beb4550 100644
--- a/l10n/cs_CZ/settings.po
+++ b/l10n/cs_CZ/settings.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -121,11 +121,11 @@ msgstr "Změna hesla se nezdařila"
msgid "Update to {appversion}"
msgstr "Aktualizovat na {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Zakázat"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Povolit"
@@ -133,43 +133,43 @@ msgstr "Povolit"
msgid "Please wait...."
msgstr "Čekejte prosím..."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr "Chyba při zakazování aplikace"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr "Chyba při povolování aplikace"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Aktualizuji..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Chyba při aktualizaci aplikace"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Chyba"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Aktualizovat"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Aktualizováno"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Vyberte profilový obrázek"
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Probíhá dešifrování souborů... Čekejte prosím, tato operace může trvat nějakou dobu."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Ukládám..."
@@ -345,46 +345,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Povolit uživatelům sdílet pouze s uživateli v jejich skupinách"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Zabezpečení"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Vynutit HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Vynutí připojování klientů k %s šifrovaným spojením."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Připojte se k %s skrze HTTPS pro povolení nebo zakázání vynucování SSL."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Záznam"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Úroveň zaznamenávání"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Více"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Méně"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Verze"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -29,17 +29,17 @@ msgstr "Selhalo zrušení mapování."
msgid "Failed to delete the server configuration"
msgstr "Selhalo smazání nastavení serveru"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "Nastavení je v pořádku a spojení bylo navázáno."
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "Konfigurace je v pořádku, ale spojení selhalo. Zkontrolujte, prosím, nastavení serveru a přihlašovací údaje."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/cy_GB/core.po b/l10n/cy_GB/core.po
index 1e0692c377b..be33830457e 100644
--- a/l10n/cy_GB/core.po
+++ b/l10n/cy_GB/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@@ -18,12 +18,17 @@ msgstr ""
"Language: cy_GB\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "grŵp"
@@ -325,8 +330,8 @@ msgstr "Nid yw'r math o wrthrych wedi cael ei nodi."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Gwall"
@@ -346,126 +351,134 @@ msgstr "Rhannwyd"
msgid "Share"
msgstr "Rhannu"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Gwall wrth rannu"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Gwall wrth ddad-rannu"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Gwall wrth newid caniatâd"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Rhannwyd â chi a'r grŵp {group} gan {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Rhannwyd â chi gan {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Rhannu gyda"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Dolen ar gyfer rhannu"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Diogelu cyfrinair"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Cyfrinair"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "E-bostio dolen at berson"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Anfon"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Gosod dyddiad dod i ben"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Dyddiad dod i ben"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Rhannu drwy e-bost:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Heb ganfod pobl"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Does dim hawl ail-rannu"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Rhannwyd yn {item} â {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Dad-rannu"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "yn gallu golygu"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "rheolaeth mynediad"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "creu"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "diweddaru"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "dileu"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "rhannu"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Diogelwyd â chyfrinair"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Gwall wrth ddad-osod dyddiad dod i ben"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Gwall wrth osod dyddiad dod i ben"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Yn anfon ..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "Anfonwyd yr e-bost"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Rhybudd"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Crewch gyfrif gweinyddol"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Uwch"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Plygell data"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Cyflunio'r gronfa ddata"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "ddefnyddir"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Defnyddiwr cronfa ddata"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Cyfrinair cronfa ddata"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Enw cronfa ddata"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Tablespace cronfa ddata"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Gwesteiwr cronfa ddata"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Gorffen sefydlu"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -701,11 +728,11 @@ msgstr "Wedi colli'ch cyfrinair?"
msgid "remember"
msgstr "cofio"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Mewngofnodi"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Mewngofnodiadau Amgen"
@@ -713,7 +740,12 @@ msgstr "Mewngofnodiadau Amgen"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/cy_GB/files.po b/l10n/cy_GB/files.po
index e2d27216bbb..c7432554834 100644
--- a/l10n/cy_GB/files.po
+++ b/l10n/cy_GB/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "Cyfeiriadur annilys."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Ffeiliau"
@@ -119,7 +119,7 @@ msgstr "Does dim hawl cael URL gwag."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Gwall"
@@ -163,7 +163,7 @@ msgstr "newidiwyd {new_name} yn lle {old_name}"
msgid "undo"
msgstr "dadwneud"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
@@ -171,7 +171,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -213,31 +213,44 @@ msgstr "Mae eich storfa'n llawn, ni ellir diweddaru a chydweddu ffeiliau mwyach!
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Mae eich storfa bron a bod yn llawn ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Wrthi'n paratoi i lwytho i lawr. Gall gymryd peth amser os yw'r ffeiliau'n fawr."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Enw"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Maint"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Addaswyd"
@@ -298,49 +311,49 @@ msgstr "Plygell"
msgid "From link"
msgstr "Dolen o"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Ffeiliau ddilewyd"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Diddymu llwytho i fyny"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Nid oes gennych hawliau ysgrifennu fan hyn."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Does dim byd fan hyn. Llwythwch rhywbeth i fyny!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Llwytho i lawr"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Dad-rannu"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Dileu"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Maint llwytho i fyny'n rhy fawr"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Mae'r ffeiliau rydych yn ceisio llwytho i fyny'n fwy na maint mwyaf llwytho ffeiliau i fyny ar y gweinydd hwn."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Arhoswch, mae ffeiliau'n cael eu sganio."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Sganio cyfredol"
diff --git a/l10n/cy_GB/files_encryption.po b/l10n/cy_GB/files_encryption.po
index 9a63fede82d..77fedfc65ea 100644
--- a/l10n/cy_GB/files_encryption.po
+++ b/l10n/cy_GB/files_encryption.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@@ -44,17 +44,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -62,36 +69,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Yn cadw..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -108,27 +109,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/cy_GB/files_external.po b/l10n/cy_GB/files_external.po
index c9721c74937..6433a79beda 100644
--- a/l10n/cy_GB/files_external.po
+++ b/l10n/cy_GB/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: cy_GB\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr ""
@@ -25,7 +25,7 @@ msgstr ""
msgid "Error configuring Dropbox storage"
msgstr ""
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr ""
@@ -33,24 +33,24 @@ msgstr ""
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr ""
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/cy_GB/files_trashbin.po b/l10n/cy_GB/files_trashbin.po
index b9b366cf636..69f8f97c375 100644
--- a/l10n/cy_GB/files_trashbin.po
+++ b/l10n/cy_GB/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@@ -27,31 +27,31 @@ msgstr "Methwyd dileu %s yn barhaol"
msgid "Couldn't restore %s"
msgstr "Methwyd adfer %s"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "gweithrediad adfer"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Gwall"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "dileu ffeil yn barhaol"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Dileu'n barhaol"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Enw"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Wedi dileu"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
@@ -59,7 +59,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -67,7 +67,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -75,11 +75,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Does dim byd yma. Mae eich bin sbwriel yn wag!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Adfer"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Dileu"
diff --git a/l10n/cy_GB/lib.po b/l10n/cy_GB/lib.po
index 63e302b3190..40e5844db99 100644
--- a/l10n/cy_GB/lib.po
+++ b/l10n/cy_GB/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@@ -17,270 +17,282 @@ msgstr ""
"Language: cy_GB\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Cymorth"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Personol"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Gosodiadau"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Defnyddwyr"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Gweinyddu"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "gwasanaethau gwe a reolir gennych"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "Mae llwytho ZIP wedi ei ddiffodd."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Mae angen llwytho ffeiliau i lawr fesul un."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Nôl i Ffeiliau"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Mae'r ffeiliau ddewiswyd yn rhy fawr i gynhyrchu ffeil zip."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Nid yw'r pecyn wedi'i alluogi"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Gwall dilysu"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Tocyn wedi dod i ben. Ail-lwythwch y dudalen."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Ffeiliau"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Testun"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Delweddau"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s rhowch enw defnyddiwr y gronfa ddata."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s rhowch enw'r gronfa ddata."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s does dim hawl defnyddio dot yn enw'r gronfa ddata"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Enw a/neu gyfrinair MS SQL annilys: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Rhaid i chi naill ai gyflwyno cyfrif presennol neu'r gweinyddwr."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Enw a/neu gyfrinair MySQL annilys"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Gwall DB: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Y gorchymyn wnaeth beri tramgwydd oedd: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "Defnyddiwr MySQL '%s'@'localhost' yn bodoli eisoes."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Gollwng y defnyddiwr hwn o MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "Defnyddiwr MySQL '%s'@'%%' eisoes yn bodoli"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Gollwng y defnyddiwr hwn o MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Enw a/neu gyfrinair Oracle annilys"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Y gorchymyn wnaeth beri tramgwydd oedd: \"%s\", enw: %s, cyfrinair: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Enw a/neu gyfrinair PostgreSQL annilys"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Creu enw defnyddiwr i'r gweinyddwr."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Gosod cyfrinair y gweinyddwr."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Nid yw eich gweinydd wedi'i gyflunio eto i ganiatáu cydweddu ffeiliau oherwydd bod y rhyngwyneb WebDAV wedi torri."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Gwiriwch y canllawiau gosod eto."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Methu canfod categori \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "eiliad yn ôl"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
@@ -288,7 +300,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
@@ -296,15 +308,15 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "heddiw"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "ddoe"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
@@ -312,11 +324,11 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "mis diwethaf"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
@@ -324,19 +336,14 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "y llynedd"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "blwyddyn yn ôl"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Methu canfod categori \"%s\""
diff --git a/l10n/cy_GB/settings.po b/l10n/cy_GB/settings.po
index 6a1d7704d0f..9c377511379 100644
--- a/l10n/cy_GB/settings.po
+++ b/l10n/cy_GB/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Gwall"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Yn cadw..."
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/da/core.po b/l10n/da/core.po
index 89530e07456..45fa89e5c15 100644
--- a/l10n/da/core.po
+++ b/l10n/da/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: 2013-09-27 00:01-0400\n"
-"PO-Revision-Date: 2013-09-24 17:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:31+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
@@ -21,12 +21,17 @@ msgstr ""
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s delte »%s« med sig"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "gruppe"
@@ -96,7 +101,7 @@ msgstr "Fejl ved fjernelse af %s fra favoritter."
#: avatar/controller.php:62
msgid "No image or file provided"
-msgstr ""
+msgstr "Ingen fil eller billede givet"
#: avatar/controller.php:81
msgid "Unknown filetype"
@@ -108,11 +113,11 @@ msgstr "Ugyldigt billede"
#: avatar/controller.php:115 avatar/controller.php:142
msgid "No temporary profile picture available, try again"
-msgstr ""
+msgstr "Intet midlertidigt profilbillede tilgængeligt, prøv igen"
#: avatar/controller.php:135
msgid "No crop data provided"
-msgstr ""
+msgstr "Ingen beskæringsdata give"
#: js/config.php:32
msgid "Sunday"
@@ -252,7 +257,7 @@ msgstr "Vælg"
#: js/oc-dialogs.js:146
msgid "Error loading file picker template: {error}"
-msgstr ""
+msgstr "Fejl ved indlæsning af filvælger skabelon: {error}"
#: js/oc-dialogs.js:172
msgid "Yes"
@@ -268,27 +273,27 @@ msgstr "OK"
#: js/oc-dialogs.js:219
msgid "Error loading message template: {error}"
-msgstr ""
+msgstr "Fejl ved indlæsning af besked skabelon: {error}"
#: js/oc-dialogs.js:347
msgid "{count} file conflict"
msgid_plural "{count} file conflicts"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "{count} filkonflikt"
+msgstr[1] "{count} filkonflikter"
#: js/oc-dialogs.js:361
msgid "One file conflict"
-msgstr ""
+msgstr "En filkonflikt"
#: js/oc-dialogs.js:367
msgid "Which files do you want to keep?"
-msgstr ""
+msgstr "Hvilke filer ønsker du at beholde?"
#: js/oc-dialogs.js:368
msgid ""
"If you select both versions, the copied file will have a number added to its"
" name."
-msgstr ""
+msgstr "Hvis du vælger begge versioner, vil den kopierede fil få tilføjet et nummer til sit navn."
#: js/oc-dialogs.js:376
msgid "Cancel"
@@ -296,19 +301,19 @@ msgstr "Annuller"
#: js/oc-dialogs.js:386
msgid "Continue"
-msgstr ""
+msgstr "Videre"
#: js/oc-dialogs.js:433 js/oc-dialogs.js:446
msgid "(all selected)"
-msgstr ""
+msgstr "(alle valgt)"
#: js/oc-dialogs.js:436 js/oc-dialogs.js:449
msgid "({count} selected)"
-msgstr ""
+msgstr "({count} valgt)"
#: js/oc-dialogs.js:457
msgid "Error loading file exists template"
-msgstr ""
+msgstr "Fejl ved inlæsning af; fil eksistere skabelon"
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
@@ -318,8 +323,8 @@ msgstr "Objekttypen er ikke angivet."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:656 js/share.js:668
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Fejl"
@@ -339,126 +344,134 @@ msgstr "Delt"
msgid "Share"
msgstr "Del"
-#: js/share.js:131 js/share.js:696
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Fejl under deling"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Fejl under annullering af deling"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Fejl under justering af rettigheder"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Delt med dig og gruppen {group} af {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Delt med dig af {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Del med"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Del med link"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Beskyt med adgangskode"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Kodeord"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Tillad Offentlig Upload"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "E-mail link til person"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Send"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Vælg udløbsdato"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Udløbsdato"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Del via email:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Ingen personer fundet"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Videredeling ikke tilladt"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Delt i {item} med {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Fjern deling"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "kan redigere"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "Adgangskontrol"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "opret"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "opdater"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "slet"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "del"
-#: js/share.js:400 js/share.js:643
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Beskyttet med adgangskode"
-#: js/share.js:656
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Fejl ved fjernelse af udløbsdato"
-#: js/share.js:668
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Fejl under sætning af udløbsdato"
-#: js/share.js:683
+#: js/share.js:692
msgid "Sending ..."
msgstr "Sender ..."
-#: js/share.js:694
+#: js/share.js:703
msgid "Email sent"
msgstr "E-mail afsendt"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Advarsel"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Opret en administratorkonto"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Avanceret"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Datamappe"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Konfigurer databasen"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "vil blive brugt"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Databasebruger"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Databasekodeord"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Navn på database"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Database tabelplads"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Databasehost"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Afslut opsætning"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -694,11 +721,11 @@ msgstr "Mistet dit kodeord?"
msgid "remember"
msgstr "husk"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Log ind"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternative logins"
@@ -706,8 +733,13 @@ msgstr "Alternative logins"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Hallo,
dette blot for at lade dig vide, at %s har delt \"%s\" med dig.
Se det!
Hej"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/da/files.po b/l10n/da/files.po
index b6cf95c8d9c..1bb759e43d6 100644
--- a/l10n/da/files.po
+++ b/l10n/da/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
@@ -79,23 +79,23 @@ msgstr "Der er ikke nok plads til rådlighed"
#: ajax/upload.php:120 ajax/upload.php:143
msgid "Upload failed. Could not get file info."
-msgstr ""
+msgstr "Upload fejlede. Kunne ikke hente filinformation."
#: ajax/upload.php:136
msgid "Upload failed. Could not find uploaded file"
-msgstr ""
+msgstr "Upload fejlede. Kunne ikke finde den uploadede fil."
#: ajax/upload.php:160
msgid "Invalid directory."
msgstr "Ugyldig mappe."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Filer"
#: js/file-upload.js:244
msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
-msgstr ""
+msgstr "Kan ikke upload {filename} da det er enten en mappe eller indholder 0 bytes."
#: js/file-upload.js:255
msgid "Not enough space available"
@@ -107,7 +107,7 @@ msgstr "Upload afbrudt."
#: js/file-upload.js:356
msgid "Could not get result from server."
-msgstr ""
+msgstr "Kunne ikke hente resultat fra server."
#: js/file-upload.js:446
msgid ""
@@ -122,7 +122,7 @@ msgstr "URLen kan ikke være tom."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Ugyldigt mappenavn. Brug af 'Shared' er forbeholdt af ownCloud"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Fejl"
@@ -166,13 +166,13 @@ msgstr "erstattede {new_name} med {old_name}"
msgid "undo"
msgstr "fortryd"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n mappe"
msgstr[1] "%n mapper"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n fil"
@@ -210,31 +210,44 @@ msgstr "Din opbevaringsplads er fyldt op, filer kan ikke opdateres eller synkron
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Din opbevaringsplads er næsten fyldt op ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Krypteringen blev deaktiveret, men dine filer er stadig krypteret. Gå venligst til dine personlige indstillinger for at dekryptere dine filer. "
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Dit download forberedes. Dette kan tage lidt tid ved større filer."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
-msgstr ""
+msgstr "Fejl ved flytning af fil"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Navn"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Størrelse"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Ændret"
@@ -295,49 +308,49 @@ msgstr "Mappe"
msgid "From link"
msgstr "Fra link"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Slettede filer"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Fortryd upload"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Du har ikke skriverettigheder her."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Her er tomt. Upload noget!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Download"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Fjern deling"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Slet"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Upload er for stor"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Filerne, du prøver at uploade, er større end den maksimale størrelse for fil-upload på denne server."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Filerne bliver indlæst, vent venligst."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Indlæser"
diff --git a/l10n/da/files_encryption.po b/l10n/da/files_encryption.po
index aef21e07adb..403f3a3aa67 100644
--- a/l10n/da/files_encryption.po
+++ b/l10n/da/files_encryption.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
-"Last-Translator: claus_chr \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -45,17 +45,24 @@ msgstr "Kodeordet blev ændret succesfuldt"
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Kunne ikke ændre kodeordet. Måske var det gamle kodeord ikke korrekt."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Privat nøgle kodeord succesfuldt opdateret."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Kunne ikke opdatere det private nøgle kodeord-. Måske var det gamle kodeord forkert."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -63,36 +70,30 @@ msgid ""
"files."
msgstr "Din private nøgle er gyldig! Sandsynligvis blev dit kodeord ændre uden for ownCloud systemet (f.eks. dit firmas register). Du kan opdatere dit private nøgle kodeord under personlige indstillinger, for at generhverve adgang til dine krypterede filer."
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Manglende betingelser."
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Sørg for at PHP 5.3.3 eller nyere er installeret og at OpenSSL sammen med PHP-udvidelsen er aktiveret og korrekt konfigureret. Indtil videre er krypteringsprogrammet deaktiveret."
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Følgende brugere er ikke sat op til kryptering:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Gemmer..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "Din private nøgle er ikke gyldig. Måske blev dit kodeord ændre udefra."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Du kan låse din private nøgle op i din "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "Personlige indstillinger"
@@ -109,27 +110,35 @@ msgstr "Aktiver gendannelsesnøgle (Tillad gendannelse af brugerfiler i tilfæld
msgid "Recovery key password"
msgstr "Gendannelsesnøgle kodeord"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Aktiveret"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Deaktiveret"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Skift gendannelsesnøgle kodeord:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Gammel Gendannelsesnøgle kodeord"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Ny Gendannelsesnøgle kodeord"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Skift Kodeord"
diff --git a/l10n/da/files_trashbin.po b/l10n/da/files_trashbin.po
index 3f0098ca862..0e92e10c117 100644
--- a/l10n/da/files_trashbin.po
+++ b/l10n/da/files_trashbin.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-16 01:29-0400\n"
-"PO-Revision-Date: 2013-08-16 05:00+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: claus_chr \n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
@@ -29,43 +29,43 @@ msgstr "Kunne ikke slette %s permanent"
msgid "Couldn't restore %s"
msgstr "Kunne ikke gendanne %s"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "udfør gendannelsesoperation"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Fejl"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "slet fil permanent"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Slet permanent"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Navn"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Slettet"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n mappe"
msgstr[1] "%n mapper"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n fil"
msgstr[1] "%n filer"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "Gendannet"
@@ -73,11 +73,11 @@ msgstr "Gendannet"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Intet at se her. Din papirkurv er tom!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Gendan"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Slet"
diff --git a/l10n/da/lib.po b/l10n/da/lib.po
index 7d01d7a9691..14c6ec889b6 100644
--- a/l10n/da/lib.po
+++ b/l10n/da/lib.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-27 00:01-0400\n"
-"PO-Revision-Date: 2013-09-24 17:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: Sappe\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
@@ -20,318 +20,325 @@ msgstr ""
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "App'en \"%s\" kan ikke blive installeret, da den ikke er kompatibel med denne version af ownCloud."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "Intet app-navn angivet"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Hjælp"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Personligt"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Indstillinger"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Brugere"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Admin"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Upgradering af \"%s\" fejlede"
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "Personligt profilbillede virker endnu ikke sammen med kryptering"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Ukendt filtype"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Ugyldigt billede"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "Webtjenester under din kontrol"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "Kan ikke åbne \"%s\""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP-download er slået fra."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Filer skal downloades en for en."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Tilbage til Filer"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "De markerede filer er for store til at generere en ZIP-fil."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Download filerne i små bider, seperat, eller kontakt venligst din administrator."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "Ingen kilde angivet under installation af app"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "Ingen href angivet under installation af app via http"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "Ingen sti angivet under installation af app fra lokal fil"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "Arkiver af type %s understøttes ikke"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Kunne ikke åbne arkiv under installation af appen"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "Der følger ingen info.xml-fil med appen"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "Appen kan ikke installeres, da den indeholder ikke-tilladt kode"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "Appen kan ikke installeres, da den ikke er kompatibel med denne version af ownCloud."
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "Appen kan ikke installeres, da den indeholder taget\n\n\ntrue\n\n\nhvilket ikke er tilladt for ikke-medfølgende apps"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "App kan ikke installeres, da versionen i info.xml/version ikke er den samme som versionen rapporteret fra app-storen"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "App-mappe findes allerede"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Kan ikke oprette app-mappe. Ret tilladelser. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Programmet er ikke aktiveret"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Adgangsfejl"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Adgang er udløbet. Genindlæs siden."
-#: search/provider/file.php:18 search/provider/file.php:36
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Filer"
-#: search/provider/file.php:27 search/provider/file.php:34
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "SMS"
-#: search/provider/file.php:30
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Billeder"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s indtast database brugernavnet."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s indtast database navnet."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s du må ikke bruge punktummer i databasenavnet."
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL brugernavn og/eller adgangskode ikke er gyldigt: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Du bliver nødt til at indtaste en eksisterende bruger eller en administrator."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "MySQL brugernavn og/eller kodeord er ikke gyldigt."
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Databasefejl: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Fejlende kommando var: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL brugeren '%s'@'localhost' eksisterer allerede."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Slet denne bruger fra MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL brugeren '%s'@'%%' eksisterer allerede."
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Slet denne bruger fra MySQL"
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Oracle forbindelsen kunne ikke etableres"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Oracle brugernavn og/eller kodeord er ikke gyldigt."
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Fejlende kommando var: \"%s\", navn: %s, password: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL brugernavn og/eller kodeord er ikke gyldigt."
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Angiv et admin brugernavn."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Angiv et admin kodeord."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Din webserver er endnu ikke sat op til at tillade fil synkronisering fordi WebDAV grænsefladen virker ødelagt."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Dobbelttjek venligst installations vejledningerne."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Kunne ikke finde kategorien \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "sekunder siden"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "%n minut siden"
msgstr[1] "%n minutter siden"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "%n time siden"
msgstr[1] "%n timer siden"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "i dag"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "i går"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "%n dag siden"
msgstr[1] "%n dage siden"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "sidste måned"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "%n måned siden"
msgstr[1] "%n måneder siden"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "sidste år"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "år siden"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Forårsaget af:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Kunne ikke finde kategorien \"%s\""
diff --git a/l10n/da/settings.po b/l10n/da/settings.po
index e5f2b57e882..9a2698240fa 100644
--- a/l10n/da/settings.po
+++ b/l10n/da/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-27 00:01-0400\n"
-"PO-Revision-Date: 2013-09-24 17:00+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:20+0000\n"
"Last-Translator: Sappe\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
@@ -160,15 +160,15 @@ msgstr "Opdater"
msgid "Updated"
msgstr "Opdateret"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Vælg et profilbillede"
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Dekryptere filer... Vent venligst, dette kan tage lang tid. "
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Gemmer..."
@@ -344,46 +344,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Tillad brugere at kun dele med brugerne i deres grupper"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr "Tillad mail underretninger"
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr "Tillad brugere at sende mail underretninger for delte filer"
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Sikkerhed"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Gennemtving HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Tving klienten til at forbinde til %s via en kryptetet forbindelse."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Forbind venligst til din %s via HTTPS for at aktivere eller deaktivere SSL tvang."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Log"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Log niveau"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Mere"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Mindre"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Version"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
@@ -25,12 +25,17 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s teilte »%s« mit Ihnen"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s"
+
+#: ajax/share.php:327
msgid "group"
msgstr "Gruppe"
@@ -322,8 +327,8 @@ msgstr "Der Objekttyp ist nicht angegeben."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Fehler"
@@ -343,126 +348,134 @@ msgstr "Geteilt"
msgid "Share"
msgstr "Teilen"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Fehler beim Teilen"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Fehler beim Aufheben der Freigabe"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Fehler beim Ändern der Rechte"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "{owner} hat dies mit Dir und der Gruppe {group} geteilt"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "{owner} hat dies mit Dir geteilt"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Teilen mit"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Über einen Link freigegeben"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Passwortschutz"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Passwort"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Öffentliches Hochladen erlauben"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Link per E-Mail verschicken"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Senden"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Setze ein Ablaufdatum"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Ablaufdatum"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Über eine E-Mail teilen:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Niemand gefunden"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Weiterverteilen ist nicht erlaubt"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Für {user} in {item} freigegeben"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Freigabe aufheben"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr "Benutzer per E-Mail informieren"
+
+#: js/share.js:361
msgid "can edit"
msgstr "kann bearbeiten"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "Zugriffskontrolle"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "erstellen"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "aktualisieren"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "löschen"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "teilen"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Durch ein Passwort geschützt"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Fehler beim Entfernen des Ablaufdatums"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Fehler beim Setzen des Ablaufdatums"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Sende ..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "E-Mail wurde verschickt"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Warnung"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Administrator-Konto anlegen"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Fortgeschritten"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Datenverzeichnis"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Datenbank einrichten"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "wird verwendet"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Datenbank-Benutzer"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Datenbank-Passwort"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Datenbank-Name"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Datenbank-Tablespace"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Datenbank-Host"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Installation abschließen"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr "Abschließen ..."
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -698,11 +725,11 @@ msgstr "Passwort vergessen?"
msgid "remember"
msgstr "merken"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Einloggen"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternative Logins"
@@ -710,8 +737,13 @@ msgstr "Alternative Logins"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Hallo,
wollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat.
Schau es dir an.
Gruß!"
+"href=\"%s\">View it!
"
+msgstr "Hallo,
wollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat.
Schau es dir an.
"
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr "Die Freigabe wird ablaufen am %s.
"
#: templates/update.php:3
#, php-format
diff --git a/l10n/de/files.po b/l10n/de/files.po
index 06bce644638..542b1e6b713 100644
--- a/l10n/de/files.po
+++ b/l10n/de/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: 2013-09-22 12:51-0400\n"
-"PO-Revision-Date: 2013-09-21 10:00+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 21:00+0000\n"
"Last-Translator: Mario Siegmann \n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
@@ -125,7 +125,7 @@ msgstr "Die URL darf nicht leer sein."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Der Ordnername ist ungültig. Nur ownCloud kann den Ordner \"Shared\" anlegen"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Fehler"
@@ -169,13 +169,13 @@ msgstr "{old_name} ersetzt durch {new_name}"
msgid "undo"
msgstr "rückgängig machen"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n Ordner"
msgstr[1] "%n Ordner"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n Datei"
@@ -213,31 +213,44 @@ msgstr "Dein Speicher ist voll, daher können keine Dateien mehr aktualisiert od
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Dein Speicher ist fast voll ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr "Verschlüsselung-App ist aktiviert aber Deine Schlüssel sind nicht initialisiert. Bitte melden sich nochmals ab und wieder an."
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr "Ungültiger privater Schlüssel für die Verschlüsselung-App. Bitte aktualisiere dein privates Schlüssel-Passwort um den Zugriff auf Deine verschlüsselten Dateien wiederherzustellen."
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Die Verschlüsselung wurde deaktiviert, jedoch sind deine Dateien nach wie vor verschlüsselt. Bitte gehe zu deinen persönlichen Einstellungen, um deine Dateien zu entschlüsseln."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Dein Download wird vorbereitet. Dies kann bei größeren Dateien etwas dauern."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Fehler beim Verschieben der Datei"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Name"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Größe"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Geändert"
@@ -298,49 +311,49 @@ msgstr "Ordner"
msgid "From link"
msgstr "Von einem Link"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Gelöschte Dateien"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Upload abbrechen"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Du hast hier keine Schreib-Berechtigung."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Alles leer. Lade etwas hoch!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Herunterladen"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Freigabe aufheben"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Löschen"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Der Upload ist zu groß"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Dateien werden gescannt, bitte warten."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Scanne"
diff --git a/l10n/de/files_encryption.po b/l10n/de/files_encryption.po
index fbe536c708a..3599eb69e5a 100644
--- a/l10n/de/files_encryption.po
+++ b/l10n/de/files_encryption.po
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
-"Last-Translator: Mario Siegmann \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -50,17 +50,24 @@ msgstr "Dein Passwort wurde geändert."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort falsch."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Passwort des privaten Schlüssels erfolgreich aktualisiert"
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Das Passwort des privaten Schlüssels konnte nicht aktualisiert werden. Eventuell war das alte Passwort falsch."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -68,36 +75,30 @@ msgid ""
"files."
msgstr "Dein privater Schlüssel ist ungültig. Möglicher Weise wurde von außerhalb Dein Passwort geändert (z.B. in deinem gemeinsamen Verzeichnis). Du kannst das Passwort deines privaten Schlüssels in den persönlichen Einstellungen aktualisieren, um wieder an deine Dateien zu gelangen."
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Fehlende Vorraussetzungen"
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Bitte stelle sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert."
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Speichern..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "Ihr privater Schlüssel ist ungültig! Eventuell wurde Ihr Passwort von außerhalb geändert."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Du kannst den privaten Schlüssel ändern und zwar in deinem"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "Private Einstellungen"
@@ -114,27 +115,35 @@ msgstr "Wiederherstellungsschlüssel aktivieren (ermöglicht das Wiederherstelle
msgid "Recovery key password"
msgstr "Wiederherstellungsschlüssel-Passwort"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Aktiviert"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Deaktiviert"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Wiederherstellungsschlüssel-Passwort ändern:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Altes Wiederherstellungsschlüssel-Passwort"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Neues Wiederherstellungsschlüssel-Passwort"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Passwort ändern"
diff --git a/l10n/de/files_trashbin.po b/l10n/de/files_trashbin.po
index 4d78f4aabd3..f1cfe7ba75e 100644
--- a/l10n/de/files_trashbin.po
+++ b/l10n/de/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-16 01:29-0400\n"
-"PO-Revision-Date: 2013-08-15 09:10+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
@@ -28,43 +28,43 @@ msgstr "Konnte %s nicht dauerhaft löschen"
msgid "Couldn't restore %s"
msgstr "Konnte %s nicht wiederherstellen"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "Wiederherstellung ausführen"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Fehler"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "Datei dauerhaft löschen"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Endgültig löschen"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Name"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "gelöscht"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] "%n Ordner"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] "%n Dateien"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "Wiederhergestellt"
@@ -72,11 +72,11 @@ msgstr "Wiederhergestellt"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Nichts zu löschen, der Papierkorb ist leer!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Wiederherstellen"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Löschen"
diff --git a/l10n/de/lib.po b/l10n/de/lib.po
index c054df799c0..cef3adec633 100644
--- a/l10n/de/lib.po
+++ b/l10n/de/lib.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-18 11:47-0400\n"
-"PO-Revision-Date: 2013-09-17 13:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: Mario Siegmann \n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
@@ -21,318 +21,325 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "Applikation \"%s\" kann nicht installiert werden, da sie mit dieser ownCloud Version nicht kompatibel ist."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "Es wurde kein Applikation-Name angegeben"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Hilfe"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Persönlich"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Einstellungen"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Benutzer"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administration"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Konnte \"%s\" nicht aktualisieren."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "Individuelle Profilbilder werden noch nicht von der Verschlüsselung unterstützt"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Unbekannter Dateityp"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Ungültiges Bild"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "Web-Services unter Deiner Kontrolle"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "Öffnen von \"%s\" fehlgeschlagen"
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "Der ZIP-Download ist deaktiviert."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Die Dateien müssen einzeln heruntergeladen werden."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Zurück zu \"Dateien\""
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Die gewählten Dateien sind zu groß, um eine ZIP-Datei zu erstellen."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Lade die Dateien in kleineren, separaten, Stücken herunter oder bitte deinen Administrator."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "Für die Installation der Applikation wurde keine Quelle angegeben"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "Der Link (href) wurde nicht angegeben um die Applikation per http zu installieren"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "Bei der Installation der Applikation aus einer lokalen Datei wurde kein Pfad angegeben"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "Archive vom Typ %s werden nicht unterstützt"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "Die Applikation enthält keine info,xml Datei"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "Die Applikation kann auf Grund von unerlaubten Code nicht installiert werden"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser Version von ownCloud kompatibel ist."
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist ist"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "Das Applikationsverzeichnis existiert bereits"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Es kann kein Applikationsordner erstellt werden. Bitte passen sie die Berechtigungen an. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Die Anwendung ist nicht aktiviert"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Fehler bei der Anmeldung"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Token abgelaufen. Bitte lade die Seite neu."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Dateien"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Text"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Bilder"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s gib den Datenbank-Benutzernamen an."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s gib den Datenbank-Namen an."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s Der Datenbank-Name darf keine Punkte enthalten"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL Benutzername und/oder Password ungültig: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Du musst entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "MySQL Benutzername und/oder Passwort ungültig"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "DB Fehler: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Fehlerhafter Befehl war: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL Benutzer '%s'@'localhost' existiert bereits."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Lösche diesen Benutzer von MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL Benutzer '%s'@'%%' existiert bereits"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Lösche diesen Benutzer aus MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Es konnte keine Verbindung zur Oracle-Datenbank hergestellt werden"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Oracle Benutzername und/oder Passwort ungültig"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL Benutzername und/oder Passwort ungültig"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Setze Administrator Benutzername."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Setze Administrator Passwort"
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Dein Web-Server ist noch nicht für Datei-Synchronisation bereit, weil die WebDAV-Schnittstelle vermutlich defekt ist."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Bitte prüfe die Installationsanleitungen."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Die Kategorie \"%s\" konnte nicht gefunden werden."
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "Gerade eben"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] "Vor %n Minuten"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] "Vor %n Stunden"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "Heute"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "Gestern"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] "Vor %n Tagen"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "Letzten Monat"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] "Vor %n Monaten"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "Letztes Jahr"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "Vor Jahren"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Verursacht durch:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Die Kategorie \"%s\" konnte nicht gefunden werden."
diff --git a/l10n/de/settings.po b/l10n/de/settings.po
index 4cf53d6658d..9ba08c05450 100644
--- a/l10n/de/settings.po
+++ b/l10n/de/settings.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 20:40+0000\n"
+"Last-Translator: Mario Siegmann \n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -122,11 +122,11 @@ msgstr "Passwort konnte nicht geändert werden"
msgid "Update to {appversion}"
msgstr "Aktualisiere zu {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Deaktivieren"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Aktivieren"
@@ -134,43 +134,43 @@ msgstr "Aktivieren"
msgid "Please wait...."
msgstr "Bitte warten..."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr "Beim Aktivieren der Applikation ist ein Fehler aufgetreten"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Aktualisierung..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Fehler beim Aktualisieren der App"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Fehler"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Aktualisierung durchführen"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Aktualisiert"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Wähle ein Profilbild"
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Entschlüssle Dateien ... Bitte warten, denn dieser Vorgang kann einige Zeit beanspruchen."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Speichern..."
@@ -346,46 +346,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Erlaubt Benutzern, nur mit Benutzern ihrer Gruppe zu teilen"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr "Mail-Benachrichtigung erlauben"
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr "Benutzern erlauben Mail-Benachrichtigungen für freigegebene Dateien zu senden"
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Sicherheit"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Erzwinge HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Zwingt die Clients, sich über eine verschlüsselte Verbindung zu %s zu verbinden."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Bitte verbinde dich zu deinem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Log"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Loglevel"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Mehr"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Weniger"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Version"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
@@ -29,17 +29,17 @@ msgstr "Löschen der Zuordnung fehlgeschlagen."
msgid "Failed to delete the server configuration"
msgstr "Löschen der Serverkonfiguration fehlgeschlagen"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfe die Servereinstellungen und Anmeldeinformationen."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/de_AT/core.po b/l10n/de_AT/core.po
index 0c8f3a25ae2..ced7aed5831 100644
--- a/l10n/de_AT/core.po
+++ b/l10n/de_AT/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n"
"MIME-Version: 1.0\n"
@@ -18,12 +18,17 @@ msgstr ""
"Language: de_AT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -315,8 +320,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -336,126 +341,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr ""
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr ""
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr ""
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr ""
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr ""
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -691,11 +718,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -703,7 +730,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/de_AT/files.po b/l10n/de_AT/files.po
index 7c47140c843..f437a4aa3be 100644
--- a/l10n/de_AT/files.po
+++ b/l10n/de_AT/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -292,49 +305,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr ""
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/de_AT/files_encryption.po b/l10n/de_AT/files_encryption.po
index 59daa54beab..a256dd9d3e7 100644
--- a/l10n/de_AT/files_encryption.po
+++ b/l10n/de_AT/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/de_AT/settings.po b/l10n/de_AT/settings.po
index c39c070ed50..a14686b0ec7 100644
--- a/l10n/de_AT/settings.po
+++ b/l10n/de_AT/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n"
"MIME-Version: 1.0\n"
@@ -118,11 +118,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -130,43 +130,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -342,46 +342,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n"
"MIME-Version: 1.0\n"
@@ -26,12 +26,17 @@ msgstr ""
"Language: de_CH\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s teilt »%s« mit Ihnen"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "Gruppe"
@@ -323,8 +328,8 @@ msgstr "Der Objekttyp ist nicht angegeben."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Fehler"
@@ -344,126 +349,134 @@ msgstr "Geteilt"
msgid "Share"
msgstr "Teilen"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Fehler beim Teilen"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Fehler beim Aufheben der Freigabe"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Fehler bei der Änderung der Rechte"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Von {owner} mit Ihnen und der Gruppe {group} geteilt."
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Von {owner} mit Ihnen geteilt."
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Teilen mit"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Über einen Link teilen"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Passwortschutz"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Passwort"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Öffentliches Hochladen erlauben"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Link per E-Mail verschicken"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Senden"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Ein Ablaufdatum setzen"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Ablaufdatum"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Mittels einer E-Mail teilen:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Niemand gefunden"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Das Weiterverteilen ist nicht erlaubt"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Freigegeben in {item} von {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Freigabe aufheben"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "kann bearbeiten"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "Zugriffskontrolle"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "erstellen"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "aktualisieren"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "löschen"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "teilen"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Passwortgeschützt"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Fehler beim Entfernen des Ablaufdatums"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Fehler beim Setzen des Ablaufdatums"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Sende ..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "Email gesendet"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Warnung"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Administrator-Konto anlegen"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Fortgeschritten"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Datenverzeichnis"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Datenbank einrichten"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "wird verwendet"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Datenbank-Benutzer"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Datenbank-Passwort"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Datenbank-Name"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Datenbank-Tablespace"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Datenbank-Host"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Installation abschliessen"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -699,11 +726,11 @@ msgstr "Passwort vergessen?"
msgid "remember"
msgstr "merken"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Einloggen"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternative Logins"
@@ -711,8 +738,13 @@ msgstr "Alternative Logins"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Hallo,
ich wollte Sie nur wissen lassen, dass %s %s mit Ihnen teilt.
Schauen Sie es sich an!
Viele Grüsse!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/de_CH/files.po b/l10n/de_CH/files.po
index 0d4817bb295..b625a8b5e4d 100644
--- a/l10n/de_CH/files.po
+++ b/l10n/de_CH/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n"
"MIME-Version: 1.0\n"
@@ -95,7 +95,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "Ungültiges Verzeichnis."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Dateien"
@@ -128,7 +128,7 @@ msgstr "Die URL darf nicht leer sein."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Ungültiger Ordnername. Die Verwendung von «Shared» ist ownCloud vorbehalten."
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Fehler"
@@ -172,13 +172,13 @@ msgstr "{old_name} wurde ersetzt durch {new_name}"
msgid "undo"
msgstr "rückgängig machen"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] "%n Ordner"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -216,31 +216,44 @@ msgstr "Ihr Speicher ist voll, daher können keine Dateien mehr aktualisiert ode
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Ihr Speicher ist fast voll ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Die Verschlüsselung wurde deaktiviert, jedoch sind Ihre Dateien nach wie vor verschlüsselt. Bitte gehen Sie zu Ihren persönlichen Einstellungen, um Ihre Dateien zu entschlüsseln."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Ihr Download wird vorbereitet. Dies kann bei grösseren Dateien etwas dauern."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Name"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Grösse"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Geändert"
@@ -301,49 +314,49 @@ msgstr "Ordner"
msgid "From link"
msgstr "Von einem Link"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Gelöschte Dateien"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Upload abbrechen"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Sie haben hier keine Schreib-Berechtigungen."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Alles leer. Laden Sie etwas hoch!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Herunterladen"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Freigabe aufheben"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Löschen"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Der Upload ist zu gross"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Die Datei überschreitet die Maximalgrösse für Uploads auf diesem Server."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Dateien werden gescannt, bitte warten."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Scanne"
diff --git a/l10n/de_CH/files_encryption.po b/l10n/de_CH/files_encryption.po
index 774a2410515..80f813910e1 100644
--- a/l10n/de_CH/files_encryption.po
+++ b/l10n/de_CH/files_encryption.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-27 11:18-0400\n"
-"PO-Revision-Date: 2013-08-26 08:20+0000\n"
-"Last-Translator: FlorianScholz \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -49,17 +49,24 @@ msgstr "Das Passwort wurde erfolgreich geändert."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort nicht richtig."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Das Passwort des privaten Schlüssels wurde erfolgreich aktualisiert."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Das Passwort des privaten Schlüssels konnte nicht aktualisiert werden. Vielleicht war das alte Passwort nicht richtig."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -67,36 +74,30 @@ msgid ""
"files."
msgstr "Ihr privater Schlüssel ist ungültig. Möglicher Weise wurde von ausserhalb Ihr Passwort geändert (z.B. in Ihrem gemeinsamen Verzeichnis). Sie können das Passwort Ihres privaten Schlüssels in den persönlichen Einstellungen aktualisieren, um wieder an Ihre Dateien zu gelangen."
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Fehlende Voraussetzungen"
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert."
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Speichern..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "Ihr privater Schlüssel ist ungültig! Vielleicht wurde Ihr Passwort von ausserhalb geändert."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Sie können den privaten Schlüssel ändern und zwar in Ihrem"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "Persönliche Einstellungen"
@@ -113,27 +114,35 @@ msgstr "Aktivieren Sie den Wiederherstellungsschlüssel (erlaubt die Wiederherst
msgid "Recovery key password"
msgstr "Wiederherstellungschlüsselpasswort"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Aktiviert"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Deaktiviert"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Wiederherstellungsschlüsselpasswort ändern"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Altes Wiederherstellungsschlüsselpasswort"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Neues Wiederherstellungsschlüsselpasswort "
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Passwort ändern"
diff --git a/l10n/de_CH/files_external.po b/l10n/de_CH/files_external.po
index 8d124a52de5..f9b2141702e 100644
--- a/l10n/de_CH/files_external.po
+++ b/l10n/de_CH/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-07 14:02+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: FlorianScholz \n"
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n"
"MIME-Version: 1.0\n"
@@ -38,20 +38,20 @@ msgstr "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein."
msgid "Error configuring Google Drive storage"
msgstr "Fehler beim Einrichten von Google Drive"
-#: lib/config.php:448
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Warnung: «smbclient» ist nicht installiert. Das Einhängen von CIFS/SMB-Freigaben ist nicht möglich. Bitten Sie Ihren Systemadministrator, dies zu installieren."
-#: lib/config.php:451
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Warnung:: Die FTP Unterstützung von PHP ist nicht aktiviert oder installiert. Bitte wenden Sie sich an Ihren Systemadministrator."
-#: lib/config.php:454
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/de_CH/files_trashbin.po b/l10n/de_CH/files_trashbin.po
index 5061816a4dc..2682be087d2 100644
--- a/l10n/de_CH/files_trashbin.po
+++ b/l10n/de_CH/files_trashbin.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-27 11:18-0400\n"
-"PO-Revision-Date: 2013-08-26 08:30+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: FlorianScholz \n"
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n"
"MIME-Version: 1.0\n"
@@ -30,43 +30,43 @@ msgstr "Konnte %s nicht dauerhaft löschen"
msgid "Couldn't restore %s"
msgstr "Konnte %s nicht wiederherstellen"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "Wiederherstellung ausführen"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Fehler"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "Datei dauerhaft löschen"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Endgültig löschen"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Name"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Gelöscht"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n Ordner"
msgstr[1] "%n Ordner"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n Datei"
msgstr[1] "%n Dateien"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "Wiederhergestellt"
@@ -74,11 +74,11 @@ msgstr "Wiederhergestellt"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Nichts zu löschen, Ihr Papierkorb ist leer!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Wiederherstellen"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Löschen"
diff --git a/l10n/de_CH/lib.po b/l10n/de_CH/lib.po
index ff7512d9240..0125f27f4fe 100644
--- a/l10n/de_CH/lib.po
+++ b/l10n/de_CH/lib.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n"
"MIME-Version: 1.0\n"
@@ -21,318 +21,325 @@ msgstr ""
"Language: de_CH\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "Anwendung \"%s\" kann nicht installiert werden, da sie mit dieser Version von ownCloud nicht kompatibel ist."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "Kein App-Name spezifiziert"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Hilfe"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Persönlich"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Einstellungen"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Benutzer"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administrator"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Konnte \"%s\" nicht aktualisieren."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "Web-Services unter Ihrer Kontrolle"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "Öffnen von \"%s\" fehlgeschlagen"
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "Der ZIP-Download ist deaktiviert."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Die Dateien müssen einzeln heruntergeladen werden."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Zurück zu \"Dateien\""
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Die gewählten Dateien sind zu gross, um eine ZIP-Datei zu erstellen."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Laden Sie die Dateien in kleineren, separaten, Stücken herunter oder bitten Sie Ihren Administrator."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "Anwendung kann wegen nicht erlaubten Codes nicht installiert werden"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "Anwendungsverzeichnis existiert bereits"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Die Anwendung ist nicht aktiviert"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Authentifizierungs-Fehler"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Token abgelaufen. Bitte laden Sie die Seite neu."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Dateien"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Text"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Bilder"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s geben Sie den Datenbank-Benutzernamen an."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s geben Sie den Datenbank-Namen an."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s Der Datenbank-Name darf keine Punkte enthalten"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL Benutzername und/oder Passwort ungültig: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Sie müssen entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "MySQL Benutzername und/oder Passwort ungültig"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "DB Fehler: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Fehlerhafter Befehl war: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL Benutzer '%s'@'localhost' existiert bereits."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Lösche diesen Benutzer aus MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL Benutzer '%s'@'%%' existiert bereits"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Lösche diesen Benutzer aus MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Die Oracle-Verbindung konnte nicht aufgebaut werden."
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Oracle Benutzername und/oder Passwort ungültig"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL Benutzername und/oder Passwort ungültig"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Setze Administrator Benutzername."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Setze Administrator Passwort"
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Ihr Web-Server ist noch nicht für eine Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Bitte prüfen Sie die Installationsanleitungen."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Die Kategorie «%s» konnte nicht gefunden werden."
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "Gerade eben"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] "Vor %n Minuten"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] "Vor %n Stunden"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "Heute"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "Gestern"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] "Vor %n Tagen"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "Letzten Monat"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] "Vor %n Monaten"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "Letztes Jahr"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "Vor Jahren"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Verursacht durch:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Die Kategorie «%s» konnte nicht gefunden werden."
diff --git a/l10n/de_CH/settings.po b/l10n/de_CH/settings.po
index 745b7eec826..cbd581f01c2 100644
--- a/l10n/de_CH/settings.po
+++ b/l10n/de_CH/settings.po
@@ -16,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n"
"MIME-Version: 1.0\n"
@@ -126,11 +126,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "Update zu {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Deaktivieren"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Aktivieren"
@@ -138,43 +138,43 @@ msgstr "Aktivieren"
msgid "Please wait...."
msgstr "Bitte warten...."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr "Fehler während der Deaktivierung der Anwendung"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr "Fehler während der Aktivierung der Anwendung"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Update..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Es ist ein Fehler während des Updates aufgetreten"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Fehler"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Update durchführen"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Aktualisiert"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Entschlüssel Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Speichern..."
@@ -350,46 +350,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Erlaubt Benutzern, nur mit Nutzern in ihrer Gruppe zu teilen"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Sicherheit"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "HTTPS erzwingen"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Zwingt die Clients, sich über eine verschlüsselte Verbindung zu %s zu verbinden."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Bitte verbinden Sie sich zu Ihrem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Log"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Log-Level"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Mehr"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Weniger"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Version"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n"
"MIME-Version: 1.0\n"
@@ -33,17 +33,17 @@ msgstr "Löschen der Zuordnung fehlgeschlagen."
msgid "Failed to delete the server configuration"
msgstr "Löschen der Serverkonfiguration fehlgeschlagen"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfen Sie die Servereinstellungen und die Anmeldeinformationen."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po
index cfdcd679973..464c953b3da 100644
--- a/l10n/de_DE/core.po
+++ b/l10n/de_DE/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-21 10:00+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 21:20+0000\n"
"Last-Translator: Mario Siegmann \n"
"Language-Team: German (Germany) \n"
"MIME-Version: 1.0\n"
@@ -25,12 +25,17 @@ msgstr ""
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s geteilt »%s« mit Ihnen"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s"
+
+#: ajax/share.php:327
msgid "group"
msgstr "Gruppe"
@@ -322,8 +327,8 @@ msgstr "Der Objekttyp ist nicht angegeben."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Fehler"
@@ -343,126 +348,134 @@ msgstr "Geteilt"
msgid "Share"
msgstr "Teilen"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Fehler beim Teilen"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Fehler beim Aufheben der Freigabe"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Fehler bei der Änderung der Rechte"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Von {owner} mit Ihnen und der Gruppe {group} geteilt."
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Von {owner} mit Ihnen geteilt."
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Teilen mit"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Über einen Link teilen"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Passwortschutz"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Passwort"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Öffentliches Hochladen erlauben"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Link per E-Mail verschicken"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Senden"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Ein Ablaufdatum setzen"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Ablaufdatum"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Mittels einer E-Mail teilen:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Niemand gefunden"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Das Weiterverteilen ist nicht erlaubt"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Freigegeben in {item} von {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Freigabe aufheben"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr "Benutzer per E-Mail informieren"
+
+#: js/share.js:361
msgid "can edit"
msgstr "kann bearbeiten"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "Zugriffskontrolle"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "erstellen"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "aktualisieren"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "löschen"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "teilen"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Passwortgeschützt"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Fehler beim Entfernen des Ablaufdatums"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Fehler beim Setzen des Ablaufdatums"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Sende ..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "Email gesendet"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Warnung"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Administrator-Konto anlegen"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Fortgeschritten"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Datenverzeichnis"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Datenbank einrichten"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "wird verwendet"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Datenbank-Benutzer"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Datenbank-Passwort"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Datenbank-Name"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Datenbank-Tablespace"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Datenbank-Host"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Installation abschließen"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr "Abschließen ..."
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -698,11 +725,11 @@ msgstr "Passwort vergessen?"
msgid "remember"
msgstr "merken"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Einloggen"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternative Logins"
@@ -710,8 +737,13 @@ msgstr "Alternative Logins"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Hallo,
ich wollte Sie nur wissen lassen, dass %s %s mit Ihnen teilt.
Schauen Sie es sich an!
Viele Grüße!"
+"href=\"%s\">View it!
"
+msgstr "Hallo,
ich wollte Sie nur wissen lassen, dass %s %s mit Ihnen teilt.
Schauen Sie es sich an!
"
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr "Die Freigabe wird ablaufen am %s.
"
#: templates/update.php:3
#, php-format
diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po
index ce852eb583f..9990d482852 100644
--- a/l10n/de_DE/files.po
+++ b/l10n/de_DE/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: 2013-09-22 12:51-0400\n"
-"PO-Revision-Date: 2013-09-21 10:00+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 21:00+0000\n"
"Last-Translator: Mario Siegmann \n"
"Language-Team: German (Germany) \n"
"MIME-Version: 1.0\n"
@@ -128,7 +128,7 @@ msgstr "Die URL darf nicht leer sein."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Ungültiger Ordnername. Die Verwendung von \"Shared\" ist ownCloud vorbehalten."
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Fehler"
@@ -172,13 +172,13 @@ msgstr "{old_name} wurde ersetzt durch {new_name}"
msgid "undo"
msgstr "rückgängig machen"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n Ordner"
msgstr[1] "%n Ordner"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n Datei"
@@ -216,31 +216,44 @@ msgstr "Ihr Speicher ist voll, daher können keine Dateien mehr aktualisiert ode
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Ihr Speicher ist fast voll ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr "Verschlüsselung-App ist aktiviert aber Ihre Schlüssel sind nicht initialisiert. Bitte melden sich nochmals ab und wieder an."
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr "Ungültiger privater Schlüssel für die Verschlüsselung-App. Bitte aktualisieren Sie Ihr privates Schlüssel-Passwort um den Zugriff auf Ihre verschlüsselten Dateien wiederherzustellen."
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Die Verschlüsselung wurde deaktiviert, jedoch sind Ihre Dateien nach wie vor verschlüsselt. Bitte gehen Sie zu Ihren persönlichen Einstellungen, um Ihre Dateien zu entschlüsseln."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Ihr Download wird vorbereitet. Dies kann bei größeren Dateien etwas dauern."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Fehler beim Verschieben der Datei"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Name"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Größe"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Geändert"
@@ -301,49 +314,49 @@ msgstr "Ordner"
msgid "From link"
msgstr "Von einem Link"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Gelöschte Dateien"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Upload abbrechen"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Sie haben hier keine Schreib-Berechtigungen."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Alles leer. Laden Sie etwas hoch!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Herunterladen"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Freigabe aufheben"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Löschen"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Der Upload ist zu groß"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Dateien werden gescannt, bitte warten."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Scanne"
diff --git a/l10n/de_DE/files_encryption.po b/l10n/de_DE/files_encryption.po
index 1571956a4cf..d5577daf920 100644
--- a/l10n/de_DE/files_encryption.po
+++ b/l10n/de_DE/files_encryption.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
-"Last-Translator: Mario Siegmann \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: German (Germany) \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,17 +47,24 @@ msgstr "Das Passwort wurde erfolgreich geändert."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort nicht richtig."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Das Passwort des privaten Schlüssels wurde erfolgreich aktualisiert."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Das Passwort des privaten Schlüssels konnte nicht aktualisiert werden. Vielleicht war das alte Passwort nicht richtig."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -65,36 +72,30 @@ msgid ""
"files."
msgstr "Ihr privater Schlüssel ist ungültig. Möglicher Weise wurde von außerhalb Ihr Passwort geändert (z.B. in Ihrem gemeinsamen Verzeichnis). Sie können das Passwort Ihres privaten Schlüssels in den persönlichen Einstellungen aktualisieren, um wieder an Ihre Dateien zu gelangen."
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Fehlende Voraussetzungen"
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert."
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Speichern..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "Ihr privater Schlüssel ist ungültig! Vielleicht wurde Ihr Passwort von außerhalb geändert."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Sie können den privaten Schlüssel ändern und zwar in Ihrem"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "Persönliche Einstellungen"
@@ -111,27 +112,35 @@ msgstr "Aktivieren Sie den Wiederherstellungsschlüssel (erlaubt die Wiederherst
msgid "Recovery key password"
msgstr "Wiederherstellungschlüsselpasswort"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Aktiviert"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Deaktiviert"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Wiederherstellungsschlüsselpasswort ändern"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Altes Wiederherstellungsschlüsselpasswort"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Neues Wiederherstellungsschlüsselpasswort "
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Passwort ändern"
diff --git a/l10n/de_DE/files_trashbin.po b/l10n/de_DE/files_trashbin.po
index 1875dbf8bfc..0f2bea56127 100644
--- a/l10n/de_DE/files_trashbin.po
+++ b/l10n/de_DE/files_trashbin.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-16 01:29-0400\n"
-"PO-Revision-Date: 2013-08-15 09:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: noxin \n"
"Language-Team: German (Germany) \n"
"MIME-Version: 1.0\n"
@@ -29,43 +29,43 @@ msgstr "Konnte %s nicht dauerhaft löschen"
msgid "Couldn't restore %s"
msgstr "Konnte %s nicht wiederherstellen"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "Wiederherstellung ausführen"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Fehler"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "Datei dauerhaft löschen"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Endgültig löschen"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Name"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Gelöscht"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n Ordner"
msgstr[1] "%n Ordner"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n Dateien"
msgstr[1] "%n Dateien"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "Wiederhergestellt"
@@ -73,11 +73,11 @@ msgstr "Wiederhergestellt"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Nichts zu löschen, Ihr Papierkorb ist leer!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Wiederherstellen"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Löschen"
diff --git a/l10n/de_DE/lib.po b/l10n/de_DE/lib.po
index e70bc08de29..18a5ff6232a 100644
--- a/l10n/de_DE/lib.po
+++ b/l10n/de_DE/lib.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-18 11:47-0400\n"
-"PO-Revision-Date: 2013-09-17 13:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: Mario Siegmann \n"
"Language-Team: German (Germany) \n"
"MIME-Version: 1.0\n"
@@ -20,318 +20,325 @@ msgstr ""
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "Applikation \"%s\" kann nicht installiert werden, da sie mit dieser ownCloud Version nicht kompatibel ist."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "Es wurde kein Applikation-Name angegeben"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Hilfe"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Persönlich"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Einstellungen"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Benutzer"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administrator"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Konnte \"%s\" nicht aktualisieren."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "Individuelle Profilbilder werden noch nicht von der Verschlüsselung unterstützt"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Unbekannter Dateityp"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Ungültiges Bild"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "Web-Services unter Ihrer Kontrolle"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "Öffnen von \"%s\" fehlgeschlagen"
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "Der ZIP-Download ist deaktiviert."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Die Dateien müssen einzeln heruntergeladen werden."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Zurück zu \"Dateien\""
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Die gewählten Dateien sind zu groß, um eine ZIP-Datei zu erstellen."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Laden Sie die Dateien in kleineren, separaten, Stücken herunter oder bitten Sie Ihren Administrator."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "Für die Installation der Applikation wurde keine Quelle angegeben"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "Der Link (href) wurde nicht angegeben um die Applikation per http zu installieren"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "Bei der Installation der Applikation aus einer lokalen Datei wurde kein Pfad angegeben"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "Archive des Typs %s werden nicht unterstützt."
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "Die Applikation enthält keine info,xml Datei"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "Die Applikation kann auf Grund von unerlaubten Code nicht installiert werden"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser Version von ownCloud kompatibel ist."
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist ist"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "Der Ordner für die Anwendung existiert bereits."
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Der Ordner für die Anwendung konnte nicht angelegt werden. Bitte überprüfen Sie die Ordner- und Dateirechte und passen Sie diese entsprechend an. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Die Anwendung ist nicht aktiviert"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Authentifizierungs-Fehler"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Token abgelaufen. Bitte laden Sie die Seite neu."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Dateien"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Text"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Bilder"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s geben Sie den Datenbank-Benutzernamen an."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s geben Sie den Datenbank-Namen an."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s Der Datenbank-Name darf keine Punkte enthalten"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL Benutzername und/oder Passwort ungültig: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Sie müssen entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "MySQL Benutzername und/oder Passwort ungültig"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "DB Fehler: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Fehlerhafter Befehl war: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL Benutzer '%s'@'localhost' existiert bereits."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Lösche diesen Benutzer aus MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL Benutzer '%s'@'%%' existiert bereits"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Lösche diesen Benutzer aus MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Die Oracle-Verbindung konnte nicht aufgebaut werden."
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Oracle Benutzername und/oder Passwort ungültig"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL Benutzername und/oder Passwort ungültig"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Setze Administrator Benutzername."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Setze Administrator Passwort"
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Ihr Web-Server ist noch nicht für eine Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Bitte prüfen Sie die Installationsanleitungen."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Die Kategorie \"%s\" konnte nicht gefunden werden."
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "Gerade eben"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "Vor %n Minute"
msgstr[1] "Vor %n Minuten"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "Vor %n Stunde"
msgstr[1] "Vor %n Stunden"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "Heute"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "Gestern"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "Vor %n Tag"
msgstr[1] "Vor %n Tagen"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "Letzten Monat"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "Vor %n Monat"
msgstr[1] "Vor %n Monaten"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "Letztes Jahr"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "Vor Jahren"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Verursacht durch:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Die Kategorie \"%s\" konnte nicht gefunden werden."
diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po
index 3a889bcbca6..31925d001a8 100644
--- a/l10n/de_DE/settings.po
+++ b/l10n/de_DE/settings.po
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 20:40+0000\n"
+"Last-Translator: Mario Siegmann \n"
"Language-Team: German (Germany) \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -124,11 +124,11 @@ msgstr "Passwort konnte nicht geändert werden"
msgid "Update to {appversion}"
msgstr "Update zu {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Deaktivieren"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Aktivieren"
@@ -136,43 +136,43 @@ msgstr "Aktivieren"
msgid "Please wait...."
msgstr "Bitte warten...."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr "Beim Aktivieren der Applikation ist ein Fehler aufgetreten"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Update..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Es ist ein Fehler während des Updates aufgetreten"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Fehler"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Update durchführen"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Aktualisiert"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Wählen Sie ein Profilbild"
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Entschlüssle Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Speichern..."
@@ -348,46 +348,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Erlaubt Benutzern, nur mit Nutzern in ihrer Gruppe zu teilen"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr "Mail-Benachrichtigung erlauben"
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr "Benutzern erlauben Mail-Benachrichtigungen für freigegebene Dateien zu senden"
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Sicherheit"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "HTTPS erzwingen"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Zwingt die Clients, sich über eine verschlüsselte Verbindung zu %s zu verbinden."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Bitte verbinden Sie sich zu Ihrem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Log"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Log-Level"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Mehr"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Weniger"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Version"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: German (Germany) \n"
"MIME-Version: 1.0\n"
@@ -31,17 +31,17 @@ msgstr "Löschen der Zuordnung fehlgeschlagen."
msgid "Failed to delete the server configuration"
msgstr "Löschen der Serverkonfiguration fehlgeschlagen"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfen Sie die Servereinstellungen und die Anmeldeinformationen."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/el/core.po b/l10n/el/core.po
index 9b88a333be1..ec1d3e4e46e 100644
--- a/l10n/el/core.po
+++ b/l10n/el/core.po
@@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:31+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -24,12 +24,17 @@ msgstr ""
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "Ο %s διαμοιράστηκε μαζί σας το »%s«"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "ομάδα"
@@ -321,8 +326,8 @@ msgstr "Δεν καθορίστηκε ο τύπος του αντικειμέν
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Σφάλμα"
@@ -342,126 +347,134 @@ msgstr "Κοινόχρηστα"
msgid "Share"
msgstr "Διαμοιρασμός"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Σφάλμα κατά τον διαμοιρασμό"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Σφάλμα κατά το σταμάτημα του διαμοιρασμού"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Σφάλμα κατά την αλλαγή των δικαιωμάτων"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Διαμοιράστηκε με σας από τον {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Διαμοιρασμός με"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Διαμοιρασμός με σύνδεσμο"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Προστασία συνθηματικού"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Συνθηματικό"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Να επιτρέπεται η Δημόσια Αποστολή"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Αποστολή συνδέσμου με email "
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Αποστολή"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Ορισμός ημ. λήξης"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Ημερομηνία λήξης"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Διαμοιρασμός μέσω email:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Δεν βρέθηκε άνθρωπος"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Ξαναμοιρασμός δεν επιτρέπεται"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Διαμοιρασμός του {item} με τον {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Σταμάτημα διαμοιρασμού"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "δυνατότητα αλλαγής"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "έλεγχος πρόσβασης"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "δημιουργία"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "ενημέρωση"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "διαγραφή"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "διαμοιρασμός"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Προστασία με συνθηματικό"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Σφάλμα κατά την διαγραφή της ημ. λήξης"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Σφάλμα κατά τον ορισμό ημ. λήξης"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Αποστολή..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "Το Email απεστάλη "
+#: js/share.js:727
+msgid "Warning"
+msgstr "Προειδοποίηση"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Δημιουργήστε έναν λογαριασμό διαχειριστή"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Για προχωρημένους"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Φάκελος δεδομένων"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Ρύθμιση της βάσης δεδομένων"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "θα χρησιμοποιηθούν"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Χρήστης της βάσης δεδομένων"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Συνθηματικό βάσης δεδομένων"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Όνομα βάσης δεδομένων"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Κενά Πινάκων Βάσης Δεδομένων"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Διακομιστής βάσης δεδομένων"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Ολοκλήρωση εγκατάστασης"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -697,11 +724,11 @@ msgstr "Ξεχάσατε το συνθηματικό σας;"
msgid "remember"
msgstr "απομνημόνευση"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Είσοδος"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Εναλλακτικές Συνδέσεις"
@@ -709,8 +736,13 @@ msgstr "Εναλλακτικές Συνδέσεις"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Γεια σας,
σας ενημερώνουμε ότι ο %s διαμοιράστηκε μαζί σας το »%s«.
Δείτε το!
Γεια χαρά!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/el/files.po b/l10n/el/files.po
index 87c112acc67..8794c5a9de2 100644
--- a/l10n/el/files.po
+++ b/l10n/el/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: 2013-09-27 00:01-0400\n"
-"PO-Revision-Date: 2013-09-25 12:10+0000\n"
-"Last-Translator: gtsamis \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -123,7 +123,7 @@ msgstr "Η URL δεν μπορεί να είναι κενή."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Μη έγκυρο όνομα φακέλου. Η χρήση του 'Κοινόχρηστος' χρησιμοποιείται από το ownCloud"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Σφάλμα"
@@ -167,13 +167,13 @@ msgstr "αντικαταστάθηκε το {new_name} με {old_name}"
msgid "undo"
msgstr "αναίρεση"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n φάκελος"
msgstr[1] "%n φάκελοι"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n αρχείο"
@@ -211,31 +211,44 @@ msgstr "Ο αποθηκευτικός σας χώρος είναι γεμάτο
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Ο αποθηκευτικός χώρος είναι σχεδόν γεμάτος ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Η κρυπτογράφηση απενεργοποιήθηκε, αλλά τα αρχεία σας είναι ακόμα κρυπτογραφημένα. Παρακαλούμε απενεργοποιήσετε την κρυπτογράφηση αρχείων από τις προσωπικές σας ρυθμίσεις"
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Η λήψη προετοιμάζεται. Αυτό μπορεί να πάρει ώρα εάν τα αρχεία έχουν μεγάλο μέγεθος."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Σφάλμα κατά τη μετακίνηση του αρχείου"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Όνομα"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Μέγεθος"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Τροποποιήθηκε"
@@ -296,49 +309,49 @@ msgstr "Φάκελος"
msgid "From link"
msgstr "Από σύνδεσμο"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Διαγραμμένα αρχεία"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Ακύρωση αποστολής"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Δεν έχετε δικαιώματα εγγραφής εδώ."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Δεν υπάρχει τίποτα εδώ. Ανεβάστε κάτι!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Λήψη"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Σταμάτημα διαμοιρασμού"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Διαγραφή"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Πολύ μεγάλο αρχείο προς αποστολή"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Τα αρχεία που προσπαθείτε να ανεβάσετε υπερβαίνουν το μέγιστο μέγεθος αποστολής αρχείων σε αυτόν τον διακομιστή."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Τα αρχεία σαρώνονται, παρακαλώ περιμένετε."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Τρέχουσα ανίχνευση"
diff --git a/l10n/el/files_encryption.po b/l10n/el/files_encryption.po
index 8cb29d78640..c960ab2c37e 100644
--- a/l10n/el/files_encryption.po
+++ b/l10n/el/files_encryption.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -46,17 +46,24 @@ msgstr "Ο κωδικός αλλάχτηκε επιτυχώς."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Αποτυχία αλλαγής κωδικού ίσως ο παλιός κωδικός να μην ήταν σωστός."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -64,36 +71,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Γίνεται αποθήκευση..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "προσωπικές ρυθμίσεις"
@@ -110,27 +111,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Ενεργοποιημένο"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Απενεργοποιημένο"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Αλλαγή Κωδικού Πρόσβασης"
diff --git a/l10n/el/files_external.po b/l10n/el/files_external.po
index fd0a919e9f3..dc88fc6766c 100644
--- a/l10n/el/files_external.po
+++ b/l10n/el/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: KAT.RAT12 \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Προσβαση παρασχέθηκε"
@@ -26,7 +26,7 @@ msgstr "Προσβαση παρασχέθηκε"
msgid "Error configuring Dropbox storage"
msgstr "Σφάλμα ρυθμίζωντας αποθήκευση Dropbox "
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Παροχή πρόσβασης"
@@ -34,24 +34,24 @@ msgstr "Παροχή πρόσβασης"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "Παρακαλούμε δώστε έγκυρο κλειδί Dropbox και μυστικό."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Σφάλμα ρυθμίζωντας αποθήκευση Google Drive "
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Προσοχή: Ο \"smbclient\" δεν εγκαταστάθηκε. Δεν είναι δυνατή η προσάρτηση CIFS/SMB. Παρακαλώ ενημερώστε τον διαχειριστή συστήματος να το εγκαταστήσει."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Προσοχή: Η υποστήριξη FTP στην PHP δεν ενεργοποιήθηκε ή εγκαταστάθηκε. Δεν είναι δυνατή η προσάρτηση FTP. Παρακαλώ ενημερώστε τον διαχειριστή συστήματος να το εγκαταστήσει."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/el/files_trashbin.po b/l10n/el/files_trashbin.po
index d1043567c1b..e70d2389391 100644
--- a/l10n/el/files_trashbin.po
+++ b/l10n/el/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-30 09:32-0400\n"
-"PO-Revision-Date: 2013-08-30 09:00+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -44,27 +44,27 @@ msgstr "μόνιμη διαγραφή αρχείου"
msgid "Delete permanently"
msgstr "Μόνιμη διαγραφή"
-#: js/trash.js:184 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Όνομα"
-#: js/trash.js:185 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Διαγράφηκε"
-#: js/trash.js:193
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] "%n φάκελοι"
-#: js/trash.js:199
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] "%n αρχεία"
-#: lib/trash.php:814 lib/trash.php:816
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "έγινε επαναφορά"
@@ -72,11 +72,11 @@ msgstr "έγινε επαναφορά"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Δεν υπάρχει τίποτα εδώ. Ο κάδος σας είναι άδειος!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Επαναφορά"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Διαγραφή"
diff --git a/l10n/el/lib.po b/l10n/el/lib.po
index e26684eae7f..21de2bf03be 100644
--- a/l10n/el/lib.po
+++ b/l10n/el/lib.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -18,318 +18,325 @@ msgstr ""
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Βοήθεια"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Προσωπικά"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Ρυθμίσεις"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Χρήστες"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Διαχειριστής"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Αποτυχία αναβάθμισης του \"%s\"."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "υπηρεσίες δικτύου υπό τον έλεγχό σας"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "αδυναμία ανοίγματος \"%s\""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "Η λήψη ZIP απενεργοποιήθηκε."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Τα αρχεία πρέπει να ληφθούν ένα-ένα."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Πίσω στα Αρχεία"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Τα επιλεγμένα αρχεία είναι μεγάλα ώστε να δημιουργηθεί αρχείο zip."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Λήψη των αρχείων σε μικρότερα κομμάτια, χωριστά ή ρωτήστε τον διαχειριστή σας."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Δεν ενεργοποιήθηκε η εφαρμογή"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Σφάλμα πιστοποίησης"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Το αναγνωριστικό έληξε. Παρακαλώ φορτώστε ξανά την σελίδα."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Αρχεία"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Κείμενο"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Εικόνες"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s εισάγετε το όνομα χρήστη της βάσης δεδομένων."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s εισάγετε το όνομα της βάσης δεδομένων."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s μάλλον δεν χρησιμοποιείτε τελείες στο όνομα της βάσης δεδομένων"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Το όνομα χρήστη και/ή ο κωδικός της MS SQL δεν είναι έγκυρα: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Χρειάζεται να εισάγετε είτε έναν υπάρχον λογαριασμό ή του διαχειριστή."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Μη έγκυρος χρήστης και/ή συνθηματικό της MySQL"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Σφάλμα Βάσης Δεδομένων: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Η εντολη παραβατικοτητας ηταν: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "Υπάρχει ήδη ο χρήστης '%s'@'localhost' της MySQL."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Απόρριψη αυτού του χρήστη από την MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "Ο χρήστης '%s'@'%%' της MySQL υπάρχει ήδη"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Απόρριψη αυτού του χρήστη από την MySQL"
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Αδυναμία σύνδεσης Oracle"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Μη έγκυρος χρήστης και/ή συνθηματικό της Oracle"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Η εντολη παραβατικοτητας ηταν: \"%s\", ονομα: %s, κωδικος: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Μη έγκυρος χρήστης και/ή συνθηματικό της PostgreSQL"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Εισάγετε όνομα χρήστη διαχειριστή."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Εισάγετε συνθηματικό διαχειριστή."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιτρέπει τον συγχρονισμό αρχείων γιατί η διεπαφή WebDAV πιθανόν να είναι κατεστραμμένη."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Ελέγξτε ξανά τις οδηγίες εγκατάστασης."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Αδυναμία εύρεσης κατηγορίας \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "δευτερόλεπτα πριν"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "σήμερα"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "χτες"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "τελευταίο μήνα"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "τελευταίο χρόνο"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "χρόνια πριν"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Προκλήθηκε από:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Αδυναμία εύρεσης κατηγορίας \"%s\""
diff --git a/l10n/el/settings.po b/l10n/el/settings.po
index 1e84a673d35..550b8adf00b 100644
--- a/l10n/el/settings.po
+++ b/l10n/el/settings.po
@@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -92,7 +92,7 @@ msgstr "Αδυναμία ενημέρωσης εφαρμογής"
#: changepassword/controller.php:20
msgid "Wrong password"
-msgstr ""
+msgstr "Εσφαλμένο συνθηματικό"
#: changepassword/controller.php:42
msgid "No user supplied"
@@ -117,17 +117,17 @@ msgstr ""
#: changepassword/controller.php:92 changepassword/controller.php:103
msgid "Unable to change password"
-msgstr ""
+msgstr "Αδυναμία αλλαγής συνθηματικού"
#: js/apps.js:43
msgid "Update to {appversion}"
msgstr "Ενημέρωση σε {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Απενεργοποίηση"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Ενεργοποίηση"
@@ -135,43 +135,43 @@ msgstr "Ενεργοποίηση"
msgid "Please wait...."
msgstr "Παρακαλώ περιμένετε..."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
-msgstr ""
+msgstr "Σφάλμα κατά την απενεργοποίηση εισόδου"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
-msgstr ""
+msgstr "Σφάλμα κατά την ενεργοποίηση της εφαρμογής"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Ενημέρωση..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Σφάλμα κατά την ενημέρωση της εφαρμογής"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Σφάλμα"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Ενημέρωση"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Ενημερώθηκε"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
-msgstr ""
+msgstr "Επιλογή εικόνας προφίλ"
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Γίνεται αποθήκευση..."
@@ -246,7 +246,7 @@ msgstr "Ο διακομιστής σας δεν έχει ρυθμιστεί κα
#: templates/admin.php:33
#, php-format
msgid "Please double check the installation guides."
-msgstr ""
+msgstr "Ελέγξτε ξανά τις οδηγίες εγκατάστασης."
#: templates/admin.php:44
msgid "Module 'fileinfo' missing"
@@ -347,46 +347,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Να επιτρέπεται στους χρήστες ο διαμοιρασμός μόνο με χρήστες της ίδιας ομάδας"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Ασφάλεια"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Επιβολή χρήσης HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Καταγραφές"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Επίπεδο καταγραφής"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Περισσότερα"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Λιγότερα"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Έκδοση"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr "Αποτυχία διαγραφής ρυθμίσεων διακομιστή"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "Οι ρυθμίσεις είναι έγκυρες και η σύνδεση μπορεί να πραγματοποιηθεί!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "Οι ρυθμίσεις είναι έγκυρες, αλλά απέτυχε η σύνδεση. Παρακαλώ ελέγξτε τις ρυθμίσεις του διακομιστή και τα διαπιστευτήρια."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/en@pirate/core.po b/l10n/en@pirate/core.po
index 8f786dfe211..e91092cdc40 100644
--- a/l10n/en@pirate/core.po
+++ b/l10n/en@pirate/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n"
"MIME-Version: 1.0\n"
@@ -18,12 +18,17 @@ msgstr ""
"Language: en@pirate\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -315,8 +320,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -336,126 +341,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Passcode"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr ""
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr ""
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr ""
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr ""
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -691,11 +718,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -703,7 +730,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/en@pirate/files.po b/l10n/en@pirate/files.po
index ea57ff8382a..9601c8a74de 100644
--- a/l10n/en@pirate/files.po
+++ b/l10n/en@pirate/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -292,49 +305,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Download"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/en@pirate/files_encryption.po b/l10n/en@pirate/files_encryption.po
index 00358fec52b..8aec124f55e 100644
--- a/l10n/en@pirate/files_encryption.po
+++ b/l10n/en@pirate/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/en@pirate/settings.po b/l10n/en@pirate/settings.po
index df5539ce0c6..d3de5650235 100644
--- a/l10n/en@pirate/settings.po
+++ b/l10n/en@pirate/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:31+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,12 +18,17 @@ msgstr ""
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s shared \"%s\" with you"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "group"
@@ -315,8 +320,8 @@ msgstr "The object type is not specified."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:656 js/share.js:668
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Error"
@@ -336,126 +341,134 @@ msgstr "Shared"
msgid "Share"
msgstr "Share"
-#: js/share.js:131 js/share.js:696
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Error whilst sharing"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Error whilst unsharing"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Error whilst changing permissions"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Shared with you and the group {group} by {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Shared with you by {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Share with"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Share with link"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Password protect"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Password"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Allow Public Upload"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Email link to person"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Send"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Set expiration date"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Expiration date"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Share via email:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "No people found"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Resharing is not allowed"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Shared in {item} with {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Unshare"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "can edit"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "access control"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "create"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "update"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "delete"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "share"
-#: js/share.js:400 js/share.js:643
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Password protected"
-#: js/share.js:656
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Error unsetting expiration date"
-#: js/share.js:668
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Error setting expiration date"
-#: js/share.js:683
+#: js/share.js:692
msgid "Sending ..."
msgstr "Sending ..."
-#: js/share.js:694
+#: js/share.js:703
msgid "Email sent"
msgstr "Email sent"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Warning"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Create an admin account"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Advanced"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Data folder"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Configure the database"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "will be used"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Database user"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Database password"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Database name"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Database tablespace"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Database host"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Finish setup"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -691,11 +718,11 @@ msgstr "Lost your password?"
msgid "remember"
msgstr "remember"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Log in"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternative Logins"
@@ -703,8 +730,13 @@ msgstr "Alternative Logins"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Hey there,
just letting you know that %s shared \"%s\" with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/en_GB/files.po b/l10n/en_GB/files.po
index bf8e9374348..e65d6cb2489 100644
--- a/l10n/en_GB/files.po
+++ b/l10n/en_GB/files.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-24 12:58-0400\n"
-"PO-Revision-Date: 2013-09-24 16:00+0000\n"
-"Last-Translator: mnestis \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -120,7 +120,7 @@ msgstr "URL cannot be empty."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Error"
@@ -164,13 +164,13 @@ msgstr "replaced {new_name} with {old_name}"
msgid "undo"
msgstr "undo"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n folder"
msgstr[1] "%n folders"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n file"
@@ -208,31 +208,44 @@ msgstr "Your storage is full, files can not be updated or synced anymore!"
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Your storage is almost full ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Your download is being prepared. This might take some time if the files are big."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Error moving file"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Name"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Size"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Modified"
@@ -293,49 +306,49 @@ msgstr "Folder"
msgid "From link"
msgstr "From link"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Deleted files"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Cancel upload"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "You don’t have write permission here."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Nothing in here. Upload something!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Download"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Unshare"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Delete"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Upload too large"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "The files you are trying to upload exceed the maximum size for file uploads on this server."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Files are being scanned, please wait."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Current scanning"
diff --git a/l10n/en_GB/files_encryption.po b/l10n/en_GB/files_encryption.po
index b81a0ff62ab..1354eff62b2 100644
--- a/l10n/en_GB/files_encryption.po
+++ b/l10n/en_GB/files_encryption.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-30 09:31-0400\n"
-"PO-Revision-Date: 2013-08-29 16:50+0000\n"
-"Last-Translator: mnestis \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -44,17 +44,24 @@ msgstr "Password changed successfully."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Could not change the password. Maybe the old password was incorrect."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Private key password updated successfully."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Could not update the private key password. Maybe the old password was not correct."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -62,36 +69,30 @@ msgid ""
"files."
msgstr "Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files."
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Missing requirements."
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled."
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Following users are not set up for encryption:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Saving..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "Your private key is not valid! Maybe the your password was changed externally."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "personal settings"
@@ -108,27 +109,35 @@ msgstr "Enable recovery key (allow to recover users files in case of password lo
msgid "Recovery key password"
msgstr "Recovery key password"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Enabled"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Disabled"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Change recovery key password:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Old Recovery key password"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "New Recovery key password"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Change Password"
diff --git a/l10n/en_GB/files_external.po b/l10n/en_GB/files_external.po
index 6190c958520..1f4b3dec4db 100644
--- a/l10n/en_GB/files_external.po
+++ b/l10n/en_GB/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-18 16:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: mnestis \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/en_GB/files_trashbin.po b/l10n/en_GB/files_trashbin.po
index 6b87c1ddd49..d32064c1813 100644
--- a/l10n/en_GB/files_trashbin.po
+++ b/l10n/en_GB/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-18 16:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: mnestis \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
@@ -64,7 +64,7 @@ msgid_plural "%n files"
msgstr[0] "%n file"
msgstr[1] "%n files"
-#: lib/trash.php:814 lib/trash.php:816
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "restored"
diff --git a/l10n/en_GB/lib.po b/l10n/en_GB/lib.po
index 14e6d1c7a8b..ec486461596 100644
--- a/l10n/en_GB/lib.po
+++ b/l10n/en_GB/lib.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-18 11:47-0400\n"
-"PO-Revision-Date: 2013-09-18 13:32+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: mnestis \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
@@ -18,318 +18,325 @@ msgstr ""
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "App \"%s\" can't be installed because it is not compatible with this version of ownCloud."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "No app name specified"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Help"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Personal"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Settings"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Users"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Admin"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Failed to upgrade \"%s\"."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "Custom profile pictures don't work with encryption yet"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Unknown filetype"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Invalid image"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "web services under your control"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "cannot open \"%s\""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP download is turned off."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Files need to be downloaded one by one."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Back to Files"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Selected files too large to generate zip file."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Download the files in smaller chunks, seperately or kindly ask your administrator."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "No source specified when installing app"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "No href specified when installing app from http"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "No path specified when installing app from local file"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "Archives of type %s are not supported"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Failed to open archive when installing app"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "App does not provide an info.xml file"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "App can't be installed because of unallowed code in the App"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "App can't be installed because it is not compatible with this version of ownCloud"
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "App can't be installed because it contains the true tag which is not allowed for non shipped apps"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "App directory already exists"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Can't create app folder. Please fix permissions. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Application is not enabled"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Authentication error"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Token expired. Please reload page."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Files"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Text"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Images"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s enter the database username."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s enter the database name."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s you may not use dots in the database name"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL username and/or password not valid: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "You need to enter either an existing account or the administrator."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "MySQL username and/or password not valid"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "DB Error: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Offending command was: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL user '%s'@'localhost' exists already."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Drop this user from MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL user '%s'@'%%' already exists"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Drop this user from MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Oracle connection could not be established"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Oracle username and/or password not valid"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Offending command was: \"%s\", name: %s, password: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL username and/or password not valid"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Set an admin username."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Set an admin password."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Your web server is not yet properly setup to allow files synchronisation because the WebDAV interface seems to be broken."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Please double check the installation guides."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Could not find category \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "seconds ago"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "%n minute ago"
msgstr[1] "%n minutes ago"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "%n hour ago"
msgstr[1] "%n hours ago"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "today"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "yesterday"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "%n day go"
msgstr[1] "%n days ago"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "last month"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "%n month ago"
msgstr[1] "%n months ago"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "last year"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "years ago"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Caused by:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Could not find category \"%s\""
diff --git a/l10n/en_GB/settings.po b/l10n/en_GB/settings.po
index bcc1f4f64a0..2afc895a38d 100644
--- a/l10n/en_GB/settings.po
+++ b/l10n/en_GB/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
@@ -118,11 +118,11 @@ msgstr "Unable to change password"
msgid "Update to {appversion}"
msgstr "Update to {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Disable"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Enable"
@@ -130,43 +130,43 @@ msgstr "Enable"
msgid "Please wait...."
msgstr "Please wait...."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr "Error whilst disabling app"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr "Error whilst enabling app"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Updating...."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Error whilst updating app"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Error"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Update"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Updated"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Select a profile picture"
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Decrypting files... Please wait, this can take some time."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Saving..."
@@ -342,46 +342,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Allow users to only share with users in their groups"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Security"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Enforce HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Forces the clients to connect to %s via an encrypted connection."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Please connect to your %s via HTTPS to enable or disable the SSL enforcement."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Log"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Log level"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "More"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Less"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Version"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
@@ -26,17 +26,17 @@ msgstr "Failed to clear the mappings."
msgid "Failed to delete the server configuration"
msgstr "Failed to delete the server configuration"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "The configuration is valid and the connection could be established!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "The configuration is valid, but the Bind failed. Please check the server settings and credentials."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/eo/core.po b/l10n/eo/core.po
index 1ea5a607492..1409bb9dc00 100644
--- a/l10n/eo/core.po
+++ b/l10n/eo/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@@ -19,12 +19,17 @@ msgstr ""
"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s kunhavigis “%s” kun vi"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "grupo"
@@ -316,8 +321,8 @@ msgstr "Ne indikiĝis tipo de la objekto."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Eraro"
@@ -337,126 +342,134 @@ msgstr "Dividita"
msgid "Share"
msgstr "Kunhavigi"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Eraro dum kunhavigo"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Eraro dum malkunhavigo"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Eraro dum ŝanĝo de permesoj"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Kunhavigita kun vi kaj la grupo {group} de {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Kunhavigita kun vi de {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Kunhavigi kun"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Kunhavigi per ligilo"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Protekti per pasvorto"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Pasvorto"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Retpoŝti la ligilon al ulo"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Sendi"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Agordi limdaton"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Limdato"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Kunhavigi per retpoŝto:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Ne troviĝis gento"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Rekunhavigo ne permesatas"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Kunhavigita en {item} kun {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Malkunhavigi"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "povas redakti"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "alirkontrolo"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "krei"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "ĝisdatigi"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "forigi"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "kunhavigi"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Protektita per pasvorto"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Eraro dum malagordado de limdato"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Eraro dum agordado de limdato"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Sendante..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "La retpoŝtaĵo sendiĝis"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Averto"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Krei administran konton"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Progresinta"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Datuma dosierujo"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Agordi la datumbazon"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "estos uzata"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Datumbaza uzanto"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Datumbaza pasvorto"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Datumbaza nomo"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Datumbaza tabelospaco"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Datumbaza gastigo"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Fini la instalon"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -692,11 +719,11 @@ msgstr "Ĉu vi perdis vian pasvorton?"
msgid "remember"
msgstr "memori"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Ensaluti"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternativaj ensalutoj"
@@ -704,8 +731,13 @@ msgstr "Alternativaj ensalutoj"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Saluton:
Ni nur sciigas vin, ke %s kunhavigis “%s” kun vi.
Vidu ĝin
Ĝis!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/eo/files.po b/l10n/eo/files.po
index 0f9a143e22a..e87b33f99bf 100644
--- a/l10n/eo/files.po
+++ b/l10n/eo/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@@ -87,7 +87,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "Nevalida dosierujo."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Dosieroj"
@@ -120,7 +120,7 @@ msgstr "URL ne povas esti malplena."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Nevalida dosierujnomo. La uzo de “Shared” estas rezervita de ownCloud."
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Eraro"
@@ -164,13 +164,13 @@ msgstr "anstataŭiĝis {new_name} per {old_name}"
msgid "undo"
msgstr "malfari"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -208,31 +208,44 @@ msgstr "Via memoro plenas, ne plu eblas ĝisdatigi aŭ sinkronigi dosierojn!"
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Via memoro preskaŭ plenas ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Via elŝuto pretiĝatas. Ĉi tio povas daŭri iom da tempo se la dosieroj grandas."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nomo"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Grando"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Modifita"
@@ -293,49 +306,49 @@ msgstr "Dosierujo"
msgid "From link"
msgstr "El ligilo"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Forigitaj dosieroj"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Nuligi alŝuton"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Vi ne havas permeson skribi ĉi tie."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Nenio estas ĉi tie. Alŝutu ion!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Elŝuti"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Malkunhavigi"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Forigi"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Alŝuto tro larĝa"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Dosieroj estas skanataj, bonvolu atendi."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Nuna skano"
diff --git a/l10n/eo/files_encryption.po b/l10n/eo/files_encryption.po
index 10dcc993da7..e607bf91723 100644
--- a/l10n/eo/files_encryption.po
+++ b/l10n/eo/files_encryption.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@@ -44,17 +44,24 @@ msgstr "La pasvorto sukcese ŝanĝiĝis."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Ne eblis ŝanĝi la pasvorton. Eble la malnova pasvorto malĝustis."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "La pasvorto de la malpublika klavo sukcese ĝisdatiĝis."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -62,36 +69,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Konservante..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "persona agordo"
@@ -108,27 +109,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Kapabligita"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Malkapabligita"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Ŝarĝi pasvorton"
diff --git a/l10n/eo/files_external.po b/l10n/eo/files_external.po
index a97c1db9c07..236aa1811e3 100644
--- a/l10n/eo/files_external.po
+++ b/l10n/eo/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Alirpermeso donita"
@@ -25,7 +25,7 @@ msgstr "Alirpermeso donita"
msgid "Error configuring Dropbox storage"
msgstr "Eraro dum agordado de la memorservo Dropbox"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Doni alirpermeson"
@@ -33,24 +33,24 @@ msgstr "Doni alirpermeson"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "Bonvolu provizi ŝlosilon de la aplikaĵo Dropbox validan kaj sekretan."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Eraro dum agordado de la memorservo Google Drive"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/eo/files_trashbin.po b/l10n/eo/files_trashbin.po
index def217fe084..cb45265ca89 100644
--- a/l10n/eo/files_trashbin.po
+++ b/l10n/eo/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@@ -27,43 +27,43 @@ msgstr ""
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr ""
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Eraro"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr ""
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Forigi por ĉiam"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nomo"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr ""
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -71,11 +71,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Restaŭri"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Forigi"
diff --git a/l10n/eo/lib.po b/l10n/eo/lib.po
index 355fcf73984..3c339b239ce 100644
--- a/l10n/eo/lib.po
+++ b/l10n/eo/lib.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@@ -18,318 +18,325 @@ msgstr ""
"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Helpo"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Persona"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Agordo"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Uzantoj"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administranto"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "TTT-servoj regataj de vi"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP-elŝuto estas malkapabligita."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Dosieroj devas elŝutiĝi unuope."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Reen al la dosieroj"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "La elektitaj dosieroj tro grandas por genero de ZIP-dosiero."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "La aplikaĵo ne estas kapabligita"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Aŭtentiga eraro"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Dosieroj"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Teksto"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Bildoj"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s enigu la uzantonomon de la datumbazo."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s enigu la nomon de la datumbazo."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s vi ne povas uzi punktojn en la nomo de la datumbazo"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "La uzantonomo de MS SQL aŭ la pasvorto ne validas: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "La uzantonomo de MySQL aŭ la pasvorto ne validas"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Datumbaza eraro: “%s”"
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "La uzanto de MySQL “%s”@“localhost” jam ekzistas."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Forigi ĉi tiun uzanton el MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "La uzanto de MySQL “%s”@“%%” jam ekzistas"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Forigi ĉi tiun uzanton el MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Konekto al Oracle ne povas stariĝi"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "La uzantonomo de Oracle aŭ la pasvorto ne validas"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "La uzantonomo de PostgreSQL aŭ la pasvorto ne validas"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Starigi administran uzantonomon."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Starigi administran pasvorton."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Via TTT-servilo ankoraŭ ne ĝuste agordiĝis por permesi sinkronigi dosierojn ĉar la WebDAV-interfaco ŝajnas rompita."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Bonvolu duoble kontroli la gvidilon por instalo."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Ne troviĝis kategorio “%s”"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "sekundoj antaŭe"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "hodiaŭ"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "hieraŭ"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "lastamonate"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "lastajare"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "jaroj antaŭe"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Ne troviĝis kategorio “%s”"
diff --git a/l10n/eo/settings.po b/l10n/eo/settings.po
index d049887b7b2..69adadb1645 100644
--- a/l10n/eo/settings.po
+++ b/l10n/eo/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Malkapabligi"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Kapabligi"
@@ -129,43 +129,43 @@ msgstr "Kapabligi"
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Eraro"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Ĝisdatigi"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Konservante..."
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Kapabligi uzantojn nur kunhavigi kun uzantoj el siaj grupoj"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Protokolo"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Registronivelo"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Pli"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Malpli"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Eldono"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the , 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-07 04:40-0400\n"
-"PO-Revision-Date: 2013-09-05 11:51+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
+"Last-Translator: Mariano \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"
@@ -23,19 +24,19 @@ msgstr ""
#: ajax/deleteConfiguration.php:34
msgid "Failed to delete the server configuration"
-msgstr ""
+msgstr "Malsukcesis forigo de la agordo de servilo"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
@@ -51,11 +52,11 @@ msgstr ""
#: js/settings.js:83
msgid "Keep settings?"
-msgstr ""
+msgstr "Ĉu daŭrigi la agordon?"
#: js/settings.js:97
msgid "Cannot add server configuration"
-msgstr ""
+msgstr "Ne eblas aldoni agordon de servilo"
#: js/settings.js:111
msgid "mappings cleared"
@@ -71,11 +72,11 @@ msgstr "Eraro"
#: js/settings.js:141
msgid "Connection test succeeded"
-msgstr ""
+msgstr "Provo de konekto sukcesis"
#: js/settings.js:146
msgid "Connection test failed"
-msgstr ""
+msgstr "Provo de konekto malsukcesis"
#: js/settings.js:156
msgid "Do you really want to delete the current Server Configuration?"
@@ -100,11 +101,11 @@ msgstr ""
#: templates/settings.php:16
msgid "Server configuration"
-msgstr ""
+msgstr "Agordo de servilo"
#: templates/settings.php:32
msgid "Add Server Configuration"
-msgstr ""
+msgstr "Aldoni agordon de servilo"
#: templates/settings.php:37
msgid "Host"
@@ -399,7 +400,7 @@ msgstr ""
#: templates/settings.php:108
msgid "Test Configuration"
-msgstr ""
+msgstr "Provi agordon"
#: templates/settings.php:108
msgid "Help"
diff --git a/l10n/es/core.po b/l10n/es/core.po
index 5e96058e82f..c3e95144caa 100644
--- a/l10n/es/core.po
+++ b/l10n/es/core.po
@@ -17,8 +17,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
@@ -27,12 +27,17 @@ msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s ha compatido »%s« contigo"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "grupo"
@@ -102,23 +107,23 @@ msgstr "Error eliminando %s de los favoritos."
#: avatar/controller.php:62
msgid "No image or file provided"
-msgstr ""
+msgstr "No se especificó ningún archivo o imagen"
#: avatar/controller.php:81
msgid "Unknown filetype"
-msgstr ""
+msgstr "Tipo de archivo desconocido"
#: avatar/controller.php:85
msgid "Invalid image"
-msgstr ""
+msgstr "Imagen inválida"
#: avatar/controller.php:115 avatar/controller.php:142
msgid "No temporary profile picture available, try again"
-msgstr ""
+msgstr "No hay disponible una imagen temporal de perfil, pruebe de nuevo"
#: avatar/controller.php:135
msgid "No crop data provided"
-msgstr ""
+msgstr "No se proporcionó datos del recorte"
#: js/config.php:32
msgid "Sunday"
@@ -258,7 +263,7 @@ msgstr "Seleccionar"
#: js/oc-dialogs.js:146
msgid "Error loading file picker template: {error}"
-msgstr ""
+msgstr "Error cargando plantilla del seleccionador de archivos: {error}"
#: js/oc-dialogs.js:172
msgid "Yes"
@@ -274,27 +279,27 @@ msgstr "Aceptar"
#: js/oc-dialogs.js:219
msgid "Error loading message template: {error}"
-msgstr ""
+msgstr "Error cargando plantilla del mensaje: {error}"
#: js/oc-dialogs.js:347
msgid "{count} file conflict"
msgid_plural "{count} file conflicts"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "{count} conflicto de archivo"
+msgstr[1] "{count} conflictos de archivo"
#: js/oc-dialogs.js:361
msgid "One file conflict"
-msgstr ""
+msgstr "On conflicto de archivo"
#: js/oc-dialogs.js:367
msgid "Which files do you want to keep?"
-msgstr ""
+msgstr "¿Que archivos deseas mantener?"
#: js/oc-dialogs.js:368
msgid ""
"If you select both versions, the copied file will have a number added to its"
" name."
-msgstr ""
+msgstr "Si seleccionas ambas versiones, el archivo copiado tendrá añadido un número en su nombre."
#: js/oc-dialogs.js:376
msgid "Cancel"
@@ -302,19 +307,19 @@ msgstr "Cancelar"
#: js/oc-dialogs.js:386
msgid "Continue"
-msgstr ""
+msgstr "Continuar"
#: js/oc-dialogs.js:433 js/oc-dialogs.js:446
msgid "(all selected)"
-msgstr ""
+msgstr "(seleccionados todos)"
#: js/oc-dialogs.js:436 js/oc-dialogs.js:449
msgid "({count} selected)"
-msgstr ""
+msgstr "({count} seleccionados)"
#: js/oc-dialogs.js:457
msgid "Error loading file exists template"
-msgstr ""
+msgstr "Error cargando plantilla de archivo existente"
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
@@ -324,8 +329,8 @@ msgstr "El tipo de objeto no está especificado."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Error"
@@ -345,126 +350,134 @@ msgstr "Compartido"
msgid "Share"
msgstr "Compartir"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Error al compartir"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Error al dejar de compartir"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Error al cambiar permisos"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Compartido contigo y el grupo {group} por {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Compartido contigo por {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Compartir con"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Compartir con enlace"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Protección con contraseña"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Contraseña"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Permitir Subida Pública"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Enviar enlace por correo electrónico a una persona"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Enviar"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Establecer fecha de caducidad"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Fecha de caducidad"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Compartir por correo electrónico:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "No se encontró gente"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "No se permite compartir de nuevo"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Compartido en {item} con {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Dejar de compartir"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "puede editar"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "control de acceso"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "crear"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "actualizar"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "eliminar"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "compartir"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Protegido con contraseña"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Error eliminando fecha de caducidad"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Error estableciendo fecha de caducidad"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Enviando..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "Correo electrónico enviado"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Precaución"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Crear una cuenta de administrador"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Avanzado"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Directorio de datos"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Configurar la base de datos"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "se utilizarán"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Usuario de la base de datos"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Contraseña de la base de datos"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Nombre de la base de datos"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Espacio de tablas de la base de datos"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Host de la base de datos"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Completar la instalación"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -700,11 +727,11 @@ msgstr "¿Ha perdido su contraseña?"
msgid "remember"
msgstr "recordar"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Entrar"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Inicios de sesión alternativos"
@@ -712,8 +739,13 @@ msgstr "Inicios de sesión alternativos"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Hey,
sólo te hago saber que %s ha compartido %s contigo.
¡Echa un ojo!
¡Un saludo!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/es/files.po b/l10n/es/files.po
index a4058e8958c..14e84c93737 100644
--- a/l10n/es/files.po
+++ b/l10n/es/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
@@ -82,23 +82,23 @@ msgstr "No hay suficiente espacio disponible"
#: ajax/upload.php:120 ajax/upload.php:143
msgid "Upload failed. Could not get file info."
-msgstr ""
+msgstr "Actualización fallida. No se pudo obtener información del archivo."
#: ajax/upload.php:136
msgid "Upload failed. Could not find uploaded file"
-msgstr ""
+msgstr "Actualización fallida. No se pudo encontrar el archivo subido"
#: ajax/upload.php:160
msgid "Invalid directory."
msgstr "Directorio inválido."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Archivos"
#: js/file-upload.js:244
msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
-msgstr ""
+msgstr "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes"
#: js/file-upload.js:255
msgid "Not enough space available"
@@ -110,7 +110,7 @@ msgstr "Subida cancelada."
#: js/file-upload.js:356
msgid "Could not get result from server."
-msgstr ""
+msgstr "No se pudo obtener respuesta del servidor."
#: js/file-upload.js:446
msgid ""
@@ -125,7 +125,7 @@ msgstr "La URL no puede estar vacía."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Nombre de carpeta invalido. El uso de \"Shared\" está reservado por ownCloud"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Error"
@@ -169,13 +169,13 @@ msgstr "reemplazado {new_name} con {old_name}"
msgid "undo"
msgstr "deshacer"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] "%n carpetas"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -213,31 +213,44 @@ msgstr "Su almacenamiento está lleno, ¡no se pueden actualizar o sincronizar m
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Su almacenamiento está casi lleno ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "El cifrado ha sido deshabilitado pero tus archivos permanecen cifrados. Por favor, ve a tus ajustes personales para descifrar tus archivos."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Su descarga está siendo preparada. Esto puede tardar algún tiempo si los archivos son grandes."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
-msgstr ""
+msgstr "Error moviendo archivo"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nombre"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Tamaño"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Modificado"
@@ -298,49 +311,49 @@ msgstr "Carpeta"
msgid "From link"
msgstr "Desde enlace"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Archivos eliminados"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Cancelar subida"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "No tiene permisos de escritura aquí."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "No hay nada aquí. ¡Suba algo!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Descargar"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Dejar de compartir"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Eliminar"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Subida demasido grande"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Los archivos están siendo escaneados, por favor espere."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Escaneo actual"
diff --git a/l10n/es/files_encryption.po b/l10n/es/files_encryption.po
index e32866e3011..d13d422ffd5 100644
--- a/l10n/es/files_encryption.po
+++ b/l10n/es/files_encryption.po
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-05 07:36-0400\n"
-"PO-Revision-Date: 2013-09-03 18:20+0000\n"
-"Last-Translator: Korrosivo \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -50,17 +50,24 @@ msgstr "Su contraseña ha sido cambiada"
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "No se pudo cambiar la contraseña. Compruebe que la contraseña actual sea correcta."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Contraseña de clave privada actualizada con éxito."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "No se pudo cambiar la contraseña. Puede que la contraseña antigua no sea correcta."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -68,36 +75,30 @@ msgid ""
"files."
msgstr "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera. Puede actualizar su clave privada en sus opciones personales para recuperar el acceso a sus ficheros."
-#: hooks/hooks.php:51
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Requisitos incompletos."
-#: hooks/hooks.php:52
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada."
-#: hooks/hooks.php:250
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Los siguientes usuarios no han sido configurados para el cifrado:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Guardando..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Puede desbloquear su clave privada en su"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "opciones personales"
@@ -114,27 +115,35 @@ msgstr "Habilitar la clave de recuperación (permite recuperar los ficheros del
msgid "Recovery key password"
msgstr "Contraseña de clave de recuperación"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Habilitar"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Deshabilitado"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Cambiar la contraseña de la clave de recuperación"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Antigua clave de recuperación"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Nueva clave de recuperación"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Cambiar contraseña"
diff --git a/l10n/es/files_trashbin.po b/l10n/es/files_trashbin.po
index 2f439a315fd..375095a68b2 100644
--- a/l10n/es/files_trashbin.po
+++ b/l10n/es/files_trashbin.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-05 07:36-0400\n"
-"PO-Revision-Date: 2013-09-03 18:16+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: Korrosivo \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
@@ -45,27 +45,27 @@ msgstr "eliminar archivo permanentemente"
msgid "Delete permanently"
msgstr "Eliminar permanentemente"
-#: js/trash.js:184 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nombre"
-#: js/trash.js:185 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Eliminado"
-#: js/trash.js:193
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n carpeta"
msgstr[1] "%n carpetas"
-#: js/trash.js:199
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n archivo"
msgstr[1] "%n archivos"
-#: lib/trash.php:814 lib/trash.php:816
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "recuperado"
@@ -73,11 +73,11 @@ msgstr "recuperado"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "No hay nada aquí. ¡Tu papelera esta vacía!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Recuperar"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Eliminar"
diff --git a/l10n/es/lib.po b/l10n/es/lib.po
index 319d9f9f13b..c4da9c540a1 100644
--- a/l10n/es/lib.po
+++ b/l10n/es/lib.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 16:30+0000\n"
+"Last-Translator: Korrosivo \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"
@@ -21,318 +21,325 @@ msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "La aplicación \"%s\" no puede ser instalada porque no es compatible con esta versión de ownCloud"
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "No se ha especificado nombre de la aplicación"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Ayuda"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Personal"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Ajustes"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Usuarios"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administración"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Falló la actualización \"%s\"."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
-msgstr ""
+msgstr "Las imágenes de perfil personalizadas no funcionan con el cifrado aún"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
-msgstr ""
+msgstr "Tipo de archivo desconocido"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
-msgstr ""
+msgstr "Imagen inválida"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "Servicios web bajo su control"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "No se puede abrir \"%s\""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "La descarga en ZIP está desactivada."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Los archivos deben ser descargados uno por uno."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Volver a Archivos"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Los archivos seleccionados son demasiado grandes para generar el archivo zip."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Descargue los archivos en trozos más pequeños, por separado o solicítelos amablemente su administrador."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "No se ha especificado origen cuando se ha instalado la aplicación"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "No href especificado cuando se ha instalado la aplicación"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "Sin path especificado cuando se ha instalado la aplicación desde el fichero local"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "Ficheros de tipo %s no son soportados"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Fallo de apertura de fichero mientras se instala la aplicación"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "La aplicación no suministra un fichero info.xml"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "La aplicación no puede ser instalada por tener código no autorizado en la aplicación"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "La aplicación no se puede instalar porque no es compatible con esta versión de ownCloud"
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "La aplicación no se puede instalar porque contiene la etiqueta\n\ntrue\n\nque no está permitida para aplicaciones no distribuidas"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "La aplicación no puede ser instalada por que la versión en info.xml/version no es la misma que la establecida en la app store"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "El directorio de la aplicación ya existe"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "La aplicación no está habilitada"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Error de autenticación"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Token expirado. Por favor, recarga la página."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Archivos"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Texto"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Imágenes"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s ingresar el usuario de la base de datos."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s ingresar el nombre de la base de datos"
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s puede utilizar puntos en el nombre de la base de datos"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Usuario y/o contraseña de MS SQL no válidos: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Tiene que ingresar una cuenta existente o la del administrador."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Usuario y/o contraseña de MySQL no válidos"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Error BD: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Comando infractor: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "Usuario MySQL '%s'@'localhost' ya existe."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Eliminar este usuario de MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "Usuario MySQL '%s'@'%%' ya existe"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Eliminar este usuario de MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "No se pudo establecer la conexión a Oracle"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Usuario y/o contraseña de Oracle no válidos"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Comando infractor: \"%s\", nombre: %s, contraseña: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Usuario y/o contraseña de PostgreSQL no válidos"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Configurar un nombre de usuario del administrador"
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Configurar la contraseña del administrador."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Su servidor web aún no está configurado adecuadamente para permitir sincronización de archivos ya que la interfaz WebDAV parece no estar funcionando."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Por favor, vuelva a comprobar las guías de instalación."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "No puede encontrar la categoria \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "hace segundos"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "Hace %n minuto"
msgstr[1] "Hace %n minutos"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "Hace %n hora"
msgstr[1] "Hace %n horas"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "hoy"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "ayer"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "Hace %n día"
msgstr[1] "Hace %n días"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "mes pasado"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "Hace %n mes"
msgstr[1] "Hace %n meses"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "año pasado"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "hace años"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Causado por:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "No puede encontrar la categoria \"%s\""
diff --git a/l10n/es/settings.po b/l10n/es/settings.po
index f11743ea954..a6d1816d4c6 100644
--- a/l10n/es/settings.po
+++ b/l10n/es/settings.po
@@ -16,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
@@ -95,11 +95,11 @@ msgstr "No se pudo actualizar la aplicacion."
#: changepassword/controller.php:20
msgid "Wrong password"
-msgstr ""
+msgstr "Contraseña incorrecta"
#: changepassword/controller.php:42
msgid "No user supplied"
-msgstr ""
+msgstr "No se especificó un usuari"
#: changepassword/controller.php:74
msgid ""
@@ -116,7 +116,7 @@ msgstr "Contraseña de recuperación de administrador incorrecta. Por favor comp
msgid ""
"Back-end doesn't support password change, but the users encryption key was "
"successfully updated."
-msgstr ""
+msgstr "El back-end no soporta cambios de contraseña, pero la clave de cifrado del usuario ha sido actualizada satisfactoriamente."
#: changepassword/controller.php:92 changepassword/controller.php:103
msgid "Unable to change password"
@@ -126,11 +126,11 @@ msgstr "No se ha podido cambiar la contraseña"
msgid "Update to {appversion}"
msgstr "Actualizado a {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Desactivar"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Activar"
@@ -138,43 +138,43 @@ msgstr "Activar"
msgid "Please wait...."
msgstr "Espere, por favor...."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr "Error mientras se desactivaba la aplicación"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr "Error mientras se activaba la aplicación"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Actualizando...."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Error mientras se actualizaba la aplicación"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Error"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Actualizar"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Actualizado"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Seleccionar una imagen de perfil"
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Descifrando archivos... Espere por favor, esto puede llevar algo de tiempo."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Guardando..."
@@ -350,46 +350,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Permitir a los usuarios compartir sólo con los usuarios en sus grupos"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Seguridad"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Forzar HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Forzar a los clientes a conectarse a %s por medio de una conexión encriptada."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Por favor, conéctese a su %s a través de HTTPS para habilitar o deshabilitar la aplicación SSL."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Registro"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Nivel de registro"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Más"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Menos"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Versión"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
@@ -30,17 +30,17 @@ msgstr "Ocurrió un fallo al borrar las asignaciones."
msgid "Failed to delete the server configuration"
msgstr "No se pudo borrar la configuración del servidor"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "¡La configuración es válida y la conexión puede establecerse!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "La configuración es válida, pero falló el Enlace. Por favor, compruebe la configuración del servidor y las credenciales."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po
index 6c72e8a9b00..c86e96b34c8 100644
--- a/l10n/es_AR/core.po
+++ b/l10n/es_AR/core.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -18,12 +18,17 @@ msgstr ""
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s compartió \"%s\" con vos"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "grupo"
@@ -315,8 +320,8 @@ msgstr "El tipo de objeto no está especificado. "
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Error"
@@ -336,126 +341,134 @@ msgstr "Compartido"
msgid "Share"
msgstr "Compartir"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Error al compartir"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Error en al dejar de compartir"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Error al cambiar permisos"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Compartido con vos y el grupo {group} por {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Compartido con vos por {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Compartir con"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Compartir con enlace"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Proteger con contraseña "
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Contraseña"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Permitir Subida Pública"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Enviar el enlace por e-mail."
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Mandar"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Asignar fecha de vencimiento"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Fecha de vencimiento"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Compartir a través de e-mail:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "No se encontraron usuarios"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "No se permite volver a compartir"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Compartido en {item} con {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Dejar de compartir"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "podés editar"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "control de acceso"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "crear"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "actualizar"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "borrar"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "compartir"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Protegido por contraseña"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Error al remover la fecha de vencimiento"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Error al asignar fecha de vencimiento"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Mandando..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "e-mail mandado"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Atención"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Crear una cuenta de administrador"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Avanzado"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Directorio de almacenamiento"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Configurar la base de datos"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "se usarán"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Usuario de la base de datos"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Contraseña de la base de datos"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Nombre de la base de datos"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Espacio de tablas de la base de datos"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Huésped de la base de datos"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Completar la instalación"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -691,11 +718,11 @@ msgstr "¿Perdiste tu contraseña?"
msgid "remember"
msgstr "recordame"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Iniciar sesión"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Nombre alternativos de usuarios"
@@ -703,8 +730,13 @@ msgstr "Nombre alternativos de usuarios"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Hola,
Simplemente te informo que %s compartió %s con vos.
Miralo acá:
¡Chau!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po
index f502ba71685..622c0d6766b 100644
--- a/l10n/es_AR/files.po
+++ b/l10n/es_AR/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -90,7 +90,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "Directorio inválido."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Archivos"
@@ -123,7 +123,7 @@ msgstr "La URL no puede estar vacía"
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Nombre de directorio inválido. El uso de \"Shared\" está reservado por ownCloud"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Error"
@@ -167,13 +167,13 @@ msgstr "se reemplazó {new_name} con {old_name}"
msgid "undo"
msgstr "deshacer"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n carpeta"
msgstr[1] "%n carpetas"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n archivo"
@@ -211,31 +211,44 @@ msgstr "El almacenamiento está lleno, los archivos no se pueden seguir actualiz
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "El almacenamiento está casi lleno ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "El proceso de cifrado se ha desactivado, pero los archivos aún están encriptados. Por favor, vaya a la configuración personal para descifrar los archivos."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Tu descarga se está preparando. Esto puede demorar si los archivos son muy grandes."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nombre"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Tamaño"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Modificado"
@@ -296,49 +309,49 @@ msgstr "Carpeta"
msgid "From link"
msgstr "Desde enlace"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Archivos borrados"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Cancelar subida"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "No tenés permisos de escritura acá."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "No hay nada. ¡Subí contenido!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Descargar"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Dejar de compartir"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Borrar"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "El tamaño del archivo que querés subir es demasiado grande"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Los archivos que intentás subir sobrepasan el tamaño máximo "
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Se están escaneando los archivos, por favor esperá."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Escaneo actual"
diff --git a/l10n/es_AR/files_encryption.po b/l10n/es_AR/files_encryption.po
index c01c38b8342..7084c3602f4 100644
--- a/l10n/es_AR/files_encryption.po
+++ b/l10n/es_AR/files_encryption.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-07 04:39-0400\n"
-"PO-Revision-Date: 2013-09-06 20:20+0000\n"
-"Last-Translator: cnngimenez\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -45,17 +45,24 @@ msgstr "Tu contraseña fue cambiada"
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "No se pudo cambiar la contraseña. Comprobá que la contraseña actual sea correcta."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Contraseña de clave privada actualizada con éxito."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "No fue posible actualizar la contraseña de clave privada. Tal vez la contraseña anterior no es correcta."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -63,36 +70,30 @@ msgid ""
"files."
msgstr "¡Tu clave privada no es válida! Tal vez tu contraseña fue cambiada desde fuera del sistema de ownCloud (por ej. desde tu cuenta de sistema). Podés actualizar tu clave privada en la sección de \"configuración personal\", para recuperar el acceso a tus archivos."
-#: hooks/hooks.php:51
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Requisitos incompletos."
-#: hooks/hooks.php:52
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Por favor, asegúrese de que PHP 5.3.3 o una versión más reciente esté instalado y que OpenSSL junto con la extensión PHP esté habilitado y configurado apropiadamente. Por ahora, la aplicación de encriptación ha sido deshabilitada."
-#: hooks/hooks.php:250
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Los siguientes usuarios no fueron configurados para encriptar:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Guardando..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "¡Tu clave privada no es válida! Tal vez tu contraseña fue cambiada desde afuera."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Podés desbloquear tu clave privada en tu"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "Configuración personal"
@@ -109,27 +110,35 @@ msgstr "Habilitar clave de recuperación (te permite recuperar los archivos de u
msgid "Recovery key password"
msgstr "Contraseña de recuperación de clave"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Habilitado"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Deshabilitado"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Cambiar contraseña para recuperar la clave:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Contraseña antigua de recuperación de clave"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Nueva contraseña de recuperación de clave"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Cambiar contraseña"
diff --git a/l10n/es_AR/files_external.po b/l10n/es_AR/files_external.po
index 91783cd3659..1dfe9a4ee12 100644
--- a/l10n/es_AR/files_external.po
+++ b/l10n/es_AR/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: cjtess \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Acceso permitido"
@@ -26,7 +26,7 @@ msgstr "Acceso permitido"
msgid "Error configuring Dropbox storage"
msgstr "Error al configurar el almacenamiento de Dropbox"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Permitir acceso"
@@ -34,24 +34,24 @@ msgstr "Permitir acceso"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "Por favor, proporcioná un secreto y una contraseña válida para la aplicación Dropbox."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Error al configurar el almacenamiento de Google Drive"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Advertencia: El cliente smb \"smbclient\" no está instalado. Montar archivos CIFS/SMB no es posible. Por favor, pedile al administrador de tu sistema que lo instale."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Advertencia: El soporte de FTP en PHP no está instalado. Montar archivos FTP no es posible. Por favor, pedile al administrador de tu sistema que lo instale."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/es_AR/files_trashbin.po b/l10n/es_AR/files_trashbin.po
index cf833c421a9..abcc1f3e137 100644
--- a/l10n/es_AR/files_trashbin.po
+++ b/l10n/es_AR/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-10 10:41-0400\n"
-"PO-Revision-Date: 2013-09-10 13:50+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: cjtess \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -44,27 +44,27 @@ msgstr "Borrar archivo de manera permanente"
msgid "Delete permanently"
msgstr "Borrar de manera permanente"
-#: js/trash.js:184 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nombre"
-#: js/trash.js:185 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Borrado"
-#: js/trash.js:193
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n directorio"
msgstr[1] "%n directorios"
-#: js/trash.js:199
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n archivo"
msgstr[1] "%n archivos"
-#: lib/trash.php:814 lib/trash.php:816
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "recuperado"
@@ -72,11 +72,11 @@ msgstr "recuperado"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "No hay nada acá. ¡La papelera está vacía!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Recuperar"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Borrar"
diff --git a/l10n/es_AR/lib.po b/l10n/es_AR/lib.po
index 17cc36ca732..066f0111fa6 100644
--- a/l10n/es_AR/lib.po
+++ b/l10n/es_AR/lib.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -18,318 +18,325 @@ msgstr ""
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "La app \"%s\" no puede ser instalada porque no es compatible con esta versión de ownCloud"
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "No fue especificado el nombre de la app"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Ayuda"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Personal"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Configuración"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Usuarios"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administración"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "No se pudo actualizar \"%s\"."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "servicios web sobre los que tenés control"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "no se puede abrir \"%s\""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "La descarga en ZIP está desactivada."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Los archivos deben ser descargados de a uno."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Volver a Archivos"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Los archivos seleccionados son demasiado grandes para generar el archivo zip."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Descargá los archivos en partes más chicas, de forma separada, o pedíselos al administrador"
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "No se especificó el origen al instalar la app"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "No se especificó href al instalar la app"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "No se especificó PATH al instalar la app desde el archivo local"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "No hay soporte para archivos de tipo %s"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Error al abrir archivo mientras se instalaba la app"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "La app no suministra un archivo info.xml"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "No puede ser instalada la app por tener código no autorizado"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "No se puede instalar la app porque no es compatible con esta versión de ownCloud"
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "La app no se puede instalar porque contiene la etiqueta true que no está permitida para apps no distribuidas"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "La app no puede ser instalada porque la versión en info.xml/version no es la misma que la establecida en el app store"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "El directorio de la app ya existe"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "No se puede crear el directorio para la app. Corregí los permisos. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "La aplicación no está habilitada"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Error al autenticar"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Token expirado. Por favor, recargá la página."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Archivos"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Texto"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Imágenes"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s Entrá el usuario de la base de datos"
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s Entrá el nombre de la base de datos."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s no podés usar puntos en el nombre de la base de datos"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Nombre de usuario y contraseña de MS SQL no son válidas: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Tenés que ingresar una cuenta existente o el administrador."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Usuario y/o contraseña MySQL no válido"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Error DB: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "El comando no comprendido es: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "Usuario MySQL '%s'@'localhost' ya existe."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Borrar este usuario de MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "Usuario MySQL '%s'@'%%' ya existe"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Borrar este usuario de MySQL"
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "No fue posible establecer la conexión a Oracle"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "El nombre de usuario y/o contraseña no son válidos"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "El comando no comprendido es: \"%s\", nombre: \"%s\", contraseña: \"%s\""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Nombre de usuario o contraseña PostgradeSQL inválido."
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Configurar un nombre de administrador."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Configurar una contraseña de administrador."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Tu servidor web no está configurado todavía para permitir sincronización de archivos porque la interfaz WebDAV parece no funcionar."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Por favor, comprobá nuevamente la guía de instalación."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "No fue posible encontrar la categoría \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "segundos atrás"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "Hace %n minuto"
msgstr[1] "Hace %n minutos"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "Hace %n hora"
msgstr[1] "Hace %n horas"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "hoy"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "ayer"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "Hace %n día"
msgstr[1] "Hace %n días"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "el mes pasado"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "Hace %n mes"
msgstr[1] "Hace %n meses"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "el año pasado"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "años atrás"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Provocado por:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "No fue posible encontrar la categoría \"%s\""
diff --git a/l10n/es_AR/settings.po b/l10n/es_AR/settings.po
index faf86eb4603..303428b3415 100644
--- a/l10n/es_AR/settings.po
+++ b/l10n/es_AR/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -120,11 +120,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "Actualizar a {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Desactivar"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Activar"
@@ -132,43 +132,43 @@ msgstr "Activar"
msgid "Please wait...."
msgstr "Por favor, esperá...."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr "Se ha producido un error mientras se deshabilitaba la aplicación"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr "Se ha producido un error mientras se habilitaba la aplicación"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Actualizando...."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Error al actualizar App"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Error"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Actualizar"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Actualizado"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Desencriptando archivos... Por favor espere, esto puede tardar."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Guardando..."
@@ -344,46 +344,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Permitir a los usuarios compartir sólo con los de sus mismos grupos"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Seguridad"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Forzar HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Fuerza al cliente a conectarse a %s por medio de una conexión encriptada."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Por favor conéctese a su %s por medio de HTTPS para habilitar o deshabilitar la característica SSL"
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Log"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Nivel de Log"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Más"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Menos"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Versión"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -26,17 +26,17 @@ msgstr "Hubo un error al borrar las asignaciones."
msgid "Failed to delete the server configuration"
msgstr "Fallo al borrar la configuración del servidor"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "La configuración es válida y la conexión pudo ser establecida."
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "La configuración es válida, pero el enlace falló. Por favor, comprobá la configuración del servidor y las credenciales."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/es_MX/core.po b/l10n/es_MX/core.po
index d351beb1b75..521c62be0cd 100644
--- a/l10n/es_MX/core.po
+++ b/l10n/es_MX/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -314,8 +319,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -335,126 +340,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr ""
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr ""
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr ""
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr ""
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr ""
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -690,11 +717,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -702,7 +729,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/es_MX/files.po b/l10n/es_MX/files.po
index 7405f7a77b6..e8d08c5732a 100644
--- a/l10n/es_MX/files.po
+++ b/l10n/es_MX/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -292,49 +305,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr ""
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/es_MX/files_encryption.po b/l10n/es_MX/files_encryption.po
index 0aa9dac6488..27fa48061c0 100644
--- a/l10n/es_MX/files_encryption.po
+++ b/l10n/es_MX/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-07 04:39-0400\n"
-"PO-Revision-Date: 2013-09-07 07:27+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:51
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:52
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:250
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/es_MX/settings.po b/l10n/es_MX/settings.po
index 7b7e92dc23d..9c26ed69ede 100644
--- a/l10n/es_MX/settings.po
+++ b/l10n/es_MX/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 17:40+0000\n"
+"Last-Translator: Rivo Zängov \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"
@@ -19,12 +19,17 @@ msgstr ""
"Language: et_EE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s jagas sinuga »%s«"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr "Kirja saatmine järgnevatele kasutajatele ebaõnnestus: %s "
+
+#: ajax/share.php:327
msgid "group"
msgstr "grupp"
@@ -271,16 +276,16 @@ msgstr "Viga sõnumi malli laadimisel: {error}"
#: js/oc-dialogs.js:347
msgid "{count} file conflict"
msgid_plural "{count} file conflicts"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "{count} failikonflikt"
+msgstr[1] "{count} failikonflikti"
#: js/oc-dialogs.js:361
msgid "One file conflict"
-msgstr ""
+msgstr "Üks failikonflikt"
#: js/oc-dialogs.js:367
msgid "Which files do you want to keep?"
-msgstr ""
+msgstr "Milliseid faile sa soovid alles hoida?"
#: js/oc-dialogs.js:368
msgid ""
@@ -294,15 +299,15 @@ msgstr "Loobu"
#: js/oc-dialogs.js:386
msgid "Continue"
-msgstr ""
+msgstr "Jätka"
#: js/oc-dialogs.js:433 js/oc-dialogs.js:446
msgid "(all selected)"
-msgstr ""
+msgstr "(kõik valitud)"
#: js/oc-dialogs.js:436 js/oc-dialogs.js:449
msgid "({count} selected)"
-msgstr ""
+msgstr "({count} valitud)"
#: js/oc-dialogs.js:457
msgid "Error loading file exists template"
@@ -316,8 +321,8 @@ msgstr "Objekti tüüp pole määratletud."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Viga"
@@ -337,126 +342,134 @@ msgstr "Jagatud"
msgid "Share"
msgstr "Jaga"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Viga jagamisel"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Viga jagamise lõpetamisel"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Viga õiguste muutmisel"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Jagatud sinu ja {group} grupiga {owner} poolt"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Sinuga jagas {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Jaga"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Jaga lingiga"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Parooliga kaitstud"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Parool"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Luba avalik üleslaadimine"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Saada link isikule e-postiga"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Saada"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Määra aegumise kuupäev"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Aegumise kuupäev"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Jaga e-postiga:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Ühtegi inimest ei leitud"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Edasijagamine pole lubatud"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Jagatud {item} kasutajaga {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Lõpeta jagamine"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr "teavita kasutajaid e-postiga"
+
+#: js/share.js:361
msgid "can edit"
msgstr "saab muuta"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "ligipääsukontroll"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "loo"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "uuenda"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "kustuta"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "jaga"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Parooliga kaitstud"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Viga aegumise kuupäeva eemaldamisel"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Viga aegumise kuupäeva määramisel"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Saatmine ..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "E-kiri on saadetud"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Hoiatus"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Loo admini konto"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Täpsem"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Andmete kaust"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Seadista andmebaasi"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "kasutatakse"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Andmebaasi kasutaja"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Andmebaasi parool"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Andmebasi nimi"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Andmebaasi tabeliruum"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Andmebaasi host"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Lõpeta seadistamine"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr "Lõpetamine ..."
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -692,11 +719,11 @@ msgstr "Kaotasid oma parooli?"
msgid "remember"
msgstr "pea meeles"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Logi sisse"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternatiivsed sisselogimisviisid"
@@ -704,8 +731,13 @@ msgstr "Alternatiivsed sisselogimisviisid"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Hei,
lihtsalt annan sulle teada, et %s jagas sinuga »%s«.
Vaata seda!
Tervitades!"
+"href=\"%s\">View it!
"
+msgstr "Hei,
lihtsalt annan sulle teada, et %s jagas sulle välja »%s«.
Vaata seda!
"
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr "Jagamine aegub %s.
"
#: templates/update.php:3
#, php-format
diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po
index 52bcf2de8f0..c0e88cd6cbf 100644
--- a/l10n/et_EE/files.po
+++ b/l10n/et_EE/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
@@ -78,17 +78,17 @@ msgstr "Saadaval pole piisavalt ruumi"
#: ajax/upload.php:120 ajax/upload.php:143
msgid "Upload failed. Could not get file info."
-msgstr ""
+msgstr "Üleslaadimine ebaõnnestus. Faili info hankimine ebaõnnestus."
#: ajax/upload.php:136
msgid "Upload failed. Could not find uploaded file"
-msgstr ""
+msgstr "Üleslaadimine ebaõnnestus. Üleslaetud faili ei leitud"
#: ajax/upload.php:160
msgid "Invalid directory."
msgstr "Vigane kaust."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Failid"
@@ -106,7 +106,7 @@ msgstr "Üleslaadimine tühistati."
#: js/file-upload.js:356
msgid "Could not get result from server."
-msgstr ""
+msgstr "Serverist ei saadud tulemusi"
#: js/file-upload.js:446
msgid ""
@@ -121,7 +121,7 @@ msgstr "URL ei saa olla tühi."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Vigane kausta nimi. 'Shared' kasutamine on reserveeritud ownCloud poolt."
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Viga"
@@ -165,13 +165,13 @@ msgstr "asendas nime {old_name} nimega {new_name}"
msgid "undo"
msgstr "tagasi"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n kataloog"
msgstr[1] "%n kataloogi"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n fail"
@@ -209,31 +209,44 @@ msgstr "Sinu andmemaht on täis! Faile ei uuendata ega sünkroniseerita!"
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Su andmemaht on peaaegu täis ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Krüpteering on keelatud, kuid sinu failid on endiselt krüpteeritud. Palun vaata oma personaalseid seadeid oma failide dekrüpteerimiseks."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Valmistatakse allalaadimist. See võib võtta veidi aega, kui on tegu suurte failidega. "
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
-msgstr ""
+msgstr "Viga faili eemaldamisel"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nimi"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Suurus"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Muudetud"
@@ -294,49 +307,49 @@ msgstr "Kaust"
msgid "From link"
msgstr "Allikast"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Kustutatud failid"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Tühista üleslaadimine"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Siin puudvad sul kirjutamisõigused."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Siin pole midagi. Lae midagi üles!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Lae alla"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Lõpeta jagamine"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Kustuta"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Üleslaadimine on liiga suur"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Failid, mida sa proovid üles laadida, ületab serveri poolt üleslaetavatele failidele määratud maksimaalse suuruse."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Faile skannitakse, palun oota."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Praegune skannimine"
diff --git a/l10n/et_EE/files_encryption.po b/l10n/et_EE/files_encryption.po
index 317dc437d51..7d195812ab3 100644
--- a/l10n/et_EE/files_encryption.po
+++ b/l10n/et_EE/files_encryption.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
-"Last-Translator: pisike.sipelgas \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -45,17 +45,24 @@ msgstr "Parool edukalt vahetatud."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Ei suutnud vahetada parooli. Võib-olla on vana parool valesti sisestatud."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Privaatse võtme parool edukalt uuendatud."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Ei suutnud uuendada privaatse võtme parooli. Võib-olla polnud vana parool õige."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -63,36 +70,30 @@ msgid ""
"files."
msgstr "Sinu privaatne võti pole toimiv! Tõenäoliselt on sinu parool muutunud väljaspool ownCloud süsteemi (näiteks ettevõtte keskhaldus). Sa saad uuendada oma privaatse võtme parooli seadete all taastamaks ligipääsu oma krüpteeritud failidele."
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Nõutavad on puudu."
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Palun veendu, et on paigaldatud PHP 5.3.3 või uuem ning PHP OpenSSL laiendus on lubatud ning seadistatud korrektselt. Hetkel krüpteerimise rakendus on peatatud."
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Järgmised kasutajad pole seadistatud krüpteeringuks:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Salvestamine..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "Sinu privaatne võti ei ole õige. Võib-olla on parool vahetatud süsteemi väliselt."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Saad avada oma privaatse võtme oma"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "isiklikes seadetes"
@@ -109,27 +110,35 @@ msgstr "Luba taastevõti (võimada kasutaja failide taastamine parooli kaotuse p
msgid "Recovery key password"
msgstr "Taastevõtme parool"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Sisse lülitatud"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Väljalülitatud"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Muuda taastevõtme parooli:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Vana taastevõtme parool"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Uus taastevõtme parool"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Muuda parooli"
diff --git a/l10n/et_EE/files_external.po b/l10n/et_EE/files_external.po
index b371afd1271..19d868dd022 100644
--- a/l10n/et_EE/files_external.po
+++ b/l10n/et_EE/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: Rivo Zängov \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
"Language: et_EE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Ligipääs on antud"
@@ -26,7 +26,7 @@ msgstr "Ligipääs on antud"
msgid "Error configuring Dropbox storage"
msgstr "Viga Dropboxi salvestusruumi seadistamisel"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Anna ligipääs"
@@ -34,24 +34,24 @@ msgstr "Anna ligipääs"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "Palun sisesta korrektne Dropboxi rakenduse võti ja salasõna."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Viga Google Drive'i salvestusruumi seadistamisel"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Hoiatus: \"smbclient\" pole paigaldatud. Jagatud CIFS/SMB hoidlate ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata SAMBA tugi."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Hoiatus: PHP-s puudub FTP tugi. Jagatud FTP hoidlate ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata FTP tugi."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/et_EE/files_sharing.po b/l10n/et_EE/files_sharing.po
index 438e1fb60a3..358fc25d35c 100644
--- a/l10n/et_EE/files_sharing.po
+++ b/l10n/et_EE/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: 2013-09-13 21:46-0400\n"
-"PO-Revision-Date: 2013-09-14 00:01+0000\n"
-"Last-Translator: pisike.sipelgas \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 17:48+0000\n"
+"Last-Translator: Rivo Zängov \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"
diff --git a/l10n/et_EE/files_trashbin.po b/l10n/et_EE/files_trashbin.po
index c40a3012745..70290368016 100644
--- a/l10n/et_EE/files_trashbin.po
+++ b/l10n/et_EE/files_trashbin.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-22 10:36-0400\n"
-"PO-Revision-Date: 2013-08-22 09:50+0000\n"
-"Last-Translator: pisike.sipelgas \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 17:46+0000\n"
+"Last-Translator: Rivo Zängov \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"
@@ -28,43 +28,43 @@ msgstr "%s jäädavalt kustutamine ebaõnnestus"
msgid "Couldn't restore %s"
msgstr "%s ei saa taastada"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "soorita taastamine"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Viga"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "kustuta fail jäädavalt"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Kustuta jäädavalt"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nimi"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Kustutatud"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] "%n kataloogi"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n fail"
msgstr[1] "%n faili"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "taastatud"
@@ -72,11 +72,11 @@ msgstr "taastatud"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Siin pole midagi. Sinu prügikast on tühi!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Taasta"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Kustuta"
diff --git a/l10n/et_EE/files_versions.po b/l10n/et_EE/files_versions.po
index cfb0bfca4a3..b44937bc612 100644
--- a/l10n/et_EE/files_versions.po
+++ b/l10n/et_EE/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: 2013-08-13 09:11-0400\n"
-"PO-Revision-Date: 2013-08-12 10:40+0000\n"
-"Last-Translator: pisike.sipelgas \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 17:47+0000\n"
+"Last-Translator: Rivo Zängov \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"
@@ -40,6 +40,6 @@ msgstr "Rohkem versioone..."
msgid "No other versions available"
msgstr "Muid versioone pole saadaval"
-#: js/versions.js:149
+#: js/versions.js:147
msgid "Restore"
msgstr "Taasta"
diff --git a/l10n/et_EE/lib.po b/l10n/et_EE/lib.po
index 70416438c16..282b7282180 100644
--- a/l10n/et_EE/lib.po
+++ b/l10n/et_EE/lib.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-18 11:47-0400\n"
-"PO-Revision-Date: 2013-09-18 08:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: pisike.sipelgas \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
@@ -19,318 +19,325 @@ msgstr ""
"Language: et_EE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "Rakendit \"%s\" ei saa paigaldada, kuna see pole ühilduv selle ownCloud versiooniga."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "Ühegi rakendi nime pole määratletud"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Abiinfo"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Isiklik"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Seaded"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Kasutajad"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Admin"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Ebaõnnestunud uuendus \"%s\"."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "Kohandatud profiili pildid ei toimi veel koos krüpteeringuga"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Tundmatu failitüüp"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Vigane pilt"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "veebitenused sinu kontrolli all"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "ei suuda avada \"%s\""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP-ina allalaadimine on välja lülitatud."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Failid tuleb alla laadida ükshaaval."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Tagasi failide juurde"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Valitud failid on ZIP-faili loomiseks liiga suured."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Laadi failid alla eraldi väiksemate osadena või küsi nõu oma süsteemiadminstraatorilt."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "Ühegi lähteallikat pole rakendi paigalduseks määratletud"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "Ühtegi aadressi pole määratletud rakendi paigalduseks veebist"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "Ühtegi teed pole määratletud paigaldamaks rakendit kohalikust failist"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "%s tüüpi arhiivid pole toetatud"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Arhiivi avamine ebaõnnestus rakendi paigalduse käigus"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "Rakend ei paku ühtegi info.xml faili"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "Rakendit ei saa paigaldada, kuna sisaldab lubamatud koodi"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "Rakendit ei saa paigaldada, kuna see pole ühilduv selle ownCloud versiooniga."
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "Rakendit ei saa paigaldada, kuna see sisaldab \n\n\ntrue\n\nmärgendit, mis pole lubatud mitte veetud (non shipped) rakendites"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "Rakendit ei saa paigaldada, kuna selle versioon info.xml/version pole sama, mis on märgitud rakendite laos."
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "Rakendi kataloog on juba olemas"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Ei saa luua rakendi kataloogi. Palun korrigeeri õigusi. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Rakendus pole sisse lülitatud"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Autentimise viga"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Kontrollkood aegus. Paelun lae leht uuesti."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Failid"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Tekst"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Pildid"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s sisesta andmebaasi kasutajatunnus."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s sisesta andmebaasi nimi."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s punktide kasutamine andmebaasi nimes pole lubatud"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL kasutajatunnus ja/või parool pole õiged: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Sisesta kas juba olemasolev konto või administrator."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "MySQL kasutajatunnus ja/või parool pole õiged"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Andmebaasi viga: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Tõrkuv käsk oli: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL kasutaja '%s'@'localhost' on juba olemas."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Kustuta see kasutaja MySQL-ist"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL kasutaja '%s'@'%%' on juba olemas"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Kustuta see kasutaja MySQL-ist."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Ei suuda luua ühendust Oracle baasiga"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Oracle kasutajatunnus ja/või parool pole õiged"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Tõrkuv käsk oli: \"%s\", nimi: %s, parool: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL kasutajatunnus ja/või parool pole õiged"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Määra admin kasutajanimi."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Määra admini parool."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Veebiserveri ei ole veel korralikult seadistatud võimaldamaks failide sünkroniseerimist, kuna WebDAV liides näib olevat mittetoimiv."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Palun tutvu veelkord paigalduse juhenditega."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Ei leia kategooriat \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "sekundit tagasi"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] "%n minutit tagasi"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] "%n tundi tagasi"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "täna"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "eile"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] "%n päeva tagasi"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "viimasel kuul"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] "%n kuud tagasi"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "viimasel aastal"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "aastat tagasi"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Põhjustaja:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Ei leia kategooriat \"%s\""
diff --git a/l10n/et_EE/settings.po b/l10n/et_EE/settings.po
index 72d666a7d0b..1d42da7efad 100644
--- a/l10n/et_EE/settings.po
+++ b/l10n/et_EE/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: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 17:40+0000\n"
+"Last-Translator: Rivo Zängov \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"
@@ -119,11 +119,11 @@ msgstr "Ei suuda parooli muuta"
msgid "Update to {appversion}"
msgstr "Uuenda versioonile {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Lülita välja"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Lülita sisse"
@@ -131,43 +131,43 @@ msgstr "Lülita sisse"
msgid "Please wait...."
msgstr "Palun oota..."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr "Viga rakendi keelamisel"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr "Viga rakendi lubamisel"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Uuendamine..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Viga rakenduse uuendamisel"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Viga"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Uuenda"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Uuendatud"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Vali profiili pilt"
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Dekrüpteerin faile... Palun oota, see võib võtta veidi aega."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Salvestamine..."
@@ -343,46 +343,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Luba kasutajatel jagada kirjeid ainult nende grupi liikmetele, millesse nad ise kuuluvad"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr "Luba teavitused e-postiga"
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr "Luba kasutajatel saata jagatud failide kohta e-postiga teavitusi"
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Turvalisus"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Sunni peale HTTPS-i kasutamine"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Sunnib kliente %s ühenduma krüpteeritult."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Palun ühendu oma %s üle HTTPS või keela SSL kasutamine."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Logi"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Logi tase"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Rohkem"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Vähem"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Versioon"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
@@ -27,17 +27,17 @@ msgstr "Vastendususte puhastamine ebaõnnestus."
msgid "Failed to delete the server configuration"
msgstr "Serveri seadistuse kustutamine ebaõnnestus"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "Seadistus on korrektne ning ühendus on olemas!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "Seadistus on korrektne, kuid ühendus ebaõnnestus. Palun kontrolli serveri seadeid ja ühenduseks kasutatavaid kasutajatunnuseid."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/et_EE/user_webdavauth.po b/l10n/et_EE/user_webdavauth.po
index 575c051d6aa..1b5c1513160 100644
--- a/l10n/et_EE/user_webdavauth.po
+++ b/l10n/et_EE/user_webdavauth.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-13 09:11-0400\n"
-"PO-Revision-Date: 2013-08-12 10:40+0000\n"
-"Last-Translator: pisike.sipelgas \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 17:40+0000\n"
+"Last-Translator: Rivo Zängov \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"
@@ -32,4 +32,4 @@ msgid ""
"The user credentials will be sent to this address. This plugin checks the "
"response and will interpret the HTTP statuscodes 401 and 403 as invalid "
"credentials, and all other responses as valid credentials."
-msgstr "ownCloud saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab HTTP vastuskoodid 401 ja 403 kui vigased, ning kõik teised vastused kui korrektsed kasutajatunnused."
+msgstr "ownCloud saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab ning tõlgendab HTTP olekukoodid 401 ja 403 valedeks andmeteks ning kõik teised vastused korrektseteks andmeteks."
diff --git a/l10n/eu/core.po b/l10n/eu/core.po
index 456f415e684..741e2bdfee7 100644
--- a/l10n/eu/core.po
+++ b/l10n/eu/core.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -19,12 +19,17 @@ msgstr ""
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s-ek »%s« zurekin partekatu du"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "taldea"
@@ -316,8 +321,8 @@ msgstr "Objetu mota ez dago zehaztuta."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Errorea"
@@ -337,126 +342,134 @@ msgstr "Elkarbanatuta"
msgid "Share"
msgstr "Elkarbanatu"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Errore bat egon da elkarbanatzean"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Errore bat egon da elkarbanaketa desegitean"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Errore bat egon da baimenak aldatzean"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "{owner}-k zu eta {group} taldearekin elkarbanatuta"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "{owner}-k zurekin elkarbanatuta"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Elkarbanatu honekin"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Elkarbanatu lotura batekin"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Babestu pasahitzarekin"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Pasahitza"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Gaitu igotze publikoa"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Postaz bidali lotura "
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Bidali"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Ezarri muga data"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Muga data"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Elkarbanatu eposta bidez:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Ez da inor aurkitu"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Berriz elkarbanatzea ez dago baimendua"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "{user}ekin {item}-n elkarbanatuta"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Ez elkarbanatu"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "editatu dezake"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "sarrera kontrola"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "sortu"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "eguneratu"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "ezabatu"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "elkarbanatu"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Pasahitzarekin babestuta"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Errorea izan da muga data kentzean"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Errore bat egon da muga data ezartzean"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Bidaltzen ..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "Eposta bidalia"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Abisua"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Sortu kudeatzaile kontu bat"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Aurreratua"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Datuen karpeta"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Konfiguratu datu basea"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "erabiliko da"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Datubasearen erabiltzailea"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Datubasearen pasahitza"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Datubasearen izena"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Datu basearen taula-lekua"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Datubasearen hostalaria"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Bukatu konfigurazioa"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -692,11 +719,11 @@ msgstr "Galdu duzu pasahitza?"
msgid "remember"
msgstr "gogoratu"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Hasi saioa"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Beste erabiltzaile izenak"
@@ -704,8 +731,13 @@ msgstr "Beste erabiltzaile izenak"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Kaixo
%s-ek %s zurekin partekatu duela jakin dezazun.
\nIkusi ezazu
Ongi jarraitu!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/eu/files.po b/l10n/eu/files.po
index 46b992abc37..0de4715c44d 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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 11:40+0000\n"
+"Last-Translator: asieriko \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"
@@ -78,23 +78,23 @@ msgstr "Ez dago behar aina leku erabilgarri,"
#: ajax/upload.php:120 ajax/upload.php:143
msgid "Upload failed. Could not get file info."
-msgstr ""
+msgstr "Igoerak huts egin du. Ezin izan da fitxategiaren informazioa eskuratu."
#: ajax/upload.php:136
msgid "Upload failed. Could not find uploaded file"
-msgstr ""
+msgstr "Igoerak huts egin du. Ezin izan da igotako fitxategia aurkitu"
#: ajax/upload.php:160
msgid "Invalid directory."
msgstr "Baliogabeko karpeta."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Fitxategiak"
#: js/file-upload.js:244
msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
-msgstr ""
+msgstr "Ezin da {filename} igo karpeta bat delako edo 0 byte dituelako"
#: js/file-upload.js:255
msgid "Not enough space available"
@@ -106,7 +106,7 @@ msgstr "Igoera ezeztatuta"
#: js/file-upload.js:356
msgid "Could not get result from server."
-msgstr ""
+msgstr "Ezin da zerbitzaritik emaitzik lortu"
#: js/file-upload.js:446
msgid ""
@@ -121,7 +121,7 @@ msgstr "URLa ezin da hutsik egon."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Karpeta izne baliogabea. \"Shared\" karpeta erabilpena OwnCloudentzat erreserbaturik dago."
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Errorea"
@@ -165,13 +165,13 @@ msgstr " {new_name}-k {old_name} ordezkatu du"
msgid "undo"
msgstr "desegin"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "karpeta %n"
msgstr[1] "%n karpeta"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "fitxategi %n"
@@ -179,7 +179,7 @@ msgstr[1] "%n fitxategi"
#: js/filelist.js:541
msgid "{dirs} and {files}"
-msgstr ""
+msgstr "{dirs} eta {files}"
#: js/filelist.js:731 js/filelist.js:769
msgid "Uploading %n file"
@@ -209,31 +209,44 @@ msgstr "Zure biltegiratzea beterik dago, ezingo duzu aurrerantzean fitxategirik
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Zure biltegiratzea nahiko beterik dago (%{usedSpacePercent})"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr "Enkriptazio aplikazioa gaituta dago baina zure gakoak ez daude konfiguratuta, mesedez saioa bukatu eta berriro hasi"
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr "Enkriptazio aplikaziorako gako pribatu okerra. Mesedez eguneratu zure gako pribatuaren pasahitza zure ezarpen pertsonaletan zure enkriptatuko fitxategietarako sarrera berreskuratzeko."
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Enkriptazioa desgaitua izan da baina zure fitxategiak oraindik enkriptatuta daude. Mesedez jo zure ezarpen pertsonaletara zure fitxategiak dekodifikatzeko."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Zure deskarga prestatu egin behar da. Denbora bat har lezake fitxategiak handiak badira. "
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
-msgstr ""
+msgstr "Errorea fitxategia mugitzean"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Izena"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Tamaina"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Aldatuta"
@@ -294,49 +307,49 @@ msgstr "Karpeta"
msgid "From link"
msgstr "Estekatik"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Ezabatutako fitxategiak"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Ezeztatu igoera"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Ez duzu hemen idazteko baimenik."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Ez dago ezer. Igo zerbait!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Deskargatu"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Ez elkarbanatu"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Ezabatu"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Igoera handiegia da"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Igotzen saiatzen ari zaren fitxategiak zerbitzari honek igotzeko onartzen duena baino handiagoak dira."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Fitxategiak eskaneatzen ari da, itxoin mezedez."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Orain eskaneatzen ari da"
diff --git a/l10n/eu/files_encryption.po b/l10n/eu/files_encryption.po
index 456db338acb..5c6eb3d83dc 100644
--- a/l10n/eu/files_encryption.po
+++ b/l10n/eu/files_encryption.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -46,17 +46,24 @@ msgstr "Pasahitza behar bezala aldatu da."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Ezin izan da pasahitza aldatu. Agian pasahitz zaharra okerrekoa da."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Gako pasahitz pribatu behar bezala eguneratu da."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Ezin izan da gako pribatu pasahitza eguneratu. Agian pasahitz zaharra okerrekoa da."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -64,36 +71,30 @@ msgid ""
"files."
msgstr "Zure gako pribatua ez da egokia! Seguruaski zure pasahitza ownCloud sistematik kanpo aldatu da (adb. zure direktorio korporatiboa). Zure gako pribatuaren pasahitza eguneratu dezakezu zure ezarpen pertsonaletan zure enkriptatutako fitxategiak berreskuratzeko."
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Eskakizun batzuk ez dira betetzen."
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
-msgstr ""
+msgstr "Mesedez ziurtatu PHP 5.3.3 edo berriago bat instalatuta dagoela eta OpenSSL PHP hedapenarekin gaitua eta ongi konfiguratuta dagoela. Oraingoz, enkriptazio aplikazioa desgaituta dago."
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
-msgstr ""
+msgstr "Hurrengo erabiltzaileak ez daude enktriptatzeko konfiguratutak:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Gordetzen..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "Zure gako pribatua ez da egokia! Agian zure pasahitza kanpotik aldatu da."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Zure gako pribatua desblokeatu dezakezu zure"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "ezarpen pertsonalak"
@@ -110,27 +111,35 @@ msgstr "Gaitu berreskurapen gakoa (erabiltzaileen fitxategiak berreskuratzea aha
msgid "Recovery key password"
msgstr "Berreskuratze gako pasahitza"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Gaitua"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Ez-gaitua"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Aldatu berreskuratze gako pasahitza:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Berreskuratze gako pasahitz zaharra"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Berreskuratze gako pasahitz berria"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Aldatu Pasahitza"
diff --git a/l10n/eu/files_external.po b/l10n/eu/files_external.po
index fbe14c6446f..2acc8341c15 100644
--- a/l10n/eu/files_external.po
+++ b/l10n/eu/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: Piarres Beobide \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Sarrera baimendua"
@@ -26,7 +26,7 @@ msgstr "Sarrera baimendua"
msgid "Error configuring Dropbox storage"
msgstr "Errore bat egon da Dropbox biltegiratzea konfiguratzean"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Baimendu sarrera"
@@ -34,24 +34,24 @@ msgstr "Baimendu sarrera"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "Mesedez eman baliozkoa den Dropbox app giltza eta sekretua"
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Errore bat egon da Google Drive biltegiratzea konfiguratzean"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Abisua: \"smbclient\" ez dago instalatuta. CIFS/SMB partekatutako karpetak montatzea ez da posible. Mesedez eskatu zure sistema kudeatzaileari instalatzea."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Abisua: PHPren FTP modulua ez dago instalatuta edo gaitua. FTP partekatutako karpetak montatzea ez da posible. Mesedez eskatu zure sistema kudeatzaileari instalatzea."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/eu/files_trashbin.po b/l10n/eu/files_trashbin.po
index bdb27c8c6d9..1daada37714 100644
--- a/l10n/eu/files_trashbin.po
+++ b/l10n/eu/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-25 19:18-0400\n"
-"PO-Revision-Date: 2013-08-25 23:10+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: asieriko \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -28,43 +28,43 @@ msgstr "Ezin izan da %s betirako ezabatu"
msgid "Couldn't restore %s"
msgstr "Ezin izan da %s berreskuratu"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "berreskuratu"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Errorea"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "ezabatu fitxategia betirako"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Ezabatu betirako"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Izena"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Ezabatuta"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "karpeta %n"
msgstr[1] "%n karpeta"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "fitxategi %n"
msgstr[1] "%n fitxategi"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "Berrezarrita"
@@ -72,11 +72,11 @@ msgstr "Berrezarrita"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Ez dago ezer ez. Zure zakarrontzia hutsik dago!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Berrezarri"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Ezabatu"
diff --git a/l10n/eu/lib.po b/l10n/eu/lib.po
index 017ba3930fd..7a64a4d3f4e 100644
--- a/l10n/eu/lib.po
+++ b/l10n/eu/lib.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -19,318 +19,325 @@ msgstr ""
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Laguntza"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Pertsonala"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Ezarpenak"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Erabiltzaileak"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Admin"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Ezin izan da \"%s\" eguneratu."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "web zerbitzuak zure kontrolpean"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "ezin da \"%s\" ireki"
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP deskarga ez dago gaituta."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Fitxategiak banan-banan deskargatu behar dira."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Itzuli fitxategietara"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Hautatuko fitxategiak oso handiak dira zip fitxategia sortzeko."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Deskargatu fitzategiak zati txikiagoetan, banan-banan edo eskatu mesedez zure administradoreari"
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Aplikazioa ez dago gaituta"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Autentifikazio errorea"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Tokena iraungitu da. Mesedez birkargatu orria."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Fitxategiak"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Testua"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Irudiak"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s sartu datu basearen erabiltzaile izena."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s sartu datu basearen izena."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s ezin duzu punturik erabili datu basearen izenean."
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL erabiltzaile izena edota pasahitza ez dira egokiak: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Existitzen den kontu bat edo administradorearena jarri behar duzu."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "MySQL erabiltzaile edota pasahitza ez dira egokiak."
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "DB errorea: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Errorea komando honek sortu du: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL '%s'@'localhost' erabiltzailea dagoeneko existitzen da."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Ezabatu erabiltzaile hau MySQLtik"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL '%s'@'%%' erabiltzailea dagoeneko existitzen da"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Ezabatu erabiltzaile hau MySQLtik."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Ezin da Oracle konexioa sortu"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Oracle erabiltzaile edota pasahitza ez dira egokiak."
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Errorea komando honek sortu du: \"%s\", izena: %s, pasahitza: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL erabiltzaile edota pasahitza ez dira egokiak."
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Ezarri administraziorako erabiltzaile izena."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Ezarri administraziorako pasahitza."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Zure web zerbitzaria ez dago oraindik ongi konfiguratuta fitxategien sinkronizazioa egiteko, WebDAV interfazea ongi ez dagoela dirudi."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Mesedez begiratu instalazio gidak."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Ezin da \"%s\" kategoria aurkitu"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "segundu"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "orain dela minutu %n"
msgstr[1] "orain dela %n minutu"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "orain dela ordu %n"
msgstr[1] "orain dela %n ordu"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "gaur"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "atzo"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "orain dela egun %n"
msgstr[1] "orain dela %n egun"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "joan den hilabetean"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "orain dela hilabete %n"
msgstr[1] "orain dela %n hilabete"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "joan den urtean"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "urte"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Honek eraginda:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Ezin da \"%s\" kategoria aurkitu"
diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po
index fc5007d8579..44fe562161f 100644
--- a/l10n/eu/settings.po
+++ b/l10n/eu/settings.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -119,11 +119,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "Eguneratu {appversion}-ra"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Ez-gaitu"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Gaitu"
@@ -131,43 +131,43 @@ msgstr "Gaitu"
msgid "Please wait...."
msgstr "Itxoin mesedez..."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Eguneratzen..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Errorea aplikazioa eguneratzen zen bitartean"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Errorea"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Eguneratu"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Eguneratuta"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Gordetzen..."
@@ -343,46 +343,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Baimendu erabiltzaileak bakarrik bere taldeko erabiltzaileekin elkarbanatzen"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Segurtasuna"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Behartu HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Bezeroak %s-ra konexio enkriptatu baten bidez konektatzera behartzen ditu."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Mesedez konektatu zure %s-ra HTTPS bidez SSL zehaztapenak aldatzeko."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Egunkaria"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Erregistro maila"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Gehiago"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Gutxiago"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Bertsioa"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -26,17 +26,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr "Zerbitzariaren konfigurazioa ezabatzeak huts egin du"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "Konfigurazioa egokia da eta konexioa ezarri daiteke!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "Konfigurazioa ongi dago, baina Bind-ek huts egin du. Mesedez egiaztatu zerbitzariaren ezarpenak eta kredentzialak."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/fa/core.po b/l10n/fa/core.po
index 971a51aa87d..363ef0b9eaa 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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:31+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@@ -18,12 +18,17 @@ msgstr ""
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s به اشتراک گذاشته شده است »%s« توسط شما"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "گروه"
@@ -310,8 +315,8 @@ msgstr "نوع شی تعیین نشده است."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "خطا"
@@ -331,126 +336,134 @@ msgstr "اشتراک گذاشته شده"
msgid "Share"
msgstr "اشتراکگذاری"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "خطا درحال به اشتراک گذاشتن"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "خطا درحال لغو اشتراک"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "خطا در حال تغییر مجوز"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "به اشتراک گذاشته شده با شما و گروه {گروه} توسط {دارنده}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "به اشتراک گذاشته شده با شما توسط { دارنده}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "به اشتراک گذاشتن با"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "به اشتراک گذاشتن با پیوند"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "نگهداری کردن رمز عبور"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "گذرواژه"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "اجازه آپلود عمومی"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "پیوند ایمیل برای شخص."
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "ارسال"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "تنظیم تاریخ انقضا"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "تاریخ انقضا"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "از طریق ایمیل به اشتراک بگذارید :"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "کسی یافت نشد"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "اشتراک گذاری مجدد مجاز نمی باشد"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "به اشتراک گذاشته شده در {بخش} با {کاربر}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "لغو اشتراک"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "می توان ویرایش کرد"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "کنترل دسترسی"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "ایجاد"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "به روز"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "پاک کردن"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "به اشتراک گذاشتن"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "نگهداری از رمز عبور"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "خطا در تنظیم نکردن تاریخ انقضا "
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "خطا در تنظیم تاریخ انقضا"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "درحال ارسال ..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "ایمیل ارسال شد"
+#: js/share.js:727
+msgid "Warning"
+msgstr "اخطار"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "لطفا یک شناسه برای مدیر بسازید"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "پیشرفته"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "پوشه اطلاعاتی"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "پایگاه داده برنامه ریزی شدند"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "استفاده خواهد شد"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "شناسه پایگاه داده"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "پسورد پایگاه داده"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "نام پایگاه داده"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "جدول پایگاه داده"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "هاست پایگاه داده"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "اتمام نصب"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -686,11 +713,11 @@ msgstr "آیا گذرواژه تان را به یاد نمی آورید؟"
msgid "remember"
msgstr "بیاد آوری"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "ورود"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "ورود متناوب"
@@ -698,8 +725,13 @@ msgstr "ورود متناوب"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "اینجا
فقط به شما اجازه میدهد که بدانید %s به اشتراک گذاشته شده»%s« توسط شما.
مشاهده آن!
به سلامتی!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/fa/files.po b/l10n/fa/files.po
index b6b078cb364..2117e92f802 100644
--- a/l10n/fa/files.po
+++ b/l10n/fa/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@@ -87,7 +87,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "فهرست راهنما نامعتبر می باشد."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "پروندهها"
@@ -120,7 +120,7 @@ msgstr "URL نمی تواند خالی باشد."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "نام پوشه نامعتبر است. استفاده از 'به اشتراک گذاشته شده' متعلق به ownCloud میباشد."
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "خطا"
@@ -164,12 +164,12 @@ msgstr "{نام_جدید} با { نام_قدیمی} جایگزین شد."
msgid "undo"
msgstr "بازگشت"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -205,31 +205,44 @@ msgstr "فضای ذخیره ی شما کاملا پر است، بیش از ای
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "فضای ذخیره ی شما تقریبا پر است ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "دانلود شما در حال آماده شدن است. در صورتیکه پرونده ها بزرگ باشند ممکن است مدتی طول بکشد."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "نام"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "اندازه"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "تاریخ"
@@ -290,49 +303,49 @@ msgstr "پوشه"
msgid "From link"
msgstr "از پیوند"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "فایل های حذف شده"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "متوقف کردن بار گذاری"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "شما اجازه ی نوشتن در اینجا را ندارید"
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "اینجا هیچ چیز نیست."
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "دانلود"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "لغو اشتراک"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "حذف"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "سایز فایل برای آپلود زیاد است(م.تنظیمات در php.ini)"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "فایلها بیش از حد تعیین شده در این سرور هستند\nمترجم:با تغییر فایل php,ini میتوان این محدودیت را برطرف کرد"
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "پرونده ها در حال بازرسی هستند لطفا صبر کنید"
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "بازرسی کنونی"
diff --git a/l10n/fa/files_encryption.po b/l10n/fa/files_encryption.po
index 4e22a4b067c..4ec1a7fd3d4 100644
--- a/l10n/fa/files_encryption.po
+++ b/l10n/fa/files_encryption.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@@ -44,17 +44,24 @@ msgstr "رمزعبور با موفقیت تغییر یافت."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "رمزعبور را نمیتواند تغییر دهد. شاید رمزعبورقدیمی صحیح نمی باشد."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "رمزعبور کلید خصوصی با موفقیت به روز شد."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "رمزعبور کلید خصوصی را نمی تواند به روز کند. شاید رمزعبور قدیمی صحیح نمی باشد."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -62,36 +69,30 @@ msgid ""
"files."
msgstr "کلید خصوصی شما معتبر نمی باشد! ظاهرا رمزعبور شما بیرون از سیستم ownCloud تغییر یافته است( به عنوان مثال پوشه سازمان شما ). شما میتوانید رمزعبور کلید خصوصی خود را در تنظیمات شخصیتان به روز کنید تا بتوانید به فایل های رمزگذاری شده خود را دسترسی داشته باشید."
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "نیازمندی های گمشده"
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "در حال ذخیره سازی..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "کلید خصوصی شما معتبر نیست! شاید رمزعبوراز بیرون تغییر یافته است."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "شما میتوانید کلید خصوصی خود را باز نمایید."
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "تنظیمات شخصی"
@@ -108,27 +109,35 @@ msgstr "فعال کردن کلید بازیابی(اجازه بازیابی فا
msgid "Recovery key password"
msgstr "رمزعبور کلید بازیابی"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "فعال شده"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "غیرفعال شده"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "تغییر رمزعبور کلید بازیابی:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "رمزعبور قدیمی کلید بازیابی "
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "رمزعبور جدید کلید بازیابی"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "تغییر رمزعبور"
diff --git a/l10n/fa/files_external.po b/l10n/fa/files_external.po
index 28f6d3cb82a..1b71738f671 100644
--- a/l10n/fa/files_external.po
+++ b/l10n/fa/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: miki_mika1362 \n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "مجوز دسترسی صادر شد"
@@ -26,7 +26,7 @@ msgstr "مجوز دسترسی صادر شد"
msgid "Error configuring Dropbox storage"
msgstr "خطا به هنگام تنظیم فضای دراپ باکس"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr " مجوز اعطا دسترسی"
@@ -34,24 +34,24 @@ msgstr " مجوز اعطا دسترسی"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "لطفا یک کلید و کد امنیتی صحیح دراپ باکس وارد کنید."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "خطا به هنگام تنظیم فضای Google Drive"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "خطا: \"smbclient\" نصب نشده است. نصب و راه اندازی سهام CIFS/SMB امکان پذیر نمیباشد. لطفا از مدیریت سازمان خود برای راه اندازی آن درخواست نمایید."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "خطا: پشتیبانی FTP در PHP فعال نمی باشد یا نصب نشده است. نصب و راه اندازی از سهم های FTP امکان پذیر نمی باشد. لطفا از مدیر سیستم خود برای راه اندازی آن درخواست\nکنید."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/fa/files_trashbin.po b/l10n/fa/files_trashbin.po
index b7425ae04ba..28c2687c75b 100644
--- a/l10n/fa/files_trashbin.po
+++ b/l10n/fa/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@@ -27,41 +27,41 @@ msgstr "%s را نمی توان برای همیشه حذف کرد"
msgid "Couldn't restore %s"
msgstr "%s را نمی توان بازگرداند"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "انجام عمل بازگرداندن"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "خطا"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "حذف فایل برای همیشه"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "حذف قطعی"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "نام"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "حذف شده"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -69,11 +69,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr "هیچ چیزی اینجا نیست. سطل زباله ی شما خالی است."
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "بازیابی"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "حذف"
diff --git a/l10n/fa/lib.po b/l10n/fa/lib.po
index e395df54b9c..c324c0ab23a 100644
--- a/l10n/fa/lib.po
+++ b/l10n/fa/lib.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@@ -18,314 +18,321 @@ msgstr ""
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "راهنما"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "شخصی"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "تنظیمات"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "کاربران"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "مدیر"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "سرویس های تحت وب در کنترل شما"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "دانلود به صورت فشرده غیر فعال است"
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "فایل ها باید به صورت یکی یکی دانلود شوند"
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "بازگشت به فایل ها"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "فایل های انتخاب شده بزرگتر از آن هستند که بتوان یک فایل فشرده تولید کرد"
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "برنامه فعال نشده است"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "خطا در اعتبار سنجی"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "رمز منقضی شده است. لطفا دوباره صفحه را بارگذاری نمایید."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "پروندهها"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "متن"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "تصاویر"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s نام کاربری پایگاه داده را وارد نمایید."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s نام پایگاه داده را وارد نمایید."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s شما نباید از نقطه در نام پایگاه داده استفاده نمایید."
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "نام کاربری و / یا رمزعبور MS SQL معتبر نیست: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "شما نیاز به وارد کردن یک حساب کاربری موجود یا حساب مدیریتی دارید."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "نام کاربری و / یا رمزعبور MySQL معتبر نیست."
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "خطای پایگاه داده: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "دستور متخلف عبارت است از: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "کاربرMySQL '%s'@'localhost' درحال حاضر موجود است."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "این کاربر را از MySQL حذف نمایید."
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "کاربر'%s'@'%%' MySQL در حال حاضر موجود است."
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "این کاربر را از MySQL حذف نمایید."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "ارتباط اراکل نمیتواند برقرار باشد."
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "نام کاربری و / یا رمزعبور اراکل معتبر نیست."
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "دستور متخلف عبارت است از: \"%s\"، نام: \"%s\"، رمزعبور:\"%s\""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL نام کاربری و / یا رمزعبور معتبر نیست."
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "یک نام کاربری برای مدیر تنظیم نمایید."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "یک رمزعبور برای مدیر تنظیم نمایید."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "احتمالاً وب سرور شما طوری تنظیم نشده است که اجازه ی همگام سازی فایلها را بدهد زیرا به نظر میرسد رابط WebDAV از کار افتاده است."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "لطفاً دوباره راهنمای نصبرا بررسی کنید."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "دسته بندی %s یافت نشد"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "ثانیهها پیش"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "امروز"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "دیروز"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "ماه قبل"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "سال قبل"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "سالهای قبل"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "دسته بندی %s یافت نشد"
diff --git a/l10n/fa/settings.po b/l10n/fa/settings.po
index 7a3f31a7195..f153db6b6a5 100644
--- a/l10n/fa/settings.po
+++ b/l10n/fa/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@@ -118,11 +118,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "بهنگام شده به {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "غیرفعال"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "فعال"
@@ -130,43 +130,43 @@ msgstr "فعال"
msgid "Please wait...."
msgstr "لطفا صبر کنید ..."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "در حال بروز رسانی..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "خطا در هنگام بهنگام سازی برنامه"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "خطا"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "به روز رسانی"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "بروز رسانی انجام شد"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "در حال ذخیره سازی..."
@@ -342,46 +342,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "اجازه به کاربران برای اشتراک گذاری ، تنها با دیگر کابران گروه خودشان"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "امنیت"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "وادار کردن HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "کارنامه"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "سطح ورود"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "بیشتر"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "کمتر"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "نسخه"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@@ -26,17 +26,17 @@ msgstr "عدم موفقیت در پاک کردن نگاشت."
msgid "Failed to delete the server configuration"
msgstr "عملیات حذف پیکربندی سرور ناموفق ماند"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "پیکربندی معتبر است و ارتباط می تواند برقرار شود"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "پیکربندی معتبراست، اما اتصال شکست خورد. لطفا تنظیمات و اعتبارهای سرور را بررسی کنید."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po
index 2a2872e2550..de7fcaf44ce 100644
--- a/l10n/fi_FI/core.po
+++ b/l10n/fi_FI/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-21 10:30+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: Jiri Grönroos \n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
@@ -19,12 +19,17 @@ msgstr ""
"Language: fi_FI\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s jakoi kohteen »%s« kanssasi"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s"
+
+#: ajax/share.php:327
msgid "group"
msgstr "ryhmä"
@@ -94,7 +99,7 @@ msgstr "Virhe poistaessa kohdetta %s suosikeista."
#: avatar/controller.php:62
msgid "No image or file provided"
-msgstr ""
+msgstr "Kuvaa tai tiedostoa ei määritelty"
#: avatar/controller.php:81
msgid "Unknown filetype"
@@ -280,13 +285,13 @@ msgstr ""
#: js/oc-dialogs.js:367
msgid "Which files do you want to keep?"
-msgstr ""
+msgstr "Mitkä tiedostot haluat säilyttää?"
#: js/oc-dialogs.js:368
msgid ""
"If you select both versions, the copied file will have a number added to its"
" name."
-msgstr ""
+msgstr "Jos valitset kummatkin versiot, kopioidun tiedoston nimeen lisätään numero."
#: js/oc-dialogs.js:376
msgid "Cancel"
@@ -316,8 +321,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Virhe"
@@ -337,126 +342,134 @@ msgstr "Jaettu"
msgid "Share"
msgstr "Jaa"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Virhe jaettaessa"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Virhe jakoa peruttaessa"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Virhe oikeuksia muuttaessa"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Jaettu sinun ja ryhmän {group} kanssa käyttäjän {owner} toimesta"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Jaettu kanssasi käyttäjän {owner} toimesta"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Jaa"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Jaa linkillä"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Suojaa salasanalla"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Salasana"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Salli julkinen lähetys"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Lähetä linkki sähköpostitse"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Lähetä"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Aseta päättymispäivä"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Päättymispäivä"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Jaa sähköpostilla:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Henkilöitä ei löytynyt"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Jakaminen uudelleen ei ole salittu"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "{item} on jaettu {user} kanssa"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Peru jakaminen"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr "ilmoita käyttäjälle sähköpostitse"
+
+#: js/share.js:361
msgid "can edit"
msgstr "voi muokata"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "Pääsyn hallinta"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "luo"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "päivitä"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "poista"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "jaa"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Salasanasuojattu"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Virhe purettaessa eräpäivää"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Virhe päättymispäivää asettaessa"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Lähetetään..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "Sähköposti lähetetty"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Varoitus"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Luo ylläpitäjän tunnus"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Lisäasetukset"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Datakansio"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Muokkaa tietokantaa"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "käytetään"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Tietokannan käyttäjä"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Tietokannan salasana"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Tietokannan nimi"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Tietokannan taulukkotila"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Tietokantapalvelin"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Viimeistele asennus"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr "Valmistellaan…"
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -692,11 +719,11 @@ msgstr "Unohditko salasanasi?"
msgid "remember"
msgstr "muista"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Kirjaudu sisään"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Vaihtoehtoiset kirjautumiset"
@@ -704,8 +731,13 @@ msgstr "Vaihtoehtoiset kirjautumiset"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Hei!
%s jakoi kohteen »%s« kanssasi.
Katso se tästä!
Näkemiin!"
+"href=\"%s\">View it!
"
+msgstr "Hei sinä!
%s jakoi kohteen »%s« kanssasi.
Tutustu siihen!
"
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr "Jakaminen päättyy %s.
"
#: templates/update.php:3
#, php-format
diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po
index 3e4e67e31d9..345dc6cacd2 100644
--- a/l10n/fi_FI/files.po
+++ b/l10n/fi_FI/files.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-22 12:51-0400\n"
-"PO-Revision-Date: 2013-09-21 10:30+0000\n"
-"Last-Translator: Jiri Grönroos \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -120,7 +120,7 @@ msgstr "Verkko-osoite ei voi olla tyhjä"
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Virhe"
@@ -164,13 +164,13 @@ msgstr ""
msgid "undo"
msgstr "kumoa"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n kansio"
msgstr[1] "%n kansiota"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n tiedosto"
@@ -208,31 +208,44 @@ msgstr "Tallennustila on loppu, tiedostoja ei voi enää päivittää tai synkro
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Tallennustila on melkein loppu ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Lataustasi valmistellaan. Tämä saattaa kestää hetken, jos tiedostot ovat suuria kooltaan."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Virhe tiedostoa siirrettäessä"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nimi"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Koko"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Muokattu"
@@ -293,49 +306,49 @@ msgstr "Kansio"
msgid "From link"
msgstr "Linkistä"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Poistetut tiedostot"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Peru lähetys"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Tunnuksellasi ei ole kirjoitusoikeuksia tänne."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Täällä ei ole mitään. Lähetä tänne jotakin!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Lataa"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Peru jakaminen"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Poista"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Lähetettävä tiedosto on liian suuri"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Tiedostoja tarkistetaan, odota hetki."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Tämänhetkinen tutkinta"
diff --git a/l10n/fi_FI/files_encryption.po b/l10n/fi_FI/files_encryption.po
index b3dea67b927..4262f5e872b 100644
--- a/l10n/fi_FI/files_encryption.po
+++ b/l10n/fi_FI/files_encryption.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-10 10:41-0400\n"
-"PO-Revision-Date: 2013-09-09 19:20+0000\n"
-"Last-Translator: muro \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -45,17 +45,24 @@ msgstr "Salasana vaihdettiin onnistuneesti."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Salasanan vaihto epäonnistui. Kenties vanha salasana oli väärin."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -63,36 +70,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:51
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:52
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:250
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Seuraavat käyttäjät eivät ole määrittäneet salausta:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Tallennetaan..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "henkilökohtaiset asetukset"
@@ -109,27 +110,35 @@ msgstr ""
msgid "Recovery key password"
msgstr "Palautusavaimen salasana"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Käytössä"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Ei käytössä"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Vaihda palautusavaimen salasana:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Vanha palautusavaimen salasana"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Uusi palautusavaimen salasana"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Vaihda salasana"
diff --git a/l10n/fi_FI/files_trashbin.po b/l10n/fi_FI/files_trashbin.po
index 717af8af88c..38def67d241 100644
--- a/l10n/fi_FI/files_trashbin.po
+++ b/l10n/fi_FI/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-16 01:29-0400\n"
-"PO-Revision-Date: 2013-08-15 09:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: Jiri Grönroos \n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
@@ -28,43 +28,43 @@ msgstr "Kohdetta %s ei voitu poistaa pysyvästi"
msgid "Couldn't restore %s"
msgstr "Kohteen %s palautus epäonnistui"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "suorita palautustoiminto"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Virhe"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "poista tiedosto pysyvästi"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Poista pysyvästi"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nimi"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Poistettu"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n kansio"
msgstr[1] "%n kansiota"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n tiedosto"
msgstr[1] "%n tiedostoa"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "palautettu"
@@ -72,11 +72,11 @@ msgstr "palautettu"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Tyhjää täynnä! Roskakorissa ei ole mitään."
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Palauta"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Poista"
diff --git a/l10n/fi_FI/lib.po b/l10n/fi_FI/lib.po
index 41e7241ad3d..054b3f11568 100644
--- a/l10n/fi_FI/lib.po
+++ b/l10n/fi_FI/lib.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-18 11:47-0400\n"
-"PO-Revision-Date: 2013-09-17 13:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: Jiri Grönroos \n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
@@ -18,318 +18,325 @@ msgstr ""
"Language: fi_FI\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "Sovellusta \"%s\" ei voi asentaa, koska se ei ole yhteensopiva käytössä olevan ownCloud-version kanssa."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "Sovelluksen nimeä ei määritelty"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Ohje"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Henkilökohtainen"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Asetukset"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Käyttäjät"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Ylläpitäjä"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Kohteen \"%s\" päivitys epäonnistui."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "Omavalintaiset profiilikuvat eivät toimi salauksen kanssa vielä"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Tuntematon tiedostotyyppi"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Virheellinen kuva"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "verkkopalvelut hallinnassasi"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP-lataus on poistettu käytöstä."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Tiedostot on ladattava yksittäin."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Takaisin tiedostoihin"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Valitut tiedostot ovat liian suurikokoisia mahtuakseen zip-tiedostoon."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "Lähdettä ei määritelty sovellusta asennettaessa"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "Polkua ei määritelty sovellusta asennettaessa paikallisesta tiedostosta"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "Tyypin %s arkistot eivät ole tuettuja"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "Sovellus ei sisällä info.xml-tiedostoa"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "Sovellusta ei voi asentaa, koska sovellus sisältää kiellettyä koodia"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "Sovellusta ei voi asentaa, koska se ei ole yhteensopiva käytössä olevan ownCloud-version kanssa"
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "Sovelluskansio on jo olemassa"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Sovelluskansion luominen ei onnistu. Korjaa käyttöoikeudet. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Sovellusta ei ole otettu käyttöön"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Tunnistautumisvirhe"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Valtuutus vanheni. Lataa sivu uudelleen."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Tiedostot"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Teksti"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Kuvat"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s anna tietokannan käyttäjätunnus."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s anna tietokannan nimi."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s et voi käyttää pisteitä tietokannan nimessä"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL -käyttäjätunnus ja/tai -salasana on väärin: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "MySQL:n käyttäjätunnus ja/tai salasana on väärin"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Tietokantavirhe: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL-käyttäjä '%s'@'localhost' on jo olemassa."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Pudota tämä käyttäjä MySQL:stä"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL-käyttäjä '%s'@'%%' on jo olemassa"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Pudota tämä käyttäjä MySQL:stä."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Oracle-yhteyttä ei voitu muodostaa"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Oraclen käyttäjätunnus ja/tai salasana on väärin"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL:n käyttäjätunnus ja/tai salasana on väärin"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Aseta ylläpitäjän käyttäjätunnus."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Aseta ylläpitäjän salasana."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Lue tarkasti asennusohjeet."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Luokkaa \"%s\" ei löytynyt"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "sekuntia sitten"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "%n minuutti sitten"
msgstr[1] "%n minuuttia sitten"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "%n tunti sitten"
msgstr[1] "%n tuntia sitten"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "tänään"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "eilen"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "%n päivä sitten"
msgstr[1] "%n päivää sitten"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "viime kuussa"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "%n kuukausi sitten"
msgstr[1] "%n kuukautta sitten"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "viime vuonna"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "vuotta sitten"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Aiheuttaja:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Luokkaa \"%s\" ei löytynyt"
diff --git a/l10n/fi_FI/settings.po b/l10n/fi_FI/settings.po
index 2b9b270367a..528192e96ab 100644
--- a/l10n/fi_FI/settings.po
+++ b/l10n/fi_FI/settings.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:40+0000\n"
+"Last-Translator: Jiri Grönroos \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"
@@ -118,11 +118,11 @@ msgstr "Salasanan vaihto ei onnistunut"
msgid "Update to {appversion}"
msgstr "Päivitä versioon {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Poista käytöstä"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Käytä"
@@ -130,43 +130,43 @@ msgstr "Käytä"
msgid "Please wait...."
msgstr "Odota hetki..."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr "Virhe poistaessa sovellusta käytöstä"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr "Virhe ottaessa sovellusta käyttöön"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Päivitetään..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Virhe sovellusta päivittäessä"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Virhe"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Päivitä"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Päivitetty"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Valitse profiilikuva"
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Puretaan tiedostojen salausta... Odota, tämä voi kestää jonkin aikaa."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Tallennetaan..."
@@ -251,7 +251,7 @@ msgstr "Moduuli 'fileinfo' puuttuu"
msgid ""
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this "
"module to get best results with mime-type detection."
-msgstr ""
+msgstr "PHP-moduuli \"fileinfo\" puuttuu. Sen käyttö on erittäin suositeltavaa, jotta MIME-tyypin havaitseminen onnistuu parhaalla mahdollisella tavalla."
#: templates/admin.php:58
msgid "Locale not working"
@@ -342,46 +342,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Salli jakaminen vain samoissa ryhmissä olevien käyttäjien kesken"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr "Salli sähköposti-ilmoitukset"
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr "Salli käyttäjien lähettää sähköposti-ilmoituksia jaetuista tiedostoista"
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Tietoturva"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Pakota HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Pakottaa asiakasohjelmistot ottamaan yhteyden %siin salatun yhteyden kautta."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Loki"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Lokitaso"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Enemmän"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Vähemmän"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Versio"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/fr/core.po b/l10n/fr/core.po
index bce932689a0..44996556985 100644
--- a/l10n/fr/core.po
+++ b/l10n/fr/core.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-27 00:01-0400\n"
-"PO-Revision-Date: 2013-09-26 15:10+0000\n"
-"Last-Translator: Christophe Lherieau \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:31+0000\n"
+"Last-Translator: I Robot \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"
@@ -23,12 +23,17 @@ msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s partagé »%s« avec vous"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "groupe"
@@ -320,8 +325,8 @@ msgstr "Le type d'objet n'est pas spécifié."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:656 js/share.js:668
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Erreur"
@@ -341,126 +346,134 @@ msgstr "Partagé"
msgid "Share"
msgstr "Partager"
-#: js/share.js:131 js/share.js:696
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Erreur lors de la mise en partage"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Erreur lors de l'annulation du partage"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Erreur lors du changement des permissions"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Partagé par {owner} avec vous et le groupe {group}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Partagé avec vous par {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Partager avec"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Partager via lien"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Protéger par un mot de passe"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Mot de passe"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Autoriser l'upload par les utilisateurs non enregistrés"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Envoyez le lien par email"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Envoyer"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Spécifier la date d'expiration"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Date d'expiration"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Partager via e-mail :"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Aucun utilisateur trouvé"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Le repartage n'est pas autorisé"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Partagé dans {item} avec {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Ne plus partager"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "édition autorisée"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "contrôle des accès"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "créer"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "mettre à jour"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "supprimer"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "partager"
-#: js/share.js:400 js/share.js:643
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Protégé par un mot de passe"
-#: js/share.js:656
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Une erreur est survenue pendant la suppression de la date d'expiration"
-#: js/share.js:668
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Erreur lors de la spécification de la date d'expiration"
-#: js/share.js:683
+#: js/share.js:692
msgid "Sending ..."
msgstr "En cours d'envoi ..."
-#: js/share.js:694
+#: js/share.js:703
msgid "Email sent"
msgstr "Email envoyé"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Attention"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Créer un compte administrateur"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Avancé"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Répertoire des données"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Configurer la base de données"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "sera utilisé"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Utilisateur pour la base de données"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Mot de passe de la base de données"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Nom de la base de données"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Tablespaces de la base de données"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Serveur de la base de données"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Terminer l'installation"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -696,11 +723,11 @@ msgstr "Mot de passe perdu ?"
msgid "remember"
msgstr "se souvenir de moi"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Connexion"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Logins alternatifs"
@@ -708,8 +735,13 @@ msgstr "Logins alternatifs"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Salut,
je veux juste vous signaler %s partagé »%s« avec vous.
Voyez-le!
Bonne continuation!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/fr/files.po b/l10n/fr/files.po
index 72963e3573f..c76c180c267 100644
--- a/l10n/fr/files.po
+++ b/l10n/fr/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: 2013-09-24 12:58-0400\n"
-"PO-Revision-Date: 2013-09-23 19:30+0000\n"
-"Last-Translator: ogre_sympathique \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -123,7 +123,7 @@ msgstr "L'URL ne peut-être vide"
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Nom de dossier invalide. L'utilisation du mot 'Shared' est réservée à Owncloud"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Erreur"
@@ -167,13 +167,13 @@ msgstr "{new_name} a été remplacé par {old_name}"
msgid "undo"
msgstr "annuler"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n dossier"
msgstr[1] "%n dossiers"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n fichier"
@@ -211,31 +211,44 @@ msgstr "Votre espage de stockage est plein, les fichiers ne peuvent plus être t
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Votre espace de stockage est presque plein ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Le chiffrement était désactivé mais vos fichiers sont toujours chiffrés. Veuillez vous rendre sur vos Paramètres personnels pour déchiffrer vos fichiers."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Votre téléchargement est cours de préparation. Ceci peut nécessiter un certain temps si les fichiers sont volumineux."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Erreur lors du déplacement du fichier"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nom"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Taille"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Modifié"
@@ -296,49 +309,49 @@ msgstr "Dossier"
msgid "From link"
msgstr "Depuis le lien"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Fichiers supprimés"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Annuler l'envoi"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Vous n'avez pas le droit d'écriture ici."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Il n'y a rien ici ! Envoyez donc quelque chose :)"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Télécharger"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Ne plus partager"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Supprimer"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Téléversement trop volumineux"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Les fichiers que vous essayez d'envoyer dépassent la taille maximale permise par ce serveur."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Les fichiers sont en cours d'analyse, veuillez patienter."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Analyse en cours"
diff --git a/l10n/fr/files_encryption.po b/l10n/fr/files_encryption.po
index 6616ed62275..c9033cf7618 100644
--- a/l10n/fr/files_encryption.po
+++ b/l10n/fr/files_encryption.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-03 07:42-0400\n"
-"PO-Revision-Date: 2013-09-03 10:00+0000\n"
-"Last-Translator: Christophe Lherieau \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -47,17 +47,24 @@ msgstr "Mot de passe changé avec succès "
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Ne peut pas changer le mot de passe. L'ancien mot de passe est peut-être incorrect."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Mot de passe de la clé privé mis à jour avec succès."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Impossible de mettre à jour le mot de passe de la clé privé. Peut-être que l'ancien mot de passe n'était pas correcte."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -65,36 +72,30 @@ msgid ""
"files."
msgstr "Votre clé de sécurité privée n'est pas valide! Il est probable que votre mot de passe ait été changé sans passer par le système ownCloud (par éxemple: le serveur de votre entreprise). Ain d'avoir à nouveau accès à vos fichiers cryptés, vous pouvez mettre à jour votre clé de sécurité privée dans les paramètres personnels de votre compte."
-#: hooks/hooks.php:51
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Système minimum requis non respecté."
-#: hooks/hooks.php:52
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Veuillez vous assurer qu'une version de PHP 5.3.3 ou supérieure est installée et qu'OpenSSL et son extension PHP sont activés et configurés correctement. En attendant, l'application de chiffrement été désactivée."
-#: hooks/hooks.php:250
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Les utilisateurs suivants ne sont pas configurés pour le chiffrement :"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Enregistrement..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "Votre clef privée est invalide ! Votre mot de passe a peut-être été modifié depuis l'extérieur."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Vous pouvez déverrouiller votre clé privée dans votre"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "paramètres personnel"
@@ -111,27 +112,35 @@ msgstr "Activer la clef de récupération (permet de récupérer les fichiers de
msgid "Recovery key password"
msgstr "Mot de passe de la clef de récupération"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Activer"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Désactiver"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Modifier le mot de passe de la clef de récupération :"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Ancien mot de passe de la clef de récupération"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Nouveau mot de passe de la clef de récupération"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Changer de mot de passe"
diff --git a/l10n/fr/files_sharing.po b/l10n/fr/files_sharing.po
index c9b74a2e271..3e69326d28d 100644
--- a/l10n/fr/files_sharing.po
+++ b/l10n/fr/files_sharing.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-13 21:46-0400\n"
-"PO-Revision-Date: 2013-09-14 00:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-04 14:11+0000\n"
"Last-Translator: Christophe Lherieau \n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/fr/files_trashbin.po b/l10n/fr/files_trashbin.po
index 52238114518..599cfe1a8ef 100644
--- a/l10n/fr/files_trashbin.po
+++ b/l10n/fr/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-03 07:43-0400\n"
-"PO-Revision-Date: 2013-09-03 09:30+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: Christophe Lherieau \n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
@@ -44,27 +44,27 @@ msgstr "effacer définitivement le fichier"
msgid "Delete permanently"
msgstr "Supprimer de façon définitive"
-#: js/trash.js:184 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nom"
-#: js/trash.js:185 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Effacé"
-#: js/trash.js:193
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
-msgstr[0] ""
+msgstr[0] "%n dossier"
msgstr[1] "%n dossiers"
-#: js/trash.js:199
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
-msgstr[0] ""
+msgstr[0] "%n fichier"
msgstr[1] "%n fichiers"
-#: lib/trash.php:814 lib/trash.php:816
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "restauré"
@@ -72,11 +72,11 @@ msgstr "restauré"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Il n'y a rien ici. Votre corbeille est vide !"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Restaurer"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Supprimer"
diff --git a/l10n/fr/lib.po b/l10n/fr/lib.po
index 792ec310105..a0467819d8e 100644
--- a/l10n/fr/lib.po
+++ b/l10n/fr/lib.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-19 13:10+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: ogre_sympathique \n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
@@ -20,318 +20,325 @@ msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "L'application \"%s\" ne peut être installée car elle n'est pas compatible avec cette version de ownCloud."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "Aucun nom d'application spécifié"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Aide"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Personnel"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Paramètres"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Utilisateurs"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administration"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Echec de la mise à niveau \"%s\"."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "Les images de profil personnalisées ne fonctionnent pas encore avec le système de chiffrement."
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Type de fichier inconnu"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Image invalide"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "services web sous votre contrôle"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "impossible d'ouvrir \"%s\""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "Téléchargement ZIP désactivé."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Les fichiers nécessitent d'être téléchargés un par un."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Retour aux Fichiers"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Les fichiers sélectionnés sont trop volumineux pour être compressés."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Télécharger les fichiers en parties plus petites, séparément ou demander avec bienveillance à votre administrateur."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "Aucune source spécifiée pour installer l'application"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "Aucun href spécifié pour installer l'application par http"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "Aucun chemin spécifié pour installer l'application depuis un fichier local"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "Les archives de type %s ne sont pas supportées"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Échec de l'ouverture de l'archive lors de l'installation de l'application"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "L'application ne fournit pas de fichier info.xml"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "L'application ne peut être installée car elle contient du code non-autorisé"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "L'application ne peut être installée car elle n'est pas compatible avec cette version de ownCloud"
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "L'application ne peut être installée car elle contient la balise true qui n'est pas autorisée pour les applications non-diffusées"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "L'application ne peut être installée car la version de info.xml/version n'est identique à celle indiquée sur l'app store"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "Le dossier de l'application existe déjà"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Impossible de créer le dossier de l'application. Corrigez les droits d'accès. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "L'application n'est pas activée"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Erreur d'authentification"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "La session a expiré. Veuillez recharger la page."
-#: search/provider/file.php:18 search/provider/file.php:36
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Fichiers"
-#: search/provider/file.php:27 search/provider/file.php:34
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Texte"
-#: search/provider/file.php:30
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Images"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s entrez le nom d'utilisateur de la base de données."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s entrez le nom de la base de données."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s vous nez pouvez pas utiliser de points dans le nom de la base de données"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Le nom d'utilisateur et/ou le mot de passe de la base MS SQL est invalide : %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Vous devez spécifier soit le nom d'un compte existant, soit celui de l'administrateur."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Nom d'utilisateur et/ou mot de passe de la base MySQL invalide"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Erreur de la base de données : \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "La requête en cause est : \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "L'utilisateur MySQL '%s'@'localhost' existe déjà."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Retirer cet utilisateur de la base MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "L'utilisateur MySQL '%s'@'%%' existe déjà"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Retirer cet utilisateur de la base MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "La connexion Oracle ne peut pas être établie"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Nom d'utilisateur et/ou mot de passe de la base Oracle invalide"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "La requête en cause est : \"%s\", nom : %s, mot de passe : %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Nom d'utilisateur et/ou mot de passe de la base PostgreSQL invalide"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Spécifiez un nom d'utilisateur pour l'administrateur."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Spécifiez un mot de passe administrateur."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Votre serveur web, n'est pas correctement configuré pour permettre la synchronisation des fichiers, car l'interface WebDav ne fonctionne pas comme il faut."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Veuillez vous référer au guide d'installation."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Impossible de trouver la catégorie \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "il y a quelques secondes"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] "il y a %n minutes"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] "Il y a %n heures"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "aujourd'hui"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "hier"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] "il y a %n jours"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "le mois dernier"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] "Il y a %n mois"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "l'année dernière"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "il y a plusieurs années"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Causé par :"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Impossible de trouver la catégorie \"%s\""
diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po
index 21918cf68da..685dbd3e186 100644
--- a/l10n/fr/settings.po
+++ b/l10n/fr/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: 2013-09-27 00:01-0400\n"
-"PO-Revision-Date: 2013-09-26 15:00+0000\n"
-"Last-Translator: Christophe Lherieau \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -163,15 +163,15 @@ msgstr "Mettre à jour"
msgid "Updated"
msgstr "Mise à jour effectuée avec succès"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Selectionner une photo de profil "
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Déchiffrement en cours... Cela peut prendre un certain temps."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Enregistrement..."
@@ -347,46 +347,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Autoriser les utilisateurs à partager avec des utilisateurs de leur groupe uniquement"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Sécurité"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Forcer HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Forcer les clients à se connecter à %s via une connexion chiffrée."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Veuillez vous connecter à cette instance %s via HTTPS pour activer ou désactiver SSL."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Log"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Niveau de log"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Plus"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Moins"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Version"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
@@ -27,17 +27,17 @@ msgstr "Erreur lors de la suppression des associations."
msgid "Failed to delete the server configuration"
msgstr "Échec de la suppression de la configuration du serveur"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "La configuration est valide et la connexion peut être établie !"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "La configuration est valide, mais le lien ne peut être établi. Veuillez vérifier les paramètres du serveur ainsi que vos identifiants de connexion."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/gl/core.po b/l10n/gl/core.po
index b8bcfd4eea8..18eab0b5b89 100644
--- a/l10n/gl/core.po
+++ b/l10n/gl/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: 2013-09-24 12:58-0400\n"
-"PO-Revision-Date: 2013-09-23 10:30+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 09:53+0000\n"
"Last-Translator: mbouzada \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -18,12 +18,17 @@ msgstr ""
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s compartiu «%s» con vostede"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr "Non é posíbel enviar correo aos usuarios seguintes: %s"
+
+#: ajax/share.php:327
msgid "group"
msgstr "grupo"
@@ -315,8 +320,8 @@ msgstr "Non se especificou o tipo de obxecto."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:656 js/share.js:668
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Erro"
@@ -336,126 +341,134 @@ msgstr "Compartir"
msgid "Share"
msgstr "Compartir"
-#: js/share.js:131 js/share.js:696
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Produciuse un erro ao compartir"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Produciuse un erro ao deixar de compartir"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Produciuse un erro ao cambiar os permisos"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Compartido con vostede e co grupo {group} por {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Compartido con vostede por {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Compartir con"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Compartir coa ligazón"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Protexido con contrasinais"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Contrasinal"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Permitir o envío público"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Enviar ligazón por correo"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Enviar"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Definir a data de caducidade"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Data de caducidade"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Compartir por correo:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Non se atopou xente"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Non se permite volver a compartir"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Compartido en {item} con {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Deixar de compartir"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr "notificar ao usuario por correo"
+
+#: js/share.js:361
msgid "can edit"
msgstr "pode editar"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "control de acceso"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "crear"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "actualizar"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "eliminar"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "compartir"
-#: js/share.js:400 js/share.js:643
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Protexido con contrasinal"
-#: js/share.js:656
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Produciuse un erro ao retirar a data de caducidade"
-#: js/share.js:668
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Produciuse un erro ao definir a data de caducidade"
-#: js/share.js:683
+#: js/share.js:692
msgid "Sending ..."
msgstr "Enviando..."
-#: js/share.js:694
+#: js/share.js:703
msgid "Email sent"
msgstr "Correo enviado"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Aviso"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Crear unha contra de administrador"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Avanzado"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Cartafol de datos"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Configurar a base de datos"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "vai ser utilizado"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Usuario da base de datos"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Contrasinal da base de datos"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Nome da base de datos"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Táboa de espazos da base de datos"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Servidor da base de datos"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Rematar a configuración"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr "Rematado ..."
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -691,11 +718,11 @@ msgstr "Perdeu o contrasinal?"
msgid "remember"
msgstr "lembrar"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Conectar"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Accesos alternativos"
@@ -703,8 +730,13 @@ msgstr "Accesos alternativos"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Ola,
só facerlle saber que %s compartiu «%s» con vostede.
Véxao!
Saúdos!"
+"href=\"%s\">View it!
"
+msgstr "Ola,
Só facerlle saber que %s compartiu «%s» con vostede.
Véxao!
"
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr "Esta compartición caduca o %s.
"
#: templates/update.php:3
#, php-format
diff --git a/l10n/gl/files.po b/l10n/gl/files.po
index 33e76e84873..99b866a9ada 100644
--- a/l10n/gl/files.po
+++ b/l10n/gl/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: 2013-09-24 12:58-0400\n"
-"PO-Revision-Date: 2013-09-23 10:30+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 09:10+0000\n"
"Last-Translator: mbouzada \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -120,7 +120,7 @@ msgstr "O URL non pode quedar baleiro."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Nome de cartafol incorrecto. O uso de «Compartido» e «Shared» está reservado para o ownClod"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Erro"
@@ -164,13 +164,13 @@ msgstr "substituír {new_name} por {old_name}"
msgid "undo"
msgstr "desfacer"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n cartafol"
msgstr[1] "%n cartafoles"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n ficheiro"
@@ -208,31 +208,44 @@ msgstr "O seu espazo de almacenamento está cheo, non é posíbel actualizar ou
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr "O aplicativo de cifrado está activado, mais as chaves non foron inicializadas, saia da sesión e volva a acceder de novo"
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr "A chave privada para o aplicativo de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados."
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "O cifrado foi desactivado, mais os ficheiros están cifrados. Vaia á configuración persoal para descifrar os ficheiros."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Está a prepararse a súa descarga. Isto pode levar bastante tempo se os ficheiros son grandes."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Produciuse un erro ao mover o ficheiro"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nome"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Tamaño"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Modificado"
@@ -293,49 +306,49 @@ msgstr "Cartafol"
msgid "From link"
msgstr "Desde a ligazón"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Ficheiros eliminados"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Cancelar o envío"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Non ten permisos para escribir aquí."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Aquí non hai nada. Envíe algo."
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Descargar"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Deixar de compartir"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Eliminar"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Envío demasiado grande"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor"
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Estanse analizando os ficheiros. Agarde."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Análise actual"
diff --git a/l10n/gl/files_encryption.po b/l10n/gl/files_encryption.po
index bdd69c84048..374e363bfa2 100644
--- a/l10n/gl/files_encryption.po
+++ b/l10n/gl/files_encryption.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
-"Last-Translator: mbouzada \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -46,17 +46,24 @@ msgstr "O contrasinal foi cambiado satisfactoriamente"
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Non foi posíbel cambiar o contrasinal. Probabelmente o contrasinal antigo non é o correcto."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "A chave privada foi actualizada correctamente."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Non foi posíbel actualizar o contrasinal da chave privada. É probábel que o contrasinal antigo non sexa correcto."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -64,36 +71,30 @@ msgid ""
"files."
msgstr "A chave privada non é correcta! É probábel que o seu contrasinal teña sido cambiado desde o exterior (p.ex. o seu directorio corporativo). Vostede pode actualizar o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros"
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Non se cumpren os requisitos."
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Asegúrese de que está instalado o PHP 5.3.3 ou posterior e de o OpenSSL xunto coa extensión PHP estean activados e configurados correctamente. Polo de agora foi desactivado o aplicativo de cifrado."
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Os seguintes usuarios non teñen configuración para o cifrado:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Gardando..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "A chave privada non é correcta! É probábel que o seu contrasinal teña sido cambiado desde o exterior. "
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Pode desbloquear a chave privada nos seus"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "axustes persoais"
@@ -110,27 +111,35 @@ msgstr "Activar a chave de recuperación (permitirá recuperar os ficheiros dos
msgid "Recovery key password"
msgstr "Contrasinal da chave de recuperación"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Activado"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Desactivado"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Cambiar o contrasinal da chave de la recuperación:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Antigo contrasinal da chave de recuperación"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Novo contrasinal da chave de recuperación"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Cambiar o contrasinal"
diff --git a/l10n/gl/files_trashbin.po b/l10n/gl/files_trashbin.po
index ad7adc59d70..7250668c4f0 100644
--- a/l10n/gl/files_trashbin.po
+++ b/l10n/gl/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-16 01:29-0400\n"
-"PO-Revision-Date: 2013-08-15 10:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: mbouzada \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -28,43 +28,43 @@ msgstr "Non foi posíbel eliminar %s permanente"
msgid "Couldn't restore %s"
msgstr "Non foi posíbel restaurar %s"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "realizar a operación de restauración"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Erro"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "eliminar o ficheiro permanentemente"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Eliminar permanentemente"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nome"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Eliminado"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n cartafol"
msgstr[1] "%n cartafoles"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n ficheiro"
msgstr[1] "%n ficheiros"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "restaurado"
@@ -72,11 +72,11 @@ msgstr "restaurado"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Aquí non hai nada. O cesto do lixo está baleiro!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Restablecer"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Eliminar"
diff --git a/l10n/gl/lib.po b/l10n/gl/lib.po
index 9cb8c43c361..53df3e297f9 100644
--- a/l10n/gl/lib.po
+++ b/l10n/gl/lib.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-18 11:47-0400\n"
-"PO-Revision-Date: 2013-09-17 13:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: mbouzada \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -18,318 +18,325 @@ msgstr ""
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "Non é posíbel instalar o aplicativo «%s» por non seren compatíbel con esta versión do ownCloud."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "Non se especificou o nome do aplicativo"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Axuda"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Persoal"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Axustes"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Usuarios"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administración"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Non foi posíbel anovar «%s»."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "As imaxes personalizadas de perfil aínda non funcionan co cifrado"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Tipo de ficheiro descoñecido"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Imaxe incorrecta"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "servizos web baixo o seu control"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "non foi posíbel abrir «%s»"
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "As descargas ZIP están desactivadas."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Os ficheiros necesitan seren descargados dun en un."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Volver aos ficheiros"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Os ficheiros seleccionados son demasiado grandes como para xerar un ficheiro zip."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Descargue os ficheiros en cachos máis pequenos e por separado, ou pídallos amabelmente ao seu administrador."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "Non foi especificada ningunha orixe ao instalar aplicativos"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "Non foi especificada ningunha href ao instalar aplicativos"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "Non foi especificada ningunha ruta ao instalar aplicativos desde un ficheiro local"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "Os arquivos do tipo %s non están admitidos"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Non foi posíbel abrir o arquivo ao instalar aplicativos"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "O aplicativo non fornece un ficheiro info.xml"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "Non é posíbel instalar o aplicativo por mor de conter código non permitido"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "Non é posíbel instalar o aplicativo por non seren compatíbel con esta versión do ownCloud."
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "Non é posíbel instalar o aplicativo por conter a etiqueta\n\n\ntrue\n\nque non está permitida para os aplicativos non enviados"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "Non é posíbel instalar o aplicativo xa que a versión en info.xml/version non é a mesma que a versión informada desde a App Store"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "Xa existe o directorio do aplicativo"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Non é posíbel crear o cartafol de aplicativos. Corrixa os permisos. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "O aplicativo non está activado"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Produciuse un erro de autenticación"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Testemuña caducada. Recargue a páxina."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Ficheiros"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Texto"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Imaxes"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s introduza o nome de usuario da base de datos"
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s introduza o nome da base de datos"
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s non se poden empregar puntos na base de datos"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Nome de usuario e/ou contrasinal de MS SQL incorrecto: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Deberá introducir unha conta existente ou o administrador."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Nome de usuario e/ou contrasinal de MySQL incorrecto"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Produciuse un erro na base de datos: «%s»"
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "A orde ofensiva foi: «%s»"
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "O usuario MySQL '%s'@'localhost' xa existe."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Omitir este usuario de MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "O usuario MySQL «%s»@«%%» xa existe."
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Omitir este usuario de MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Non foi posíbel estabelecer a conexión con Oracle"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Nome de usuario e/ou contrasinal de Oracle incorrecto"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "A orde ofensiva foi: «%s», nome: %s, contrasinal: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Nome de usuario e/ou contrasinal de PostgreSQL incorrecto"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Estabeleza un nome de usuario administrador"
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Estabeleza un contrasinal de administrador"
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "O seu servidor web non está aínda configurado adecuadamente para permitir a sincronización de ficheiros xa que semella que a interface WebDAV non está a funcionar."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Volva comprobar as guías de instalación"
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Non foi posíbel atopar a categoría «%s»"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "segundos atrás"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "hai %n minuto"
msgstr[1] "hai %n minutos"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "hai %n hora"
msgstr[1] "hai %n horas"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "hoxe"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "onte"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "hai %n día"
msgstr[1] "hai %n días"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "último mes"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "hai %n mes"
msgstr[1] "hai %n meses"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "último ano"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "anos atrás"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Causado por:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Non foi posíbel atopar a categoría «%s»"
diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po
index 8533d9c17c6..513443ae5b4 100644
--- a/l10n/gl/settings.po
+++ b/l10n/gl/settings.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 08:41+0000\n"
+"Last-Translator: mbouzada \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"
@@ -118,11 +118,11 @@ msgstr "Non é posíbel cambiar o contrasinal"
msgid "Update to {appversion}"
msgstr "Actualizar á {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Desactivar"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Activar"
@@ -130,43 +130,43 @@ msgstr "Activar"
msgid "Please wait...."
msgstr "Agarde..."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr "Produciuse un erro ao desactivar o aplicativo"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr "Produciuse un erro ao activar o aplicativo"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Actualizando..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Produciuse un erro mentres actualizaba o aplicativo"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Erro"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Actualizar"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Actualizado"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Seleccione unha imaxe para o perfil"
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Descifrando ficheiros... isto pode levar un anaco."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Gardando..."
@@ -342,46 +342,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Permitir que os usuarios compartan só cos usuarios dos seus grupos"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr "Permitir o envío de notificacións por correo"
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr "Permitir que os usuarios envíen notificacións por correo dos ficheiros compartidos"
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Seguranza"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Forzar HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Forzar que os clientes se conecten a %s empregando unha conexión cifrada."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Conéctese a %s empregando HTTPS para activar ou desactivar o forzado de SSL."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Rexistro"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Nivel de rexistro"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Máis"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Menos"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Versión"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -26,17 +26,17 @@ msgstr "Non foi posíbel limpar as asignacións."
msgid "Failed to delete the server configuration"
msgstr "Non foi posíbel eliminar a configuración do servidor"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "A configuración é correcta e pode estabelecerse a conexión."
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "A configuración é correcta, mais a ligazón non. Comprobe a configuración do servidor e as credenciais."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/he/core.po b/l10n/he/core.po
index c8ae1beb1e5..dac10ff78fc 100644
--- a/l10n/he/core.po
+++ b/l10n/he/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -19,12 +19,17 @@ msgstr ""
"Language: he\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s שיתף/שיתפה איתך את »%s«"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "קבוצה"
@@ -316,8 +321,8 @@ msgstr "סוג הפריט לא צוין."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "שגיאה"
@@ -337,126 +342,134 @@ msgstr "שותף"
msgid "Share"
msgstr "שתף"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "שגיאה במהלך השיתוף"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "שגיאה במהלך ביטול השיתוף"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "שגיאה במהלך שינוי ההגדרות"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "שותף אתך ועם הקבוצה {group} שבבעלות {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "שותף אתך על ידי {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "שיתוף עם"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "שיתוף עם קישור"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "הגנה בססמה"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "סיסמא"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "שליחת קישור בדוא״ל למשתמש"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "שליחה"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "הגדרת תאריך תפוגה"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "תאריך התפוגה"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "שיתוף באמצעות דוא״ל:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "לא נמצאו אנשים"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "אסור לעשות שיתוף מחדש"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "שותף תחת {item} עם {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "הסר שיתוף"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "ניתן לערוך"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "בקרת גישה"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "יצירה"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "עדכון"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "מחיקה"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "שיתוף"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "מוגן בססמה"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "אירעה שגיאה בביטול תאריך התפוגה"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "אירעה שגיאה בעת הגדרת תאריך התפוגה"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "מתבצעת שליחה ..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "הודעת הדוא״ל נשלחה"
+#: js/share.js:727
+msgid "Warning"
+msgstr "אזהרה"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "יצירת חשבון מנהל"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "מתקדם"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "תיקיית נתונים"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "הגדרת מסד הנתונים"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "ינוצלו"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "שם משתמש במסד הנתונים"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "ססמת מסד הנתונים"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "שם מסד הנתונים"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "מרחב הכתובות של מסד הנתונים"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "שרת בסיס נתונים"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "סיום התקנה"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -692,11 +719,11 @@ msgstr "שכחת את ססמתך?"
msgid "remember"
msgstr "שמירת הססמה"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "כניסה"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "כניסות אלטרנטיביות"
@@ -704,8 +731,13 @@ msgstr "כניסות אלטרנטיביות"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "שלום,
רצינו לעדכן כי %s שיתף/שיתפה איתך את »%s«.
לצפיה
יום טוב!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/he/files.po b/l10n/he/files.po
index 15a0138955b..d37f03036ac 100644
--- a/l10n/he/files.po
+++ b/l10n/he/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -87,7 +87,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "תיקייה שגויה."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "קבצים"
@@ -120,7 +120,7 @@ msgstr "קישור אינו יכול להיות ריק."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "שגיאה"
@@ -164,13 +164,13 @@ msgstr "{new_name} הוחלף ב־{old_name}"
msgid "undo"
msgstr "ביטול"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -208,31 +208,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "שם"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "גודל"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "זמן שינוי"
@@ -293,49 +306,49 @@ msgstr "תיקייה"
msgid "From link"
msgstr "מקישור"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "ביטול ההעלאה"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "אין כאן שום דבר. אולי ברצונך להעלות משהו?"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "הורדה"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "הסר שיתוף"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "מחיקה"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "העלאה גדולה מידי"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "הקבצים נסרקים, נא להמתין."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "הסריקה הנוכחית"
diff --git a/l10n/he/files_encryption.po b/l10n/he/files_encryption.po
index 200c5801924..a113b684cf8 100644
--- a/l10n/he/files_encryption.po
+++ b/l10n/he/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "שמירה…"
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/he/files_external.po b/l10n/he/files_external.po
index 42013789e83..7c7f1a22e17 100644
--- a/l10n/he/files_external.po
+++ b/l10n/he/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: he\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "הוענקה גישה"
@@ -25,7 +25,7 @@ msgstr "הוענקה גישה"
msgid "Error configuring Dropbox storage"
msgstr "אירעה שגיאה בעת הגדרת אחסון ב־Dropbox"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "הענקת גישה"
@@ -33,24 +33,24 @@ msgstr "הענקת גישה"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "נא לספק קוד יישום וסוד תקניים של Dropbox."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "אירעה שגיאה בעת הגדרת אחסון ב־Google Drive"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/he/files_trashbin.po b/l10n/he/files_trashbin.po
index b938a87bca0..ebdf6f41507 100644
--- a/l10n/he/files_trashbin.po
+++ b/l10n/he/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -28,43 +28,43 @@ msgstr "לא ניתן למחוק את %s לצמיתות"
msgid "Couldn't restore %s"
msgstr "לא ניתן לשחזר את %s"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "ביצוע פעולת שחזור"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "שגיאה"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "מחיקת קובץ לצמיתות"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "מחיקה לצמיתות"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "שם"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "נמחק"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -72,11 +72,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr "אין כאן שום דבר. סל המיחזור שלך ריק!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "שחזור"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "מחיקה"
diff --git a/l10n/he/lib.po b/l10n/he/lib.po
index d5ee81ab17a..84498606248 100644
--- a/l10n/he/lib.po
+++ b/l10n/he/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -17,318 +17,325 @@ msgstr ""
"Language: he\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "עזרה"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "אישי"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "הגדרות"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "משתמשים"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "מנהל"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "שירותי רשת תחת השליטה שלך"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "הורדת ZIP כבויה"
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "יש להוריד את הקבצים אחד אחרי השני."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "חזרה לקבצים"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "הקבצים הנבחרים גדולים מידי ליצירת קובץ zip."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "יישומים אינם מופעלים"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "שגיאת הזדהות"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "פג תוקף. נא לטעון שוב את הדף."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "קבצים"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "טקסט"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "תמונות"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "שרת האינטרנט שלך אינו מוגדר לצורכי סנכרון קבצים עדיין כיוון שמנשק ה־WebDAV כנראה אינו תקין."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "נא לעיין שוב במדריכי ההתקנה."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "לא ניתן למצוא את הקטגוריה „%s“"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "שניות"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] "לפני %n דקות"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] "לפני %n שעות"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "היום"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "אתמול"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] "לפני %n ימים"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "חודש שעבר"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] "לפני %n חודשים"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "שנה שעברה"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "שנים"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "לא ניתן למצוא את הקטגוריה „%s“"
diff --git a/l10n/he/settings.po b/l10n/he/settings.po
index 25d1901bcce..4a00de7bd32 100644
--- a/l10n/he/settings.po
+++ b/l10n/he/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -118,11 +118,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "עדכון לגרסה {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "בטל"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "הפעלה"
@@ -130,43 +130,43 @@ msgstr "הפעלה"
msgid "Please wait...."
msgstr "נא להמתין…"
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "מתבצע עדכון…"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "אירעה שגיאה בעת עדכון היישום"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "שגיאה"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "עדכון"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "מעודכן"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "שמירה…"
@@ -342,46 +342,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "לאפשר למשתמשים לשתף עם משתמשים בקבוצות שלהם בלבד"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "אבטחה"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "לאלץ HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "יומן"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "רמת הדיווח"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "יותר"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "פחות"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "גרסא"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -26,17 +26,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/hi/core.po b/l10n/hi/core.po
index 834b2c48eba..59475bde136 100644
--- a/l10n/hi/core.po
+++ b/l10n/hi/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -19,12 +19,17 @@ msgstr ""
"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -316,8 +321,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "त्रुटि"
@@ -337,126 +342,134 @@ msgstr ""
msgid "Share"
msgstr "साझा करें"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "के साथ साझा"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "पासवर्ड"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "भेजें"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "कोई व्यक्ति नहीं मिले "
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "भेजा जा रहा है"
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "ईमेल भेज दिया गया है "
+#: js/share.js:727
+msgid "Warning"
+msgstr "चेतावनी "
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "व्यवस्थापक खाता बनाएँ"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "उन्नत"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "डाटा फोल्डर"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "डेटाबेस कॉन्फ़िगर करें "
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "उपयोग होगा"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "डेटाबेस उपयोगकर्ता"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "डेटाबेस पासवर्ड"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "डेटाबेस का नाम"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "सेटअप समाप्त करे"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -692,11 +719,11 @@ msgstr ""
msgid "remember"
msgstr "याद रखें"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -704,7 +731,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/hi/files.po b/l10n/hi/files.po
index f6fcb10b392..9a0a85d390b 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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "त्रुटि"
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -292,49 +305,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr ""
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/hi/files_encryption.po b/l10n/hi/files_encryption.po
index ac181cbae06..30e76f8feba 100644
--- a/l10n/hi/files_encryption.po
+++ b/l10n/hi/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/hi/files_trashbin.po b/l10n/hi/files_trashbin.po
index 6ebcc054149..a67189f46b8 100644
--- a/l10n/hi/files_trashbin.po
+++ b/l10n/hi/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -27,43 +27,43 @@ msgstr ""
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr ""
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "त्रुटि"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr ""
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr ""
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr ""
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr ""
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -71,11 +71,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr ""
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr ""
diff --git a/l10n/hi/lib.po b/l10n/hi/lib.po
index e930c1b8889..2828479f62f 100644
--- a/l10n/hi/lib.po
+++ b/l10n/hi/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -17,318 +17,325 @@ msgstr ""
"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "सहयोग"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "यक्तिगत"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "सेटिंग्स"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "उपयोगकर्ता"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr ""
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr ""
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr ""
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr ""
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr ""
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr ""
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr ""
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr ""
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr ""
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr ""
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr ""
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr ""
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr ""
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr ""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr ""
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr ""
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr ""
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr ""
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr ""
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr ""
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr ""
diff --git a/l10n/hi/settings.po b/l10n/hi/settings.po
index fc8e5837c9c..d4ee230efd8 100644
--- a/l10n/hi/settings.po
+++ b/l10n/hi/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "त्रुटि"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "अद्यतन"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/hr/core.po b/l10n/hr/core.po
index 59f10907b07..aa8847b3dc8 100644
--- a/l10n/hr/core.po
+++ b/l10n/hr/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"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"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -319,8 +324,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Greška"
@@ -340,126 +345,134 @@ msgstr ""
msgid "Share"
msgstr "Podijeli"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Greška prilikom djeljenja"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Greška prilikom isključivanja djeljenja"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Greška prilikom promjena prava"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Djeli sa"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Djeli preko link-a"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Zaštiti lozinkom"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Lozinka"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Postavi datum isteka"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Datum isteka"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Dijeli preko email-a:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Osobe nisu pronađene"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Ponovo dijeljenje nije dopušteno"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Makni djeljenje"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "može mjenjat"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "kontrola pristupa"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "kreiraj"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "ažuriraj"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "izbriši"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "djeli"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Zaštita lozinkom"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Greška prilikom brisanja datuma isteka"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Greška prilikom postavljanja datuma isteka"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Stvori administratorski račun"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Napredno"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Mapa baze podataka"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Konfiguriraj bazu podataka"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "će se koristiti"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Korisnik baze podataka"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Lozinka baze podataka"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Ime baze podataka"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Database tablespace"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Poslužitelj baze podataka"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Završi postavljanje"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -695,11 +722,11 @@ msgstr "Izgubili ste lozinku?"
msgid "remember"
msgstr "zapamtiti"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Prijava"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -707,7 +734,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/hr/files.po b/l10n/hr/files.po
index 3eab0bfde87..039422202da 100644
--- a/l10n/hr/files.po
+++ b/l10n/hr/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Datoteke"
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Greška"
@@ -163,14 +163,14 @@ msgstr ""
msgid "undo"
msgstr "vrati"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -210,31 +210,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Ime"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Veličina"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Zadnja promjena"
@@ -295,49 +308,49 @@ msgstr "mapa"
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Prekini upload"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Nema ničega u ovoj mapi. Pošalji nešto!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Preuzimanje"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Makni djeljenje"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Obriši"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Prijenos je preobiman"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Datoteke koje pokušavate prenijeti prelaze maksimalnu veličinu za prijenos datoteka na ovom poslužitelju."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Datoteke se skeniraju, molimo pričekajte."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Trenutno skeniranje"
diff --git a/l10n/hr/files_encryption.po b/l10n/hr/files_encryption.po
index db272d0927c..12a6998030e 100644
--- a/l10n/hr/files_encryption.po
+++ b/l10n/hr/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Spremanje..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/hr/files_external.po b/l10n/hr/files_external.po
index a7a8e13f531..af43094b326 100644
--- a/l10n/hr/files_external.po
+++ b/l10n/hr/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"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"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr ""
@@ -25,7 +25,7 @@ msgstr ""
msgid "Error configuring Dropbox storage"
msgstr ""
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr ""
@@ -33,24 +33,24 @@ msgstr ""
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr ""
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/hr/files_trashbin.po b/l10n/hr/files_trashbin.po
index 76a24e0c67e..09cacae10df 100644
--- a/l10n/hr/files_trashbin.po
+++ b/l10n/hr/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@@ -27,45 +27,45 @@ msgstr ""
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr ""
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Greška"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr ""
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr ""
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Ime"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr ""
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -73,11 +73,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr ""
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Obriši"
diff --git a/l10n/hr/lib.po b/l10n/hr/lib.po
index 4450ee5f5d9..b3008a4540a 100644
--- a/l10n/hr/lib.po
+++ b/l10n/hr/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@@ -17,322 +17,329 @@ msgstr ""
"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"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Pomoć"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Osobno"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Postavke"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Korisnici"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administrator"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "web usluge pod vašom kontrolom"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr ""
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr ""
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr ""
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr ""
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr ""
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Greška kod autorizacije"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr ""
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Datoteke"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Tekst"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr ""
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr ""
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr ""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "sekundi prije"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "danas"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "jučer"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "prošli mjesec"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "prošlu godinu"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "godina"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr ""
diff --git a/l10n/hr/settings.po b/l10n/hr/settings.po
index aec94bb5dfb..03c222ac5e9 100644
--- a/l10n/hr/settings.po
+++ b/l10n/hr/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Isključi"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Uključi"
@@ -129,43 +129,43 @@ msgstr "Uključi"
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Greška"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Spremanje..."
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "dnevnik"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "više"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po
index 9a7a4428b56..0d7f2e2f317 100644
--- a/l10n/hu_HU/core.po
+++ b/l10n/hu_HU/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: 2013-09-30 10:16-0400\n"
-"PO-Revision-Date: 2013-09-30 00:42+0000\n"
-"Last-Translator: ebela \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
+"Last-Translator: I Robot \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"
@@ -19,12 +19,17 @@ msgstr ""
"Language: hu_HU\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s megosztotta Önnel ezt: »%s«"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "csoport"
@@ -316,8 +321,8 @@ msgstr "Az objektum típusa nincs megadva."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:656 js/share.js:668
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Hiba"
@@ -337,126 +342,134 @@ msgstr "Megosztott"
msgid "Share"
msgstr "Megosztás"
-#: js/share.js:131 js/share.js:696
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Nem sikerült létrehozni a megosztást"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Nem sikerült visszavonni a megosztást"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Nem sikerült módosítani a jogosultságokat"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Megosztotta Önnel és a(z) {group} csoporttal: {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Megosztotta Önnel: {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Kivel osztom meg"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Link megadásával osztom meg"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Jelszóval is védem"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Jelszó"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Feltöltést is engedélyezek"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Email címre küldjük el"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Küldjük el"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Legyen lejárati idő"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "A lejárati idő"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Megosztás emaillel:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Nincs találat"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Ezt az állományt csak a tulajdonosa oszthatja meg másokkal"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Megosztva {item}-ben {user}-rel"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "A megosztás visszavonása"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "módosíthat"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "jogosultság"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "létrehoz"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "szerkeszt"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "töröl"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "megoszt"
-#: js/share.js:400 js/share.js:643
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Jelszóval van védve"
-#: js/share.js:656
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Nem sikerült a lejárati időt törölni"
-#: js/share.js:668
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Nem sikerült a lejárati időt beállítani"
-#: js/share.js:683
+#: js/share.js:692
msgid "Sending ..."
msgstr "Küldés ..."
-#: js/share.js:694
+#: js/share.js:703
msgid "Email sent"
msgstr "Az emailt elküldtük"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Figyelmeztetés"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Rendszergazdai belépés létrehozása"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Haladó"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Adatkönyvtár"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Adatbázis konfigurálása"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "adatbázist fogunk használni"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Adatbázis felhasználónév"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Adatbázis jelszó"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Az adatbázis neve"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Az adatbázis táblázattér (tablespace)"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Adatbázis szerver"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "A beállítások befejezése"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -692,11 +719,11 @@ msgstr "Elfelejtette a jelszavát?"
msgid "remember"
msgstr "emlékezzen"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Bejelentkezés"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternatív bejelentkezés"
@@ -704,8 +731,13 @@ msgstr "Alternatív bejelentkezés"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Üdv!
Új hír: %s megosztotta Önnel ezt: »%s«.
Itt nézhető meg!
Minden jót!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po
index e61d77e5cb2..78fb764ef2f 100644
--- a/l10n/hu_HU/files.po
+++ b/l10n/hu_HU/files.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-27 00:01-0400\n"
-"PO-Revision-Date: 2013-09-24 18:40+0000\n"
-"Last-Translator: Laszlo Tornoci \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -120,7 +120,7 @@ msgstr "Az URL nem lehet semmi."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Érvénytelen mappanév. A 'Shared' az ownCloud számára fenntartott elnevezés"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Hiba"
@@ -164,13 +164,13 @@ msgstr "{new_name} fájlt kicseréltük ezzel: {old_name}"
msgid "undo"
msgstr "visszavonás"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n mappa"
msgstr[1] "%n mappa"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n állomány"
@@ -208,31 +208,44 @@ msgstr "A tároló tele van, a fájlok nem frissíthetőek vagy szinkronizálhat
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "A tároló majdnem tele van ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "A titkosítási funkciót kikapcsolták, de az Ön állományai még mindig titkosított állapotban vannak. A személyes beállításoknál tudja a titkosítást feloldani."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Készül a letöltendő állomány. Ez eltarthat egy ideig, ha nagyok a fájlok."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Az állomány áthelyezése nem sikerült."
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Név"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Méret"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Módosítva"
@@ -293,49 +306,49 @@ msgstr "Mappa"
msgid "From link"
msgstr "Feltöltés linkről"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Törölt fájlok"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "A feltöltés megszakítása"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Itt nincs írásjoga."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Itt nincs semmi. Töltsön fel valamit!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Letöltés"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "A megosztás visszavonása"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Törlés"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "A feltöltés túl nagy"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "A feltöltendő állományok mérete meghaladja a kiszolgálón megengedett maximális méretet."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "A fájllista ellenőrzése zajlik, kis türelmet!"
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Ellenőrzés alatt"
diff --git a/l10n/hu_HU/files_encryption.po b/l10n/hu_HU/files_encryption.po
index b21350959cb..a2a1a319f83 100644
--- a/l10n/hu_HU/files_encryption.po
+++ b/l10n/hu_HU/files_encryption.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-03 07:42-0400\n"
-"PO-Revision-Date: 2013-09-01 19:30+0000\n"
-"Last-Translator: blackc0de \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -44,17 +44,24 @@ msgstr "Jelszó sikeresen megváltoztatva."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "A jelszót nem lehet megváltoztatni! Lehet, hogy hibás volt a régi jelszó."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -62,36 +69,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:51
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:52
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Kérlek győződj meg arról, hogy PHP 5.3.3 vagy annál frissebb van telepítve, valamint a PHP-hez tartozó OpenSSL bővítmény be van-e kapcsolva és az helyesen van-e konfigurálva! Ki lett kapcsolva ideiglenesen a titkosító alkalmazás."
-#: hooks/hooks.php:250
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Mentés..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "személyes beállítások"
@@ -108,27 +109,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Bekapcsolva"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Kikapcsolva"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Jelszó megváltoztatása"
diff --git a/l10n/hu_HU/files_external.po b/l10n/hu_HU/files_external.po
index 9a1567b54e2..438523b0f62 100644
--- a/l10n/hu_HU/files_external.po
+++ b/l10n/hu_HU/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: Laszlo Tornoci \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
"Language: hu_HU\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Érvényes hozzáférés"
@@ -26,7 +26,7 @@ msgstr "Érvényes hozzáférés"
msgid "Error configuring Dropbox storage"
msgstr "A Dropbox tárolót nem sikerült beállítani"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Megadom a hozzáférést"
@@ -34,24 +34,24 @@ msgstr "Megadom a hozzáférést"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "Adjon meg egy érvényes Dropbox app key-t és secretet!"
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "A Google Drive tárolót nem sikerült beállítani"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Figyelem: az \"smbclient\" nincs telepítve a kiszolgálón. Emiatt nem lehet CIFS/SMB megosztásokat fölcsatolni. Kérje meg a rendszergazdát, hogy telepítse a szükséges programot."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Figyelem: a PHP FTP támogatása vagy nincs telepítve, vagy nincs engedélyezve a kiszolgálón. Emiatt nem lehetséges FTP-tárolókat fölcsatolni. Kérje meg a rendszergazdát, hogy telepítse a szükséges programot."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/hu_HU/files_trashbin.po b/l10n/hu_HU/files_trashbin.po
index d0d6f3bc51a..c669e0e0262 100644
--- a/l10n/hu_HU/files_trashbin.po
+++ b/l10n/hu_HU/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-27 00:01-0400\n"
-"PO-Revision-Date: 2013-09-24 18:40+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/hu_HU/lib.po b/l10n/hu_HU/lib.po
index 57212087ee5..1d76c543806 100644
--- a/l10n/hu_HU/lib.po
+++ b/l10n/hu_HU/lib.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-30 10:16-0400\n"
-"PO-Revision-Date: 2013-09-30 00:50+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: ebela \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
@@ -19,318 +19,325 @@ msgstr ""
"Language: hu_HU\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:237
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:248
+#: private/app.php:248
msgid "No app name specified"
msgstr "Nincs az alkalmazás név megadva."
-#: app.php:352
+#: private/app.php:352
msgid "Help"
msgstr "Súgó"
-#: app.php:365
+#: private/app.php:365
msgid "Personal"
msgstr "Személyes"
-#: app.php:376
+#: private/app.php:376
msgid "Settings"
msgstr "Beállítások"
-#: app.php:388
+#: private/app.php:388
msgid "Users"
msgstr "Felhasználók"
-#: app.php:401
+#: private/app.php:401
msgid "Admin"
msgstr "Adminsztráció"
-#: app.php:832
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Sikertelen Frissítés \"%s\"."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Ismeretlen file tipús"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Hibás kép"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "webszolgáltatások saját kézben"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "nem sikerült megnyitni \"%s\""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "A ZIP-letöltés nincs engedélyezve."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "A fájlokat egyenként kell letölteni."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Vissza a Fájlokhoz"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "A kiválasztott fájlok túl nagyok a zip tömörítéshez."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Tölts le a fileokat kisebb chunkokban, kölün vagy kérj segitséget a rendszergazdádtól."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "Az alkalmazás nem szolgáltatott info.xml file-t"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "Az alalmazás nem telepíthető, mert nem kompatibilis az ownClod ezzel a verziójával."
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "Az alkalmazás mappája már létezik"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Nem lehetett létrehozni az alkalmzás mappáját. Kérlek ellenőrizd a jogosultásgokat. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Az alkalmazás nincs engedélyezve"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Azonosítási hiba"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "A token lejárt. Frissítse az oldalt."
-#: search/provider/file.php:18 search/provider/file.php:36
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Fájlok"
-#: search/provider/file.php:27 search/provider/file.php:34
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Szöveg"
-#: search/provider/file.php:30
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Képek"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s adja meg az adatbázist elérő felhasználó login nevét."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s adja meg az adatbázis nevét."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s az adatbázis neve nem tartalmazhat pontot"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Az MS SQL felhasználónév és/vagy jelszó érvénytelen: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Vagy egy létező felhasználó vagy az adminisztrátor bejelentkezési nevét kell megadnia"
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "A MySQL felhasználói név és/vagy jelszó érvénytelen"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Adatbázis hiba: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "A hibát ez a parancs okozta: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "A '%s'@'localhost' MySQL felhasználó már létezik."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Törölje ezt a felhasználót a MySQL-ből"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "A '%s'@'%%' MySQL felhasználó már létezik"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Törölje ezt a felhasználót a MySQL-ből."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Az Oracle kapcsolat nem hozható létre"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Az Oracle felhasználói név és/vagy jelszó érvénytelen"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "A hibát okozó parancs ez volt: \"%s\", login név: %s, jelszó: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "A PostgreSQL felhasználói név és/vagy jelszó érvénytelen"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Állítson be egy felhasználói nevet az adminisztrációhoz."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Állítson be egy jelszót az adminisztrációhoz."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Az Ön webkiszolgálója nincs megfelelően beállítva az állományok szinkronizálásához, mert a WebDAV-elérés úgy tűnik, nem működik."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Kérjük tüzetesen tanulmányozza át a telepítési útmutatót."
-#: tags.php:194
+#: private/tags.php:194
#, php-format
msgid "Could not find category \"%s\""
msgstr "Ez a kategória nem található: \"%s\""
-#: template/functions.php:96
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "pár másodperce"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "ma"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "tegnap"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "múlt hónapban"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "tavaly"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "több éve"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Okozta:"
diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po
index f1bb5c03cfe..0b90253f000 100644
--- a/l10n/hu_HU/settings.po
+++ b/l10n/hu_HU/settings.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-30 10:17-0400\n"
-"PO-Revision-Date: 2013-09-30 00:21+0000\n"
-"Last-Translator: ebela \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -160,15 +160,15 @@ msgstr "Frissítés"
msgid "Updated"
msgstr "Frissítve"
-#: js/personal.js:221
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Válassz profil képet"
-#: js/personal.js:266
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "File-ok kititkosítása folyamatban... Kérlek várj, ez hosszabb ideig is eltarthat ..."
-#: js/personal.js:288
+#: js/personal.js:292
msgid "Saving..."
msgstr "Mentés..."
@@ -344,46 +344,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "A felhasználók csak olyanokkal oszthatják meg állományaikat, akikkel közös csoportban vannak"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Biztonság"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Kötelező HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Kötelezővé teszi, hogy a böngészőprogramok titkosított csatornán kapcsolódjanak a %s szolgáltatáshoz."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Kérjük kapcsolodjon a %s rendszerhez HTTPS protokollon keresztül, hogy be vagy ki kapcsoljaa kötelező SSL beállítást."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Naplózás"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Naplózási szint"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Több"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Kevesebb"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Verzió"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
@@ -27,17 +27,17 @@ msgstr "Nem sikerült törölni a hozzárendeléseket."
msgid "Failed to delete the server configuration"
msgstr "Nem sikerült törölni a kiszolgáló konfigurációját"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "A konfiguráció érvényes, és a kapcsolat létrehozható!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "A konfiguráció érvényes, de a kapcsolat nem hozható létre. Kérem ellenőrizze a kiszolgáló beállításait, és az elérési adatokat."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/hy/core.po b/l10n/hy/core.po
index cfc83cf7733..ae3dea63e17 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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: hy\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -314,8 +319,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -335,126 +340,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr ""
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr ""
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr ""
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr ""
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr ""
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -690,11 +717,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -702,7 +729,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/hy/files.po b/l10n/hy/files.po
index 46e6544393b..3f0ab24763f 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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -292,49 +305,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Բեռնել"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Ջնջել"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/hy/files_encryption.po b/l10n/hy/files_encryption.po
index e9b9f2afbe8..60b4e5ae2b3 100644
--- a/l10n/hy/files_encryption.po
+++ b/l10n/hy/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/hy/files_external.po b/l10n/hy/files_external.po
index ac97dda5449..d2cadb69d01 100644
--- a/l10n/hy/files_external.po
+++ b/l10n/hy/files_external.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
"PO-Revision-Date: 2013-04-26 08:01+0000\n"
"Last-Translator: FULL NAME \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: hy\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr ""
@@ -25,7 +25,7 @@ msgstr ""
msgid "Error configuring Dropbox storage"
msgstr ""
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr ""
@@ -33,24 +33,24 @@ msgstr ""
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr ""
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/hy/files_trashbin.po b/l10n/hy/files_trashbin.po
index b1c3d308429..b86cee60068 100644
--- a/l10n/hy/files_trashbin.po
+++ b/l10n/hy/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:38+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"
@@ -27,43 +27,43 @@ msgstr ""
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr ""
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr ""
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr ""
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr ""
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr ""
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr ""
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -71,11 +71,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr ""
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Ջնջել"
diff --git a/l10n/hy/settings.po b/l10n/hy/settings.po
index ecc4b3e2788..e86ef509444 100644
--- a/l10n/hy/settings.po
+++ b/l10n/hy/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: ia\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -314,8 +319,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Error"
@@ -335,126 +340,134 @@ msgstr ""
msgid "Share"
msgstr "Compartir"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Contrasigno"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Invia"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Crear un conto de administration"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Avantiate"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Dossier de datos"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Configurar le base de datos"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "essera usate"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Usator de base de datos"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Contrasigno de base de datos"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Nomine de base de datos"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Hospite de base de datos"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr ""
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -690,11 +717,11 @@ msgstr "Tu perdeva le contrasigno?"
msgid "remember"
msgstr "memora"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Aperir session"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -702,7 +729,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/ia/files.po b/l10n/ia/files.po
index 5244ffda625..8a79152c0bf 100644
--- a/l10n/ia/files.po
+++ b/l10n/ia/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Files"
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Error"
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nomine"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Dimension"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Modificate"
@@ -292,49 +305,49 @@ msgstr "Dossier"
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Nihil hic. Incarga alcun cosa!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Discargar"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Deler"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Incargamento troppo longe"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/ia/files_encryption.po b/l10n/ia/files_encryption.po
index 04eb7d8960c..d74401d3830 100644
--- a/l10n/ia/files_encryption.po
+++ b/l10n/ia/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/ia/files_external.po b/l10n/ia/files_external.po
index 37018f94604..9b2e205cccd 100644
--- a/l10n/ia/files_external.po
+++ b/l10n/ia/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: ia\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr ""
@@ -25,7 +25,7 @@ msgstr ""
msgid "Error configuring Dropbox storage"
msgstr ""
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr ""
@@ -33,24 +33,24 @@ msgstr ""
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr ""
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/ia/files_trashbin.po b/l10n/ia/files_trashbin.po
index 0ac362ef502..41a8965d2d4 100644
--- a/l10n/ia/files_trashbin.po
+++ b/l10n/ia/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@@ -27,43 +27,43 @@ msgstr ""
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr ""
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Error"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr ""
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr ""
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nomine"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr ""
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -71,11 +71,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr ""
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Deler"
diff --git a/l10n/ia/lib.po b/l10n/ia/lib.po
index 3f1800a5b6a..1ef496076d3 100644
--- a/l10n/ia/lib.po
+++ b/l10n/ia/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@@ -17,318 +17,325 @@ msgstr ""
"Language: ia\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Adjuta"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Personal"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Configurationes"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Usatores"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administration"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "servicios web sub tu controlo"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr ""
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr ""
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr ""
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr ""
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr ""
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr ""
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr ""
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Files"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Texto"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr ""
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr ""
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr ""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr ""
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr ""
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr ""
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr ""
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr ""
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr ""
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr ""
diff --git a/l10n/ia/settings.po b/l10n/ia/settings.po
index 3097b240fc6..1b6113bff36 100644
--- a/l10n/ia/settings.po
+++ b/l10n/ia/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Error"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Actualisar"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Registro"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Plus"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/id/core.po b/l10n/id/core.po
index 2a8ac8b61c4..6343b369f75 100644
--- a/l10n/id/core.po
+++ b/l10n/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "grup"
@@ -309,8 +314,8 @@ msgstr "Tipe objek tidak ditentukan."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Galat"
@@ -330,126 +335,134 @@ msgstr "Dibagikan"
msgid "Share"
msgstr "Bagikan"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Galat ketika membagikan"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Galat ketika membatalkan pembagian"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Galat ketika mengubah izin"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Dibagikan dengan Anda dan grup {group} oleh {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Dibagikan dengan Anda oleh {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Bagikan dengan"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Bagikan lewat tautan"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Lindungi dengan sandi"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Sandi"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Emailkan tautan ini ke orang"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Kirim"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Setel tanggal kedaluwarsa"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Tanggal kedaluwarsa"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Bagian lewat email:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Tidak ada orang ditemukan"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Berbagi ulang tidak diizinkan"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Dibagikan dalam {item} dengan {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Batalkan berbagi"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "dapat mengedit"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "kontrol akses"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "buat"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "perbarui"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "hapus"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "bagikan"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Dilindungi sandi"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Galat ketika menghapus tanggal kedaluwarsa"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Galat ketika menyetel tanggal kedaluwarsa"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Mengirim ..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "Email terkirim"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Peringatan"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Buat sebuah akun admin"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Lanjutan"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Folder data"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Konfigurasikan basis data"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "akan digunakan"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Pengguna basis data"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Sandi basis data"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Nama basis data"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Tablespace basis data"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Host basis data"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Selesaikan instalasi"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -685,11 +712,11 @@ msgstr "Lupa sandi?"
msgid "remember"
msgstr "selalu masuk"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Masuk"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Cara Alternatif untuk Masuk"
@@ -697,7 +724,12 @@ msgstr "Cara Alternatif untuk Masuk"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/id/files.po b/l10n/id/files.po
index dc0c2272b6b..10376eabb13 100644
--- a/l10n/id/files.po
+++ b/l10n/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "Direktori tidak valid."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Berkas"
@@ -119,7 +119,7 @@ msgstr "URL tidak boleh kosong"
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Galat"
@@ -163,12 +163,12 @@ msgstr "mengganti {new_name} dengan {old_name}"
msgid "undo"
msgstr "urungkan"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -204,31 +204,44 @@ msgstr "Ruang penyimpanan Anda penuh, berkas tidak dapat diperbarui atau disinkr
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Ruang penyimpanan hampir penuh ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Unduhan Anda sedang disiapkan. Prosesnya dapat berlangsung agak lama jika ukuran berkasnya besar."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nama"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Ukuran"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Dimodifikasi"
@@ -289,49 +302,49 @@ msgstr "Folder"
msgid "From link"
msgstr "Dari tautan"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Berkas yang dihapus"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Batal pengunggahan"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Anda tidak memiliki izin menulis di sini."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Tidak ada apa-apa di sini. Unggah sesuatu!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Unduh"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Batalkan berbagi"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Hapus"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Yang diunggah terlalu besar"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Berkas yang dicoba untuk diunggah melebihi ukuran maksimum pengunggahan berkas di server ini."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Berkas sedang dipindai, silakan tunggu."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Yang sedang dipindai"
diff --git a/l10n/id/files_encryption.po b/l10n/id/files_encryption.po
index a6c250dbb00..62ec821102c 100644
--- a/l10n/id/files_encryption.po
+++ b/l10n/id/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Menyimpan..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/id/files_external.po b/l10n/id/files_external.po
index fc20f2c0140..b58802d1575 100644
--- a/l10n/id/files_external.po
+++ b/l10n/id/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Akses diberikan"
@@ -25,7 +25,7 @@ msgstr "Akses diberikan"
msgid "Error configuring Dropbox storage"
msgstr "Kesalahan dalam mengonfigurasi penyimpanan Dropbox"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Berikan hak akses"
@@ -33,24 +33,24 @@ msgstr "Berikan hak akses"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "Masukkan kunci dan sandi aplikasi Dropbox yang benar."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Kesalahan dalam mengkonfigurasi penyimpanan Google Drive"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Peringatan: \"smbclient\" tidak terpasang. Mount direktori CIFS/SMB tidak dapat dilakukan. Silakan minta administrator sistem untuk memasangnya."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Peringatan: Dukungan FTP di PHP tidak aktif atau tidak terpasang. Mount direktori FTP tidak dapat dilakukan. Silakan minta administrator sistem untuk memasangnya."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/id/files_sharing.po b/l10n/id/files_sharing.po
index 4c5ff880016..2daa40bb0ca 100644
--- a/l10n/id/files_sharing.po
+++ b/l10n/id/files_sharing.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-13 21:46-0400\n"
-"PO-Revision-Date: 2013-09-14 00:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 17:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/id/files_trashbin.po b/l10n/id/files_trashbin.po
index 5f5941b22ad..7e210009761 100644
--- a/l10n/id/files_trashbin.po
+++ b/l10n/id/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@@ -27,41 +27,41 @@ msgstr "Tidak dapat menghapus permanen %s"
msgid "Couldn't restore %s"
msgstr "Tidak dapat memulihkan %s"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "jalankan operasi pemulihan"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Galat"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "hapus berkas secara permanen"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Hapus secara permanen"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nama"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Dihapus"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -69,11 +69,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Tempat sampah anda kosong!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Pulihkan"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Hapus"
diff --git a/l10n/id/lib.po b/l10n/id/lib.po
index 8aa1ab9b7ce..d4e1979c03f 100644
--- a/l10n/id/lib.po
+++ b/l10n/id/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@@ -17,314 +17,321 @@ msgstr ""
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Bantuan"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Pribadi"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Setelan"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Pengguna"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Admin"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "layanan web dalam kontrol Anda"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "Pengunduhan ZIP dimatikan."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Berkas harus diunduh satu persatu."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Kembali ke Daftar Berkas"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Berkas yang dipilih terlalu besar untuk dibuat berkas zip-nya."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Aplikasi tidak diaktifkan"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Galat saat autentikasi"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Token kedaluwarsa. Silakan muat ulang halaman."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Berkas"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Teks"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Gambar"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s masukkan nama pengguna basis data."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s masukkan nama basis data."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%sAnda tidak boleh menggunakan karakter titik pada nama basis data"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Nama pengguna dan/atau sandi MySQL tidak valid: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Anda harus memasukkan akun yang sudah ada atau administrator."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Nama pengguna dan/atau sandi MySQL tidak valid"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Galat Basis Data: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Perintah yang bermasalah: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "Pengguna MySQL '%s'@'localhost' sudah ada."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Hapus pengguna ini dari MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "Pengguna MySQL '%s'@'%%' sudah ada."
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Hapus pengguna ini dari MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Nama pengguna dan/atau sandi Oracle tidak valid"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Perintah yang bermasalah: \"%s\", nama pengguna: %s, sandi: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Nama pengguna dan/atau sandi PostgreSQL tidak valid"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Setel nama pengguna admin."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Setel sandi admin."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Web server Anda belum dikonfigurasikan dengan baik untuk mengizinkan sinkronisasi berkas karena tampaknya antarmuka WebDAV rusak."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Silakan periksa ulang panduan instalasi."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Tidak dapat menemukan kategori \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "beberapa detik yang lalu"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "hari ini"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "kemarin"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "bulan kemarin"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "tahun kemarin"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "beberapa tahun lalu"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Tidak dapat menemukan kategori \"%s\""
diff --git a/l10n/id/settings.po b/l10n/id/settings.po
index 7f2ef31f552..17de98e788e 100644
--- a/l10n/id/settings.po
+++ b/l10n/id/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "Perbarui ke {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Nonaktifkan"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "aktifkan"
@@ -129,43 +129,43 @@ msgstr "aktifkan"
msgid "Please wait...."
msgstr "Mohon tunggu...."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Memperbarui...."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Gagal ketika memperbarui aplikasi"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Galat"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Perbarui"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Diperbarui"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Menyimpan..."
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Hanya izinkan pengguna untuk berbagi dengan pengguna pada grup mereka sendiri"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Keamanan"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Selalu Gunakan HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Catat"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Level pencatatan"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Lainnya"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Ciutkan"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Versi"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr "Gagal menghapus konfigurasi server"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "Konfigurasi valid dan koneksi dapat dilakukan!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "Konfigurasi valid, tetapi Bind gagal. Silakan cek pengaturan server dan keamanan."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/is/core.po b/l10n/is/core.po
index f2fe78f0c1c..fdce8a6797a 100644
--- a/l10n/is/core.po
+++ b/l10n/is/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
@@ -18,12 +18,17 @@ msgstr ""
"Language: is\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -315,8 +320,8 @@ msgstr "Tegund ekki tilgreind"
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Villa"
@@ -336,126 +341,134 @@ msgstr "Deilt"
msgid "Share"
msgstr "Deila"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Villa við deilingu"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Villa við að hætta deilingu"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Villa við að breyta aðgangsheimildum"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Deilt með þér og hópnum {group} af {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Deilt með þér af {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Deila með"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Deila með veftengli"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Verja með lykilorði"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Lykilorð"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Senda vefhlekk í tölvupóstu til notenda"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Senda"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Setja gildistíma"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Gildir til"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Deila með tölvupósti:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Engir notendur fundust"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Endurdeiling er ekki leyfð"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Deilt með {item} ásamt {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Hætta deilingu"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "getur breytt"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "aðgangsstýring"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "mynda"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "uppfæra"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "eyða"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "deila"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Verja með lykilorði"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Villa við að aftengja gildistíma"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Villa við að setja gildistíma"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Sendi ..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "Tölvupóstur sendur"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Aðvörun"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Útbúa vefstjóra aðgang"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Ítarlegt"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Gagnamappa"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Stilla gagnagrunn"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "verður notað"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Gagnagrunns notandi"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Gagnagrunns lykilorð"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Nafn gagnagrunns"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Töflusvæði gagnagrunns"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Netþjónn gagnagrunns"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Virkja uppsetningu"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -691,11 +718,11 @@ msgstr "Týndir þú lykilorðinu?"
msgid "remember"
msgstr "muna eftir mér"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Skrá inn"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -703,7 +730,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/is/files.po b/l10n/is/files.po
index e53fa55a725..23bff8d67e3 100644
--- a/l10n/is/files.po
+++ b/l10n/is/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "Ógild mappa."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Skrár"
@@ -119,7 +119,7 @@ msgstr "Vefslóð má ekki vera tóm."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Villa"
@@ -163,13 +163,13 @@ msgstr "yfirskrifaði {new_name} með {old_name}"
msgid "undo"
msgstr "afturkalla"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nafn"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Stærð"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Breytt"
@@ -292,49 +305,49 @@ msgstr "Mappa"
msgid "From link"
msgstr "Af tengli"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Hætta við innsendingu"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Ekkert hér. Settu eitthvað inn!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Niðurhal"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Hætta deilingu"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Eyða"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Innsend skrá er of stór"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Skrárnar sem þú ert að senda inn eru stærri en hámarks innsendingarstærð á þessum netþjóni."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Verið er að skima skrár, vinsamlegast hinkraðu."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Er að skima"
diff --git a/l10n/is/files_encryption.po b/l10n/is/files_encryption.po
index db4f65b88d8..2934c51ed1e 100644
--- a/l10n/is/files_encryption.po
+++ b/l10n/is/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Er að vista ..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/is/files_external.po b/l10n/is/files_external.po
index 2d436f7d7ef..45381cc3b75 100644
--- a/l10n/is/files_external.po
+++ b/l10n/is/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: is\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Aðgengi veitt"
@@ -25,7 +25,7 @@ msgstr "Aðgengi veitt"
msgid "Error configuring Dropbox storage"
msgstr "Villa við að setja upp Dropbox gagnasvæði"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Veita aðgengi"
@@ -33,24 +33,24 @@ msgstr "Veita aðgengi"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "Gefðu upp virkan Dropbox lykil og leynikóða"
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Villa kom upp við að setja upp Google Drive gagnasvæði"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Aðvörun: \"smbclient\" er ekki uppsettur. Uppsetning á CIFS/SMB gagnasvæðum er ekki möguleg. Hafðu samband við kerfisstjóra til að fá hann uppsettan."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Aðvörun: FTP stuðningur í PHP er ekki virkur. Uppsetning á FTP gagnasvæðum er ekki möguleg. Hafðu samband við kerfisstjóra til að fá hann uppsettan."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/is/files_trashbin.po b/l10n/is/files_trashbin.po
index c28f1236b66..60884719266 100644
--- a/l10n/is/files_trashbin.po
+++ b/l10n/is/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
@@ -27,43 +27,43 @@ msgstr ""
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr ""
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Villa"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr ""
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr ""
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nafn"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr ""
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -71,11 +71,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr ""
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Eyða"
diff --git a/l10n/is/lib.po b/l10n/is/lib.po
index c814613bdc2..4042e96b859 100644
--- a/l10n/is/lib.po
+++ b/l10n/is/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
@@ -17,318 +17,325 @@ msgstr ""
"Language: is\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Hjálp"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Um mig"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Stillingar"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Notendur"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Stjórnun"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "vefþjónusta undir þinni stjórn"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "Slökkt á ZIP niðurhali."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Skrárnar verður að sækja eina og eina"
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Aftur í skrár"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Valdar skrár eru of stórar til að búa til ZIP skrá."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Forrit ekki virkt"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Villa við auðkenningu"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Auðkenning útrunnin. Vinsamlegast skráðu þig aftur inn."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Skrár"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Texti"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Myndir"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr ""
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Fann ekki flokkinn \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "sek."
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "í dag"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "í gær"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "síðasta mánuði"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "síðasta ári"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "einhverjum árum"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Fann ekki flokkinn \"%s\""
diff --git a/l10n/is/settings.po b/l10n/is/settings.po
index 928b1480018..e920436c9c7 100644
--- a/l10n/is/settings.po
+++ b/l10n/is/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
@@ -118,11 +118,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Gera óvirkt"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Virkja"
@@ -130,43 +130,43 @@ msgstr "Virkja"
msgid "Please wait...."
msgstr "Andartak...."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Uppfæri..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Villa"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Uppfæra"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Uppfært"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Er að vista ..."
@@ -342,46 +342,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Meira"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Minna"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Útgáfa"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
@@ -26,17 +26,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/it/core.po b/l10n/it/core.po
index a5586707e43..55c578982ee 100644
--- a/l10n/it/core.po
+++ b/l10n/it/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: 2013-09-29 00:02-0400\n"
-"PO-Revision-Date: 2013-09-27 18:30+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 16:10+0000\n"
"Last-Translator: Vincenzo Reale \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -21,12 +21,17 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s ha condiviso «%s» con te"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr "Impossibile inviare email ai seguenti utenti: %s"
+
+#: ajax/share.php:327
msgid "group"
msgstr "gruppo"
@@ -318,8 +323,8 @@ msgstr "Il tipo di oggetto non è specificato."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:656 js/share.js:668
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Errore"
@@ -339,126 +344,134 @@ msgstr "Condivisi"
msgid "Share"
msgstr "Condividi"
-#: js/share.js:131 js/share.js:696
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Errore durante la condivisione"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Errore durante la rimozione della condivisione"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Errore durante la modifica dei permessi"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Condiviso con te e con il gruppo {group} da {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Condiviso con te da {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Condividi con"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Condividi con collegamento"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Proteggi con password"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Password"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Consenti caricamento pubblico"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Invia collegamento via email"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Invia"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Imposta data di scadenza"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Data di scadenza"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Condividi tramite email:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Non sono state trovate altre persone"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "La ri-condivisione non è consentita"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Condiviso in {item} con {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Rimuovi condivisione"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr "notifica l'utente tramite email"
+
+#: js/share.js:361
msgid "can edit"
msgstr "può modificare"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "controllo d'accesso"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "creare"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "aggiornare"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "elimina"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "condividi"
-#: js/share.js:400 js/share.js:643
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Protetta da password"
-#: js/share.js:656
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Errore durante la rimozione della data di scadenza"
-#: js/share.js:668
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Errore durante l'impostazione della data di scadenza"
-#: js/share.js:683
+#: js/share.js:692
msgid "Sending ..."
msgstr "Invio in corso..."
-#: js/share.js:694
+#: js/share.js:703
msgid "Email sent"
msgstr "Messaggio inviato"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Avviso"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Crea un account amministratore"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Avanzat"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Cartella dati"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Configura il database"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "sarà utilizzato"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Utente del database"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Password del database"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Nome del database"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Spazio delle tabelle del database"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Host del database"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Termina la configurazione"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr "Completamento..."
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -694,11 +721,11 @@ msgstr "Hai perso la password?"
msgid "remember"
msgstr "ricorda"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Accedi"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Accessi alternativi"
@@ -706,8 +733,13 @@ msgstr "Accessi alternativi"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Ehilà,
volevo solamente farti sapere che %s ha condiviso «%s» con te.
Guarda!
Saluti!"
+"href=\"%s\">View it!
"
+msgstr "Ciao,
volevo informarti che %s ha condiviso %s con te.
Vedi!
"
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr "La condivisione scadrà il %s.
"
#: templates/update.php:3
#, php-format
diff --git a/l10n/it/files.po b/l10n/it/files.po
index 3b8b0f65394..d06b23a9a28 100644
--- a/l10n/it/files.po
+++ b/l10n/it/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: 2013-09-30 10:14-0400\n"
-"PO-Revision-Date: 2013-09-30 12:15+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 11:20+0000\n"
"Last-Translator: Vincenzo Reale \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -121,7 +121,7 @@ msgstr "L'URL non può essere vuoto."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Nome della cartella non valido. L'uso di 'Shared' è riservato a ownCloud"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Errore"
@@ -165,13 +165,13 @@ msgstr "sostituito {new_name} con {old_name}"
msgid "undo"
msgstr "annulla"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n cartella"
msgstr[1] "%n cartelle"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n file"
@@ -209,31 +209,44 @@ msgstr "Lo spazio di archiviazione è pieno, i file non possono essere più aggi
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Lo spazio di archiviazione è quasi pieno ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr "L'applicazione di cifratura è abilitata, ma le chiavi non sono state inizializzate, disconnettiti ed effettua nuovamente l'accesso"
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr "Chiave privata non valida per l'applicazione di cifratura. Aggiorna la password della chiave privata nelle impostazioni personali per ripristinare l'accesso ai tuoi file cifrati."
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "La cifratura è stata disabilitata ma i tuoi file sono ancora cifrati. Vai nelle impostazioni personali per decifrare i file."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Il tuo scaricamento è in fase di preparazione. Ciò potrebbe richiedere del tempo se i file sono grandi."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Errore durante lo spostamento del file"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nome"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Dimensione"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Modificato"
@@ -294,49 +307,49 @@ msgstr "Cartella"
msgid "From link"
msgstr "Da collegamento"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "File eliminati"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Annulla invio"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Qui non hai i permessi di scrittura."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Non c'è niente qui. Carica qualcosa!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Scarica"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Rimuovi condivisione"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Elimina"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Caricamento troppo grande"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "I file che stai provando a caricare superano la dimensione massima consentita su questo server."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Scansione dei file in corso, attendi"
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Scansione corrente"
diff --git a/l10n/it/files_encryption.po b/l10n/it/files_encryption.po
index eac60e403ba..9648bdc7e36 100644
--- a/l10n/it/files_encryption.po
+++ b/l10n/it/files_encryption.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
-"Last-Translator: Vincenzo Reale \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -46,17 +46,24 @@ msgstr "Password modificata correttamente."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Impossibile cambiare la password. Forse la vecchia password non era corretta."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Password della chiave privata aggiornata correttamente."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Impossibile aggiornare la password della chiave privata. Forse la vecchia password non era corretta."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -64,36 +71,30 @@ msgid ""
"files."
msgstr "La chiave privata non è valida! Forse la password è stata cambiata esternamente al sistema di ownCloud (ad es. la directory aziendale). Puoi aggiornare la password della chiave privata nelle impostazioni personali per ottenere nuovamente l'accesso ai file."
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Requisiti mancanti."
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Assicurati che sia installato PHP 5.3.3 o versioni successive e che l'estensione OpenSSL di PHP sia abilitata e configurata correttamente. Per ora, l'applicazione di cifratura è disabilitata."
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "I seguenti utenti non sono configurati per la cifratura:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Salvataggio in corso..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "La tua chiave privata non è valida! Forse è stata modifica dall'esterno."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Puoi sbloccare la chiave privata nelle tue"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "impostazioni personali"
@@ -110,27 +111,35 @@ msgstr "Abilita la chiave di recupero (permette di recuperare i file utenti in c
msgid "Recovery key password"
msgstr "Password della chiave di recupero"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Abilitata"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Disabilitata"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Cambia la password della chiave di recupero:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Vecchia password della chiave di recupero"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Nuova password della chiave di recupero"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Modifica password"
diff --git a/l10n/it/files_trashbin.po b/l10n/it/files_trashbin.po
index 323adf9021f..b6c4e7090dd 100644
--- a/l10n/it/files_trashbin.po
+++ b/l10n/it/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-25 19:18-0400\n"
-"PO-Revision-Date: 2013-08-25 06:50+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: Vincenzo Reale \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -28,43 +28,43 @@ msgstr "Impossibile eliminare %s definitivamente"
msgid "Couldn't restore %s"
msgstr "Impossibile ripristinare %s"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "esegui operazione di ripristino"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Errore"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "elimina il file definitivamente"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Elimina definitivamente"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nome"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Eliminati"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n cartella"
msgstr[1] "%n cartelle"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n file"
msgstr[1] "%n file"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "ripristinati"
@@ -72,11 +72,11 @@ msgstr "ripristinati"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Qui non c'è niente. Il tuo cestino è vuoto."
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Ripristina"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Elimina"
diff --git a/l10n/it/lib.po b/l10n/it/lib.po
index 27b7c76e85e..634898776d9 100644
--- a/l10n/it/lib.po
+++ b/l10n/it/lib.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-19 05:50+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: Vincenzo Reale \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -20,318 +20,325 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "L'applicazione \"%s\" non può essere installata poiché non è compatibile con questa versione di ownCloud."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "Il nome dell'applicazione non è specificato"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Aiuto"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Personale"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Impostazioni"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Utenti"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Admin"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Aggiornamento non riuscito \"%s\"."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "Le immagini personalizzate del profilo non funzionano ancora con la cifratura"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Tipo di file sconosciuto"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Immagine non valida"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "servizi web nelle tue mani"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "impossibile aprire \"%s\""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "Lo scaricamento in formato ZIP è stato disabilitato."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "I file devono essere scaricati uno alla volta."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Torna ai file"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "I file selezionati sono troppo grandi per generare un file zip."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Scarica i file in blocchi più piccoli, separatamente o chiedi al tuo amministratore."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "Nessuna fonte specificata durante l'installazione dell'applicazione"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "Nessun href specificato durante l'installazione dell'applicazione da http"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "Nessun percorso specificato durante l'installazione dell'applicazione da file locale"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "Gli archivi di tipo %s non sono supportati"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Apertura archivio non riuscita durante l'installazione dell'applicazione"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "L'applicazione non fornisce un file info.xml"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "L'applicazione non può essere installata a causa di codice non consentito al suo interno"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "L'applicazione non può essere installata poiché non è compatibile con questa versione di ownCloud"
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "L'applicazione non può essere installata poiché contiene il tag true che non è permesso alle applicazioni non shipped"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "L'applicazione non può essere installata poiché la versione in info.xml/version non è la stessa riportata dall'app store"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "La cartella dell'applicazione esiste già"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Impossibile creare la cartella dell'applicazione. Correggi i permessi. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "L'applicazione non è abilitata"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Errore di autenticazione"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Token scaduto. Ricarica la pagina."
-#: search/provider/file.php:18 search/provider/file.php:36
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "File"
-#: search/provider/file.php:27 search/provider/file.php:34
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Testo"
-#: search/provider/file.php:30
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Immagini"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s digita il nome utente del database."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s digita il nome del database."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s non dovresti utilizzare punti nel nome del database"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Nome utente e/o password MS SQL non validi: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "È necessario inserire un account esistente o l'amministratore."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Nome utente e/o password di MySQL non validi"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "Errore DB: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Il comando non consentito era: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "L'utente MySQL '%s'@'localhost' esiste già."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Elimina questo utente da MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "L'utente MySQL '%s'@'%%' esiste già"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Elimina questo utente da MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "La connessione a Oracle non può essere stabilita"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Nome utente e/o password di Oracle non validi"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Il comando non consentito era: \"%s\", nome: %s, password: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Nome utente e/o password di PostgreSQL non validi"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Imposta un nome utente di amministrazione."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Imposta una password di amministrazione."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra essere danneggiata."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Leggi attentamente le guide d'installazione."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Impossibile trovare la categoria \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "secondi fa"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "%n minuto fa"
msgstr[1] "%n minuti fa"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "%n ora fa"
msgstr[1] "%n ore fa"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "oggi"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "ieri"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "%n giorno fa"
msgstr[1] "%n giorni fa"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "mese scorso"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "%n mese fa"
msgstr[1] "%n mesi fa"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "anno scorso"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "anni fa"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Causato da:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Impossibile trovare la categoria \"%s\""
diff --git a/l10n/it/settings.po b/l10n/it/settings.po
index 8248b45ef24..305ae7af50e 100644
--- a/l10n/it/settings.po
+++ b/l10n/it/settings.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-30 10:17-0400\n"
-"PO-Revision-Date: 2013-09-30 12:15+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 11:20+0000\n"
"Last-Translator: Vincenzo Reale \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -161,15 +161,15 @@ msgstr "Aggiorna"
msgid "Updated"
msgstr "Aggiornato"
-#: js/personal.js:221
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Seleziona un'immagine del profilo"
-#: js/personal.js:266
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Decifratura dei file in corso... Attendi, potrebbe richiedere del tempo."
-#: js/personal.js:288
+#: js/personal.js:292
msgid "Saving..."
msgstr "Salvataggio in corso..."
@@ -345,46 +345,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Consenti agli utenti di condividere solo con utenti dei loro gruppi"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr "Consenti le notifiche tramite posta elettronica"
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr "Consenti all'utente di inviare notifiche tramite posta elettronica per i file condivisi"
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Protezione"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Forza HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Forza i client a connettersi a %s tramite una connessione cifrata."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Connettiti al tuo %s tramite HTTPS per abilitare o disabilitare l'applicazione di SSL."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Log"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Livello di log"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Altro"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Meno"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Versione"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -26,17 +26,17 @@ msgstr "Cancellazione delle associazioni non riuscita."
msgid "Failed to delete the server configuration"
msgstr "Eliminazione della configurazione del server non riuscita"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "La configurazione è valida e la connessione può essere stabilita."
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "La configurazione è valida, ma il Bind non è riuscito. Controlla le impostazioni del server e le credenziali."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po
index 73ad535aee2..6acbccfcf88 100644
--- a/l10n/ja_JP/core.po
+++ b/l10n/ja_JP/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: 2013-09-30 10:16-0400\n"
-"PO-Revision-Date: 2013-09-30 06:25+0000\n"
-"Last-Translator: Daisuke Deguchi \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
+"Last-Translator: I Robot \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"
@@ -21,12 +21,17 @@ msgstr ""
"Language: ja_JP\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%sが あなたと »%s«を共有しました"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "グループ"
@@ -313,8 +318,8 @@ msgstr "オブジェクタイプが指定されていません。"
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:656 js/share.js:668
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "エラー"
@@ -334,126 +339,134 @@ msgstr "共有中"
msgid "Share"
msgstr "共有"
-#: js/share.js:131 js/share.js:696
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "共有でエラー発生"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "共有解除でエラー発生"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "権限変更でエラー発生"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "あなたと {owner} のグループ {group} で共有中"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "{owner} と共有中"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "共有者"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "URLリンクで共有"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "パスワード保護"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "パスワード"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "アップロードを許可"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "メールリンク"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "送信"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "有効期限を設定"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "有効期限"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "メール経由で共有:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "ユーザーが見つかりません"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "再共有は許可されていません"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "{item} 内で {user} と共有中"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "共有解除"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "編集可能"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "アクセス権限"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "作成"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "更新"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "削除"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "共有"
-#: js/share.js:400 js/share.js:643
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "パスワード保護"
-#: js/share.js:656
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "有効期限の未設定エラー"
-#: js/share.js:668
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "有効期限の設定でエラー発生"
-#: js/share.js:683
+#: js/share.js:692
msgid "Sending ..."
msgstr "送信中..."
-#: js/share.js:694
+#: js/share.js:703
msgid "Email sent"
msgstr "メールを送信しました"
+#: js/share.js:727
+msgid "Warning"
+msgstr "警告"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "管理者アカウントを作成してください"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "詳細設定"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "データフォルダ"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "データベースを設定してください"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "が使用されます"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "データベースのユーザ名"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "データベースのパスワード"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "データベース名"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "データベースの表領域"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "データベースのホスト名"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "セットアップを完了します"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -689,11 +716,11 @@ msgstr "パスワードを忘れましたか?"
msgid "remember"
msgstr "パスワードを記憶する"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "ログイン"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "代替ログイン"
@@ -701,8 +728,13 @@ msgstr "代替ログイン"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "こんにちは、
%sがあなたと »%s« を共有したことをお知らせします。
それを表示
それでは。"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/ja_JP/files.po b/l10n/ja_JP/files.po
index 23062b05965..1f6469f9e0c 100644
--- a/l10n/ja_JP/files.po
+++ b/l10n/ja_JP/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: 2013-09-30 10:14-0400\n"
-"PO-Revision-Date: 2013-09-30 06:27+0000\n"
-"Last-Translator: Daisuke Deguchi \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -124,7 +124,7 @@ msgstr "URLは空にできません。"
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "無効なフォルダ名です。'Shared' の利用はownCloudで予約済みです"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "エラー"
@@ -168,12 +168,12 @@ msgstr "{old_name} を {new_name} に置換"
msgid "undo"
msgstr "元に戻す"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n個のフォルダ"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n個のファイル"
@@ -209,31 +209,44 @@ msgstr "あなたのストレージは一杯です。ファイルの更新と同
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "あなたのストレージはほぼ一杯です({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。"
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "ダウンロードの準備中です。ファイルサイズが大きい場合は少し時間がかかるかもしれません。"
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "ファイルの移動エラー"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "名前"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "サイズ"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "変更"
@@ -294,49 +307,49 @@ msgstr "フォルダ"
msgid "From link"
msgstr "リンク"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "削除ファイル"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "アップロードをキャンセル"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "あなたには書き込み権限がありません。"
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "ここには何もありません。何かアップロードしてください。"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "ダウンロード"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "共有解除"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "削除"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "アップロードには大きすぎます。"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "アップロードしようとしているファイルは、サーバで規定された最大サイズを超えています。"
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "ファイルをスキャンしています、しばらくお待ちください。"
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "スキャン中"
diff --git a/l10n/ja_JP/files_encryption.po b/l10n/ja_JP/files_encryption.po
index ba39e536210..abaa14b511f 100644
--- a/l10n/ja_JP/files_encryption.po
+++ b/l10n/ja_JP/files_encryption.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
-"Last-Translator: tt yn \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -46,17 +46,24 @@ msgstr "パスワードを変更できました。"
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "パスワードを変更できませんでした。古いパスワードが間違っているかもしれません。"
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "秘密鍵のパスワードが正常に更新されました。"
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "秘密鍵のパスワードを更新できませんでした。古いパスワードが正確でない場合があります。"
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -64,36 +71,30 @@ msgid ""
"files."
msgstr "秘密鍵が有効ではありません。パスワードがownCloudシステムの外部(例えば、企業ディレクトリ)から変更された恐れがあります。個人設定で秘密鍵のパスワードを更新して、暗号化されたファイルを回復出来ます。"
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "必要要件が満たされていません。"
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "必ず、PHP 5.3.3もしくはそれ以上をインストールし、同時にOpenSSLのPHP拡張を有効にした上でOpenSSLも同様にインストール、適切に設定してください。現時点では暗号化アプリは無効になっています。"
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "以下のユーザーは、暗号化設定がされていません:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "保存中..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "秘密鍵が有効ではありません。パスワードが外部から変更された恐れがあります。"
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "個人設定で"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "秘密鍵をアンロックできます"
@@ -110,27 +111,35 @@ msgstr "復旧キーを有効化 (万一パスワードを亡くした場合も
msgid "Recovery key password"
msgstr "復旧キーのパスワード"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "有効"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "無効"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "復旧キーのパスワードを変更:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "古い復旧キーのパスワード"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "新しい復旧キーのパスワード"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "パスワードを変更"
diff --git a/l10n/ja_JP/files_external.po b/l10n/ja_JP/files_external.po
index 63c2ad22a06..1dfe940826f 100644
--- a/l10n/ja_JP/files_external.po
+++ b/l10n/ja_JP/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: ja_JP\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "アクセスは許可されました"
@@ -25,7 +25,7 @@ msgstr "アクセスは許可されました"
msgid "Error configuring Dropbox storage"
msgstr "Dropboxストレージの設定エラー"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "アクセスを許可"
@@ -33,24 +33,24 @@ msgstr "アクセスを許可"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "有効なDropboxアプリのキーとパスワードを入力して下さい。"
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Googleドライブストレージの設定エラー"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "警告: \"smbclient\" はインストールされていません。CIFS/SMB 共有のマウントはできません。システム管理者にインストールをお願いして下さい。"
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "警告: PHPのFTPサポートは無効もしくはインストールされていません。FTP共有のマウントはできません。システム管理者にインストールをお願いして下さい。"
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/ja_JP/files_trashbin.po b/l10n/ja_JP/files_trashbin.po
index a52a5067369..b865b55bdc1 100644
--- a/l10n/ja_JP/files_trashbin.po
+++ b/l10n/ja_JP/files_trashbin.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-16 01:29-0400\n"
-"PO-Revision-Date: 2013-08-15 09:50+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: plazmism \n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
@@ -29,41 +29,41 @@ msgstr "%s を完全に削除出来ませんでした"
msgid "Couldn't restore %s"
msgstr "%s を復元出来ませんでした"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "復元操作を実行する"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "エラー"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "ファイルを完全に削除する"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "完全に削除する"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "名前"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "削除済み"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n個のフォルダ"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n個のファイル"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "復元済"
@@ -71,11 +71,11 @@ msgstr "復元済"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "ここには何もありません。ゴミ箱は空です!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "復元"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "削除"
diff --git a/l10n/ja_JP/lib.po b/l10n/ja_JP/lib.po
index 6b0484f521d..6607afad7bb 100644
--- a/l10n/ja_JP/lib.po
+++ b/l10n/ja_JP/lib.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-22 12:56-0400\n"
-"PO-Revision-Date: 2013-09-21 13:50+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: tt yn \n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
@@ -21,314 +21,321 @@ msgstr ""
"Language: ja_JP\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr " \"%s\" アプリは、このバージョンのownCloudと互換性がない為、インストールできません。"
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "アプリ名が未指定"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "ヘルプ"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "個人"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "設定"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "ユーザ"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "管理"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "\"%s\" へのアップグレードに失敗しました。"
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "暗号無しでは利用不可なカスタムプロフィール画像"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "不明なファイルタイプ"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "無効な画像"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "管理下のウェブサービス"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "\"%s\" が開けません"
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIPダウンロードは無効です。"
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "ファイルは1つずつダウンロードする必要があります。"
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "ファイルに戻る"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "選択したファイルはZIPファイルの生成には大きすぎます。"
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "ファイルは、小さいファイルに分割されてダウンロードされます。もしくは、管理者にお尋ねください。"
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "アプリインストール時のソースが未指定"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "アプリインストール時のhttpの URL が未指定"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "アプリインストール時のローカルファイルのパスが未指定"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "\"%s\"タイプのアーカイブ形式は未サポート"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "アプリをインストール中にアーカイブファイルを開けませんでした。"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "アプリにinfo.xmlファイルが入っていません"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "アプリで許可されないコードが入っているのが原因でアプリがインストールできません"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "アプリは、このバージョンのownCloudと互換性がない為、インストールできません。"
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "非shippedアプリには許可されないtrueタグが含まれているためにアプリをインストール出来ません。"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "info.xml/versionのバージョンがアプリストアのバージョンと合っていない為、アプリはインストールされません"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "アプリディレクトリは既に存在します"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "アプリフォルダを作成出来ませんでした。%s のパーミッションを修正してください。"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "アプリケーションは無効です"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "認証エラー"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "トークンが無効になりました。ページを再読込してください。"
-#: search/provider/file.php:18 search/provider/file.php:36
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "ファイル"
-#: search/provider/file.php:27 search/provider/file.php:34
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "TTY TDD"
-#: search/provider/file.php:30
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "画像"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s のデータベースのユーザ名を入力してください。"
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s のデータベース名を入力してください。"
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s ではデータベース名にドットを利用できないかもしれません。"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL サーバーのユーザー名/パスワードが正しくありません: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "既存のアカウントもしくは管理者のどちらかを入力する必要があります。"
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "MySQLのユーザ名もしくはパスワードは有効ではありません"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "DBエラー: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "違反コマンド: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQLのユーザ '%s'@'localhost' はすでに存在します。"
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "MySQLからこのユーザを削除"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQLのユーザ '%s'@'%%' はすでに存在します。"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "MySQLからこのユーザを削除する。"
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Oracleへの接続が確立できませんでした。"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Oracleのユーザ名もしくはパスワードは有効ではありません"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "違反コマンド: \"%s\"、名前: %s、パスワード: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQLのユーザ名もしくはパスワードは有効ではありません"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "管理者のユーザ名を設定。"
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "管理者のパスワードを設定。"
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "WebDAVインタフェースが動作していないと考えられるため、あなたのWEBサーバはまだファイルの同期を許可するように適切な設定がされていません。"
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "インストールガイドをよく確認してください。"
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "カテゴリ \"%s\" が見つかりませんでした"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "数秒前"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "%n 分前"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "%n 時間後"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "今日"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "昨日"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "%n 日後"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "一月前"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "%n カ月後"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "一年前"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "年前"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "原因は以下:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "カテゴリ \"%s\" が見つかりませんでした"
diff --git a/l10n/ja_JP/settings.po b/l10n/ja_JP/settings.po
index 9414aa1720c..1ffa3d1aac9 100644
--- a/l10n/ja_JP/settings.po
+++ b/l10n/ja_JP/settings.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-30 10:17-0400\n"
-"PO-Revision-Date: 2013-09-30 06:33+0000\n"
-"Last-Translator: Daisuke Deguchi \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -160,15 +160,15 @@ msgstr "更新"
msgid "Updated"
msgstr "更新済み"
-#: js/personal.js:221
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "プロファイル画像を選択"
-#: js/personal.js:266
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "ファイルを複合中... しばらくお待ちください、この処理には少し時間がかかるかもしれません。"
-#: js/personal.js:288
+#: js/personal.js:292
msgid "Saving..."
msgstr "保存中..."
@@ -344,46 +344,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "ユーザにグループ内のユーザとのみ共有を許可する"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "セキュリティ"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "常にHTTPSを使用する"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "クライアントから %sへの接続を常に暗号化する。"
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "強制的なSSL接続を有効/無効にするために、HTTPS経由で %s へ接続してください。"
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "ログ"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "ログレベル"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "もっと見る"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "閉じる"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "バージョン"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
@@ -27,17 +27,17 @@ msgstr "マッピングのクリアに失敗しました。"
msgid "Failed to delete the server configuration"
msgstr "サーバ設定の削除に失敗しました"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "設定は有効であり、接続を確立しました!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "設定は有効ですが、接続に失敗しました。サーバ設定と資格情報を確認して下さい。"
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/ka/core.po b/l10n/ka/core.po
index e6a62126ccc..9b04573ae74 100644
--- a/l10n/ka/core.po
+++ b/l10n/ka/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -309,8 +314,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -330,126 +335,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "პაროლი"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr ""
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr ""
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr ""
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr ""
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -685,11 +712,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -697,7 +724,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/ka/files.po b/l10n/ka/files.po
index 84143c9cd2a..d5402ad66a6 100644
--- a/l10n/ka/files.po
+++ b/l10n/ka/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "ფაილები"
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,12 +163,12 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -204,31 +204,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -289,49 +302,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "გადმოწერა"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/ka/files_encryption.po b/l10n/ka/files_encryption.po
index 581f6b03001..6352ac21942 100644
--- a/l10n/ka/files_encryption.po
+++ b/l10n/ka/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/ka/lib.po b/l10n/ka/lib.po
index 13336d9871d..c9960a69dad 100644
--- a/l10n/ka/lib.po
+++ b/l10n/ka/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n"
"MIME-Version: 1.0\n"
@@ -17,314 +17,321 @@ msgstr ""
"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "შველა"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "პერსონა"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr ""
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "მომხმარებლები"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "ადმინისტრატორი"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr ""
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP გადმოწერა გამორთულია"
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr ""
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr ""
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr ""
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr ""
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr ""
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr ""
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "ფაილები"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr ""
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr ""
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr ""
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr ""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "წამის წინ"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "დღეს"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "გუშინ"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr ""
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr ""
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr ""
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr ""
diff --git a/l10n/ka/settings.po b/l10n/ka/settings.po
index 86e902ed4f4..a250fb8167c 100644
--- a/l10n/ka/settings.po
+++ b/l10n/ka/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/ka_GE/core.po b/l10n/ka_GE/core.po
index 5c70d01e3e1..82e176ee72c 100644
--- a/l10n/ka_GE/core.po
+++ b/l10n/ka_GE/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:31+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: ka_GE\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "ჯგუფი"
@@ -309,8 +314,8 @@ msgstr "ობიექტის ტიპი არ არის მითი
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "შეცდომა"
@@ -330,126 +335,134 @@ msgstr "გაზიარებული"
msgid "Share"
msgstr "გაზიარება"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "შეცდომა გაზიარების დროს"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "შეცდომა გაზიარების გაუქმების დროს"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "შეცდომა დაშვების ცვლილების დროს"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "გაზიარდა თქვენთვის და ჯგუფისთვის {group}, {owner}–ის მიერ"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "გაზიარდა თქვენთვის {owner}–ის მიერ"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "გააზიარე შემდეგით:"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "გაუზიარე ლინკით"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "პაროლით დაცვა"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "პაროლი"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "ლინკის პიროვნების იმეილზე გაგზავნა"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "გაგზავნა"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "მიუთითე ვადის გასვლის დრო"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "ვადის გასვლის დრო"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "გააზიარე მეილზე"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "მომხმარებელი არ არის ნაპოვნი"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "მეორეჯერ გაზიარება არ არის დაშვებული"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "გაზიარდა {item}–ში {user}–ის მიერ"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "გაუზიარებადი"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "შეგიძლია შეცვლა"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "დაშვების კონტროლი"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "შექმნა"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "განახლება"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "წაშლა"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "გაზიარება"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "პაროლით დაცული"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "შეცდომა ვადის გასვლის მოხსნის დროს"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "შეცდომა ვადის გასვლის მითითების დროს"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "გაგზავნა ...."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "იმეილი გაიგზავნა"
+#: js/share.js:727
+msgid "Warning"
+msgstr "გაფრთხილება"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "შექმენი ადმინ ექაუნტი"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "დამატებითი ფუნქციები"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "მონაცემთა საქაღალდე"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "მონაცემთა ბაზის კონფიგურირება"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "გამოყენებული იქნება"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "მონაცემთა ბაზის მომხმარებელი"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "მონაცემთა ბაზის პაროლი"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "მონაცემთა ბაზის სახელი"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "ბაზის ცხრილის ზომა"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "მონაცემთა ბაზის ჰოსტი"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "კონფიგურაციის დასრულება"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -685,11 +712,11 @@ msgstr "დაგავიწყდათ პაროლი?"
msgid "remember"
msgstr "დამახსოვრება"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "შესვლა"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "ალტერნატიული Login–ი"
@@ -697,7 +724,12 @@ msgstr "ალტერნატიული Login–ი"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/ka_GE/files.po b/l10n/ka_GE/files.po
index a9e38b7176a..aa39ed90afd 100644
--- a/l10n/ka_GE/files.po
+++ b/l10n/ka_GE/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "დაუშვებელი დირექტორია."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "ფაილები"
@@ -119,7 +119,7 @@ msgstr "URL არ შეიძლება იყოს ცარიელი."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "შეცდომა"
@@ -163,12 +163,12 @@ msgstr "{new_name} შეცვლილია {old_name}–ით"
msgid "undo"
msgstr "დაბრუნება"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -204,31 +204,44 @@ msgstr "თქვენი საცავი გადაივსო. ფა
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "თქვენი საცავი თითქმის გადაივსო ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "გადმოწერის მოთხოვნა მუშავდება. ის მოითხოვს გარკვეულ დროს რაგდან ფაილები არის დიდი ზომის."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "სახელი"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "ზომა"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "შეცვლილია"
@@ -289,49 +302,49 @@ msgstr "საქაღალდე"
msgid "From link"
msgstr "მისამართიდან"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "წაშლილი ფაილები"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "ატვირთვის გაუქმება"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "თქვენ არ გაქვთ ჩაწერის უფლება აქ."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "აქ არაფერი არ არის. ატვირთე რამე!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "ჩამოტვირთვა"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "გაუზიარებადი"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "წაშლა"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "ასატვირთი ფაილი ძალიან დიდია"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "ფაილის ზომა რომლის ატვირთვასაც თქვენ აპირებთ, აჭარბებს სერვერზე დაშვებულ მაქსიმუმს."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "მიმდინარეობს ფაილების სკანირება, გთხოვთ დაელოდოთ."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "მიმდინარე სკანირება"
diff --git a/l10n/ka_GE/files_encryption.po b/l10n/ka_GE/files_encryption.po
index 7fde56cdb73..aabac597806 100644
--- a/l10n/ka_GE/files_encryption.po
+++ b/l10n/ka_GE/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "შენახვა..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/ka_GE/files_external.po b/l10n/ka_GE/files_external.po
index e5d0ff158b9..8735fd9f607 100644
--- a/l10n/ka_GE/files_external.po
+++ b/l10n/ka_GE/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: drlinux64 \n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: ka_GE\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "დაშვება მინიჭებულია"
@@ -25,7 +25,7 @@ msgstr "დაშვება მინიჭებულია"
msgid "Error configuring Dropbox storage"
msgstr "შეცდომა Dropbox საცავის კონფიგურირების დროს"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "დაშვების მინიჭება"
@@ -33,24 +33,24 @@ msgstr "დაშვების მინიჭება"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "გთხოვთ მიუთითოთ Dropbox აპლიკაციის გასაღები და კოდი."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "შეცდომა Google Drive საცავის კონფიგურირების დროს"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "გაფრთხილება: \"smbclient\" არ არის ინსტალირებული. CIFS/SMB ზიარების მონტირება შეუძლებელია. გთხოვთ თხოვოთ თქვენს სისტემურ ადმინისტრატორებს დააინსტალიროს ის."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "გაფრთხილება: FTP მხარდაჭერა არ არის აქტიური ან დაინსტალირებული. FTP ზიარის მონტირება შეუძლებელია. გთხოვთ თხოვოთ თქვენს სისტემურ ადმინისტრატორებს დააინსტალიროს ის."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/ka_GE/files_trashbin.po b/l10n/ka_GE/files_trashbin.po
index b41813f0a6d..e7d9fa72e77 100644
--- a/l10n/ka_GE/files_trashbin.po
+++ b/l10n/ka_GE/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@@ -27,41 +27,41 @@ msgstr "ფაილი %s–ის სრულად წაშლა ვერ
msgid "Couldn't restore %s"
msgstr "%s–ის აღდგენა ვერ მოხერხდა"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "მიმდინარეობს აღდგენის ოპერაცია"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "შეცდომა"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "ფაილის სრულად წაშლა"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "სრულად წაშლა"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "სახელი"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "წაშლილი"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -69,11 +69,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr "აქ არაფერი არ არის. სანაგვე ყუთი ცარიელია!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "აღდგენა"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "წაშლა"
diff --git a/l10n/ka_GE/lib.po b/l10n/ka_GE/lib.po
index b2793d66c77..98d50447b36 100644
--- a/l10n/ka_GE/lib.po
+++ b/l10n/ka_GE/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@@ -17,314 +17,321 @@ msgstr ""
"Language: ka_GE\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "დახმარება"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "პირადი"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "პარამეტრები"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "მომხმარებელი"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "ადმინისტრატორი"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "web services under your control"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP download–ი გათიშულია"
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "ფაილები უნდა გადმოიტვირთოს სათითაოდ."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "უკან ფაილებში"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "არჩეული ფაილები ძალიან დიდია zip ფაილის გენერაციისთვის."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "აპლიკაცია არ არის აქტიური"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "ავთენტიფიკაციის შეცდომა"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Token–ს ვადა გაუვიდა. გთხოვთ განაახლოთ გვერდი."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "ფაილები"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "ტექსტი"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "სურათები"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s შეიყვანეთ ბაზის იუზერნეიმი."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s შეიყვანეთ ბაზის სახელი."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s არ მიუთითოთ წერტილი ბაზის სახელში"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL მომხმარებელი და/ან პაროლი არ არის მართებული: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "თქვენ უნდა შეიყვანოთ არსებული მომხმარებელის სახელი ან ადმინისტრატორი."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "MySQL იუზერნეიმი და/ან პაროლი არ არის სწორი"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "DB შეცდომა: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Offending ბრძანება იყო: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL მომხმარებელი '%s'@'localhost' უკვე არსებობს."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "წაშალე ეს მომხამრებელი MySQL–იდან"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL მომხმარებელი '%s'@'%%' უკვე არსებობს"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "წაშალე ეს მომხამრებელი MySQL–იდან"
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Oracle იუზერნეიმი და/ან პაროლი არ არის სწორი"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Offending ბრძანება იყო: \"%s\", სახელი: %s, პაროლი: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL იუზერნეიმი და/ან პაროლი არ არის სწორი"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "დააყენეთ ადმინისტრატორის სახელი."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "დააყენეთ ადმინისტრატორის პაროლი."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "თქვენი web სერვერი არ არის კონფიგურირებული ფაილ სინქრონიზაციისთვის, რადგან WebDAV ინტერფეისი შეიძლება იყოს გატეხილი."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "გთხოვთ გადაათვალიეროთ ინსტალაციის გზამკვლევი."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "\"%s\" კატეგორიის მოძებნა ვერ მოხერხდა"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "წამის წინ"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "დღეს"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "გუშინ"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "გასულ თვეში"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "ბოლო წელს"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "წლის წინ"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "\"%s\" კატეგორიის მოძებნა ვერ მოხერხდა"
diff --git a/l10n/ka_GE/settings.po b/l10n/ka_GE/settings.po
index fc613d4b9ee..2c22f22b5bf 100644
--- a/l10n/ka_GE/settings.po
+++ b/l10n/ka_GE/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@@ -118,11 +118,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "განაახლე {appversion}–მდე"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "გამორთვა"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "ჩართვა"
@@ -130,43 +130,43 @@ msgstr "ჩართვა"
msgid "Please wait...."
msgstr "დაიცადეთ...."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "მიმდინარეობს განახლება...."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "შეცდომა აპლიკაციის განახლების დროს"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "შეცდომა"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "განახლება"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "განახლებულია"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "შენახვა..."
@@ -342,46 +342,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "მიეცით უფლება მომხმარებლებს რომ გააზიაროს მხოლოდ თავიანთი ჯგუფისთვის"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "უსაფრთხოება"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "HTTPS–ის ჩართვა"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "ლოგი"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "ლოგირების დონე"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "უფრო მეტი"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "უფრო ნაკლები"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "ვერსია"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr "შეცდომა სერვერის კონფიგურაციის წაშლისას"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "კონფიგურაცია მართებულია და კავშირი დამყარდება!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "კონფიგურაცია მართებულია, მაგრამ მიერთება ვერ მოხერხდა. გთხოვთ შეამოწმოთ სერვერის პარამეტრები და აუთენთიკაციის პარამეტრები."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/km/core.po b/l10n/km/core.po
index 437612ba9d9..7aeec466eff 100644
--- a/l10n/km/core.po
+++ b/l10n/km/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: km\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -309,8 +314,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -330,126 +335,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr ""
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr ""
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr ""
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr ""
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr ""
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -685,11 +712,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -697,7 +724,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/km/files.po b/l10n/km/files.po
index a6b9b1775e1..39851734077 100644
--- a/l10n/km/files.po
+++ b/l10n/km/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,12 +163,12 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -204,31 +204,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -289,49 +302,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr ""
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/km/files_encryption.po b/l10n/km/files_encryption.po
index 95e07fb9557..2900ce69642 100644
--- a/l10n/km/files_encryption.po
+++ b/l10n/km/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-13 21:46-0400\n"
-"PO-Revision-Date: 2013-09-12 11:11+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:51
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:52
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:250
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/km/settings.po b/l10n/km/settings.po
index c46c22d8be3..982f2e2df64 100644
--- a/l10n/km/settings.po
+++ b/l10n/km/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: kn\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -309,8 +314,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -330,126 +335,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr ""
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr ""
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr ""
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr ""
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr ""
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -685,11 +712,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -697,7 +724,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/kn/files.po b/l10n/kn/files.po
index 3297285e0e5..bd86ef27485 100644
--- a/l10n/kn/files.po
+++ b/l10n/kn/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,12 +163,12 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -204,31 +204,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -289,49 +302,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr ""
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/kn/files_encryption.po b/l10n/kn/files_encryption.po
index be1a9ea38cd..979036dc70d 100644
--- a/l10n/kn/files_encryption.po
+++ b/l10n/kn/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/kn/settings.po b/l10n/kn/settings.po
index 21659f91a5b..0e5b6aee505 100644
--- a/l10n/kn/settings.po
+++ b/l10n/kn/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@@ -19,12 +19,17 @@ msgstr ""
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "그룹"
@@ -311,8 +316,8 @@ msgstr "객체 유형이 지정되지 않았습니다."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "오류"
@@ -332,126 +337,134 @@ msgstr "공유됨"
msgid "Share"
msgstr "공유"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "공유하는 중 오류 발생"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "공유 해제하는 중 오류 발생"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "권한 변경하는 중 오류 발생"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "{owner} 님이 여러분 및 그룹 {group}와(과) 공유 중"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "{owner} 님이 공유 중"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "다음으로 공유"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "URL 링크로 공유"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "암호 보호"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "암호"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "퍼블릭 업로드 허용"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "이메일 주소"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "전송"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "만료 날짜 설정"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "만료 날짜"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "이메일로 공유:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "발견된 사람 없음"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "다시 공유할 수 없습니다"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "{user} 님과 {item}에서 공유 중"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "공유 해제"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "편집 가능"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "접근 제어"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "생성"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "업데이트"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "삭제"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "공유"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "암호로 보호됨"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "만료 날짜 해제 오류"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "만료 날짜 설정 오류"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "전송 중..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "이메일 발송됨"
+#: js/share.js:727
+msgid "Warning"
+msgstr "경고"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "관리자 계정 만들기"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "고급"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "데이터 폴더"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "데이터베이스 설정"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "사용될 예정"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "데이터베이스 사용자"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "데이터베이스 암호"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "데이터베이스 이름"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "데이터베이스 테이블 공간"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "데이터베이스 호스트"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "설치 완료"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -687,11 +714,11 @@ msgstr "암호를 잊으셨습니까?"
msgid "remember"
msgstr "기억하기"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "로그인"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "대체 "
@@ -699,7 +726,12 @@ msgstr "대체 "
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/ko/files.po b/l10n/ko/files.po
index d3f72518cc7..477d53371ac 100644
--- a/l10n/ko/files.po
+++ b/l10n/ko/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: 2013-09-30 10:14-0400\n"
-"PO-Revision-Date: 2013-09-29 10:06+0000\n"
-"Last-Translator: smallsnail \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -122,7 +122,7 @@ msgstr "URL을 입력해야 합니다."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "유효하지 않은 폴더명입니다. \"Shared\" 이름의 사용은 OwnCloud 가 이미 예약하고 있습니다."
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "오류"
@@ -166,12 +166,12 @@ msgstr "{old_name}이(가) {new_name}(으)로 대체됨"
msgid "undo"
msgstr "되돌리기"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "폴더 %n"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "파일 %n 개"
@@ -207,31 +207,44 @@ msgstr "저장 공간이 가득 찼습니다. 파일을 업데이트하거나
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "저장 공간이 거의 가득 찼습니다 ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "암호화는 해제되어 있지만, 파일은 아직 암호화 되어 있습니다. 개인 설저에 가셔서 암호를 해제하십시오"
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "다운로드가 준비 중입니다. 파일 크기가 크다면 시간이 오래 걸릴 수도 있습니다."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "파일 이동 오류"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "이름"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "크기"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "수정됨"
@@ -292,49 +305,49 @@ msgstr "폴더"
msgid "From link"
msgstr "링크에서"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "파일 삭제됨"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "업로드 취소"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "당신은 여기에 쓰기를 할 수 있는 권한이 없습니다."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "내용이 없습니다. 업로드할 수 있습니다!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "다운로드"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "공유 해제"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "삭제"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "업로드한 파일이 너무 큼"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "파일을 검색하고 있습니다. 기다려 주십시오."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "현재 검색"
diff --git a/l10n/ko/files_encryption.po b/l10n/ko/files_encryption.po
index 96c4ba62311..b994394ff11 100644
--- a/l10n/ko/files_encryption.po
+++ b/l10n/ko/files_encryption.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@@ -44,17 +44,24 @@ msgstr "암호가 성공적으로 변경되었습니다"
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "암호를 변경할수 없습니다. 아마도 예전 암호가 정확하지 않은것 같습니다."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "개인키 암호가 성공적으로 업데이트 됨."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -62,36 +69,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "저장 중..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "개인 설정"
@@ -108,27 +109,35 @@ msgstr ""
msgid "Recovery key password"
msgstr "키 비밀번호 복구"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "복구 키 비밀번호 변경"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "예전 복구 키 비밀번호"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "새 복구 키 비밀번호"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "암호 변경"
diff --git a/l10n/ko/files_external.po b/l10n/ko/files_external.po
index 54e54ee8daf..f07a5ddee44 100644
--- a/l10n/ko/files_external.po
+++ b/l10n/ko/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: Shinjo Park \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "접근 허가됨"
@@ -26,7 +26,7 @@ msgstr "접근 허가됨"
msgid "Error configuring Dropbox storage"
msgstr "Dropbox 저장소 설정 오류"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "접근 권한 부여"
@@ -34,24 +34,24 @@ msgstr "접근 권한 부여"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "올바른 Dropbox 앱 키와 암호를 입력하십시오."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Google 드라이브 저장소 설정 오류"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "경고: \"smbclient\"가 설치되지 않았습니다. CIFS/SMB 공유 자원에 연결할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "경고: PHP FTP 지원이 비활성화되어 있거나 설치되지 않았습니다. FTP 공유를 마운트할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/ko/files_trashbin.po b/l10n/ko/files_trashbin.po
index 4d39e2d9acd..4d9bdc7e481 100644
--- a/l10n/ko/files_trashbin.po
+++ b/l10n/ko/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-30 10:16-0400\n"
-"PO-Revision-Date: 2013-09-29 07:38+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: smallsnail \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ko/lib.po b/l10n/ko/lib.po
index ca05c5e1330..f664342bf17 100644
--- a/l10n/ko/lib.po
+++ b/l10n/ko/lib.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-30 10:16-0400\n"
-"PO-Revision-Date: 2013-09-29 07:46+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: smallsnail \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@@ -19,314 +19,321 @@ msgstr ""
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: app.php:237
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "현재 ownCloud 버전과 호환되지 않기 때문에 \"%s\" 앱을 설치할 수 없습니다."
-#: app.php:248
+#: private/app.php:248
msgid "No app name specified"
msgstr "앱 이름이 지정되지 않았습니다."
-#: app.php:352
+#: private/app.php:352
msgid "Help"
msgstr "도움말"
-#: app.php:365
+#: private/app.php:365
msgid "Personal"
msgstr "개인"
-#: app.php:376
+#: private/app.php:376
msgid "Settings"
msgstr "설정"
-#: app.php:388
+#: private/app.php:388
msgid "Users"
msgstr "사용자"
-#: app.php:401
+#: private/app.php:401
msgid "Admin"
msgstr "관리자"
-#: app.php:832
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "\"%s\" 업그레이드에 실패했습니다."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "개개인의 프로필 사진은 아직은 암호화 되지 않습니다"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "알수없는 파일형식"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "잘못된 그림"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "내가 관리하는 웹 서비스"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "\"%s\"을(를) 열 수 없습니다."
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP 다운로드가 비활성화되었습니다."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "파일을 개별적으로 다운로드해야 합니다."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "파일로 돌아가기"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "선택한 파일들은 ZIP 파일을 생성하기에 너무 큽니다."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "작은 조각들 안에 들어있는 파일들을 받고자 하신다면, 나누어서 받으시거나 혹은 시스템 관리자에게 정중하게 물어보십시오"
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "앱을 설치할 때 소스가 지정되지 않았습니다."
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "http에서 앱을 설치할 대 href가 지정되지 않았습니다."
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "로컬 파일에서 앱을 설치할 때 경로가 지정되지 않았습니다."
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "%s 타입 아카이브는 지원되지 않습니다."
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "앱을 설치할 때 아카이브를 열지 못했습니다."
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "앱에서 info.xml 파일이 제공되지 않았습니다."
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "앱에 허용되지 않는 코드가 있어서 앱을 설치할 수 없습니다. "
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "현재 ownCloud 버전과 호환되지 않기 때문에 앱을 설치할 수 없습니다."
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "출하되지 않은 앱에 허용되지 않는 true 태그를 포함하고 있기 때문에 앱을 설치할 수 없습니다."
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "info.xml/version에 포함된 버전과 앱 스토어에 보고된 버전이 같지 않아서 앱을 설치할 수 없습니다. "
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "앱 디렉토리가 이미 존재합니다. "
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "앱 폴더를 만들 수 없습니다. 권한을 수정하십시오. %s "
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "앱이 활성화되지 않았습니다"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "인증 오류"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "토큰이 만료되었습니다. 페이지를 새로 고치십시오."
-#: search/provider/file.php:18 search/provider/file.php:36
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "파일"
-#: search/provider/file.php:27 search/provider/file.php:34
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "텍스트"
-#: search/provider/file.php:30
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "그림"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "데이터베이스 사용자 명을 %s 에 입력해주십시오"
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "데이터베이스 명을 %s 에 입력해주십시오"
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s 에 적으신 데이터베이스 이름에는 점을 사용할수 없습니다"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL 사용자 이름이나 암호가 잘못되었습니다: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "기존 계정이나 administrator(관리자)를 입력해야 합니다."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "MySQL 사용자 이름이나 암호가 잘못되었습니다."
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "DB 오류: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "잘못된 명령: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL 사용자 '%s'@'localhost'이(가) 이미 존재합니다."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "이 사용자를 MySQL에서 뺍니다."
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL 사용자 '%s'@'%%'이(가) 이미 존재합니다. "
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "이 사용자를 MySQL에서 뺍니다."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Oracle 연결을 수립할 수 없습니다."
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Oracle 사용자 이름이나 암호가 잘못되었습니다."
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "잘못된 명령: \"%s\", 이름: %s, 암호: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL의 사용자 명 혹은 비밀번호가 잘못되었습니다"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "관리자 이름 설정"
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "관리자 비밀번호 설정"
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "WebDAV 인터페이스가 제대로 작동하지 않습니다. 웹 서버에서 파일 동기화를 사용할 수 있도록 설정이 제대로 되지 않은 것 같습니다."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "설치 가이드를 다시 한 번 확인하십시오."
-#: tags.php:194
+#: private/tags.php:194
#, php-format
msgid "Could not find category \"%s\""
msgstr "분류 \"%s\"을(를) 찾을 수 없습니다."
-#: template/functions.php:96
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "초 전"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "%n분 전 "
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "%n시간 전 "
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "오늘"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "어제"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "%n일 전 "
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "지난 달"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "%n달 전 "
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "작년"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "년 전"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "원인: "
diff --git a/l10n/ko/settings.po b/l10n/ko/settings.po
index 8b3678ceec6..af3cbd9f452 100644
--- a/l10n/ko/settings.po
+++ b/l10n/ko/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@@ -118,11 +118,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "버전 {appversion}(으)로 업데이트"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "비활성화"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "사용함"
@@ -130,43 +130,43 @@ msgstr "사용함"
msgid "Please wait...."
msgstr "기다려 주십시오...."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "업데이트 중...."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "앱을 업데이트하는 중 오류 발생"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "오류"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "업데이트"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "업데이트됨"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "저장 중..."
@@ -342,46 +342,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "사용자가 속해 있는 그룹의 사용자와만 공유할 수 있도록 허용"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "보안"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "HTTPS 강제 사용"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "로그"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "로그 단계"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "더 중요함"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "덜 중요함"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "버전"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/ko/user_webdavauth.po b/l10n/ko/user_webdavauth.po
index fbf66dad31d..3f4b8bc0bb4 100644
--- a/l10n/ko/user_webdavauth.po
+++ b/l10n/ko/user_webdavauth.po
@@ -9,13 +9,14 @@
# 남자사람 , 2012
# Shinjo Park , 2013
# Shinjo Park , 2013
+# smallsnail , 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-27 01:56-0400\n"
-"PO-Revision-Date: 2013-07-27 05:57+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 14:50+0000\n"
+"Last-Translator: smallsnail \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"
@@ -29,11 +30,11 @@ msgstr "WebDAV 인증"
#: templates/settings.php:4
msgid "Address: "
-msgstr ""
+msgstr "주소:"
#: templates/settings.php:7
msgid ""
"The user credentials will be sent to this address. This plugin checks the "
"response and will interpret the HTTP statuscodes 401 and 403 as invalid "
"credentials, and all other responses as valid credentials."
-msgstr ""
+msgstr "ownCloud에서 이 URL로 사용자 인증 정보를 보냅니다. 이 플러그인은 응답을 확인하여 HTTP 상태 코드 401이나 403이 돌아온 경우에 잘못된 인증 정보로 간주합니다. 다른 모든 상태 코드는 올바른 인증 정보로 간주합니다."
diff --git a/l10n/ku_IQ/core.po b/l10n/ku_IQ/core.po
index e29ae2d8757..f2feced5b53 100644
--- a/l10n/ku_IQ/core.po
+++ b/l10n/ku_IQ/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: ku_IQ\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -314,8 +319,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "ههڵه"
@@ -335,126 +340,134 @@ msgstr ""
msgid "Share"
msgstr "هاوبەشی کردن"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "وشەی تێپەربو"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr "ئاگاداری"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "ههڵبژاردنی پیشكهوتوو"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "زانیاری فۆڵدهر"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "بهكارهێنهری داتابهیس"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "وشهی نهێنی داتا بهیس"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "ناوی داتابهیس"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "هۆستی داتابهیس"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "كۆتایی هات دهستكاریهكان"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -690,11 +717,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -702,7 +729,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/ku_IQ/files.po b/l10n/ku_IQ/files.po
index 9bb3b4faa5f..48f018b26b2 100644
--- a/l10n/ku_IQ/files.po
+++ b/l10n/ku_IQ/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr "ناونیشانی بهستهر نابێت بهتاڵ بێت."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "ههڵه"
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "ناو"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -292,49 +305,49 @@ msgstr "بوخچه"
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "داگرتن"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/ku_IQ/files_encryption.po b/l10n/ku_IQ/files_encryption.po
index 4df94a238d9..e4a8591cc02 100644
--- a/l10n/ku_IQ/files_encryption.po
+++ b/l10n/ku_IQ/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "پاشکهوتدهکات..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/ku_IQ/files_trashbin.po b/l10n/ku_IQ/files_trashbin.po
index 1addb81ba48..c20783bf32d 100644
--- a/l10n/ku_IQ/files_trashbin.po
+++ b/l10n/ku_IQ/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
@@ -27,43 +27,43 @@ msgstr ""
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr ""
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "ههڵه"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr ""
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr ""
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "ناو"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr ""
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -71,11 +71,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr ""
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr ""
diff --git a/l10n/ku_IQ/lib.po b/l10n/ku_IQ/lib.po
index 448dd823748..5fb0e36ab7d 100644
--- a/l10n/ku_IQ/lib.po
+++ b/l10n/ku_IQ/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
@@ -17,318 +17,325 @@ msgstr ""
"Language: ku_IQ\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "یارمەتی"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr ""
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "دهستكاری"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "بهكارهێنهر"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "بهڕێوهبهری سهرهكی"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "ڕاژهی وێب لهژێر چاودێریت دایه"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr ""
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr ""
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr ""
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr ""
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr ""
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr ""
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr ""
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr ""
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr ""
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr ""
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr ""
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr ""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr ""
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr ""
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr ""
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr ""
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr ""
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr ""
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr ""
diff --git a/l10n/ku_IQ/settings.po b/l10n/ku_IQ/settings.po
index 6ea9fd128b0..73178b91e69 100644
--- a/l10n/ku_IQ/settings.po
+++ b/l10n/ku_IQ/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "چالاککردن"
@@ -129,43 +129,43 @@ msgstr "چالاککردن"
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "ههڵه"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "نوێکردنهوه"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "پاشکهوتدهکات..."
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/lb/core.po b/l10n/lb/core.po
index 0ee9039e603..a823f86e026 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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@@ -18,12 +18,17 @@ msgstr ""
"Language: lb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "Den/D' %s huet »%s« mat dir gedeelt"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "Grupp"
@@ -315,8 +320,8 @@ msgstr "Den Typ vum Object ass net uginn."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Feeler"
@@ -336,126 +341,134 @@ msgstr "Gedeelt"
msgid "Share"
msgstr "Deelen"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Feeler beim Deelen"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Feeler beim Annuléiere vum Deelen"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Feeler beim Ännere vun de Rechter"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Gedeelt mat dir an der Grupp {group} vum {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Gedeelt mat dir vum {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Deele mat"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Mat Link deelen"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Passwuertgeschützt"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Passwuert"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Ëffentlechen Upload erlaaben"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Link enger Persoun mailen"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Schécken"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Verfallsdatum setzen"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Verfallsdatum"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Via E-Mail deelen:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Keng Persoune fonnt"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Weiderdeelen ass net erlaabt"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Gedeelt an {item} mat {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Net méi deelen"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "kann änneren"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "Zougrëffskontroll"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "erstellen"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "aktualiséieren"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "läschen"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "deelen"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Passwuertgeschützt"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Feeler beim Läsche vum Verfallsdatum"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Feeler beim Setze vum Verfallsdatum"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Gëtt geschéckt..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "Email geschéckt"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Warnung"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "En Admin-Account uleeën"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Avancéiert"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Daten-Dossier"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "D'Datebank konfiguréieren"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "wärt benotzt ginn"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Datebank-Benotzer"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Datebank-Passwuert"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Datebank Numm"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Tabelle-Plaz vun der Datebank"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Datebank-Server"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Installatioun ofschléissen"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -691,11 +718,11 @@ msgstr "Passwuert vergiess?"
msgid "remember"
msgstr "verhalen"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Umellen"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternativ Umeldungen"
@@ -703,8 +730,13 @@ msgstr "Alternativ Umeldungen"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Hallo,
ech wëll just Bescheed soen dass den/d' %s, »%s« mat dir gedeelt huet.
Kucken!
E schéine Bonjour!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/lb/files.po b/l10n/lb/files.po
index 40727c4472d..e22efd6d0a1 100644
--- a/l10n/lb/files.po
+++ b/l10n/lb/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Dateien"
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Fehler"
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr "réckgängeg man"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Numm"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Gréisst"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Geännert"
@@ -292,49 +305,49 @@ msgstr "Dossier"
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Upload ofbriechen"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Hei ass näischt. Lued eppes rop!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Download"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Net méi deelen"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Läschen"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Upload ze grouss"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Déi Dateien déi Dir probéiert erop ze lueden sinn méi grouss wei déi Maximal Gréisst déi op dësem Server erlaabt ass."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Fichieren gi gescannt, war weg."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Momentane Scan"
diff --git a/l10n/lb/files_encryption.po b/l10n/lb/files_encryption.po
index 15dacc9dc19..4d829596aea 100644
--- a/l10n/lb/files_encryption.po
+++ b/l10n/lb/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Speicheren..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/lb/files_external.po b/l10n/lb/files_external.po
index faf8429b4ef..d92692e1794 100644
--- a/l10n/lb/files_external.po
+++ b/l10n/lb/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: lb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr ""
@@ -25,7 +25,7 @@ msgstr ""
msgid "Error configuring Dropbox storage"
msgstr ""
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr ""
@@ -33,24 +33,24 @@ msgstr ""
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr ""
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/lb/files_trashbin.po b/l10n/lb/files_trashbin.po
index 6e89845dc20..85486bdbf47 100644
--- a/l10n/lb/files_trashbin.po
+++ b/l10n/lb/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@@ -27,43 +27,43 @@ msgstr ""
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr ""
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Fehler"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr ""
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr ""
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Numm"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr ""
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -71,11 +71,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr ""
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Läschen"
diff --git a/l10n/lb/lib.po b/l10n/lb/lib.po
index bd8ee7af792..a7ee0bf6a64 100644
--- a/l10n/lb/lib.po
+++ b/l10n/lb/lib.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@@ -18,318 +18,325 @@ msgstr ""
"Language: lb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Hëllef"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Perséinlech"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Astellungen"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Benotzer"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Admin"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "Web-Servicer ënnert denger Kontroll"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr ""
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr ""
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr ""
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr ""
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr ""
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Authentifikatioun's Fehler"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr ""
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Dateien"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "SMS"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr ""
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr ""
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr ""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "Sekonnen hir"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "haut"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "gëschter"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "Läschte Mount"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "Läscht Joer"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "Joren hier"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr ""
diff --git a/l10n/lb/settings.po b/l10n/lb/settings.po
index d09ca81058c..3ef1c2e1421 100644
--- a/l10n/lb/settings.po
+++ b/l10n/lb/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@@ -118,11 +118,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Ofschalten"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Aschalten"
@@ -130,43 +130,43 @@ msgstr "Aschalten"
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Fehler"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Speicheren..."
@@ -342,46 +342,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Useren nëmmen erlaben mat Useren aus hirer Grupp ze sharen"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Log"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Méi"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po
index 4a22a7c9482..75a661131a5 100644
--- a/l10n/lt_LT/core.po
+++ b/l10n/lt_LT/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: 2013-09-30 10:16-0400\n"
-"PO-Revision-Date: 2013-09-29 07:58+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 19:10+0000\n"
"Last-Translator: Liudas Ališauskas \n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@@ -21,12 +21,17 @@ msgstr ""
"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"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s pasidalino »%s« su tavimi"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr "Nepavyko nusiųsti el. pašto šiems naudotojams: %s "
+
+#: ajax/share.php:327
msgid "group"
msgstr "grupė"
@@ -323,8 +328,8 @@ msgstr "Objekto tipas nenurodytas."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:656 js/share.js:668
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Klaida"
@@ -344,126 +349,134 @@ msgstr "Dalinamasi"
msgid "Share"
msgstr "Dalintis"
-#: js/share.js:131 js/share.js:696
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Klaida, dalijimosi metu"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Klaida, kai atšaukiamas dalijimasis"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Klaida, keičiant privilegijas"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Pasidalino su Jumis ir {group} grupe {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Pasidalino su Jumis {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Dalintis su"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Dalintis nuoroda"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Apsaugotas slaptažodžiu"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Slaptažodis"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Leisti viešą įkėlimą"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Nusiųsti nuorodą paštu"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Siųsti"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Nustatykite galiojimo laiką"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Galiojimo laikas"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Dalintis per el. paštą:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Žmonių nerasta"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Dalijinasis išnaujo negalimas"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Pasidalino {item} su {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Nebesidalinti"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr "informuoti naudotoją el. paštu"
+
+#: js/share.js:361
msgid "can edit"
msgstr "gali redaguoti"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "priėjimo kontrolė"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "sukurti"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "atnaujinti"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "ištrinti"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "dalintis"
-#: js/share.js:400 js/share.js:643
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Apsaugota slaptažodžiu"
-#: js/share.js:656
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Klaida nuimant galiojimo laiką"
-#: js/share.js:668
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Klaida nustatant galiojimo laiką"
-#: js/share.js:683
+#: js/share.js:692
msgid "Sending ..."
msgstr "Siunčiama..."
-#: js/share.js:694
+#: js/share.js:703
msgid "Email sent"
msgstr "Laiškas išsiųstas"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Įspėjimas"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Sukurti administratoriaus paskyrą"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Išplėstiniai"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Duomenų katalogas"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Nustatyti duomenų bazę"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "bus naudojama"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Duomenų bazės vartotojas"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Duomenų bazės slaptažodis"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Duomenų bazės pavadinimas"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Duomenų bazės loginis saugojimas"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Duomenų bazės serveris"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Baigti diegimą"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr "Baigiama ..."
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -699,11 +726,11 @@ msgstr "Pamiršote slaptažodį?"
msgid "remember"
msgstr "prisiminti"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Prisijungti"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternatyvūs prisijungimai"
@@ -711,8 +738,13 @@ msgstr "Alternatyvūs prisijungimai"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Labas,
tik informuojame, kad %s pasidalino su Jumis »%s«.
Peržiūrėk!
Linkėjimai!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr "Bendrinimo laikas baigsis %s.
"
#: templates/update.php:3
#, php-format
diff --git a/l10n/lt_LT/files.po b/l10n/lt_LT/files.po
index 829d61188a3..dd86da63564 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: 2013-09-30 10:14-0400\n"
-"PO-Revision-Date: 2013-09-29 08:46+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 19:20+0000\n"
"Last-Translator: Liudas Ališauskas \n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@@ -121,7 +121,7 @@ msgstr "URL negali būti tuščias."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Negalimas aplanko pavadinimas. 'Shared' pavadinimas yra rezervuotas ownCloud"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Klaida"
@@ -165,14 +165,14 @@ msgstr "pakeiskite {new_name} į {old_name}"
msgid "undo"
msgstr "anuliuoti"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n aplankas"
msgstr[1] "%n aplankai"
msgstr[2] "%n aplankų"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n failas"
@@ -212,31 +212,44 @@ msgstr "Jūsų visa vieta serveryje užimta"
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Jūsų vieta serveryje beveik visa užimta ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr "Šifravimo programa įjungta, bet Jūsų raktai nėra pritaikyti. Prašome atsijungti ir vėl prisijungti"
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr "Netinkamas privatus raktas Šifravimo programai. Prašome atnaujinti savo privataus rakto slaptažodį asmeniniuose nustatymuose, kad atkurti prieigą prie šifruotų failų."
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Šifravimas buvo išjungtas, bet Jūsų failai vis dar užšifruoti. Prašome eiti į asmeninius nustatymus ir iššifruoti savo failus."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Jūsų atsisiuntimas yra paruošiamas. tai gali užtrukti jei atsisiunčiamas didelis failas."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Klaida perkeliant failą"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Pavadinimas"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Dydis"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Pakeista"
@@ -297,49 +310,49 @@ msgstr "Katalogas"
msgid "From link"
msgstr "Iš nuorodos"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Ištrinti failai"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Atšaukti siuntimą"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Jūs neturite rašymo leidimo."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Čia tuščia. Įkelkite ką nors!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Atsisiųsti"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Nebesidalinti"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Ištrinti"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Įkėlimui failas per didelis"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Bandomų įkelti failų dydis viršija maksimalų, kuris leidžiamas šiame serveryje"
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Skenuojami failai, prašome palaukti."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Šiuo metu skenuojama"
diff --git a/l10n/lt_LT/files_encryption.po b/l10n/lt_LT/files_encryption.po
index b37c78e711c..b7bff08a70c 100644
--- a/l10n/lt_LT/files_encryption.po
+++ b/l10n/lt_LT/files_encryption.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-13 21:46-0400\n"
-"PO-Revision-Date: 2013-09-13 08:20+0000\n"
-"Last-Translator: Liudas Ališauskas \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -45,17 +45,24 @@ msgstr "Slaptažodis sėkmingai pakeistas"
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Slaptažodis nebuvo pakeistas. Gali būti, kad buvo neteisingai suvestas senasis."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Privataus rakto slaptažodis buvo sėkmingai atnaujintas."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Nepavyko atnaujinti privataus rakto slaptažodžio. Gali būti, kad buvo neteisingai suvestas senasis."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -63,36 +70,30 @@ msgid ""
"files."
msgstr "Jūsų privatus raktas yra netinkamas! Panašu, kad Jūsų slaptažodis buvo pakeistas išorėje ownCloud sistemos (pvz. Jūsų organizacijos kataloge). Galite atnaujinti savo privataus rakto slaptažodį savo asmeniniuose nustatymuose, kad atkurti prieigą prie savo šifruotų failų."
-#: hooks/hooks.php:51
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Trūkstami laukai."
-#: hooks/hooks.php:52
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Prašome įsitikinti, kad PHP 5.3.3 ar naujesnė yra įdiegta ir kad OpenSSL kartu su PHP plėtiniu yra šjungti ir teisingai sukonfigūruoti. Kol kas šifravimo programa bus išjungta."
-#: hooks/hooks.php:250
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "Sekantys naudotojai nenustatyti šifravimui:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Saugoma..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "Jūsų privatus raktas yra netinkamas! Galbūt Jūsų slaptažodis buvo pakeistas iš išorės?"
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "Galite atrakinti savo privatų raktą savo"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "asmeniniai nustatymai"
@@ -109,27 +110,35 @@ msgstr "Įjunkite atkūrimo raktą, (leisti atkurti naudotojų failus praradus s
msgid "Recovery key password"
msgstr "Atkūrimo rakto slaptažodis"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Įjungta"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Išjungta"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Pakeisti atkūrimo rakto slaptažodį:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Senas atkūrimo rakto slaptažodis"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Naujas atkūrimo rakto slaptažodis"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Pakeisti slaptažodį"
diff --git a/l10n/lt_LT/files_external.po b/l10n/lt_LT/files_external.po
index 4347ca073df..8bb8c45ea95 100644
--- a/l10n/lt_LT/files_external.po
+++ b/l10n/lt_LT/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: Min2liz \n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
"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"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Priėjimas suteiktas"
@@ -26,7 +26,7 @@ msgstr "Priėjimas suteiktas"
msgid "Error configuring Dropbox storage"
msgstr "Klaida nustatinėjant Dropbox talpyklą"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Suteikti priėjimą"
@@ -34,24 +34,24 @@ msgstr "Suteikti priėjimą"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "Prašome įvesti teisingus Dropbox \"app key\" ir \"secret\"."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Klaida nustatinėjant Google Drive talpyklą"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Įspėjimas: \"smbclient\" nėra įdiegtas. CIFS/SMB dalinimasis nėra galimas. Prašome susisiekti su sistemos administratoriumi kad būtų įdiegtas \"smbclient\""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Įspėjimas: FTP palaikymas PHP sistemoje nėra įjungtas arba nėra įdiegtas. FTP dalinimosi įjungimas nėra galimas. Prašome susisiekti su sistemos administratoriumi kad būtų įdiegtas FTP palaikymas. "
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/lt_LT/files_trashbin.po b/l10n/lt_LT/files_trashbin.po
index 5e630911f65..3f4887ea23f 100644
--- a/l10n/lt_LT/files_trashbin.po
+++ b/l10n/lt_LT/files_trashbin.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-13 21:46-0400\n"
-"PO-Revision-Date: 2013-09-12 20:30+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: Liudas Ališauskas \n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@@ -45,29 +45,29 @@ msgstr "failą ištrinti negrįžtamai"
msgid "Delete permanently"
msgstr "Ištrinti negrįžtamai"
-#: js/trash.js:184 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Pavadinimas"
-#: js/trash.js:185 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Ištrinti"
-#: js/trash.js:193
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
msgstr[2] "%n aplankų"
-#: js/trash.js:199
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
msgstr[2] "%n failų"
-#: lib/trash.php:814 lib/trash.php:816
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "atstatyta"
@@ -75,11 +75,11 @@ msgstr "atstatyta"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Nieko nėra. Jūsų šiukšliadėžė tuščia!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Atstatyti"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Ištrinti"
diff --git a/l10n/lt_LT/lib.po b/l10n/lt_LT/lib.po
index 811ca96268b..a2fd4574383 100644
--- a/l10n/lt_LT/lib.po
+++ b/l10n/lt_LT/lib.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-18 11:47-0400\n"
-"PO-Revision-Date: 2013-09-18 14:50+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: Liudas Ališauskas \n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@@ -21,322 +21,329 @@ msgstr ""
"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"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "Programa „%s“ negali būti įdiegta, nes yra nesuderinama su šia ownCloud versija."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "Nenurodytas programos pavadinimas"
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Pagalba"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Asmeniniai"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Nustatymai"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Vartotojai"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administravimas"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Nepavyko pakelti „%s“ versijos."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "Saviti profilio paveiksliukai dar neveikia su šifravimu"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Nežinomas failo tipas"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Netinkamas paveikslėlis"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "jūsų valdomos web paslaugos"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "nepavyksta atverti „%s“"
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP atsisiuntimo galimybė yra išjungta."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Failai turi būti parsiunčiami vienas po kito."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Atgal į Failus"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Pasirinkti failai per dideli archyvavimui į ZIP."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Atsisiųskite failus mažesnėmis dalimis atskirai, arba mandagiai prašykite savo administratoriaus."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "Nenurodytas šaltinis diegiant programą"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "Nenurodytas href diegiant programą iš http"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "Nenurodytas kelias diegiant programą iš vietinio failo"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "%s tipo archyvai nepalaikomi"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Nepavyko atverti archyvo diegiant programą"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "Programa nepateikia info.xml failo"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "Programa negali būti įdiegta, nes turi neleistiną kodą"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "Programa negali būti įdiegta, nes yra nesuderinama su šia ownCloud versija"
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "Programa negali būti įdiegta, nes turi true žymę, kuri yra neleistina ne kartu platinamoms programoms"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "Programa negali būti įdiegta, nes versija pateikta info.xml/version nesutampa su versija deklaruota programų saugykloje"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "Programos aplankas jau egzistuoja"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Nepavyksta sukurti aplanko. Prašome pataisyti leidimus. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Programa neįjungta"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Autentikacijos klaida"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Sesija baigėsi. Prašome perkrauti puslapį."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Failai"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Žinučių"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Paveikslėliai"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s įrašykite duombazės naudotojo vardą."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s įrašykite duombazės pavadinimą."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s negalite naudoti taškų duombazės pavadinime"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL naudotojo vardas ir/arba slaptažodis netinka: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Turite prisijungti su egzistuojančia paskyra arba su administratoriumi."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Neteisingas MySQL naudotojo vardas ir/arba slaptažodis"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "DB klaida: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Vykdyta komanda buvo: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL naudotojas '%s'@'localhost' jau egzistuoja."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Pašalinti šį naudotoją iš MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL naudotojas '%s'@'%%' jau egzistuoja"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Pašalinti šį naudotoją iš MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Nepavyko sukurti Oracle ryšio"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Neteisingas Oracle naudotojo vardas ir/arba slaptažodis"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Vykdyta komanda buvo: \"%s\", name: %s, password: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Neteisingas PostgreSQL naudotojo vardas ir/arba slaptažodis"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Nustatyti administratoriaus naudotojo vardą."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Nustatyti administratoriaus slaptažodį."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Jūsų serveris nėra tvarkingai nustatytas leisti failų sinchronizaciją, nes WebDAV sąsaja panašu, kad yra sugadinta."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Prašome pažiūrėkite dar kartą diegimo instrukcijas."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Nepavyko rasti kategorijos „%s“"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "prieš sekundę"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "prieš %n min."
msgstr[1] "Prieš % minutes"
msgstr[2] "Prieš %n minučių"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "Prieš %n valandą"
msgstr[1] "Prieš %n valandas"
msgstr[2] "Prieš %n valandų"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "šiandien"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "vakar"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "Prieš %n dieną"
msgstr[1] "Prieš %n dienas"
msgstr[2] "Prieš %n dienų"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "praeitą mėnesį"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "Prieš %n mėnesį"
msgstr[1] "Prieš %n mėnesius"
msgstr[2] "Prieš %n mėnesių"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "praeitais metais"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "prieš metus"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Iššaukė:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Nepavyko rasti kategorijos „%s“"
diff --git a/l10n/lt_LT/settings.po b/l10n/lt_LT/settings.po
index ff719fb19fe..29e03ac1c98 100644
--- a/l10n/lt_LT/settings.po
+++ b/l10n/lt_LT/settings.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-30 10:17-0400\n"
-"PO-Revision-Date: 2013-09-29 08:49+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 19:10+0000\n"
"Last-Translator: Liudas Ališauskas \n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@@ -161,15 +161,15 @@ msgstr "Atnaujinti"
msgid "Updated"
msgstr "Atnaujinta"
-#: js/personal.js:221
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Pažymėkite profilio paveikslėlį"
-#: js/personal.js:266
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Iššifruojami failai... Prašome palaukti, tai gali užtrukti."
-#: js/personal.js:288
+#: js/personal.js:292
msgid "Saving..."
msgstr "Saugoma..."
@@ -345,46 +345,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Leisti naudotojams dalintis tik su naudotojais savo grupėje"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr "Leisti el. pašto perspėjimą"
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr "Leisti naudotojui siųsti perspėjimą el. laišku dėl bendrinamų failų"
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Saugumas"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Reikalauti HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Verčia klientus jungtis prie %s per šifruotą ryšį."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Prašome prisijungti prie savo %s per HTTPS, kad įjungti ar išjungti SSL reikalavimą."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Žurnalas"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Žurnalo išsamumas"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Daugiau"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Mažiau"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Versija"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@@ -26,17 +26,17 @@ msgstr "Nepavyko išvalyti sąsajų."
msgid "Failed to delete the server configuration"
msgstr "Nepavyko pašalinti serverio konfigūracijos"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/lv/core.po b/l10n/lv/core.po
index 813a5545833..35711662987 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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
@@ -18,12 +18,17 @@ msgstr ""
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s kopīgots »%s« ar jums"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "grupa"
@@ -320,8 +325,8 @@ msgstr "Nav norādīts objekta tips."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Kļūda"
@@ -341,126 +346,134 @@ msgstr "Kopīgs"
msgid "Share"
msgstr "Dalīties"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Kļūda, daloties"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Kļūda, beidzot dalīties"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Kļūda, mainot atļaujas"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "{owner} dalījās ar jums un grupu {group}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "{owner} dalījās ar jums"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Dalīties ar"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Dalīties ar saiti"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Aizsargāt ar paroli"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Parole"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Ļaut publisko augšupielādi."
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Sūtīt saiti personai pa e-pastu"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Sūtīt"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Iestaties termiņa datumu"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Termiņa datums"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Dalīties, izmantojot e-pastu:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Nav atrastu cilvēku"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Atkārtota dalīšanās nav atļauta"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Dalījās ar {item} ar {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Pārtraukt dalīšanos"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "var rediģēt"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "piekļuves vadība"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "izveidot"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "atjaunināt"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "dzēst"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "dalīties"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Aizsargāts ar paroli"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Kļūda, noņemot termiņa datumu"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Kļūda, iestatot termiņa datumu"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Sūta..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "Vēstule nosūtīta"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Brīdinājums"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Izveidot administratora kontu"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Paplašināti"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Datu mape"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Konfigurēt datubāzi"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "tiks izmantots"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Datubāzes lietotājs"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Datubāzes parole"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Datubāzes nosaukums"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Datubāzes tabulas telpa"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Datubāzes serveris"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Pabeigt iestatīšanu"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -696,11 +723,11 @@ msgstr "Aizmirsāt paroli?"
msgid "remember"
msgstr "atcerēties"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Ierakstīties"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternatīvās pieteikšanās"
@@ -708,8 +735,13 @@ msgstr "Alternatīvās pieteikšanās"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Sveiks,
Tikai daru tev zināmu ka %s dalās %s ar tevi.
Apskati to!
Jaukiņi Labiņi!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/lv/files.po b/l10n/lv/files.po
index c2bec93c458..97b5ad59422 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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
@@ -87,7 +87,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "Nederīga direktorija."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Datnes"
@@ -120,7 +120,7 @@ msgstr "URL nevar būt tukšs."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Kļūdains mapes nosaukums. 'Shared' lietošana ir rezervēta no ownCloud"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Kļūda"
@@ -164,14 +164,14 @@ msgstr "aizvietoja {new_name} ar {old_name}"
msgid "undo"
msgstr "atsaukt"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n mapes"
msgstr[1] "%n mape"
msgstr[2] "%n mapes"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n faili"
@@ -211,31 +211,44 @@ msgstr "Jūsu krātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhron
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Jūsu krātuve ir gandrīz pilna ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Šifrēšana tika atslēgta, tomēr jūsu faili joprojām ir šifrēti. Atšifrēt failus var Personiskajos uzstādījumos."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Tiek sagatavota lejupielāde. Tas var aizņemt kādu laiciņu, ja datnes ir lielas."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nosaukums"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Izmērs"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Mainīts"
@@ -296,49 +309,49 @@ msgstr "Mape"
msgid "From link"
msgstr "No saites"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Dzēstās datnes"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Atcelt augšupielādi"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Jums nav tiesību šeit rakstīt."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Te vēl nekas nav. Rīkojies, sāc augšupielādēt!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Lejupielādēt"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Pārtraukt dalīšanos"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Dzēst"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Datne ir par lielu, lai to augšupielādētu"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu"
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Šobrīd tiek caurskatīts"
diff --git a/l10n/lv/files_encryption.po b/l10n/lv/files_encryption.po
index 2f583edb1c2..3e83a2065ca 100644
--- a/l10n/lv/files_encryption.po
+++ b/l10n/lv/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Saglabā..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/lv/files_external.po b/l10n/lv/files_external.po
index 87322e13a61..01dbef9b6ea 100644
--- a/l10n/lv/files_external.po
+++ b/l10n/lv/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-19 15:06-0400\n"
-"PO-Revision-Date: 2013-08-16 07:00+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: stendec \n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/lv/files_trashbin.po b/l10n/lv/files_trashbin.po
index 06237b847d0..8409f8c9208 100644
--- a/l10n/lv/files_trashbin.po
+++ b/l10n/lv/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-19 15:06-0400\n"
-"PO-Revision-Date: 2013-08-16 08:10+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: stendec \n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
@@ -28,45 +28,45 @@ msgstr "Nevarēja pilnībā izdzēst %s"
msgid "Couldn't restore %s"
msgstr "Nevarēja atjaunot %s"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "veikt atjaunošanu"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Kļūda"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "dzēst datni pavisam"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Dzēst pavisam"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nosaukums"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Dzēsts"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "Nekas, %n mapes"
msgstr[1] "%n mape"
msgstr[2] "%n mapes"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "Neviens! %n faaili"
msgstr[1] "%n fails"
msgstr[2] "%n faili"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "atjaunots"
@@ -74,11 +74,11 @@ msgstr "atjaunots"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Šeit nekā nav. Jūsu miskaste ir tukša!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Atjaunot"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Dzēst"
diff --git a/l10n/lv/lib.po b/l10n/lv/lib.po
index 1c2c3f45c58..dad77f7dc44 100644
--- a/l10n/lv/lib.po
+++ b/l10n/lv/lib.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
@@ -18,322 +18,329 @@ msgstr ""
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Palīdzība"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Personīgi"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Iestatījumi"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Lietotāji"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Administratori"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Kļūda atjauninot \"%s\""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "tīmekļa servisi tavā varā"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "Nevar atvērt \"%s\""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP lejupielādēšana ir izslēgta."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Datnes var lejupielādēt tikai katru atsevišķi."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Atpakaļ pie datnēm"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Izvēlētās datnes ir pārāk lielas, lai izveidotu zip datni."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Lejupielādējiet savus failus mazākās daļās, atsevišķi vai palūdziet tos administratoram."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Lietotne nav aktivēta"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Autentifikācijas kļūda"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Pilnvarai ir beidzies termiņš. Lūdzu, pārlādējiet lapu."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Datnes"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Teksts"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Attēli"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s ievadiet datubāzes lietotājvārdu."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s ievadiet datubāzes nosaukumu."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s datubāžu nosaukumos nedrīkst izmantot punktus"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "Nav derīga MySQL parole un/vai lietotājvārds — %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Jums jāievada vai nu esošs vai administratora konts."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "Nav derīga MySQL parole un/vai lietotājvārds"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "DB kļūda — “%s”"
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Vainīgā komanda bija “%s”"
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL lietotājs %s'@'localhost' jau eksistē."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Izmest šo lietotāju no MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL lietotājs '%s'@'%%' jau eksistē"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Izmest šo lietotāju no MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Nevar izveidot savienojumu ar Oracle"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Nav derīga Oracle parole un/vai lietotājvārds"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Vainīgā komanda bija \"%s\", vārds: %s, parole: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "Nav derīga PostgreSQL parole un/vai lietotājvārds"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Iestatiet administratora lietotājvārdu."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Iestatiet administratora paroli."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Jūsu serveris vēl nav pareizi iestatīts, lai ļautu sinhronizēt datnes, jo izskatās, ka WebDAV saskarne ir salauzta."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Lūdzu, vēlreiz pārbaudiet instalēšanas palīdzību."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Nevarēja atrast kategoriju “%s”"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "sekundes atpakaļ"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
msgstr[2] "Pirms %n minūtēm"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
msgstr[2] "Pirms %n stundām"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "šodien"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "vakar"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
msgstr[2] "Pirms %n dienām"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "pagājušajā mēnesī"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
msgstr[2] "Pirms %n mēnešiem"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "gājušajā gadā"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "gadus atpakaļ"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Cēlonis:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Nevarēja atrast kategoriju “%s”"
diff --git a/l10n/lv/settings.po b/l10n/lv/settings.po
index 68f2e3c4db4..cfb2581a7fd 100644
--- a/l10n/lv/settings.po
+++ b/l10n/lv/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
@@ -118,11 +118,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "Atjaunināt uz {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Deaktivēt"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Aktivēt"
@@ -130,43 +130,43 @@ msgstr "Aktivēt"
msgid "Please wait...."
msgstr "Lūdzu, uzgaidiet...."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Atjaunina...."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Kļūda, atjauninot lietotni"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Kļūda"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Atjaunināt"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Atjaunināta"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Atšifrēju failus... Uzgaidiet tas var ilgt kādu laiku."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Saglabā..."
@@ -342,46 +342,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Ļaut lietotājiem dalīties ar lietotājiem to grupās"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Drošība"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Uzspiest HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Uzspiest klientiem pieslēgties pie %s caur šifrētu savienojumu."
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Lūdzu slēdzieties pie %s caur HTTPS lai iespējotu vai atspējotu SSL izpildīšanu"
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Žurnāls"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Žurnāla līmenis"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Vairāk"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Mazāk"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Versija"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr "Neizdevās izdzēst servera konfigurāciju"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "Konfigurācija ir derīga un varēja izveidot savienojumu!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "Konfigurācija ir derīga, bet sasaiste neizdevās. Lūdzu, pārbaudiet servera iestatījumus un akreditācijas datus."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/mk/core.po b/l10n/mk/core.po
index c1f6fdbed94..969d919a8cd 100644
--- a/l10n/mk/core.po
+++ b/l10n/mk/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "група"
@@ -314,8 +319,8 @@ msgstr "Не е специфициран типот на објект."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Грешка"
@@ -335,126 +340,134 @@ msgstr ""
msgid "Share"
msgstr "Сподели"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Грешка при споделување"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Грешка при прекин на споделување"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Грешка при промена на привилегии"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Споделено со Вас и групата {group} од {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Споделено со Вас од {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Сподели со"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Сподели со врска"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Заштити со лозинка"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Лозинка"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Прати врска по е-пошта на личност"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Прати"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Постави рок на траење"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Рок на траење"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Сподели по е-пошта:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Не се најдени луѓе"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Повторно споделување не е дозволено"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Споделено во {item} со {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Не споделувај"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "може да се измени"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "контрола на пристап"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "креирај"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "ажурирај"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "избриши"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "сподели"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Заштитено со лозинка"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Грешка при тргање на рокот на траење"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Грешка при поставување на рок на траење"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Праќање..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "Е-порака пратена"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Предупредување"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "Направете администраторска сметка"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Напредно"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Фолдер со податоци"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Конфигурирај ја базата"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "ќе биде користено"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Корисник на база"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Лозинка на база"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Име на база"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Табела во базата на податоци"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Сервер со база"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Заврши го подесувањето"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -690,11 +717,11 @@ msgstr "Ја заборавивте лозинката?"
msgid "remember"
msgstr "запамти"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Најава"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -702,7 +729,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/mk/files.po b/l10n/mk/files.po
index a075f4d8f84..afd9ab3b46c 100644
--- a/l10n/mk/files.po
+++ b/l10n/mk/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Датотеки"
@@ -119,7 +119,7 @@ msgstr "Адресата неможе да биде празна."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Грешка"
@@ -163,13 +163,13 @@ msgstr "заменета {new_name} со {old_name}"
msgid "undo"
msgstr "врати"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Име"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Големина"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Променето"
@@ -292,49 +305,49 @@ msgstr "Папка"
msgid "From link"
msgstr "Од врска"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Откажи прикачување"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Тука нема ништо. Снимете нешто!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Преземи"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Не споделувај"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Избриши"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Фајлот кој се вчитува е преголем"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Датотеките кои се обидувате да ги подигнете ја надминуваат максималната големина за подигнување датотеки на овој сервер."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Се скенираат датотеки, ве молам почекајте."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Моментално скенирам"
diff --git a/l10n/mk/files_encryption.po b/l10n/mk/files_encryption.po
index 23d0a82d933..cc367d9bbf2 100644
--- a/l10n/mk/files_encryption.po
+++ b/l10n/mk/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Снимам..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/mk/files_external.po b/l10n/mk/files_external.po
index fc33716519e..1199ac03520 100644
--- a/l10n/mk/files_external.po
+++ b/l10n/mk/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Пристапот е дозволен"
@@ -25,7 +25,7 @@ msgstr "Пристапот е дозволен"
msgid "Error configuring Dropbox storage"
msgstr "Грешка при конфигурација на Dropbox"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Дозволи пристап"
@@ -33,24 +33,24 @@ msgstr "Дозволи пристап"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "Ве молам доставите валиден Dropbox клуч и тајна лозинка."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Грешка при конфигурација на Google Drive"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Внимание: \"smbclient\" не е инсталиран. Не е можно монтирање на CIFS/SMB дискови. Замолете го Вашиот систем администратор да го инсталира."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Внимание: Не е овозможена или инсталирани FTP подршка во PHP. Не е можно монтирање на FTP дискови. Замолете го Вашиот систем администратор да го инсталира."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/mk/files_trashbin.po b/l10n/mk/files_trashbin.po
index b92b21c1c47..7e028cbe6f5 100644
--- a/l10n/mk/files_trashbin.po
+++ b/l10n/mk/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
@@ -27,43 +27,43 @@ msgstr ""
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr ""
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Грешка"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr ""
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr ""
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Име"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr ""
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -71,11 +71,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr ""
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Избриши"
diff --git a/l10n/mk/lib.po b/l10n/mk/lib.po
index f87e0ecc907..8b7a7df8826 100644
--- a/l10n/mk/lib.po
+++ b/l10n/mk/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
@@ -17,318 +17,325 @@ msgstr ""
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Помош"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Лично"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Подесувања"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Корисници"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Админ"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "веб сервиси под Ваша контрола"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "Преземање во ZIP е исклучено"
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Датотеките треба да се симнат една по една."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Назад кон датотеки"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Избраните датотеки се преголеми за да се генерира zip."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Апликацијата не е овозможена"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Грешка во автентикација"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Жетонот е истечен. Ве молам превчитајте ја страницата."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Датотеки"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Текст"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Слики"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr ""
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Не можам да најдам категорија „%s“"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "пред секунди"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "денеска"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "вчера"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "минатиот месец"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "минатата година"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "пред години"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Не можам да најдам категорија „%s“"
diff --git a/l10n/mk/settings.po b/l10n/mk/settings.po
index d8573ecf006..17598ec8487 100644
--- a/l10n/mk/settings.po
+++ b/l10n/mk/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Оневозможи"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Овозможи"
@@ -129,43 +129,43 @@ msgstr "Овозможи"
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Грешка"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Ажурирај"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Снимам..."
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Записник"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Ниво на логирање"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Повеќе"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Помалку"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Верзија"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/ml_IN/core.po b/l10n/ml_IN/core.po
index 8e7523af26c..ded8b3e235d 100644
--- a/l10n/ml_IN/core.po
+++ b/l10n/ml_IN/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: ml_IN\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -314,8 +319,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -335,126 +340,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr ""
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr ""
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr ""
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr ""
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr ""
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -690,11 +717,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -702,7 +729,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/ml_IN/files.po b/l10n/ml_IN/files.po
index 5a25ca39107..6adf28c9ee2 100644
--- a/l10n/ml_IN/files.po
+++ b/l10n/ml_IN/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -292,49 +305,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr ""
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/ml_IN/files_encryption.po b/l10n/ml_IN/files_encryption.po
index 76387876387..3339f6b3cdf 100644
--- a/l10n/ml_IN/files_encryption.po
+++ b/l10n/ml_IN/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/ml_IN/settings.po b/l10n/ml_IN/settings.po
index 127decca790..79d0ac86622 100644
--- a/l10n/ml_IN/settings.po
+++ b/l10n/ml_IN/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: ms_MY\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -309,8 +314,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Ralat"
@@ -330,126 +335,134 @@ msgstr ""
msgid "Share"
msgstr "Kongsi"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Kata laluan"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr "Amaran"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "buat akaun admin"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Maju"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Fail data"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Konfigurasi pangkalan data"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "akan digunakan"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Nama pengguna pangkalan data"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Kata laluan pangkalan data"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Nama pangkalan data"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Hos pangkalan data"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Setup selesai"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -685,11 +712,11 @@ msgstr "Hilang kata laluan?"
msgid "remember"
msgstr "ingat"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Log masuk"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -697,7 +724,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po
index 05de8db4dcc..e9381914754 100644
--- a/l10n/ms_MY/files.po
+++ b/l10n/ms_MY/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Fail-fail"
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Ralat"
@@ -163,12 +163,12 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -204,31 +204,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Nama"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Saiz"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Dimodifikasi"
@@ -289,49 +302,49 @@ msgstr "Folder"
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Batal muat naik"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Tiada apa-apa di sini. Muat naik sesuatu!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Muat turun"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Padam"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Muatnaik terlalu besar"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Fail yang cuba dimuat naik melebihi saiz maksimum fail upload server"
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Fail sedang diimbas, harap bersabar."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Imbasan semasa"
diff --git a/l10n/ms_MY/files_encryption.po b/l10n/ms_MY/files_encryption.po
index 8b66830466a..419dc03f390 100644
--- a/l10n/ms_MY/files_encryption.po
+++ b/l10n/ms_MY/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Simpan..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/ms_MY/files_external.po b/l10n/ms_MY/files_external.po
index cf3fca34a5e..6e6ba55ae7a 100644
--- a/l10n/ms_MY/files_external.po
+++ b/l10n/ms_MY/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: ms_MY\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr ""
@@ -25,7 +25,7 @@ msgstr ""
msgid "Error configuring Dropbox storage"
msgstr ""
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr ""
@@ -33,24 +33,24 @@ msgstr ""
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr ""
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/ms_MY/files_trashbin.po b/l10n/ms_MY/files_trashbin.po
index cb56fbd7745..f65679fc8ef 100644
--- a/l10n/ms_MY/files_trashbin.po
+++ b/l10n/ms_MY/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-15 04:47-0400\n"
-"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@@ -27,41 +27,41 @@ msgstr ""
msgid "Couldn't restore %s"
msgstr ""
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr ""
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Ralat"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr ""
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr ""
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Nama"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr ""
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -69,11 +69,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr ""
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Padam"
diff --git a/l10n/ms_MY/lib.po b/l10n/ms_MY/lib.po
index 2d0d010262b..0a4794dc147 100644
--- a/l10n/ms_MY/lib.po
+++ b/l10n/ms_MY/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@@ -17,314 +17,321 @@ msgstr ""
"Language: ms_MY\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Bantuan"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Peribadi"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Tetapan"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Pengguna"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Admin"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "Perkhidmatan web di bawah kawalan anda"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr ""
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr ""
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr ""
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr ""
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr ""
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Ralat pengesahan"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr ""
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Fail-fail"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Teks"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr ""
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr ""
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr ""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr ""
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr ""
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr ""
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr ""
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr ""
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr ""
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr ""
diff --git a/l10n/ms_MY/settings.po b/l10n/ms_MY/settings.po
index c144cf2096c..508a73832ab 100644
--- a/l10n/ms_MY/settings.po
+++ b/l10n/ms_MY/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Nyahaktif"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Aktif"
@@ -129,43 +129,43 @@ msgstr "Aktif"
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Ralat"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Kemaskini"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Simpan..."
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Log"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Tahap Log"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Lanjutan"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/my_MM/core.po b/l10n/my_MM/core.po
index f2f4b06658f..5cb83560089 100644
--- a/l10n/my_MM/core.po
+++ b/l10n/my_MM/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: my_MM\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -309,8 +314,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -330,126 +335,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "စကားဝှက်"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "သက်တမ်းကုန်ဆုံးမည့်ရက်သတ်မှတ်မည်"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "သက်တမ်းကုန်ဆုံးမည့်ရက်"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "အီးမေးလ်ဖြင့်ဝေမျှမည် -"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "ပြန်လည်ဝေမျှခြင်းခွင့်မပြုပါ"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "ပြင်ဆင်နိုင်"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "ဖန်တီးမည်"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "ဖျက်မည်"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "ဝေမျှမည်"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "စကားဝှက်ဖြင့်ကာကွယ်ထားသည်"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "အက်ဒမင်အကောင့်တစ်ခုဖန်တီးမည်"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "အဆင့်မြင့်"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "အချက်အလက်ဖိုလ်ဒါလ်"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Database သုံးစွဲသူ"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Database စကားဝှက်"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Database အမည်"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "တပ်ဆင်ခြင်းပြီးပါပြီ။"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -685,11 +712,11 @@ msgstr "သင်၏စကားဝှက်ပျောက်သွားပြ
msgid "remember"
msgstr "မှတ်မိစေသည်"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "ဝင်ရောက်ရန်"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -697,7 +724,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/my_MM/files.po b/l10n/my_MM/files.po
index a143e196594..710c84749da 100644
--- a/l10n/my_MM/files.po
+++ b/l10n/my_MM/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "ဖိုင်များ"
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,12 +163,12 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -204,31 +204,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -289,49 +302,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "ဒေါင်းလုတ်"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/my_MM/files_encryption.po b/l10n/my_MM/files_encryption.po
index 9aedac17d42..f51e1ab1dad 100644
--- a/l10n/my_MM/files_encryption.po
+++ b/l10n/my_MM/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/my_MM/lib.po b/l10n/my_MM/lib.po
index a5faefbbddf..b69db8273f4 100644
--- a/l10n/my_MM/lib.po
+++ b/l10n/my_MM/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n"
"MIME-Version: 1.0\n"
@@ -17,314 +17,321 @@ msgstr ""
"Language: my_MM\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "အကူအညီ"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr ""
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr ""
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "သုံးစွဲသူ"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "အက်ဒမင်"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "သင်၏ထိန်းချုပ်မှု့အောက်တွင်ရှိသော Web services"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP ဒေါင်းလုတ်ကိုပိတ်ထားသည်"
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "ဖိုင်များသည် တစ်ခုပြီး တစ်ခုဒေါင်းလုတ်ချရန်လိုအပ်သည်"
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "ဖိုင်သို့ပြန်သွားမည်"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "zip ဖိုင်အဖြစ်ပြုလုပ်ရန် ရွေးချယ်ထားသောဖိုင်များသည် အရမ်းကြီးလွန်းသည်"
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr ""
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "ခွင့်ပြုချက်မအောင်မြင်"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr ""
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "ဖိုင်များ"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "စာသား"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "ပုံရိပ်များ"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr ""
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "\"%s\"ခေါင်းစဉ်ကို ရှာမတွေ့ပါ"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "စက္ကန့်အနည်းငယ်က"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "ယနေ့"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "မနေ့က"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "ပြီးခဲ့သောလ"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "မနှစ်က"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "နှစ် အရင်က"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "\"%s\"ခေါင်းစဉ်ကို ရှာမတွေ့ပါ"
diff --git a/l10n/my_MM/settings.po b/l10n/my_MM/settings.po
index 144af1c4211..e8cdf5d21e5 100644
--- a/l10n/my_MM/settings.po
+++ b/l10n/my_MM/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr ""
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr ""
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po
index b9a4a85d03b..742669f8c4c 100644
--- a/l10n/nb_NO/core.po
+++ b/l10n/nb_NO/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: 2013-09-22 12:55-0400\n"
-"PO-Revision-Date: 2013-09-20 15:01+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@@ -18,12 +18,17 @@ msgstr ""
"Language: nb_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s delte »%s« med deg"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "gruppe"
@@ -315,8 +320,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Feil"
@@ -336,126 +341,134 @@ msgstr "Delt"
msgid "Share"
msgstr "Del"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Feil under deling"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Delt med deg av {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Del med"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Del med link"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Passordbeskyttet"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Passord"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Send"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Set utløpsdato"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Utløpsdato"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Del på epost"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Ingen personer funnet"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Avslutt deling"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "kan endre"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "tilgangskontroll"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "opprett"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "oppdater"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "slett"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "del"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Passordbeskyttet"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Kan ikke sette utløpsdato"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Sender..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "E-post sendt"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Advarsel"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr "opprett en administrator-konto"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Avansert"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Datamappe"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Konfigurer databasen"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "vil bli brukt"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Databasebruker"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Databasepassord"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Databasenavn"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Database tabellområde"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Databasevert"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Fullfør oppsetting"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -691,11 +718,11 @@ msgstr "Mistet passordet ditt?"
msgid "remember"
msgstr "husk"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Logg inn"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -703,7 +730,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/nb_NO/files.po b/l10n/nb_NO/files.po
index e5f3ebc6c84..9cc4f00ab4c 100644
--- a/l10n/nb_NO/files.po
+++ b/l10n/nb_NO/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@@ -89,7 +89,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "Ugyldig katalog."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Filer"
@@ -122,7 +122,7 @@ msgstr "URL-en kan ikke være tom."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Ugyldig mappenavn. Bruk av \"Shared\" er reservert av ownCloud."
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Feil"
@@ -166,13 +166,13 @@ msgstr "erstattet {new_name} med {old_name}"
msgid "undo"
msgstr "angre"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n mappe"
msgstr[1] "%n mapper"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n fil"
@@ -210,31 +210,44 @@ msgstr "Lagringsplass er oppbrukt, filer kan ikke lenger oppdateres eller synkro
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Lagringsplass er nesten brukt opp ([usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Nedlastingen din klargjøres. Hvis filene er store kan dette ta litt tid."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Navn"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Størrelse"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Endret"
@@ -295,49 +308,49 @@ msgstr "Mappe"
msgid "From link"
msgstr "Fra link"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Slettet filer"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Avbryt opplasting"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Du har ikke skrivetilgang her."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Ingenting her. Last opp noe!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Last ned"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Avslutt deling"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Slett"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Filen er for stor"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Filene du prøver å laste opp er for store for å laste opp til denne serveren."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Skanner filer, vennligst vent."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Pågående skanning"
diff --git a/l10n/nb_NO/files_encryption.po b/l10n/nb_NO/files_encryption.po
index 1aea5d92add..3cc1c898bf6 100644
--- a/l10n/nb_NO/files_encryption.po
+++ b/l10n/nb_NO/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Lagrer..."
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/nb_NO/files_external.po b/l10n/nb_NO/files_external.po
index b9d4ea69c8b..7dfb2d030b7 100644
--- a/l10n/nb_NO/files_external.po
+++ b/l10n/nb_NO/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: Hans Nesse <>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
"Language: nb_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Tilgang innvilget"
@@ -26,7 +26,7 @@ msgstr "Tilgang innvilget"
msgid "Error configuring Dropbox storage"
msgstr "Feil ved konfigurering av Dropbox-lagring"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Gi tilgang"
@@ -34,24 +34,24 @@ msgstr "Gi tilgang"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "Vær vennlig å oppgi gyldig Dropbox appnøkkel og hemmelighet."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Feil med konfigurering av Google Drive"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Advarsel: \"smbclient\" er ikke installert. Kan ikke montere CIFS/SMB mapper. Ta kontakt med din systemadministrator for å installere det."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Advarsel: FTP støtte i PHP er ikke slått på eller innstallert. Kan ikke montere FTP mapper. Ta kontakt med din systemadministrator for å innstallere det."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/nb_NO/files_trashbin.po b/l10n/nb_NO/files_trashbin.po
index 8a0267ad7cb..a46fbd42724 100644
--- a/l10n/nb_NO/files_trashbin.po
+++ b/l10n/nb_NO/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-19 15:06-0400\n"
-"PO-Revision-Date: 2013-08-17 22:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@@ -28,43 +28,43 @@ msgstr "Kunne ikke slette %s fullstendig"
msgid "Couldn't restore %s"
msgstr "Kunne ikke gjenopprette %s"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "utfør gjenopprettings operasjon"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Feil"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "slett filer permanent"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Slett permanent"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Navn"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Slettet"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] "%n mapper"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] "%n filer"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr ""
@@ -72,11 +72,11 @@ msgstr ""
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Ingenting her. Søppelkassen din er tom!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Gjenopprett"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Slett"
diff --git a/l10n/nb_NO/lib.po b/l10n/nb_NO/lib.po
index 1fa0543983b..8c88dd2d0bf 100644
--- a/l10n/nb_NO/lib.po
+++ b/l10n/nb_NO/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-16 11:33-0400\n"
-"PO-Revision-Date: 2013-09-16 15:34+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@@ -17,318 +17,325 @@ msgstr ""
"Language: nb_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr ""
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr ""
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Hjelp"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Personlig"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Innstillinger"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Brukere"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Admin"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr ""
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr ""
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr ""
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "web tjenester du kontrollerer"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP-nedlasting av avslått"
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Filene må lastes ned en om gangen"
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Tilbake til filer"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "De valgte filene er for store til å kunne generere ZIP-fil"
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr ""
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr ""
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr ""
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr ""
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr ""
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr ""
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr ""
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr ""
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr ""
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr ""
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "Applikasjon er ikke påslått"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Autentikasjonsfeil"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Symbol utløpt. Vennligst last inn siden på nytt."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Filer"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Tekst"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Bilder"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr ""
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr ""
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Din nettservev er ikke konfigurert korrekt for filsynkronisering. WebDAV ser ut til å ikke funkere."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Vennligst dobbelsjekk installasjonsguiden."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Kunne ikke finne kategori \"%s\""
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "sekunder siden"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "i dag"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "i går"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "forrige måned"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "forrige år"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "år siden"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr ""
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Kunne ikke finne kategori \"%s\""
diff --git a/l10n/nb_NO/settings.po b/l10n/nb_NO/settings.po
index fe0d19856af..16c200dffee 100644
--- a/l10n/nb_NO/settings.po
+++ b/l10n/nb_NO/settings.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@@ -119,11 +119,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "Oppdater til {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Slå avBehandle "
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Aktiver"
@@ -131,43 +131,43 @@ msgstr "Aktiver"
msgid "Please wait...."
msgstr "Vennligst vent..."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Oppdaterer..."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Feil ved oppdatering av app"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Feil"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Oppdater"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Oppdatert"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Lagrer..."
@@ -343,46 +343,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Tillat kun deling med andre brukere i samme gruppe"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Sikkerhet"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Tving HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Logg"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Loggnivå"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Mer"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Mindre"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Versjon"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@@ -25,17 +25,17 @@ msgstr ""
msgid "Failed to delete the server configuration"
msgstr "Klarte ikke å slette tjener-konfigurasjonen."
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "Konfigurasjonen er i orden og tilkoblingen skal være etablert!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "Konfigurasjonen er i orden, men Bind mislyktes. Vennligst sjekk tjener-konfigurasjonen og påloggingsinformasjonen."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/ne/core.po b/l10n/ne/core.po
index 52425ae2ab0..f3b245682f9 100644
--- a/l10n/ne/core.po
+++ b/l10n/ne/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:11+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,17 @@ msgstr ""
"Language: ne\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr ""
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr ""
@@ -314,8 +319,8 @@ msgstr ""
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr ""
@@ -335,126 +340,134 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr ""
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr ""
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr ""
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr ""
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr ""
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr ""
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr ""
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr ""
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr ""
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr ""
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr ""
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr ""
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr ""
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr ""
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr ""
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr ""
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr ""
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr ""
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr ""
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr ""
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr ""
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr ""
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr ""
+#: js/share.js:727
+msgid "Warning"
+msgstr ""
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the admin account"
msgstr ""
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr ""
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr ""
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr ""
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr ""
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr ""
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr ""
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr ""
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr ""
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr ""
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -690,11 +717,11 @@ msgstr ""
msgid "remember"
msgstr ""
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr ""
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr ""
@@ -702,7 +729,12 @@ msgstr ""
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
msgstr ""
#: templates/update.php:3
diff --git a/l10n/ne/files.po b/l10n/ne/files.po
index 99b4c542210..71cb0f8a59b 100644
--- a/l10n/ne/files.po
+++ b/l10n/ne/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n"
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Invalid directory."
msgstr ""
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr ""
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr ""
@@ -163,13 +163,13 @@ msgstr ""
msgid "undo"
msgstr ""
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -207,31 +207,44 @@ msgstr ""
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr ""
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr ""
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr ""
@@ -292,49 +305,49 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr ""
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr ""
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr ""
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr ""
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr ""
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr ""
diff --git a/l10n/ne/files_encryption.po b/l10n/ne/files_encryption.po
index a30502e5bbf..51452a957a5 100644
--- a/l10n/ne/files_encryption.po
+++ b/l10n/ne/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:59+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:44
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:45
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:263
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr ""
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/ne/settings.po b/l10n/ne/settings.po
index 855bab38ba2..f4166098841 100644
--- a/l10n/ne/settings.po
+++ b/l10n/ne/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n"
"MIME-Version: 1.0\n"
@@ -117,11 +117,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr ""
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr ""
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr ""
@@ -129,43 +129,43 @@ msgstr ""
msgid "Please wait...."
msgstr ""
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr ""
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr ""
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr ""
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr ""
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr ""
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr ""
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr ""
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr ""
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr ""
@@ -341,46 +341,54 @@ msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr ""
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr ""
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr ""
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr ""
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr ""
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr ""
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
@@ -20,12 +20,17 @@ msgstr ""
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s deelde »%s« met jou"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "groep"
@@ -317,8 +322,8 @@ msgstr "Het object type is niet gespecificeerd."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:645 js/share.js:657
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Fout"
@@ -338,126 +343,134 @@ msgstr "Gedeeld"
msgid "Share"
msgstr "Delen"
-#: js/share.js:131 js/share.js:685
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Fout tijdens het delen"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Fout tijdens het stoppen met delen"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Fout tijdens het veranderen van permissies"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Gedeeld met u en de groep {group} door {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Gedeeld met u door {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Deel met"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Deel met link"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Wachtwoord beveiligd"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Wachtwoord"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Sta publieke uploads toe"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "E-mail link naar persoon"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Versturen"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Stel vervaldatum in"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Vervaldatum"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Deel via e-mail:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Geen mensen gevonden"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Verder delen is niet toegestaan"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Gedeeld in {item} met {user}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Stop met delen"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "kan wijzigen"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "toegangscontrole"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "creëer"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "bijwerken"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "verwijderen"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "deel"
-#: js/share.js:400 js/share.js:632
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Wachtwoord beveiligd"
-#: js/share.js:645
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Fout tijdens het verwijderen van de verval datum"
-#: js/share.js:657
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Fout tijdens het instellen van de vervaldatum"
-#: js/share.js:672
+#: js/share.js:692
msgid "Sending ..."
msgstr "Versturen ..."
-#: js/share.js:683
+#: js/share.js:703
msgid "Email sent"
msgstr "E-mail verzonden"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Waarschuwing"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the documentatie voor Informa
msgid "Create an admin account"
msgstr "Maak een beheerdersaccount aan"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Geavanceerd"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Gegevensmap"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Configureer de database"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "zal gebruikt worden"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Gebruiker database"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Wachtwoord database"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Naam database"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Database tablespace"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Databaseserver"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Installatie afronden"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -693,11 +720,11 @@ msgstr "Wachtwoord vergeten?"
msgid "remember"
msgstr "onthoud gegevens"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Meld je aan"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternatieve inlogs"
@@ -705,8 +732,13 @@ msgstr "Alternatieve inlogs"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Hallo daar,
%s deelde »%s« met jou.
Bekijk!
Veel plezier!"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/nl/files.po b/l10n/nl/files.po
index 68d1ce8e06b..6e300827bb9 100644
--- a/l10n/nl/files.po
+++ b/l10n/nl/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: 2013-09-20 10:44-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
@@ -88,7 +88,7 @@ msgstr ""
msgid "Invalid directory."
msgstr "Ongeldige directory."
-#: appinfo/app.php:12
+#: appinfo/app.php:11
msgid "Files"
msgstr "Bestanden"
@@ -121,7 +121,7 @@ msgstr "URL kan niet leeg zijn."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Ongeldige mapnaam. Gebruik van 'Gedeeld' is voorbehouden aan Owncloud zelf"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Fout"
@@ -165,13 +165,13 @@ msgstr "verving {new_name} met {old_name}"
msgid "undo"
msgstr "ongedaan maken"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] "%n mappen"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
@@ -209,31 +209,44 @@ msgstr "Uw opslagruimte zit vol, Bestanden kunnen niet meer worden ge-upload of
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Uw opslagruimte zit bijna vol ({usedSpacePercent}%)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Encryptie is uitgeschakeld maar uw bestanden zijn nog steeds versleuteld. Ga naar uw persoonlijke instellingen om uw bestanden te decoderen."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Uw download wordt voorbereid. Dit kan enige tijd duren bij grote bestanden."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr ""
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Naam"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Grootte"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Aangepast"
@@ -294,49 +307,49 @@ msgstr "Map"
msgid "From link"
msgstr "Vanaf link"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Verwijderde bestanden"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Upload afbreken"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "U hebt hier geen schrijfpermissies."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Er bevindt zich hier niets. Upload een bestand!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Downloaden"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Stop met delen"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Verwijder"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "Upload is te groot"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "De bestanden die u probeert te uploaden zijn groter dan de maximaal toegestane bestandsgrootte voor deze server."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Bestanden worden gescand, even wachten."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Er wordt gescand"
diff --git a/l10n/nl/files_encryption.po b/l10n/nl/files_encryption.po
index b72cecc5040..cf8ef83024d 100644
--- a/l10n/nl/files_encryption.po
+++ b/l10n/nl/files_encryption.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-21 08:10-0400\n"
-"PO-Revision-Date: 2013-08-19 19:20+0000\n"
-"Last-Translator: Len \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
+"Last-Translator: I Robot \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"
@@ -45,17 +45,24 @@ msgstr "Wachtwoord succesvol gewijzigd."
msgid "Could not change the password. Maybe the old password was not correct."
msgstr "Kon wachtwoord niet wijzigen. Wellicht oude wachtwoord niet juist ingevoerd."
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr "Privésleutel succesvol bijgewerkt."
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr "Kon het wachtwoord van de privésleutel niet wijzigen. Misschien was het oude wachtwoord onjuist."
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -63,36 +70,30 @@ msgid ""
"files."
msgstr "Uw privésleutel is niet geldig! Misschien was uw wachtwoord van buitenaf gewijzigd. U kunt het wachtwoord van uw privésleutel aanpassen in uw persoonlijke instellingen om toegang tot uw versleutelde bestanden te vergaren."
-#: hooks/hooks.php:41
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr "Missende benodigdheden."
-#: hooks/hooks.php:42
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr "Wees er zeker van dat PHP5.3.3 of nieuwer is geïstalleerd en dat de OpenSSL PHP extensie is ingeschakeld en correct geconfigureerd. De versleutel-app is voorlopig uitgeschakeld."
-#: hooks/hooks.php:249
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr "De volgende gebruikers hebben geen configuratie voor encryptie:"
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Opslaan"
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr "Uw privésleutel is niet geldig. Misschien was uw wachtwoord van buitenaf gewijzigd."
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
-msgstr "U kunt uw privésleutel deblokkeren in uw"
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
+msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr "persoonlijke instellingen"
@@ -109,27 +110,35 @@ msgstr "Activeren herstelsleutel (maakt het mogelijk om gebruikersbestanden teru
msgid "Recovery key password"
msgstr "Wachtwoord herstelsleulel"
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr "Geactiveerd"
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr "Gedeactiveerd"
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr "Wijzig wachtwoord herstelsleutel:"
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr "Oude wachtwoord herstelsleutel"
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr "Nieuwe wachtwoord herstelsleutel"
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr "Wijzigen wachtwoord"
diff --git a/l10n/nl/files_external.po b/l10n/nl/files_external.po
index 605a5e2ce92..13bbe8de98f 100644
--- a/l10n/nl/files_external.po
+++ b/l10n/nl/files_external.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: André Koot \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr "Toegang toegestaan"
@@ -26,7 +26,7 @@ msgstr "Toegang toegestaan"
msgid "Error configuring Dropbox storage"
msgstr "Fout tijdens het configureren van Dropbox opslag"
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr "Sta toegang toe"
@@ -34,24 +34,24 @@ msgstr "Sta toegang toe"
msgid "Please provide a valid Dropbox app key and secret."
msgstr "Geef een geldige Dropbox key en secret."
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr "Fout tijdens het configureren van Google Drive opslag"
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Waarschuwing: \"smbclient\" is niet geïnstalleerd. Mounten van CIFS/SMB shares is niet mogelijk. Vraag uw beheerder om smbclient te installeren."
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Waarschuwing: FTP ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van FTP shares is niet mogelijk. Vraag uw beheerder FTP ondersteuning te installeren."
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/nl/files_trashbin.po b/l10n/nl/files_trashbin.po
index ba5a8671355..83e0e68db8f 100644
--- a/l10n/nl/files_trashbin.po
+++ b/l10n/nl/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-19 15:06-0400\n"
-"PO-Revision-Date: 2013-08-17 06:30+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: André Koot \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
@@ -28,43 +28,43 @@ msgstr "Kon %s niet permanent verwijderen"
msgid "Couldn't restore %s"
msgstr "Kon %s niet herstellen"
-#: js/trash.js:7 js/trash.js:100
+#: js/trash.js:7 js/trash.js:102
msgid "perform restore operation"
msgstr "uitvoeren restore operatie"
-#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
+#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
msgid "Error"
msgstr "Fout"
-#: js/trash.js:36
+#: js/trash.js:37
msgid "delete file permanently"
msgstr "verwijder bestanden definitief"
-#: js/trash.js:127
+#: js/trash.js:129
msgid "Delete permanently"
msgstr "Verwijder definitief"
-#: js/trash.js:182 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Naam"
-#: js/trash.js:183 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Verwijderd"
-#: js/trash.js:191
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n map"
msgstr[1] "%n mappen"
-#: js/trash.js:197
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n bestand"
msgstr[1] "%n bestanden"
-#: lib/trash.php:819 lib/trash.php:821
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "hersteld"
@@ -72,11 +72,11 @@ msgstr "hersteld"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Niets te vinden. Uw prullenbak is leeg!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Herstellen"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Verwijder"
diff --git a/l10n/nl/lib.po b/l10n/nl/lib.po
index 918f3b09a7a..2885c0a2fb4 100644
--- a/l10n/nl/lib.po
+++ b/l10n/nl/lib.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-18 11:47-0400\n"
-"PO-Revision-Date: 2013-09-17 13:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:21+0000\n"
"Last-Translator: André Koot \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
@@ -20,318 +20,325 @@ msgstr ""
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:239
+#: private/app.php:237
#, php-format
msgid ""
"App \"%s\" can't be installed because it is not compatible with this version"
" of ownCloud."
msgstr "App \"%s\" kan niet worden geïnstalleerd omdat die niet compatible is met deze versie van ownCloud."
-#: app.php:250
+#: private/app.php:248
msgid "No app name specified"
msgstr "De app naam is niet gespecificeerd."
-#: app.php:361
+#: private/app.php:352
msgid "Help"
msgstr "Help"
-#: app.php:374
+#: private/app.php:365
msgid "Personal"
msgstr "Persoonlijk"
-#: app.php:385
+#: private/app.php:376
msgid "Settings"
msgstr "Instellingen"
-#: app.php:397
+#: private/app.php:388
msgid "Users"
msgstr "Gebruikers"
-#: app.php:410
+#: private/app.php:401
msgid "Admin"
msgstr "Beheerder"
-#: app.php:839
+#: private/app.php:832
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr "Upgrade \"%s\" mislukt."
-#: avatar.php:56
+#: private/avatar.php:56
msgid "Custom profile pictures don't work with encryption yet"
msgstr "Maatwerk profielafbeelding werkt nog niet met versleuteling"
-#: avatar.php:64
+#: private/avatar.php:64
msgid "Unknown filetype"
msgstr "Onbekend bestandsformaat"
-#: avatar.php:69
+#: private/avatar.php:69
msgid "Invalid image"
msgstr "Ongeldige afbeelding"
-#: defaults.php:35
+#: private/defaults.php:36
msgid "web services under your control"
msgstr "Webdiensten in eigen beheer"
-#: files.php:66 files.php:98
+#: private/files.php:66 private/files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr "Kon \"%s\" niet openen"
-#: files.php:226
+#: private/files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP download is uitgeschakeld."
-#: files.php:227
+#: private/files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Bestanden moeten één voor één worden gedownload."
-#: files.php:228 files.php:256
+#: private/files.php:228 private/files.php:256
msgid "Back to Files"
msgstr "Terug naar bestanden"
-#: files.php:253
+#: private/files.php:253
msgid "Selected files too large to generate zip file."
msgstr "De geselecteerde bestanden zijn te groot om een zip bestand te maken."
-#: files.php:254
+#: private/files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr "Download de bestanden in kleinere brokken, appart of vraag uw administrator."
-#: installer.php:63
+#: private/installer.php:63
msgid "No source specified when installing app"
msgstr "Geen bron opgegeven bij installatie van de app"
-#: installer.php:70
+#: private/installer.php:70
msgid "No href specified when installing app from http"
msgstr "Geen href opgegeven bij installeren van de app vanaf http"
-#: installer.php:75
+#: private/installer.php:75
msgid "No path specified when installing app from local file"
msgstr "Geen pad opgegeven bij installeren van de app vanaf een lokaal bestand"
-#: installer.php:89
+#: private/installer.php:89
#, php-format
msgid "Archives of type %s are not supported"
msgstr "Archiefbestanden van type %s niet ondersteund"
-#: installer.php:103
+#: private/installer.php:103
msgid "Failed to open archive when installing app"
msgstr "Kon archiefbestand bij installatie van de app niet openen"
-#: installer.php:125
+#: private/installer.php:125
msgid "App does not provide an info.xml file"
msgstr "De app heeft geen info.xml bestand"
-#: installer.php:131
+#: private/installer.php:131
msgid "App can't be installed because of not allowed code in the App"
msgstr "De app kan niet worden geïnstalleerd wegens onjuiste code in de app"
-#: installer.php:140
+#: private/installer.php:140
msgid ""
"App can't be installed because it is not compatible with this version of "
"ownCloud"
msgstr "De app kan niet worden geïnstalleerd omdat die niet compatible is met deze versie van ownCloud"
-#: installer.php:146
+#: private/installer.php:146
msgid ""
"App can't be installed because it contains the true tag "
"which is not allowed for non shipped apps"
msgstr "De app kan niet worden geïnstallerd omdat het de true tag bevat die niet is toegestaan voor niet gepubliceerde apps"
-#: installer.php:152
+#: private/installer.php:152
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "De app kan niet worden geïnstalleerd omdat de versie in info.xml/version niet dezelfde is als de versie zoals die in de app store staat vermeld"
-#: installer.php:162
+#: private/installer.php:162
msgid "App directory already exists"
msgstr "App directory bestaat al"
-#: installer.php:175
+#: private/installer.php:175
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Kan de app map niet aanmaken, Herstel de permissies. %s"
-#: json.php:28
+#: private/json.php:28
msgid "Application is not enabled"
msgstr "De applicatie is niet actief"
-#: json.php:39 json.php:62 json.php:73
+#: private/json.php:39 private/json.php:62 private/json.php:73
msgid "Authentication error"
msgstr "Authenticatie fout"
-#: json.php:51
+#: private/json.php:51
msgid "Token expired. Please reload page."
msgstr "Token verlopen. Herlaad de pagina."
-#: search/provider/file.php:17 search/provider/file.php:35
+#: private/search/provider/file.php:18 private/search/provider/file.php:36
msgid "Files"
msgstr "Bestanden"
-#: search/provider/file.php:26 search/provider/file.php:33
+#: private/search/provider/file.php:27 private/search/provider/file.php:34
msgid "Text"
msgstr "Tekst"
-#: search/provider/file.php:29
+#: private/search/provider/file.php:30
msgid "Images"
msgstr "Afbeeldingen"
-#: setup/abstractdatabase.php:22
+#: private/setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr "%s opgeven database gebruikersnaam."
-#: setup/abstractdatabase.php:25
+#: private/setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr "%s opgeven databasenaam."
-#: setup/abstractdatabase.php:28
+#: private/setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr "%s er mogen geen puntjes in de databasenaam voorkomen"
-#: setup/mssql.php:20
+#: private/setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr "MS SQL gebruikersnaam en/of wachtwoord niet geldig: %s"
-#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
-#: setup/postgresql.php:24 setup/postgresql.php:70
+#: private/setup/mssql.php:21 private/setup/mysql.php:13
+#: private/setup/oci.php:114 private/setup/postgresql.php:24
+#: private/setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr "Geef of een bestaand account op of het beheerdersaccount."
-#: setup/mysql.php:12
+#: private/setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr "MySQL gebruikersnaam en/of wachtwoord ongeldig"
-#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
-#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
-#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
-#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
-#: setup/postgresql.php:125 setup/postgresql.php:134
+#: private/setup/mysql.php:67 private/setup/oci.php:54
+#: private/setup/oci.php:121 private/setup/oci.php:147
+#: private/setup/oci.php:154 private/setup/oci.php:165
+#: private/setup/oci.php:172 private/setup/oci.php:181
+#: private/setup/oci.php:189 private/setup/oci.php:198
+#: private/setup/oci.php:204 private/setup/postgresql.php:89
+#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
+#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr "DB Fout: \"%s\""
-#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
-#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
-#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
-#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
+#: private/setup/mysql.php:68 private/setup/oci.php:55
+#: private/setup/oci.php:122 private/setup/oci.php:148
+#: private/setup/oci.php:155 private/setup/oci.php:166
+#: private/setup/oci.php:182 private/setup/oci.php:190
+#: private/setup/oci.php:199 private/setup/postgresql.php:90
+#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
+#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr "Onjuiste commande was: \"%s\""
-#: setup/mysql.php:85
+#: private/setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr "MySQL gebruiker '%s'@'localhost' bestaat al."
-#: setup/mysql.php:86
+#: private/setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr "Verwijder deze gebruiker uit MySQL"
-#: setup/mysql.php:91
+#: private/setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr "MySQL gebruiker '%s'@'%%' bestaat al"
-#: setup/mysql.php:92
+#: private/setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr "Verwijder deze gebruiker uit MySQL."
-#: setup/oci.php:34
+#: private/setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr "Er kon geen verbinding met Oracle worden bereikt"
-#: setup/oci.php:41 setup/oci.php:113
+#: private/setup/oci.php:41 private/setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr "Oracle gebruikersnaam en/of wachtwoord ongeldig"
-#: setup/oci.php:173 setup/oci.php:205
+#: private/setup/oci.php:173 private/setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr "Onjuiste commando was: \"%s\", naam: %s, wachtwoord: %s"
-#: setup/postgresql.php:23 setup/postgresql.php:69
+#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr "PostgreSQL gebruikersnaam en/of wachtwoord ongeldig"
-#: setup.php:28
+#: private/setup.php:28
msgid "Set an admin username."
msgstr "Stel de gebruikersnaam van de beheerder in."
-#: setup.php:31
+#: private/setup.php:31
msgid "Set an admin password."
msgstr "Stel een beheerderswachtwoord in."
-#: setup.php:184
+#: private/setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Uw webserver is nog niet goed ingesteld voor bestandssynchronisatie omdat de WebDAV interface verbroken lijkt."
-#: setup.php:185
+#: private/setup.php:185
#, php-format
msgid "Please double check the installation guides."
msgstr "Controleer de installatiehandleiding goed."
-#: template/functions.php:96
+#: private/tags.php:194
+#, php-format
+msgid "Could not find category \"%s\""
+msgstr "Kon categorie \"%s\" niet vinden"
+
+#: private/template/functions.php:122
msgid "seconds ago"
msgstr "seconden geleden"
-#: template/functions.php:97
+#: private/template/functions.php:123
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] "%n minuut geleden"
msgstr[1] "%n minuten geleden"
-#: template/functions.php:98
+#: private/template/functions.php:124
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] "%n uur geleden"
msgstr[1] "%n uur geleden"
-#: template/functions.php:99
+#: private/template/functions.php:125
msgid "today"
msgstr "vandaag"
-#: template/functions.php:100
+#: private/template/functions.php:126
msgid "yesterday"
msgstr "gisteren"
-#: template/functions.php:101
+#: private/template/functions.php:128
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] "%n dag terug"
msgstr[1] "%n dagen geleden"
-#: template/functions.php:102
+#: private/template/functions.php:130
msgid "last month"
msgstr "vorige maand"
-#: template/functions.php:103
+#: private/template/functions.php:131
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] "%n maand geleden"
msgstr[1] "%n maanden geleden"
-#: template/functions.php:104
+#: private/template/functions.php:133
msgid "last year"
msgstr "vorig jaar"
-#: template/functions.php:105
+#: private/template/functions.php:134
msgid "years ago"
msgstr "jaar geleden"
-#: template.php:297
+#: private/template.php:297
msgid "Caused by:"
msgstr "Gekomen door:"
-
-#: vcategories.php:188 vcategories.php:249
-#, php-format
-msgid "Could not find category \"%s\""
-msgstr "Kon categorie \"%s\" niet vinden"
diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po
index 68edba7080a..e80090a74f6 100644
--- a/l10n/nl/settings.po
+++ b/l10n/nl/settings.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-20 10:45-0400\n"
-"PO-Revision-Date: 2013-09-20 14:45+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
@@ -121,11 +121,11 @@ msgstr ""
msgid "Update to {appversion}"
msgstr "Bijwerken naar {appversion}"
-#: js/apps.js:49 js/apps.js:82 js/apps.js:108
+#: js/apps.js:49 js/apps.js:82 js/apps.js:110
msgid "Disable"
msgstr "Uitschakelen"
-#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
+#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
msgid "Enable"
msgstr "Activeer"
@@ -133,43 +133,43 @@ msgstr "Activeer"
msgid "Please wait...."
msgstr "Even geduld aub...."
-#: js/apps.js:79 js/apps.js:80 js/apps.js:100
+#: js/apps.js:79 js/apps.js:80 js/apps.js:101
msgid "Error while disabling app"
msgstr "Fout tijdens het uitzetten van het programma"
-#: js/apps.js:99 js/apps.js:112 js/apps.js:113
+#: js/apps.js:100 js/apps.js:114 js/apps.js:115
msgid "Error while enabling app"
msgstr "Fout tijdens het aanzetten van het programma"
-#: js/apps.js:123
+#: js/apps.js:125
msgid "Updating...."
msgstr "Bijwerken...."
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error while updating app"
msgstr "Fout bij bijwerken app"
-#: js/apps.js:126
+#: js/apps.js:128
msgid "Error"
msgstr "Fout"
-#: js/apps.js:127 templates/apps.php:43
+#: js/apps.js:129 templates/apps.php:43
msgid "Update"
msgstr "Bijwerken"
-#: js/apps.js:130
+#: js/apps.js:132
msgid "Updated"
msgstr "Bijgewerkt"
-#: js/personal.js:220
+#: js/personal.js:225
msgid "Select a profile picture"
msgstr "Kies een profielafbeelding"
-#: js/personal.js:265
+#: js/personal.js:270
msgid "Decrypting files... Please wait, this can take some time."
msgstr "Bestanden worden gedecodeerd... Even geduld alstublieft, dit kan even duren."
-#: js/personal.js:287
+#: js/personal.js:292
msgid "Saving..."
msgstr "Opslaan"
@@ -345,46 +345,54 @@ msgid "Allow users to only share with users in their groups"
msgstr "Instellen dat gebruikers alleen met leden binnen hun groepen delen"
#: templates/admin.php:170
+msgid "Allow mail notification"
+msgstr ""
+
+#: templates/admin.php:171
+msgid "Allow user to send mail notification for shared files"
+msgstr ""
+
+#: templates/admin.php:178
msgid "Security"
msgstr "Beveiliging"
-#: templates/admin.php:183
+#: templates/admin.php:191
msgid "Enforce HTTPS"
msgstr "Afdwingen HTTPS"
-#: templates/admin.php:185
+#: templates/admin.php:193
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Dwingt de clients om een versleutelde verbinding te maken met %s"
-#: templates/admin.php:191
+#: templates/admin.php:199
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Maak verbinding naar uw %s via HTTPS om een geforceerde versleutelde verbinding in- of uit te schakelen."
-#: templates/admin.php:203
+#: templates/admin.php:211
msgid "Log"
msgstr "Log"
-#: templates/admin.php:204
+#: templates/admin.php:212
msgid "Log level"
msgstr "Log niveau"
-#: templates/admin.php:235
+#: templates/admin.php:243
msgid "More"
msgstr "Meer"
-#: templates/admin.php:236
+#: templates/admin.php:244
msgid "Less"
msgstr "Minder"
-#: templates/admin.php:242 templates/personal.php:161
+#: templates/admin.php:250 templates/personal.php:161
msgid "Version"
msgstr "Versie"
-#: templates/admin.php:246 templates/personal.php:164
+#: templates/admin.php:254 templates/personal.php:164
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
@@ -28,17 +28,17 @@ msgstr "Niet gelukt de vertalingen leeg te maken."
msgid "Failed to delete the server configuration"
msgstr "Verwijderen serverconfiguratie mislukt"
-#: ajax/testConfiguration.php:36
+#: ajax/testConfiguration.php:37
msgid "The configuration is valid and the connection could be established!"
msgstr "De configuratie is geldig en de verbinding is geslaagd!"
-#: ajax/testConfiguration.php:39
+#: ajax/testConfiguration.php:40
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr "De configuratie is geldig, maar Bind mislukte. Controleer de serverinstellingen en inloggegevens."
-#: ajax/testConfiguration.php:43
+#: ajax/testConfiguration.php:44
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po
index e16776a0986..085e1a385b8 100644
--- a/l10n/nn_NO/core.po
+++ b/l10n/nn_NO/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: 2013-09-24 12:58-0400\n"
-"PO-Revision-Date: 2013-09-24 08:30+0000\n"
-"Last-Translator: unhammer \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:30+0000\n"
+"Last-Translator: I Robot \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"
@@ -20,12 +20,17 @@ msgstr ""
"Language: nn_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ajax/share.php:97
+#: ajax/share.php:118 ajax/share.php:197
#, php-format
msgid "%s shared »%s« with you"
msgstr "%s delte «%s» med deg"
-#: ajax/share.php:227
+#: ajax/share.php:168
+#, php-format
+msgid "Couldn't send mail to following users: %s "
+msgstr ""
+
+#: ajax/share.php:327
msgid "group"
msgstr "gruppe"
@@ -317,8 +322,8 @@ msgstr "Objekttypen er ikkje spesifisert."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
-#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
-#: js/share.js:656 js/share.js:668
+#: js/oc-vcategories.js:199 js/share.js:130 js/share.js:143 js/share.js:150
+#: js/share.js:665 js/share.js:677
msgid "Error"
msgstr "Feil"
@@ -338,126 +343,134 @@ msgstr "Delt"
msgid "Share"
msgstr "Del"
-#: js/share.js:131 js/share.js:696
+#: js/share.js:132 js/share.js:705
msgid "Error while sharing"
msgstr "Feil ved deling"
-#: js/share.js:142
+#: js/share.js:143
msgid "Error while unsharing"
msgstr "Feil ved udeling"
-#: js/share.js:149
+#: js/share.js:150
msgid "Error while changing permissions"
msgstr "Feil ved endring av tillatingar"
-#: js/share.js:158
+#: js/share.js:159
msgid "Shared with you and the group {group} by {owner}"
msgstr "Delt med deg og gruppa {group} av {owner}"
-#: js/share.js:160
+#: js/share.js:161
msgid "Shared with you by {owner}"
msgstr "Delt med deg av {owner}"
-#: js/share.js:183
+#: js/share.js:184
msgid "Share with"
msgstr "Del med"
-#: js/share.js:188
+#: js/share.js:189
msgid "Share with link"
msgstr "Del med lenkje"
-#: js/share.js:191
+#: js/share.js:192
msgid "Password protect"
msgstr "Passordvern"
-#: js/share.js:193 templates/installation.php:57 templates/login.php:26
+#: js/share.js:194 templates/installation.php:57 templates/login.php:26
msgid "Password"
msgstr "Passord"
-#: js/share.js:198
+#: js/share.js:199
msgid "Allow Public Upload"
msgstr "Tillat offentleg opplasting"
-#: js/share.js:202
+#: js/share.js:203
msgid "Email link to person"
msgstr "Send lenkja over e-post"
-#: js/share.js:203
+#: js/share.js:204
msgid "Send"
msgstr "Send"
-#: js/share.js:208
+#: js/share.js:209
msgid "Set expiration date"
msgstr "Set utløpsdato"
-#: js/share.js:209
+#: js/share.js:210
msgid "Expiration date"
msgstr "Utløpsdato"
-#: js/share.js:242
+#: js/share.js:243
msgid "Share via email:"
msgstr "Del over e-post:"
-#: js/share.js:245
+#: js/share.js:246
msgid "No people found"
msgstr "Fann ingen personar"
-#: js/share.js:283
+#: js/share.js:284
msgid "Resharing is not allowed"
msgstr "Vidaredeling er ikkje tillate"
-#: js/share.js:319
+#: js/share.js:320
msgid "Shared in {item} with {user}"
msgstr "Delt i {item} med {brukar}"
-#: js/share.js:340
+#: js/share.js:341
msgid "Unshare"
msgstr "Udel"
-#: js/share.js:352
+#: js/share.js:353
+msgid "notify user by email"
+msgstr ""
+
+#: js/share.js:361
msgid "can edit"
msgstr "kan endra"
-#: js/share.js:354
+#: js/share.js:363
msgid "access control"
msgstr "tilgangskontroll"
-#: js/share.js:357
+#: js/share.js:366
msgid "create"
msgstr "lag"
-#: js/share.js:360
+#: js/share.js:369
msgid "update"
msgstr "oppdater"
-#: js/share.js:363
+#: js/share.js:372
msgid "delete"
msgstr "slett"
-#: js/share.js:366
+#: js/share.js:375
msgid "share"
msgstr "del"
-#: js/share.js:400 js/share.js:643
+#: js/share.js:409 js/share.js:652
msgid "Password protected"
msgstr "Passordverna"
-#: js/share.js:656
+#: js/share.js:665
msgid "Error unsetting expiration date"
msgstr "Klarte ikkje fjerna utløpsdato"
-#: js/share.js:668
+#: js/share.js:677
msgid "Error setting expiration date"
msgstr "Klarte ikkje setja utløpsdato"
-#: js/share.js:683
+#: js/share.js:692
msgid "Sending ..."
msgstr "Sender …"
-#: js/share.js:694
+#: js/share.js:703
msgid "Email sent"
msgstr "E-post sendt"
+#: js/share.js:727
+msgid "Warning"
+msgstr "Åtvaring"
+
#: js/update.js:17
msgid ""
"The update was unsuccessful. Please report this issue to the dokumentasjonen f
msgid "Create an admin account"
msgstr "Lag ein admin-konto"
-#: templates/installation.php:65
+#: templates/installation.php:66
msgid "Advanced"
msgstr "Avansert"
-#: templates/installation.php:67
+#: templates/installation.php:73
msgid "Data folder"
msgstr "Datamappe"
-#: templates/installation.php:77
+#: templates/installation.php:85
msgid "Configure the database"
msgstr "Set opp databasen"
-#: templates/installation.php:82 templates/installation.php:94
-#: templates/installation.php:105 templates/installation.php:116
-#: templates/installation.php:128
+#: templates/installation.php:90 templates/installation.php:102
+#: templates/installation.php:113 templates/installation.php:124
+#: templates/installation.php:136
msgid "will be used"
msgstr "vil verta nytta"
-#: templates/installation.php:140
+#: templates/installation.php:148
msgid "Database user"
msgstr "Databasebrukar"
-#: templates/installation.php:147
+#: templates/installation.php:155
msgid "Database password"
msgstr "Databasepassord"
-#: templates/installation.php:152
+#: templates/installation.php:160
msgid "Database name"
msgstr "Databasenamn"
-#: templates/installation.php:160
+#: templates/installation.php:168
msgid "Database tablespace"
msgstr "Tabellnamnrom for database"
-#: templates/installation.php:167
+#: templates/installation.php:175
msgid "Database host"
msgstr "Databasetenar"
-#: templates/installation.php:175
+#: templates/installation.php:184
msgid "Finish setup"
msgstr "Fullfør oppsettet"
+#: templates/installation.php:184
+msgid "Finishing …"
+msgstr ""
+
#: templates/layout.user.php:41
#, php-format
msgid "%s is available. Get more information on how to update."
@@ -693,11 +720,11 @@ msgstr "Gløymt passordet?"
msgid "remember"
msgstr "hugs"
-#: templates/login.php:39
+#: templates/login.php:40
msgid "Log in"
msgstr "Logg inn"
-#: templates/login.php:45
+#: templates/login.php:46
msgid "Alternative Logins"
msgstr "Alternative innloggingar"
@@ -705,8 +732,13 @@ msgstr "Alternative innloggingar"
#, php-format
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr "Hei der,
nemner berre at %s delte «%s» med deg.
Sjå det!
Me talast!<"
+"href=\"%s\">View it!
"
+msgstr ""
+
+#: templates/mail.php:17
+#, php-format
+msgid "The share will expire on %s.
"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/nn_NO/files.po b/l10n/nn_NO/files.po
index dc82bdca1b7..4204e676cf3 100644
--- a/l10n/nn_NO/files.po
+++ b/l10n/nn_NO/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: 2013-09-24 12:58-0400\n"
-"PO-Revision-Date: 2013-09-24 08:20+0000\n"
-"Last-Translator: unhammer \n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-05 15:12+0000\n"
+"Last-Translator: I Robot \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"
@@ -122,7 +122,7 @@ msgstr "Nettadressa kan ikkje vera tom."
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
msgstr "Ugyldig mappenamn. Mappa «Shared» er reservert av ownCloud"
-#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:507 js/files.js:545
+#: js/file-upload.js:557 js/file-upload.js:573 js/files.js:516 js/files.js:554
msgid "Error"
msgstr "Feil"
@@ -166,13 +166,13 @@ msgstr "bytte ut {new_name} med {old_name}"
msgid "undo"
msgstr "angre"
-#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
+#: js/filelist.js:533 js/filelist.js:599 js/files.js:585
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n mappe"
msgstr[1] "%n mapper"
-#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
+#: js/filelist.js:534 js/filelist.js:600 js/files.js:591
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n fil"
@@ -210,31 +210,44 @@ msgstr "Lagringa di er full, kan ikkje lenger oppdatera eller synkronisera!"
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Lagringa di er nesten full ({usedSpacePercent} %)"
-#: js/files.js:67
+#: js/files.js:68
+msgid ""
+"Encryption App is enabled but your keys are not initialized, please log-out "
+"and log-in again"
+msgstr ""
+
+#: js/files.js:72
+msgid ""
+"Invalid private key for Encryption App. Please update your private key "
+"password in your personal settings to recover access to your encrypted "
+"files."
+msgstr ""
+
+#: js/files.js:76
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr "Kryptering er skrudd av, men filene dine er enno krypterte. Du kan dekryptera filene i personlege innstillingar."
-#: js/files.js:296
+#: js/files.js:305
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr "Gjer klar nedlastinga di. Dette kan ta ei stund viss filene er store."
-#: js/files.js:507 js/files.js:545
+#: js/files.js:516 js/files.js:554
msgid "Error moving file"
msgstr "Feil ved flytting av fil"
-#: js/files.js:558 templates/index.php:61
+#: js/files.js:567 templates/index.php:59
msgid "Name"
msgstr "Namn"
-#: js/files.js:559 templates/index.php:73
+#: js/files.js:568 templates/index.php:71
msgid "Size"
msgstr "Storleik"
-#: js/files.js:560 templates/index.php:75
+#: js/files.js:569 templates/index.php:73
msgid "Modified"
msgstr "Endra"
@@ -295,49 +308,49 @@ msgstr "Mappe"
msgid "From link"
msgstr "Frå lenkje"
-#: templates/index.php:33
+#: templates/index.php:32
msgid "Deleted files"
msgstr "Sletta filer"
-#: templates/index.php:39
+#: templates/index.php:37
msgid "Cancel upload"
msgstr "Avbryt opplasting"
-#: templates/index.php:45
+#: templates/index.php:43
msgid "You don’t have write permissions here."
msgstr "Du har ikkje skriverettar her."
-#: templates/index.php:50
+#: templates/index.php:48
msgid "Nothing in here. Upload something!"
msgstr "Ingenting her. Last noko opp!"
-#: templates/index.php:67
+#: templates/index.php:65
msgid "Download"
msgstr "Last ned"
-#: templates/index.php:80 templates/index.php:81
+#: templates/index.php:78 templates/index.php:79
msgid "Unshare"
msgstr "Udel"
-#: templates/index.php:86 templates/index.php:87
+#: templates/index.php:84 templates/index.php:85
msgid "Delete"
msgstr "Slett"
-#: templates/index.php:100
+#: templates/index.php:98
msgid "Upload too large"
msgstr "For stor opplasting"
-#: templates/index.php:102
+#: templates/index.php:100
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Filene du prøver å lasta opp er større enn maksgrensa til denne tenaren."
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Files are being scanned, please wait."
msgstr "Skannar filer, ver venleg og vent."
-#: templates/index.php:110
+#: templates/index.php:108
msgid "Current scanning"
msgstr "Køyrande skanning"
diff --git a/l10n/nn_NO/files_encryption.po b/l10n/nn_NO/files_encryption.po
index 112217447c8..70e3dcdd71a 100644
--- a/l10n/nn_NO/files_encryption.po
+++ b/l10n/nn_NO/files_encryption.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-08 21:36-0400\n"
-"PO-Revision-Date: 2013-09-08 17:40+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-06 23:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
"MIME-Version: 1.0\n"
@@ -43,17 +43,24 @@ msgstr ""
msgid "Could not change the password. Maybe the old password was not correct."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:51
+#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
msgstr ""
-#: ajax/updatePrivateKeyPassword.php:53
+#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
msgstr ""
-#: files/error.php:7
+#: files/error.php:9
+msgid ""
+"Encryption app not initialized! Maybe the encryption app was re-enabled "
+"during your session. Please try to log out and log back in to initialize the"
+" encryption app."
+msgstr ""
+
+#: files/error.php:12
msgid ""
"Your private key is not valid! Likely your password was changed outside the "
"ownCloud system (e.g. your corporate directory). You can update your private"
@@ -61,36 +68,30 @@ msgid ""
"files."
msgstr ""
-#: hooks/hooks.php:51
+#: hooks/hooks.php:53
msgid "Missing requirements."
msgstr ""
-#: hooks/hooks.php:52
+#: hooks/hooks.php:54
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
msgstr ""
-#: hooks/hooks.php:250
+#: hooks/hooks.php:254
msgid "Following users are not set up for encryption:"
msgstr ""
-#: js/settings-admin.js:11
+#: js/settings-admin.js:13
msgid "Saving..."
msgstr "Lagrar …"
-#: templates/invalid_private_key.php:5
-msgid ""
-"Your private key is not valid! Maybe the your password was changed from "
-"outside."
-msgstr ""
-
-#: templates/invalid_private_key.php:7
-msgid "You can unlock your private key in your "
+#: templates/invalid_private_key.php:8
+msgid "Go directly to your "
msgstr ""
-#: templates/invalid_private_key.php:7
+#: templates/invalid_private_key.php:8
msgid "personal settings"
msgstr ""
@@ -107,27 +108,35 @@ msgstr ""
msgid "Recovery key password"
msgstr ""
-#: templates/settings-admin.php:21 templates/settings-personal.php:54
+#: templates/settings-admin.php:17
+msgid "Repeat Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:24 templates/settings-personal.php:54
msgid "Enabled"
msgstr ""
-#: templates/settings-admin.php:29 templates/settings-personal.php:62
+#: templates/settings-admin.php:32 templates/settings-personal.php:62
msgid "Disabled"
msgstr ""
-#: templates/settings-admin.php:34
+#: templates/settings-admin.php:37
msgid "Change recovery key password:"
msgstr ""
-#: templates/settings-admin.php:41
+#: templates/settings-admin.php:43
msgid "Old Recovery key password"
msgstr ""
-#: templates/settings-admin.php:48
+#: templates/settings-admin.php:50
msgid "New Recovery key password"
msgstr ""
-#: templates/settings-admin.php:53
+#: templates/settings-admin.php:56
+msgid "Repeat New Recovery key password"
+msgstr ""
+
+#: templates/settings-admin.php:61
msgid "Change Password"
msgstr ""
diff --git a/l10n/nn_NO/files_external.po b/l10n/nn_NO/files_external.po
index 729a5014814..f8aa9c92334 100644
--- a/l10n/nn_NO/files_external.po
+++ b/l10n/nn_NO/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-07-23 01:55-0400\n"
-"PO-Revision-Date: 2013-07-23 05:05+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-01 18:37+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: nn_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
+#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
msgid "Access granted"
msgstr ""
@@ -25,7 +25,7 @@ msgstr ""
msgid "Error configuring Dropbox storage"
msgstr ""
-#: js/dropbox.js:65 js/google.js:66
+#: js/dropbox.js:65 js/google.js:86
msgid "Grant access"
msgstr ""
@@ -33,24 +33,24 @@ msgstr ""
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
-#: js/google.js:36 js/google.js:93
+#: js/google.js:42 js/google.js:121
msgid "Error configuring Google Drive storage"
msgstr ""
-#: lib/config.php:447
+#: lib/config.php:453
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:450
+#: lib/config.php:457
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:460
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/nn_NO/files_trashbin.po b/l10n/nn_NO/files_trashbin.po
index 8a6b4412c28..66efc5fddc1 100644
--- a/l10n/nn_NO/files_trashbin.po
+++ b/l10n/nn_NO/files_trashbin.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-08 21:36-0400\n"
-"PO-Revision-Date: 2013-09-08 15:20+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-03 12:22+0000\n"
"Last-Translator: unhammer \n"
"Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
"MIME-Version: 1.0\n"
@@ -45,27 +45,27 @@ msgstr "slett fila for godt"
msgid "Delete permanently"
msgstr "Slett for godt"
-#: js/trash.js:184 templates/index.php:17
+#: js/trash.js:190 templates/index.php:21
msgid "Name"
msgstr "Namn"
-#: js/trash.js:185 templates/index.php:27
+#: js/trash.js:191 templates/index.php:31
msgid "Deleted"
msgstr "Sletta"
-#: js/trash.js:193
+#: js/trash.js:199
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n mappe"
msgstr[1] "%n mapper"
-#: js/trash.js:199
+#: js/trash.js:205
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n fil"
msgstr[1] "%n filer"
-#: lib/trash.php:814 lib/trash.php:816
+#: lib/trashbin.php:814 lib/trashbin.php:816
msgid "restored"
msgstr "gjenoppretta"
@@ -73,11 +73,11 @@ msgstr "gjenoppretta"
msgid "Nothing in here. Your trash bin is empty!"
msgstr "Ingenting her. Papirkorga di er tom!"
-#: templates/index.php:20 templates/index.php:22
+#: templates/index.php:24 templates/index.php:26
msgid "Restore"
msgstr "Gjenopprett"
-#: templates/index.php:30 templates/index.php:31
+#: templates/index.php:34 templates/index.php:35
msgid "Delete"
msgstr "Slett"
diff --git a/l10n/nn_NO/lib.po b/l10n/nn_NO/lib.po
index 9e73f6fe6aa..e08ae3f05fb 100644
--- a/l10n/nn_NO/lib.po
+++ b/l10n/nn_NO/lib.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-09-24 12:58-0400\n"
-"PO-Revision-Date: 2013-09-24 08:30+0000\n"
+"POT-Creation-Date: 2013-10-06 19:07-0400\n"
+"PO-Revision-Date: 2013-10-02 13:20+0000\n"
"Last-Translator: I Robot