diff --git a/apps/files/l10n/ar.php b/apps/files/l10n/ar.php
index 878bb2eefb..8a86811b86 100644
--- a/apps/files/l10n/ar.php
+++ b/apps/files/l10n/ar.php
@@ -30,7 +30,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "استبدل {new_name} بـ {old_name}",
"undo" => "تراجع",
"perform delete operation" => "جاري تنفيذ عملية الحذف",
-"1 file uploading" => "جاري رفع 1 ملف",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"'.' is an invalid file name." => "\".\" اسم ملف غير صحيح.",
"File name cannot be empty." => "اسم الملف لا يجوز أن يكون فارغا",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "اسم غير صحيح , الرموز '\\', '/', '<', '>', ':', '\"', '|', '?' و \"*\" غير مسموح استخدامها",
@@ -41,10 +41,8 @@ $TRANSLATIONS = array(
"Name" => "اسم",
"Size" => "حجم",
"Modified" => "معدل",
-"1 folder" => "مجلد عدد 1",
-"{count} folders" => "{count} مجلدات",
-"1 file" => "ملف واحد",
-"{count} files" => "{count} ملفات",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "رفع",
"File handling" => "التعامل مع الملف",
"Maximum upload size" => "الحد الأقصى لحجم الملفات التي يمكن رفعها",
diff --git a/apps/files/l10n/bg_BG.php b/apps/files/l10n/bg_BG.php
index 47f7320679..a6849c3091 100644
--- a/apps/files/l10n/bg_BG.php
+++ b/apps/files/l10n/bg_BG.php
@@ -18,13 +18,12 @@ $TRANSLATIONS = array(
"replace" => "препокриване",
"cancel" => "отказ",
"undo" => "възтановяване",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"Name" => "Име",
"Size" => "Размер",
"Modified" => "Променено",
-"1 folder" => "1 папка",
-"{count} folders" => "{count} папки",
-"1 file" => "1 файл",
-"{count} files" => "{count} файла",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Качване",
"Maximum upload size" => "Максимален размер за качване",
"0 is unlimited" => "Ползвайте 0 за без ограничения",
diff --git a/apps/files/l10n/bn_BD.php b/apps/files/l10n/bn_BD.php
index 288b1477bf..ca77eea1c6 100644
--- a/apps/files/l10n/bn_BD.php
+++ b/apps/files/l10n/bn_BD.php
@@ -28,7 +28,7 @@ $TRANSLATIONS = array(
"cancel" => "বাতিল",
"replaced {new_name} with {old_name}" => "{new_name} কে {old_name} নামে প্রতিস্থাপন করা হয়েছে",
"undo" => "ক্রিয়া প্রত্যাহার",
-"1 file uploading" => "১টি ফাইল আপলোড করা হচ্ছে",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"'.' is an invalid file name." => "টি একটি অননুমোদিত নাম।",
"File name cannot be empty." => "ফাইলের নামটি ফাঁকা রাখা যাবে না।",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "নামটি সঠিক নয়, '\\', '/', '<', '>', ':', '\"', '|', '?' এবং '*' অনুমোদিত নয়।",
@@ -36,10 +36,8 @@ $TRANSLATIONS = array(
"Name" => "রাম",
"Size" => "আকার",
"Modified" => "পরিবর্তিত",
-"1 folder" => "১টি ফোল্ডার",
-"{count} folders" => "{count} টি ফোল্ডার",
-"1 file" => "১টি ফাইল",
-"{count} files" => "{count} টি ফাইল",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "আপলোড",
"File handling" => "ফাইল হ্যার্ডলিং",
"Maximum upload size" => "আপলোডের সর্বোচ্চ আকার",
diff --git a/apps/files/l10n/ca.php b/apps/files/l10n/ca.php
index 8d8469fbea..d928049f9b 100644
--- a/apps/files/l10n/ca.php
+++ b/apps/files/l10n/ca.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "s'ha substituït {old_name} per {new_name}",
"undo" => "desfés",
"perform delete operation" => "executa d'operació d'esborrar",
-"1 file uploading" => "1 fitxer pujant",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "fitxers pujant",
"'.' is an invalid file name." => "'.' és un nom no vàlid per un fitxer.",
"File name cannot be empty." => "El nom del fitxer no pot ser buit.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Nom",
"Size" => "Mida",
"Modified" => "Modificat",
-"1 folder" => "1 carpeta",
-"{count} folders" => "{count} carpetes",
-"1 file" => "1 fitxer",
-"{count} files" => "{count} fitxers",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s no es pot canviar el nom",
"Upload" => "Puja",
"File handling" => "Gestió de fitxers",
diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php
index ba94b9c5ac..4cd595bd7e 100644
--- a/apps/files/l10n/cs_CZ.php
+++ b/apps/files/l10n/cs_CZ.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "nahrazeno {new_name} s {old_name}",
"undo" => "vrátit zpět",
"perform delete operation" => "provést smazání",
-"1 file uploading" => "odesílá se 1 soubor",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "soubory se odesílají",
"'.' is an invalid file name." => "'.' je neplatným názvem souboru.",
"File name cannot be empty." => "Název souboru nemůže být prázdný řetězec.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Název",
"Size" => "Velikost",
"Modified" => "Upraveno",
-"1 folder" => "1 složka",
-"{count} folders" => "{count} složek",
-"1 file" => "1 soubor",
-"{count} files" => "{count} souborů",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s nemůže být přejmenován",
"Upload" => "Odeslat",
"File handling" => "Zacházení se soubory",
diff --git a/apps/files/l10n/cy_GB.php b/apps/files/l10n/cy_GB.php
index dc50b9cc3f..c0639d9746 100644
--- a/apps/files/l10n/cy_GB.php
+++ b/apps/files/l10n/cy_GB.php
@@ -31,7 +31,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "newidiwyd {new_name} yn lle {old_name}",
"undo" => "dadwneud",
"perform delete operation" => "cyflawni gweithred dileu",
-"1 file uploading" => "1 ffeil yn llwytho i fyny",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "ffeiliau'n llwytho i fyny",
"'.' is an invalid file name." => "Mae '.' yn enw ffeil annilys.",
"File name cannot be empty." => "Does dim hawl cael enw ffeil gwag.",
@@ -43,10 +43,8 @@ $TRANSLATIONS = array(
"Name" => "Enw",
"Size" => "Maint",
"Modified" => "Addaswyd",
-"1 folder" => "1 blygell",
-"{count} folders" => "{count} plygell",
-"1 file" => "1 ffeil",
-"{count} files" => "{count} ffeil",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Llwytho i fyny",
"File handling" => "Trafod ffeiliau",
"Maximum upload size" => "Maint mwyaf llwytho i fyny",
diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php
index f066b702b3..639d910e10 100644
--- a/apps/files/l10n/da.php
+++ b/apps/files/l10n/da.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "erstattede {new_name} med {old_name}",
"undo" => "fortryd",
"perform delete operation" => "udfør slet operation",
-"1 file uploading" => "1 fil uploades",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "uploader filer",
"'.' is an invalid file name." => "'.' er et ugyldigt filnavn.",
"File name cannot be empty." => "Filnavnet kan ikke stå tomt.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Navn",
"Size" => "Størrelse",
"Modified" => "Ændret",
-"1 folder" => "1 mappe",
-"{count} folders" => "{count} mapper",
-"1 file" => "1 fil",
-"{count} files" => "{count} filer",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s kunne ikke omdøbes",
"Upload" => "Upload",
"File handling" => "Filhåndtering",
diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php
index c89294bc09..a1be267f4d 100644
--- a/apps/files/l10n/de.php
+++ b/apps/files/l10n/de.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "{old_name} ersetzt durch {new_name}",
"undo" => "rückgängig machen",
"perform delete operation" => "Löschvorgang ausführen",
-"1 file uploading" => "1 Datei wird hochgeladen",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "Dateien werden hoch geladen",
"'.' is an invalid file name." => "'.' ist kein gültiger Dateiname.",
"File name cannot be empty." => "Der Dateiname darf nicht leer sein.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Name",
"Size" => "Größe",
"Modified" => "Geändert",
-"1 folder" => "1 Ordner",
-"{count} folders" => "{count} Ordner",
-"1 file" => "1 Datei",
-"{count} files" => "{count} Dateien",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s konnte nicht umbenannt werden",
"Upload" => "Hochladen",
"File handling" => "Dateibehandlung",
diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php
index 6a4cbcef06..115ab13642 100644
--- a/apps/files/l10n/de_DE.php
+++ b/apps/files/l10n/de_DE.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "{old_name} wurde ersetzt durch {new_name}",
"undo" => "rückgängig machen",
"perform delete operation" => "Löschvorgang ausführen",
-"1 file uploading" => "1 Datei wird hochgeladen",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "Dateien werden hoch geladen",
"'.' is an invalid file name." => "'.' ist kein gültiger Dateiname.",
"File name cannot be empty." => "Der Dateiname darf nicht leer sein.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Name",
"Size" => "Größe",
"Modified" => "Geändert",
-"1 folder" => "1 Ordner",
-"{count} folders" => "{count} Ordner",
-"1 file" => "1 Datei",
-"{count} files" => "{count} Dateien",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s konnte nicht umbenannt werden",
"Upload" => "Hochladen",
"File handling" => "Dateibehandlung",
diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php
index 0246ba2a89..2778276a8c 100644
--- a/apps/files/l10n/el.php
+++ b/apps/files/l10n/el.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "αντικαταστάθηκε το {new_name} με {old_name}",
"undo" => "αναίρεση",
"perform delete operation" => "εκτέλεση της διαδικασίας διαγραφής",
-"1 file uploading" => "1 αρχείο ανεβαίνει",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "αρχεία ανεβαίνουν",
"'.' is an invalid file name." => "'.' είναι μη έγκυρο όνομα αρχείου.",
"File name cannot be empty." => "Το όνομα αρχείου δεν μπορεί να είναι κενό.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Όνομα",
"Size" => "Μέγεθος",
"Modified" => "Τροποποιήθηκε",
-"1 folder" => "1 φάκελος",
-"{count} folders" => "{count} φάκελοι",
-"1 file" => "1 αρχείο",
-"{count} files" => "{count} αρχεία",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "Αδυναμία μετονομασίας του %s",
"Upload" => "Μεταφόρτωση",
"File handling" => "Διαχείριση αρχείων",
diff --git a/apps/files/l10n/en@pirate.php b/apps/files/l10n/en@pirate.php
index 339f94ae97..c9c54ed74c 100644
--- a/apps/files/l10n/en@pirate.php
+++ b/apps/files/l10n/en@pirate.php
@@ -1,5 +1,8 @@
array(,),
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Download" => "Download"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files/l10n/eo.php b/apps/files/l10n/eo.php
index 726abb1334..0f433a81e2 100644
--- a/apps/files/l10n/eo.php
+++ b/apps/files/l10n/eo.php
@@ -32,7 +32,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "anstataŭiĝis {new_name} per {old_name}",
"undo" => "malfari",
"perform delete operation" => "plenumi forigan operacion",
-"1 file uploading" => "1 dosiero estas alŝutata",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "dosieroj estas alŝutataj",
"'.' is an invalid file name." => "'.' ne estas valida dosiernomo.",
"File name cannot be empty." => "Dosiernomo devas ne malpleni.",
@@ -44,10 +44,8 @@ $TRANSLATIONS = array(
"Name" => "Nomo",
"Size" => "Grando",
"Modified" => "Modifita",
-"1 folder" => "1 dosierujo",
-"{count} folders" => "{count} dosierujoj",
-"1 file" => "1 dosiero",
-"{count} files" => "{count} dosierujoj",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Alŝuti",
"File handling" => "Dosieradministro",
"Maximum upload size" => "Maksimuma alŝutogrando",
diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php
index 407a783a85..031ed460c4 100644
--- a/apps/files/l10n/es.php
+++ b/apps/files/l10n/es.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "reemplazado {new_name} con {old_name}",
"undo" => "deshacer",
"perform delete operation" => "Realizar operación de borrado",
-"1 file uploading" => "subiendo 1 archivo",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "subiendo archivos",
"'.' is an invalid file name." => "'.' no es un nombre de archivo válido.",
"File name cannot be empty." => "El nombre de archivo no puede estar vacío.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Nombre",
"Size" => "Tamaño",
"Modified" => "Modificado",
-"1 folder" => "1 carpeta",
-"{count} folders" => "{count} carpetas",
-"1 file" => "1 archivo",
-"{count} files" => "{count} archivos",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s no se pudo renombrar",
"Upload" => "Subir",
"File handling" => "Manejo de archivos",
diff --git a/apps/files/l10n/es_AR.php b/apps/files/l10n/es_AR.php
index fd422ab1d9..33403644df 100644
--- a/apps/files/l10n/es_AR.php
+++ b/apps/files/l10n/es_AR.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "se reemplazó {new_name} con {old_name}",
"undo" => "deshacer",
"perform delete operation" => "Llevar a cabo borrado",
-"1 file uploading" => "Subiendo 1 archivo",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "Subiendo archivos",
"'.' is an invalid file name." => "'.' es un nombre de archivo inválido.",
"File name cannot be empty." => "El nombre del archivo no puede quedar vacío.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Nombre",
"Size" => "Tamaño",
"Modified" => "Modificado",
-"1 folder" => "1 directorio",
-"{count} folders" => "{count} directorios",
-"1 file" => "1 archivo",
-"{count} files" => "{count} archivos",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "No se pudo renombrar %s",
"Upload" => "Subir",
"File handling" => "Tratamiento de archivos",
diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php
index e6a643fbad..b2978304ac 100644
--- a/apps/files/l10n/et_EE.php
+++ b/apps/files/l10n/et_EE.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "asendas nime {old_name} nimega {new_name}",
"undo" => "tagasi",
"perform delete operation" => "teosta kustutamine",
-"1 file uploading" => "1 fail üleslaadimisel",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "faili üleslaadimisel",
"'.' is an invalid file name." => "'.' on vigane failinimi.",
"File name cannot be empty." => "Faili nimi ei saa olla tühi.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Nimi",
"Size" => "Suurus",
"Modified" => "Muudetud",
-"1 folder" => "1 kaust",
-"{count} folders" => "{count} kausta",
-"1 file" => "1 fail",
-"{count} files" => "{count} faili",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s ümbernimetamine ebaõnnestus",
"Upload" => "Lae üles",
"File handling" => "Failide käsitlemine",
diff --git a/apps/files/l10n/eu.php b/apps/files/l10n/eu.php
index 740f53d4e9..7f29f09fc7 100644
--- a/apps/files/l10n/eu.php
+++ b/apps/files/l10n/eu.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => " {new_name}-k {old_name} ordezkatu du",
"undo" => "desegin",
"perform delete operation" => "Ezabatu",
-"1 file uploading" => "fitxategi 1 igotzen",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "fitxategiak igotzen",
"'.' is an invalid file name." => "'.' ez da fitxategi izen baliogarria.",
"File name cannot be empty." => "Fitxategi izena ezin da hutsa izan.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Izena",
"Size" => "Tamaina",
"Modified" => "Aldatuta",
-"1 folder" => "karpeta bat",
-"{count} folders" => "{count} karpeta",
-"1 file" => "fitxategi bat",
-"{count} files" => "{count} fitxategi",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s ezin da berrizendatu",
"Upload" => "Igo",
"File handling" => "Fitxategien kudeaketa",
diff --git a/apps/files/l10n/fa.php b/apps/files/l10n/fa.php
index 9670afdd05..11f8cff399 100644
--- a/apps/files/l10n/fa.php
+++ b/apps/files/l10n/fa.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "{نام_جدید} با { نام_قدیمی} جایگزین شد.",
"undo" => "بازگشت",
"perform delete operation" => "انجام عمل حذف",
-"1 file uploading" => "1 پرونده آپلود شد.",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "بارگذاری فایل ها",
"'.' is an invalid file name." => "'.' یک نام پرونده نامعتبر است.",
"File name cannot be empty." => "نام پرونده نمی تواند خالی باشد.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "نام",
"Size" => "اندازه",
"Modified" => "تاریخ",
-"1 folder" => "1 پوشه",
-"{count} folders" => "{ شمار} پوشه ها",
-"1 file" => "1 پرونده",
-"{count} files" => "{ شمار } فایل ها",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s نمیتواند تغییر نام دهد.",
"Upload" => "بارگزاری",
"File handling" => "اداره پرونده ها",
diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php
index 2d1bf8c4e3..f0790b469b 100644
--- a/apps/files/l10n/fi_FI.php
+++ b/apps/files/l10n/fi_FI.php
@@ -30,6 +30,7 @@ $TRANSLATIONS = array(
"cancel" => "peru",
"undo" => "kumoa",
"perform delete operation" => "suorita poistotoiminto",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"'.' is an invalid file name." => "'.' on virheellinen nimi tiedostolle.",
"File name cannot be empty." => "Tiedoston nimi ei voi olla tyhjä.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Virheellinen nimi, merkit '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' eivät ole sallittuja.",
@@ -39,10 +40,8 @@ $TRANSLATIONS = array(
"Name" => "Nimi",
"Size" => "Koko",
"Modified" => "Muokattu",
-"1 folder" => "1 kansio",
-"{count} folders" => "{count} kansiota",
-"1 file" => "1 tiedosto",
-"{count} files" => "{count} tiedostoa",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Lähetä",
"File handling" => "Tiedostonhallinta",
"Maximum upload size" => "Lähetettävän tiedoston suurin sallittu koko",
diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php
index ad79a9f499..9d5b7632a8 100644
--- a/apps/files/l10n/fr.php
+++ b/apps/files/l10n/fr.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "{new_name} a été remplacé par {old_name}",
"undo" => "annuler",
"perform delete operation" => "effectuer l'opération de suppression",
-"1 file uploading" => "1 fichier en cours d'envoi",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "fichiers en cours d'envoi",
"'.' is an invalid file name." => "'.' n'est pas un nom de fichier valide.",
"File name cannot be empty." => "Le nom de fichier ne peut être vide.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Nom",
"Size" => "Taille",
"Modified" => "Modifié",
-"1 folder" => "1 dossier",
-"{count} folders" => "{count} dossiers",
-"1 file" => "1 fichier",
-"{count} files" => "{count} fichiers",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s ne peut être renommé",
"Upload" => "Envoyer",
"File handling" => "Gestion des fichiers",
diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php
index 02bbad53e4..0dc681a571 100644
--- a/apps/files/l10n/gl.php
+++ b/apps/files/l10n/gl.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "substituír {new_name} por {old_name}",
"undo" => "desfacer",
"perform delete operation" => "realizar a operación de eliminación",
-"1 file uploading" => "Enviándose 1 ficheiro",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "ficheiros enviándose",
"'.' is an invalid file name." => "«.» é un nome de ficheiro incorrecto",
"File name cannot be empty." => "O nome de ficheiro non pode estar baleiro",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Nome",
"Size" => "Tamaño",
"Modified" => "Modificado",
-"1 folder" => "1 cartafol",
-"{count} folders" => "{count} cartafoles",
-"1 file" => "1 ficheiro",
-"{count} files" => "{count} ficheiros",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s non pode cambiar de nome",
"Upload" => "Enviar",
"File handling" => "Manexo de ficheiro",
diff --git a/apps/files/l10n/he.php b/apps/files/l10n/he.php
index 8af6b0852e..1868ffe1d6 100644
--- a/apps/files/l10n/he.php
+++ b/apps/files/l10n/he.php
@@ -30,16 +30,14 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "{new_name} הוחלף ב־{old_name}",
"undo" => "ביטול",
"perform delete operation" => "ביצוע פעולת מחיקה",
-"1 file uploading" => "קובץ אחד נשלח",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "קבצים בהעלאה",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "השם שגוי, אסור להשתמש בתווים '\\', '/', '<', '>', ':', '\"', '|', '?' ו־'*'.",
"Name" => "שם",
"Size" => "גודל",
"Modified" => "זמן שינוי",
-"1 folder" => "תיקייה אחת",
-"{count} folders" => "{count} תיקיות",
-"1 file" => "קובץ אחד",
-"{count} files" => "{count} קבצים",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "העלאה",
"File handling" => "טיפול בקבצים",
"Maximum upload size" => "גודל העלאה מקסימלי",
diff --git a/apps/files/l10n/hi.php b/apps/files/l10n/hi.php
index 48e2194256..0066d8badd 100644
--- a/apps/files/l10n/hi.php
+++ b/apps/files/l10n/hi.php
@@ -2,6 +2,9 @@
$TRANSLATIONS = array(
"Error" => "त्रुटि",
"Share" => "साझा करें",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Save" => "सहेजें"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files/l10n/hr.php b/apps/files/l10n/hr.php
index 6bc6904041..a17161b009 100644
--- a/apps/files/l10n/hr.php
+++ b/apps/files/l10n/hr.php
@@ -19,11 +19,13 @@ $TRANSLATIONS = array(
"suggest name" => "predloži ime",
"cancel" => "odustani",
"undo" => "vrati",
-"1 file uploading" => "1 datoteka se učitava",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "datoteke se učitavaju",
"Name" => "Ime",
"Size" => "Veličina",
"Modified" => "Zadnja promjena",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Učitaj",
"File handling" => "datoteka za rukovanje",
"Maximum upload size" => "Maksimalna veličina prijenosa",
diff --git a/apps/files/l10n/hu_HU.php b/apps/files/l10n/hu_HU.php
index 061fb27f0f..30bffdf108 100644
--- a/apps/files/l10n/hu_HU.php
+++ b/apps/files/l10n/hu_HU.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "{new_name} fájlt kicseréltük ezzel: {old_name}",
"undo" => "visszavonás",
"perform delete operation" => "a törlés végrehajtása",
-"1 file uploading" => "1 fájl töltődik föl",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "fájl töltődik föl",
"'.' is an invalid file name." => "'.' fájlnév érvénytelen.",
"File name cannot be empty." => "A fájlnév nem lehet semmi.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Név",
"Size" => "Méret",
"Modified" => "Módosítva",
-"1 folder" => "1 mappa",
-"{count} folders" => "{count} mappa",
-"1 file" => "1 fájl",
-"{count} files" => "{count} fájl",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s átnevezése nem sikerült",
"Upload" => "Feltöltés",
"File handling" => "Fájlkezelés",
diff --git a/apps/files/l10n/hy.php b/apps/files/l10n/hy.php
index 101734c01d..4d4f4c0c77 100644
--- a/apps/files/l10n/hy.php
+++ b/apps/files/l10n/hy.php
@@ -1,6 +1,9 @@
"Ջնջել",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Save" => "Պահպանել",
"Download" => "Բեռնել"
);
diff --git a/apps/files/l10n/ia.php b/apps/files/l10n/ia.php
index 2ccd559469..af42d2f05e 100644
--- a/apps/files/l10n/ia.php
+++ b/apps/files/l10n/ia.php
@@ -7,9 +7,12 @@ $TRANSLATIONS = array(
"Error" => "Error",
"Share" => "Compartir",
"Delete" => "Deler",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"Name" => "Nomine",
"Size" => "Dimension",
"Modified" => "Modificate",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Incargar",
"Maximum upload size" => "Dimension maxime de incargamento",
"Save" => "Salveguardar",
diff --git a/apps/files/l10n/id.php b/apps/files/l10n/id.php
index 4b6bf8a32b..79dd9e727a 100644
--- a/apps/files/l10n/id.php
+++ b/apps/files/l10n/id.php
@@ -31,7 +31,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "mengganti {new_name} dengan {old_name}",
"undo" => "urungkan",
"perform delete operation" => "Lakukan operasi penghapusan",
-"1 file uploading" => "1 berkas diunggah",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "berkas diunggah",
"'.' is an invalid file name." => "'.' bukan nama berkas yang valid.",
"File name cannot be empty." => "Nama berkas tidak boleh kosong.",
@@ -43,10 +43,8 @@ $TRANSLATIONS = array(
"Name" => "Nama",
"Size" => "Ukuran",
"Modified" => "Dimodifikasi",
-"1 folder" => "1 folder",
-"{count} folders" => "{count} folder",
-"1 file" => "1 berkas",
-"{count} files" => "{count} berkas",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Unggah",
"File handling" => "Penanganan berkas",
"Maximum upload size" => "Ukuran pengunggahan maksimum",
diff --git a/apps/files/l10n/is.php b/apps/files/l10n/is.php
index 8a131b20c8..4e089be877 100644
--- a/apps/files/l10n/is.php
+++ b/apps/files/l10n/is.php
@@ -28,7 +28,7 @@ $TRANSLATIONS = array(
"cancel" => "hætta við",
"replaced {new_name} with {old_name}" => "yfirskrifaði {new_name} með {old_name}",
"undo" => "afturkalla",
-"1 file uploading" => "1 skrá innsend",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"'.' is an invalid file name." => "'.' er ekki leyfilegt nafn.",
"File name cannot be empty." => "Nafn skráar má ekki vera tómt",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ógilt nafn, táknin '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' eru ekki leyfð.",
@@ -36,10 +36,8 @@ $TRANSLATIONS = array(
"Name" => "Nafn",
"Size" => "Stærð",
"Modified" => "Breytt",
-"1 folder" => "1 mappa",
-"{count} folders" => "{count} möppur",
-"1 file" => "1 skrá",
-"{count} files" => "{count} skrár",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Senda inn",
"File handling" => "Meðhöndlun skrár",
"Maximum upload size" => "Hámarks stærð innsendingar",
diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php
index e5e4bd03bb..34d4a752e3 100644
--- a/apps/files/l10n/it.php
+++ b/apps/files/l10n/it.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "sostituito {new_name} con {old_name}",
"undo" => "annulla",
"perform delete operation" => "esegui l'operazione di eliminazione",
-"1 file uploading" => "1 file in fase di caricamento",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "caricamento file",
"'.' is an invalid file name." => "'.' non è un nome file valido.",
"File name cannot be empty." => "Il nome del file non può essere vuoto.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Nome",
"Size" => "Dimensione",
"Modified" => "Modificato",
-"1 folder" => "1 cartella",
-"{count} folders" => "{count} cartelle",
-"1 file" => "1 file",
-"{count} files" => "{count} file",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s non può essere rinominato",
"Upload" => "Carica",
"File handling" => "Gestione file",
diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php
index 0902353a17..6124d22b2f 100644
--- a/apps/files/l10n/ja_JP.php
+++ b/apps/files/l10n/ja_JP.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
"undo" => "元に戻す",
"perform delete operation" => "削除を実行",
-"1 file uploading" => "ファイルを1つアップロード中",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "ファイルをアップロード中",
"'.' is an invalid file name." => "'.' は無効なファイル名です。",
"File name cannot be empty." => "ファイル名を空にすることはできません。",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "名前",
"Size" => "サイズ",
"Modified" => "変更",
-"1 folder" => "1 フォルダ",
-"{count} folders" => "{count} フォルダ",
-"1 file" => "1 ファイル",
-"{count} files" => "{count} ファイル",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%sの名前を変更できませんでした",
"Upload" => "アップロード",
"File handling" => "ファイル操作",
diff --git a/apps/files/l10n/ka.php b/apps/files/l10n/ka.php
index bbc70614cf..32c41840e5 100644
--- a/apps/files/l10n/ka.php
+++ b/apps/files/l10n/ka.php
@@ -1,6 +1,9 @@
"ფაილები",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Download" => "გადმოწერა"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/apps/files/l10n/ka_GE.php b/apps/files/l10n/ka_GE.php
index f6bf618106..63bbfd7032 100644
--- a/apps/files/l10n/ka_GE.php
+++ b/apps/files/l10n/ka_GE.php
@@ -31,7 +31,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "{new_name} შეცვლილია {old_name}–ით",
"undo" => "დაბრუნება",
"perform delete operation" => "მიმდინარეობს წაშლის ოპერაცია",
-"1 file uploading" => "1 ფაილის ატვირთვა",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "ფაილები იტვირთება",
"'.' is an invalid file name." => "'.' არის დაუშვებელი ფაილის სახელი.",
"File name cannot be empty." => "ფაილის სახელი არ შეიძლება იყოს ცარიელი.",
@@ -43,10 +43,8 @@ $TRANSLATIONS = array(
"Name" => "სახელი",
"Size" => "ზომა",
"Modified" => "შეცვლილია",
-"1 folder" => "1 საქაღალდე",
-"{count} folders" => "{count} საქაღალდე",
-"1 file" => "1 ფაილი",
-"{count} files" => "{count} ფაილი",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "ატვირთვა",
"File handling" => "ფაილის დამუშავება",
"Maximum upload size" => "მაქსიმუმ ატვირთის ზომა",
diff --git a/apps/files/l10n/ko.php b/apps/files/l10n/ko.php
index d68fb162d0..ce3445c366 100644
--- a/apps/files/l10n/ko.php
+++ b/apps/files/l10n/ko.php
@@ -31,7 +31,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "{old_name}이(가) {new_name}(으)로 대체됨",
"undo" => "되돌리기",
"perform delete operation" => "삭제 작업중",
-"1 file uploading" => "파일 1개 업로드 중",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "파일 업로드중",
"'.' is an invalid file name." => "'.' 는 올바르지 않은 파일 이름 입니다.",
"File name cannot be empty." => "파일 이름이 비어 있을 수 없습니다.",
@@ -43,10 +43,8 @@ $TRANSLATIONS = array(
"Name" => "이름",
"Size" => "크기",
"Modified" => "수정됨",
-"1 folder" => "폴더 1개",
-"{count} folders" => "폴더 {count}개",
-"1 file" => "파일 1개",
-"{count} files" => "파일 {count}개",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "업로드",
"File handling" => "파일 처리",
"Maximum upload size" => "최대 업로드 크기",
diff --git a/apps/files/l10n/ku_IQ.php b/apps/files/l10n/ku_IQ.php
index ad85edaa0d..76a66b06cc 100644
--- a/apps/files/l10n/ku_IQ.php
+++ b/apps/files/l10n/ku_IQ.php
@@ -2,7 +2,10 @@
$TRANSLATIONS = array(
"URL cannot be empty." => "ناونیشانی بهستهر نابێت بهتاڵ بێت.",
"Error" => "ههڵه",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"Name" => "ناو",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "بارکردن",
"Save" => "پاشکهوتکردن",
"Folder" => "بوخچه",
diff --git a/apps/files/l10n/lb.php b/apps/files/l10n/lb.php
index 762d9189fb..eb27a535e9 100644
--- a/apps/files/l10n/lb.php
+++ b/apps/files/l10n/lb.php
@@ -16,9 +16,12 @@ $TRANSLATIONS = array(
"replace" => "ersetzen",
"cancel" => "ofbriechen",
"undo" => "réckgängeg man",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"Name" => "Numm",
"Size" => "Gréisst",
"Modified" => "Geännert",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Eroplueden",
"File handling" => "Fichier handling",
"Maximum upload size" => "Maximum Upload Gréisst ",
diff --git a/apps/files/l10n/lt_LT.php b/apps/files/l10n/lt_LT.php
index c2d0fee6e6..9580e64fda 100644
--- a/apps/files/l10n/lt_LT.php
+++ b/apps/files/l10n/lt_LT.php
@@ -32,7 +32,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "pakeiskite {new_name} į {old_name}",
"undo" => "anuliuoti",
"perform delete operation" => "ištrinti",
-"1 file uploading" => "įkeliamas 1 failas",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "įkeliami failai",
"'.' is an invalid file name." => "'.' yra neleidžiamas failo pavadinime.",
"File name cannot be empty." => "Failo pavadinimas negali būti tuščias.",
@@ -44,10 +44,8 @@ $TRANSLATIONS = array(
"Name" => "Pavadinimas",
"Size" => "Dydis",
"Modified" => "Pakeista",
-"1 folder" => "1 aplankalas",
-"{count} folders" => "{count} aplankalai",
-"1 file" => "1 failas",
-"{count} files" => "{count} failai",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Įkelti",
"File handling" => "Failų tvarkymas",
"Maximum upload size" => "Maksimalus įkeliamo failo dydis",
diff --git a/apps/files/l10n/lv.php b/apps/files/l10n/lv.php
index 24161cb2a6..5012c9776e 100644
--- a/apps/files/l10n/lv.php
+++ b/apps/files/l10n/lv.php
@@ -31,7 +31,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "aizvietoja {new_name} ar {old_name}",
"undo" => "atsaukt",
"perform delete operation" => "veikt dzēšanas darbību",
-"1 file uploading" => "Augšupielādē 1 datni",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"'.' is an invalid file name." => "'.' ir nederīgs datnes nosaukums.",
"File name cannot be empty." => "Datnes nosaukums nevar būt tukšs.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nederīgs nosaukums, nav atļauti '\\', '/', '<', '>', ':', '\"', '|', '?' un '*'.",
@@ -42,10 +42,8 @@ $TRANSLATIONS = array(
"Name" => "Nosaukums",
"Size" => "Izmērs",
"Modified" => "Mainīts",
-"1 folder" => "1 mape",
-"{count} folders" => "{count} mapes",
-"1 file" => "1 datne",
-"{count} files" => "{count} datnes",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Augšupielādēt",
"File handling" => "Datņu pārvaldība",
"Maximum upload size" => "Maksimālais datņu augšupielādes apjoms",
diff --git a/apps/files/l10n/mk.php b/apps/files/l10n/mk.php
index a922876553..a1cadeedcc 100644
--- a/apps/files/l10n/mk.php
+++ b/apps/files/l10n/mk.php
@@ -24,15 +24,13 @@ $TRANSLATIONS = array(
"cancel" => "откажи",
"replaced {new_name} with {old_name}" => "заменета {new_name} со {old_name}",
"undo" => "врати",
-"1 file uploading" => "1 датотека се подига",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неправилно име. , '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' не се дозволени.",
"Name" => "Име",
"Size" => "Големина",
"Modified" => "Променето",
-"1 folder" => "1 папка",
-"{count} folders" => "{count} папки",
-"1 file" => "1 датотека",
-"{count} files" => "{count} датотеки",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Подигни",
"File handling" => "Ракување со датотеки",
"Maximum upload size" => "Максимална големина за подигање",
diff --git a/apps/files/l10n/ms_MY.php b/apps/files/l10n/ms_MY.php
index 48ef8587ca..9ea8d2fd43 100644
--- a/apps/files/l10n/ms_MY.php
+++ b/apps/files/l10n/ms_MY.php
@@ -16,9 +16,12 @@ $TRANSLATIONS = array(
"Pending" => "Dalam proses",
"replace" => "ganti",
"cancel" => "Batal",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"Name" => "Nama",
"Size" => "Saiz",
"Modified" => "Dimodifikasi",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Muat naik",
"File handling" => "Pengendalian fail",
"Maximum upload size" => "Saiz maksimum muat naik",
diff --git a/apps/files/l10n/my_MM.php b/apps/files/l10n/my_MM.php
index c94cc5fd6f..dbade02e9c 100644
--- a/apps/files/l10n/my_MM.php
+++ b/apps/files/l10n/my_MM.php
@@ -1,6 +1,9 @@
"ဖိုင်များ",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Download" => "ဒေါင်းလုတ်"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/apps/files/l10n/nb_NO.php b/apps/files/l10n/nb_NO.php
index 15104914fd..d198f3762d 100644
--- a/apps/files/l10n/nb_NO.php
+++ b/apps/files/l10n/nb_NO.php
@@ -33,7 +33,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "erstatt {new_name} med {old_name}",
"undo" => "angre",
"perform delete operation" => "utfør sletting",
-"1 file uploading" => "1 fil lastes opp",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "filer lastes opp",
"'.' is an invalid file name." => "'.' er et ugyldig filnavn.",
"File name cannot be empty." => "Filnavn kan ikke være tomt.",
@@ -45,10 +45,8 @@ $TRANSLATIONS = array(
"Name" => "Navn",
"Size" => "Størrelse",
"Modified" => "Endret",
-"1 folder" => "1 mappe",
-"{count} folders" => "{count} mapper",
-"1 file" => "1 fil",
-"{count} files" => "{count} filer",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Last opp",
"File handling" => "Filhåndtering",
"Maximum upload size" => "Maksimum opplastingsstørrelse",
diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php
index d0f6542f1f..63d75a1a36 100644
--- a/apps/files/l10n/nl.php
+++ b/apps/files/l10n/nl.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "verving {new_name} met {old_name}",
"undo" => "ongedaan maken",
"perform delete operation" => "uitvoeren verwijderactie",
-"1 file uploading" => "1 bestand wordt ge-upload",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "bestanden aan het uploaden",
"'.' is an invalid file name." => "'.' is een ongeldige bestandsnaam.",
"File name cannot be empty." => "Bestandsnaam kan niet leeg zijn.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Naam",
"Size" => "Grootte",
"Modified" => "Aangepast",
-"1 folder" => "1 map",
-"{count} folders" => "{count} mappen",
-"1 file" => "1 bestand",
-"{count} files" => "{count} bestanden",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s kon niet worden hernoemd",
"Upload" => "Uploaden",
"File handling" => "Bestand",
diff --git a/apps/files/l10n/nn_NO.php b/apps/files/l10n/nn_NO.php
index 2e1a5a5cfc..1dd706913e 100644
--- a/apps/files/l10n/nn_NO.php
+++ b/apps/files/l10n/nn_NO.php
@@ -32,7 +32,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "bytte ut {new_name} med {old_name}",
"undo" => "angre",
"perform delete operation" => "utfør sletting",
-"1 file uploading" => "1 fil lastar opp",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "filer lastar opp",
"'.' is an invalid file name." => "«.» er eit ugyldig filnamn.",
"File name cannot be empty." => "Filnamnet kan ikkje vera tomt.",
@@ -44,10 +44,8 @@ $TRANSLATIONS = array(
"Name" => "Namn",
"Size" => "Storleik",
"Modified" => "Endra",
-"1 folder" => "1 mappe",
-"{count} folders" => "{count} mapper",
-"1 file" => "1 fil",
-"{count} files" => "{count} filer",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Last opp",
"File handling" => "Filhandtering",
"Maximum upload size" => "Maksimal opplastingsstorleik",
diff --git a/apps/files/l10n/oc.php b/apps/files/l10n/oc.php
index 382a4b2158..fd3d20dac8 100644
--- a/apps/files/l10n/oc.php
+++ b/apps/files/l10n/oc.php
@@ -19,11 +19,13 @@ $TRANSLATIONS = array(
"suggest name" => "nom prepausat",
"cancel" => "anulla",
"undo" => "defar",
-"1 file uploading" => "1 fichièr al amontcargar",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "fichièrs al amontcargar",
"Name" => "Nom",
"Size" => "Talha",
"Modified" => "Modificat",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Amontcarga",
"File handling" => "Manejament de fichièr",
"Maximum upload size" => "Talha maximum d'amontcargament",
diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php
index fc37234fc6..febcd84a3e 100644
--- a/apps/files/l10n/pl.php
+++ b/apps/files/l10n/pl.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "zastąpiono {new_name} przez {old_name}",
"undo" => "cofnij",
"perform delete operation" => "wykonaj operację usunięcia",
-"1 file uploading" => "1 plik wczytywany",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "pliki wczytane",
"'.' is an invalid file name." => "„.” jest nieprawidłową nazwą pliku.",
"File name cannot be empty." => "Nazwa pliku nie może być pusta.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Nazwa",
"Size" => "Rozmiar",
"Modified" => "Modyfikacja",
-"1 folder" => "1 folder",
-"{count} folders" => "Ilość folderów: {count}",
-"1 file" => "1 plik",
-"{count} files" => "Ilość plików: {count}",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s nie można zmienić nazwy",
"Upload" => "Wyślij",
"File handling" => "Zarządzanie plikami",
diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php
index 421de07c2b..948cd451da 100644
--- a/apps/files/l10n/pt_BR.php
+++ b/apps/files/l10n/pt_BR.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "Substituído {old_name} por {new_name} ",
"undo" => "desfazer",
"perform delete operation" => "realizar operação de exclusão",
-"1 file uploading" => "enviando 1 arquivo",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "enviando arquivos",
"'.' is an invalid file name." => "'.' é um nome de arquivo inválido.",
"File name cannot be empty." => "O nome do arquivo não pode estar vazio.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Nome",
"Size" => "Tamanho",
"Modified" => "Modificado",
-"1 folder" => "1 pasta",
-"{count} folders" => "{count} pastas",
-"1 file" => "1 arquivo",
-"{count} files" => "{count} arquivos",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s não pode ser renomeado",
"Upload" => "Upload",
"File handling" => "Tratamento de Arquivo",
diff --git a/apps/files/l10n/pt_PT.php b/apps/files/l10n/pt_PT.php
index c9b98bbed4..0ff9381a1a 100644
--- a/apps/files/l10n/pt_PT.php
+++ b/apps/files/l10n/pt_PT.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "substituido {new_name} por {old_name}",
"undo" => "desfazer",
"perform delete operation" => "Executar a tarefa de apagar",
-"1 file uploading" => "A enviar 1 ficheiro",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "A enviar os ficheiros",
"'.' is an invalid file name." => "'.' não é um nome de ficheiro válido!",
"File name cannot be empty." => "O nome do ficheiro não pode estar vazio.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Nome",
"Size" => "Tamanho",
"Modified" => "Modificado",
-"1 folder" => "1 pasta",
-"{count} folders" => "{count} pastas",
-"1 file" => "1 ficheiro",
-"{count} files" => "{count} ficheiros",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s não pode ser renomeada",
"Upload" => "Carregar",
"File handling" => "Manuseamento de ficheiros",
diff --git a/apps/files/l10n/ro.php b/apps/files/l10n/ro.php
index c9b340ff9b..b31c124779 100644
--- a/apps/files/l10n/ro.php
+++ b/apps/files/l10n/ro.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "{new_name} inlocuit cu {old_name}",
"undo" => "Anulează ultima acțiune",
"perform delete operation" => "efectueaza operatiunea de stergere",
-"1 file uploading" => "un fișier se încarcă",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "fișiere se încarcă",
"'.' is an invalid file name." => "'.' este un nume invalid de fișier.",
"File name cannot be empty." => "Numele fișierului nu poate rămâne gol.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Nume",
"Size" => "Dimensiune",
"Modified" => "Modificat",
-"1 folder" => "1 folder",
-"{count} folders" => "{count} foldare",
-"1 file" => "1 fisier",
-"{count} files" => "{count} fisiere",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s nu a putut fi redenumit",
"Upload" => "Încărcare",
"File handling" => "Manipulare fișiere",
diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php
index 4d3bec0274..b31bdd97e5 100644
--- a/apps/files/l10n/ru.php
+++ b/apps/files/l10n/ru.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "заменено {new_name} на {old_name}",
"undo" => "отмена",
"perform delete operation" => "выполнить операцию удаления",
-"1 file uploading" => "загружается 1 файл",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "файлы загружаются",
"'.' is an invalid file name." => "'.' - неправильное имя файла.",
"File name cannot be empty." => "Имя файла не может быть пустым.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Имя",
"Size" => "Размер",
"Modified" => "Изменён",
-"1 folder" => "1 папка",
-"{count} folders" => "{count} папок",
-"1 file" => "1 файл",
-"{count} files" => "{count} файлов",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s не может быть переименован",
"Upload" => "Загрузка",
"File handling" => "Управление файлами",
diff --git a/apps/files/l10n/si_LK.php b/apps/files/l10n/si_LK.php
index 4f576af17e..ac5ad960a4 100644
--- a/apps/files/l10n/si_LK.php
+++ b/apps/files/l10n/si_LK.php
@@ -19,12 +19,12 @@ $TRANSLATIONS = array(
"suggest name" => "නමක් යෝජනා කරන්න",
"cancel" => "අත් හරින්න",
"undo" => "නිෂ්ප්රභ කරන්න",
-"1 file uploading" => "1 ගොනුවක් උඩගත කෙරේ",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"Name" => "නම",
"Size" => "ප්රමාණය",
"Modified" => "වෙනස් කළ",
-"1 folder" => "1 ෆොල්ඩරයක්",
-"1 file" => "1 ගොනුවක්",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "උඩුගත කරන්න",
"File handling" => "ගොනු පරිහරණය",
"Maximum upload size" => "උඩුගත කිරීමක උපරිම ප්රමාණය",
diff --git a/apps/files/l10n/sk_SK.php b/apps/files/l10n/sk_SK.php
index f0220822d0..88e5818cfb 100644
--- a/apps/files/l10n/sk_SK.php
+++ b/apps/files/l10n/sk_SK.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "prepísaný {new_name} súborom {old_name}",
"undo" => "vrátiť",
"perform delete operation" => "vykonať zmazanie",
-"1 file uploading" => "1 súbor sa posiela ",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "nahrávanie súborov",
"'.' is an invalid file name." => "'.' je neplatné meno súboru.",
"File name cannot be empty." => "Meno súboru nemôže byť prázdne",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Názov",
"Size" => "Veľkosť",
"Modified" => "Upravené",
-"1 folder" => "1 priečinok",
-"{count} folders" => "{count} priečinkov",
-"1 file" => "1 súbor",
-"{count} files" => "{count} súborov",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s nemohol byť premenovaný",
"Upload" => "Odoslať",
"File handling" => "Nastavenie správania sa k súborom",
diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php
index 85daabf6cf..89397e2e42 100644
--- a/apps/files/l10n/sl.php
+++ b/apps/files/l10n/sl.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "preimenovano ime {new_name} z imenom {old_name}",
"undo" => "razveljavi",
"perform delete operation" => "izvedi opravilo brisanja",
-"1 file uploading" => "Pošiljanje 1 datoteke",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "poteka pošiljanje datotek",
"'.' is an invalid file name." => "'.' je neveljavno ime datoteke.",
"File name cannot be empty." => "Ime datoteke ne sme biti prazno polje.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Ime",
"Size" => "Velikost",
"Modified" => "Spremenjeno",
-"1 folder" => "1 mapa",
-"{count} folders" => "{count} map",
-"1 file" => "1 datoteka",
-"{count} files" => "{count} datotek",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s ni bilo mogoče preimenovati",
"Upload" => "Pošlji",
"File handling" => "Upravljanje z datotekami",
diff --git a/apps/files/l10n/sq.php b/apps/files/l10n/sq.php
index 91f53fc00b..5ad8de8aa5 100644
--- a/apps/files/l10n/sq.php
+++ b/apps/files/l10n/sq.php
@@ -31,7 +31,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "U zëvëndësua {new_name} me {old_name}",
"undo" => "anulo",
"perform delete operation" => "ekzekuto operacionin e eliminimit",
-"1 file uploading" => "Po ngarkohet 1 skedar",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "po ngarkoj skedarët",
"'.' is an invalid file name." => "'.' është emër i pavlefshëm.",
"File name cannot be empty." => "Emri i skedarit nuk mund të jetë bosh.",
@@ -43,10 +43,8 @@ $TRANSLATIONS = array(
"Name" => "Emri",
"Size" => "Dimensioni",
"Modified" => "Modifikuar",
-"1 folder" => "1 dosje",
-"{count} folders" => "{count} dosje",
-"1 file" => "1 skedar",
-"{count} files" => "{count} skedarë",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Ngarko",
"File handling" => "Trajtimi i skedarit",
"Maximum upload size" => "Dimensioni maksimal i ngarkimit",
diff --git a/apps/files/l10n/sr.php b/apps/files/l10n/sr.php
index 09d1683a91..8907b7ab2c 100644
--- a/apps/files/l10n/sr.php
+++ b/apps/files/l10n/sr.php
@@ -31,7 +31,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "замењено {new_name} са {old_name}",
"undo" => "опозови",
"perform delete operation" => "обриши",
-"1 file uploading" => "Отпремам 1 датотеку",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "датотеке се отпремају",
"'.' is an invalid file name." => "Датотека „.“ је неисправног имена.",
"File name cannot be empty." => "Име датотеке не може бити празно.",
@@ -43,10 +43,8 @@ $TRANSLATIONS = array(
"Name" => "Име",
"Size" => "Величина",
"Modified" => "Измењено",
-"1 folder" => "1 фасцикла",
-"{count} folders" => "{count} фасцикле/и",
-"1 file" => "1 датотека",
-"{count} files" => "{count} датотеке/а",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Отпреми",
"File handling" => "Управљање датотекама",
"Maximum upload size" => "Највећа величина датотеке",
diff --git a/apps/files/l10n/sr@latin.php b/apps/files/l10n/sr@latin.php
index 5b425aaa96..441253c5c8 100644
--- a/apps/files/l10n/sr@latin.php
+++ b/apps/files/l10n/sr@latin.php
@@ -7,9 +7,12 @@ $TRANSLATIONS = array(
"Missing a temporary folder" => "Nedostaje privremena fascikla",
"Files" => "Fajlovi",
"Delete" => "Obriši",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"Name" => "Ime",
"Size" => "Veličina",
"Modified" => "Zadnja izmena",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Pošalji",
"Maximum upload size" => "Maksimalna veličina pošiljke",
"Save" => "Snimi",
diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php
index 41206423cf..a96e1e8e4a 100644
--- a/apps/files/l10n/sv.php
+++ b/apps/files/l10n/sv.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "ersatt {new_name} med {old_name}",
"undo" => "ångra",
"perform delete operation" => "utför raderingen",
-"1 file uploading" => "1 filuppladdning",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "filer laddas upp",
"'.' is an invalid file name." => "'.' är ett ogiltigt filnamn.",
"File name cannot be empty." => "Filnamn kan inte vara tomt.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "Namn",
"Size" => "Storlek",
"Modified" => "Ändrad",
-"1 folder" => "1 mapp",
-"{count} folders" => "{count} mappar",
-"1 file" => "1 fil",
-"{count} files" => "{count} filer",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s kunde inte namnändras",
"Upload" => "Ladda upp",
"File handling" => "Filhantering",
diff --git a/apps/files/l10n/ta_LK.php b/apps/files/l10n/ta_LK.php
index 616248d87b..64680ede69 100644
--- a/apps/files/l10n/ta_LK.php
+++ b/apps/files/l10n/ta_LK.php
@@ -23,15 +23,13 @@ $TRANSLATIONS = array(
"cancel" => "இரத்து செய்க",
"replaced {new_name} with {old_name}" => "{new_name} ஆனது {old_name} இனால் மாற்றப்பட்டது",
"undo" => "முன் செயல் நீக்கம் ",
-"1 file uploading" => "1 கோப்பு பதிவேற்றப்படுகிறது",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "செல்லுபடியற்ற பெயர்,'\\', '/', '<', '>', ':', '\"', '|', '?' மற்றும் '*' ஆகியன அனுமதிக்கப்படமாட்டாது.",
"Name" => "பெயர்",
"Size" => "அளவு",
"Modified" => "மாற்றப்பட்டது",
-"1 folder" => "1 கோப்புறை",
-"{count} folders" => "{எண்ணிக்கை} கோப்புறைகள்",
-"1 file" => "1 கோப்பு",
-"{count} files" => "{எண்ணிக்கை} கோப்புகள்",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "பதிவேற்றுக",
"File handling" => "கோப்பு கையாளுதல்",
"Maximum upload size" => "பதிவேற்றக்கூடிய ஆகக்கூடிய அளவு ",
diff --git a/apps/files/l10n/te.php b/apps/files/l10n/te.php
index bb729b0187..df03fc9824 100644
--- a/apps/files/l10n/te.php
+++ b/apps/files/l10n/te.php
@@ -4,8 +4,11 @@ $TRANSLATIONS = array(
"Delete permanently" => "శాశ్వతంగా తొలగించు",
"Delete" => "తొలగించు",
"cancel" => "రద్దుచేయి",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"Name" => "పేరు",
"Size" => "పరిమాణం",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Save" => "భద్రపరచు",
"Folder" => "సంచయం"
);
diff --git a/apps/files/l10n/th_TH.php b/apps/files/l10n/th_TH.php
index b480237008..bfdc1c072f 100644
--- a/apps/files/l10n/th_TH.php
+++ b/apps/files/l10n/th_TH.php
@@ -30,7 +30,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "แทนที่ {new_name} ด้วย {old_name} แล้ว",
"undo" => "เลิกทำ",
"perform delete operation" => "ดำเนินการตามคำสั่งลบ",
-"1 file uploading" => "กำลังอัพโหลดไฟล์ 1 ไฟล์",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "การอัพโหลดไฟล์",
"'.' is an invalid file name." => "'.' เป็นชื่อไฟล์ที่ไม่ถูกต้อง",
"File name cannot be empty." => "ชื่อไฟล์ไม่สามารถเว้นว่างได้",
@@ -42,10 +42,8 @@ $TRANSLATIONS = array(
"Name" => "ชื่อ",
"Size" => "ขนาด",
"Modified" => "แก้ไขแล้ว",
-"1 folder" => "1 โฟลเดอร์",
-"{count} folders" => "{count} โฟลเดอร์",
-"1 file" => "1 ไฟล์",
-"{count} files" => "{count} ไฟล์",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "อัพโหลด",
"File handling" => "การจัดกาไฟล์",
"Maximum upload size" => "ขนาดไฟล์สูงสุดที่อัพโหลดได้",
diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php
index 351b23cb95..9c59714221 100644
--- a/apps/files/l10n/tr.php
+++ b/apps/files/l10n/tr.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "{new_name} ismi {old_name} ile değiştirildi",
"undo" => "geri al",
"perform delete operation" => "Silme işlemini gerçekleştir",
-"1 file uploading" => "1 dosya yüklendi",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "Dosyalar yükleniyor",
"'.' is an invalid file name." => "'.' geçersiz dosya adı.",
"File name cannot be empty." => "Dosya adı boş olamaz.",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "İsim",
"Size" => "Boyut",
"Modified" => "Değiştirilme",
-"1 folder" => "1 dizin",
-"{count} folders" => "{count} dizin",
-"1 file" => "1 dosya",
-"{count} files" => "{count} dosya",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s yeniden adlandırılamadı",
"Upload" => "Yükle",
"File handling" => "Dosya taşıma",
diff --git a/apps/files/l10n/ug.php b/apps/files/l10n/ug.php
index 819b46c50c..0b649b9eeb 100644
--- a/apps/files/l10n/ug.php
+++ b/apps/files/l10n/ug.php
@@ -21,14 +21,13 @@ $TRANSLATIONS = array(
"suggest name" => "تەۋسىيە ئات",
"cancel" => "ۋاز كەچ",
"undo" => "يېنىۋال",
-"1 file uploading" => "1 ھۆججەت يۈكلىنىۋاتىدۇ",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "ھۆججەت يۈكلىنىۋاتىدۇ",
"Name" => "ئاتى",
"Size" => "چوڭلۇقى",
"Modified" => "ئۆزگەرتكەن",
-"1 folder" => "1 قىسقۇچ",
-"1 file" => "1 ھۆججەت",
-"{count} files" => "{count} ھۆججەت",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "يۈكلە",
"Save" => "ساقلا",
"New" => "يېڭى",
diff --git a/apps/files/l10n/uk.php b/apps/files/l10n/uk.php
index ad40f16e8b..122f0c696a 100644
--- a/apps/files/l10n/uk.php
+++ b/apps/files/l10n/uk.php
@@ -31,7 +31,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "замінено {new_name} на {old_name}",
"undo" => "відмінити",
"perform delete operation" => "виконати операцію видалення",
-"1 file uploading" => "1 файл завантажується",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "файли завантажуються",
"'.' is an invalid file name." => "'.' це невірне ім'я файлу.",
"File name cannot be empty." => " Ім'я файлу не може бути порожнім.",
@@ -43,10 +43,8 @@ $TRANSLATIONS = array(
"Name" => "Ім'я",
"Size" => "Розмір",
"Modified" => "Змінено",
-"1 folder" => "1 папка",
-"{count} folders" => "{count} папок",
-"1 file" => "1 файл",
-"{count} files" => "{count} файлів",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s не може бути перейменований",
"Upload" => "Вивантажити",
"File handling" => "Робота з файлами",
diff --git a/apps/files/l10n/ur_PK.php b/apps/files/l10n/ur_PK.php
index 1f08345536..8cdde14c26 100644
--- a/apps/files/l10n/ur_PK.php
+++ b/apps/files/l10n/ur_PK.php
@@ -1,6 +1,9 @@
"ایرر",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Unshare" => "شئیرنگ ختم کریں"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files/l10n/vi.php b/apps/files/l10n/vi.php
index 4d0240c9ba..e778c0c374 100644
--- a/apps/files/l10n/vi.php
+++ b/apps/files/l10n/vi.php
@@ -31,7 +31,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "đã thay thế {new_name} bằng {old_name}",
"undo" => "lùi lại",
"perform delete operation" => "thực hiện việc xóa",
-"1 file uploading" => "1 tệp tin đang được tải lên",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "tệp tin đang được tải lên",
"'.' is an invalid file name." => "'.' là một tên file không hợp lệ",
"File name cannot be empty." => "Tên file không được rỗng",
@@ -43,10 +43,8 @@ $TRANSLATIONS = array(
"Name" => "Tên",
"Size" => "Kích cỡ",
"Modified" => "Thay đổi",
-"1 folder" => "1 thư mục",
-"{count} folders" => "{count} thư mục",
-"1 file" => "1 tập tin",
-"{count} files" => "{count} tập tin",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "Tải lên",
"File handling" => "Xử lý tập tin",
"Maximum upload size" => "Kích thước tối đa ",
diff --git a/apps/files/l10n/zh_CN.GB2312.php b/apps/files/l10n/zh_CN.GB2312.php
index 9b08b5dda2..87177458a7 100644
--- a/apps/files/l10n/zh_CN.GB2312.php
+++ b/apps/files/l10n/zh_CN.GB2312.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "已用 {old_name} 替换 {new_name}",
"undo" => "撤销",
"perform delete operation" => "执行删除",
-"1 file uploading" => "1 个文件正在上传",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "个文件正在上传",
"'.' is an invalid file name." => "'.' 文件名不正确",
"File name cannot be empty." => "文件名不能为空",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "名称",
"Size" => "大小",
"Modified" => "修改日期",
-"1 folder" => "1 个文件夹",
-"{count} folders" => "{count} 个文件夹",
-"1 file" => "1 个文件",
-"{count} files" => "{count} 个文件",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "不能重命名 %s",
"Upload" => "上传",
"File handling" => "文件处理中",
diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php
index d4bf220590..248ca12704 100644
--- a/apps/files/l10n/zh_CN.php
+++ b/apps/files/l10n/zh_CN.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "已将 {old_name}替换成 {new_name}",
"undo" => "撤销",
"perform delete operation" => "进行删除操作",
-"1 file uploading" => "1个文件上传中",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "文件上传中",
"'.' is an invalid file name." => "'.' 是一个无效的文件名。",
"File name cannot be empty." => "文件名不能为空。",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "名称",
"Size" => "大小",
"Modified" => "修改日期",
-"1 folder" => "1个文件夹",
-"{count} folders" => "{count} 个文件夹",
-"1 file" => "1 个文件",
-"{count} files" => "{count} 个文件",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "%s 不能被重命名",
"Upload" => "上传",
"File handling" => "文件处理",
diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php
index 1f309d9b2f..9e806a2fbf 100644
--- a/apps/files/l10n/zh_HK.php
+++ b/apps/files/l10n/zh_HK.php
@@ -4,8 +4,10 @@ $TRANSLATIONS = array(
"Error" => "錯誤",
"Share" => "分享",
"Delete" => "刪除",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"Name" => "名稱",
-"{count} folders" => "{}文件夾",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Upload" => "上傳",
"Save" => "儲存",
"Download" => "下載",
diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php
index 6e0dd54fdd..620405b7b9 100644
--- a/apps/files/l10n/zh_TW.php
+++ b/apps/files/l10n/zh_TW.php
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"replaced {new_name} with {old_name}" => "使用 {new_name} 取代 {old_name}",
"undo" => "復原",
"perform delete operation" => "進行刪除動作",
-"1 file uploading" => "1 個檔案正在上傳",
+"_Uploading %n file_::_Uploading %n files_" => array(,),
"files uploading" => "檔案正在上傳中",
"'.' is an invalid file name." => "'.' 是不合法的檔名。",
"File name cannot be empty." => "檔名不能為空。",
@@ -46,10 +46,8 @@ $TRANSLATIONS = array(
"Name" => "名稱",
"Size" => "大小",
"Modified" => "修改",
-"1 folder" => "1 個資料夾",
-"{count} folders" => "{count} 個資料夾",
-"1 file" => "1 個檔案",
-"{count} files" => "{count} 個檔案",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"%s could not be renamed" => "無法重新命名 %s",
"Upload" => "上傳",
"File handling" => "檔案處理",
diff --git a/apps/files_encryption/l10n/cs_CZ.php b/apps/files_encryption/l10n/cs_CZ.php
index 8bd4723938..e2b3be3261 100644
--- a/apps/files_encryption/l10n/cs_CZ.php
+++ b/apps/files_encryption/l10n/cs_CZ.php
@@ -10,6 +10,7 @@ $TRANSLATIONS = array(
"Could not update the private key password. Maybe the old password was not correct." => "Nelze aktualizovat heslo soukromého klíče. Možná nebylo staré heslo správně.",
"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." => "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.",
"Missing requirements." => "Nesplněné závislosti.",
+"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čí.",
diff --git a/apps/files_encryption/l10n/da.php b/apps/files_encryption/l10n/da.php
index 19e6b1d2e8..1b7069b678 100644
--- a/apps/files_encryption/l10n/da.php
+++ b/apps/files_encryption/l10n/da.php
@@ -10,6 +10,8 @@ $TRANSLATIONS = array(
"Could not update the private key password. Maybe the old password was not correct." => "Kunne ikke opdatere det private nøgle kodeord-. Måske var det gamle kodeord forkert.",
"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." => "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.",
"Missing requirements." => "Manglende betingelser.",
+"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 ",
diff --git a/apps/files_trashbin/l10n/ar.php b/apps/files_trashbin/l10n/ar.php
index ccb80f959e..2fc2aed26e 100644
--- a/apps/files_trashbin/l10n/ar.php
+++ b/apps/files_trashbin/l10n/ar.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "حذف بشكل دائم",
"Name" => "اسم",
"Deleted" => "تم الحذف",
-"1 folder" => "مجلد عدد 1",
-"{count} folders" => "{count} مجلدات",
-"1 file" => "ملف واحد",
-"{count} files" => "{count} ملفات",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "لا يوجد شيء هنا. سلة المهملات خاليه.",
"Restore" => "استعيد",
"Delete" => "إلغاء",
diff --git a/apps/files_trashbin/l10n/bg_BG.php b/apps/files_trashbin/l10n/bg_BG.php
index 5ae41a324a..7f4c7493b3 100644
--- a/apps/files_trashbin/l10n/bg_BG.php
+++ b/apps/files_trashbin/l10n/bg_BG.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Изтриване завинаги",
"Name" => "Име",
"Deleted" => "Изтрито",
-"1 folder" => "1 папка",
-"{count} folders" => "{count} папки",
-"1 file" => "1 файл",
-"{count} files" => "{count} файла",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Няма нищо. Кофата е празна!",
"Restore" => "Възтановяване",
"Delete" => "Изтриване",
diff --git a/apps/files_trashbin/l10n/bn_BD.php b/apps/files_trashbin/l10n/bn_BD.php
index a33a6de89a..e512b2360b 100644
--- a/apps/files_trashbin/l10n/bn_BD.php
+++ b/apps/files_trashbin/l10n/bn_BD.php
@@ -2,10 +2,8 @@
$TRANSLATIONS = array(
"Error" => "সমস্যা",
"Name" => "রাম",
-"1 folder" => "১টি ফোল্ডার",
-"{count} folders" => "{count} টি ফোল্ডার",
-"1 file" => "১টি ফাইল",
-"{count} files" => "{count} টি ফাইল",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "মুছে"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_trashbin/l10n/ca.php b/apps/files_trashbin/l10n/ca.php
index 2e4fa4dbe0..8ab3d785f7 100644
--- a/apps/files_trashbin/l10n/ca.php
+++ b/apps/files_trashbin/l10n/ca.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Esborra permanentment",
"Name" => "Nom",
"Deleted" => "Eliminat",
-"1 folder" => "1 carpeta",
-"{count} folders" => "{count} carpetes",
-"1 file" => "1 fitxer",
-"{count} files" => "{count} fitxers",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "restaurat",
"Nothing in here. Your trash bin is empty!" => "La paperera està buida!",
"Restore" => "Recupera",
diff --git a/apps/files_trashbin/l10n/cs_CZ.php b/apps/files_trashbin/l10n/cs_CZ.php
index eef9accb83..cd1acc5eb0 100644
--- a/apps/files_trashbin/l10n/cs_CZ.php
+++ b/apps/files_trashbin/l10n/cs_CZ.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Trvale odstranit",
"Name" => "Název",
"Deleted" => "Smazáno",
-"1 folder" => "1 složka",
-"{count} folders" => "{count} složky",
-"1 file" => "1 soubor",
-"{count} files" => "{count} soubory",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "obnoveno",
"Nothing in here. Your trash bin is empty!" => "Žádný obsah. Váš koš je prázdný.",
"Restore" => "Obnovit",
diff --git a/apps/files_trashbin/l10n/cy_GB.php b/apps/files_trashbin/l10n/cy_GB.php
index af0c5239b5..df3b67b8df 100644
--- a/apps/files_trashbin/l10n/cy_GB.php
+++ b/apps/files_trashbin/l10n/cy_GB.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Dileu'n barhaol",
"Name" => "Enw",
"Deleted" => "Wedi dileu",
-"1 folder" => "1 blygell",
-"{count} folders" => "{count} plygell",
-"1 file" => "1 ffeil",
-"{count} files" => "{count} ffeil",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Does dim byd yma. Mae eich bin sbwriel yn wag!",
"Restore" => "Adfer",
"Delete" => "Dileu",
diff --git a/apps/files_trashbin/l10n/da.php b/apps/files_trashbin/l10n/da.php
index 4e0bbc23a8..adee29a6df 100644
--- a/apps/files_trashbin/l10n/da.php
+++ b/apps/files_trashbin/l10n/da.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Slet permanent",
"Name" => "Navn",
"Deleted" => "Slettet",
-"1 folder" => "1 mappe",
-"{count} folders" => "{count} mapper",
-"1 file" => "1 fil",
-"{count} files" => "{count} filer",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "Gendannet",
"Nothing in here. Your trash bin is empty!" => "Intet at se her. Din papirkurv er tom!",
"Restore" => "Gendan",
diff --git a/apps/files_trashbin/l10n/de.php b/apps/files_trashbin/l10n/de.php
index 856317f3c6..ced25d80af 100644
--- a/apps/files_trashbin/l10n/de.php
+++ b/apps/files_trashbin/l10n/de.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Endgültig löschen",
"Name" => "Name",
"Deleted" => "gelöscht",
-"1 folder" => "1 Ordner",
-"{count} folders" => "{count} Ordner",
-"1 file" => "1 Datei",
-"{count} files" => "{count} Dateien",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "Wiederhergestellt",
"Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, der Papierkorb ist leer!",
"Restore" => "Wiederherstellen",
diff --git a/apps/files_trashbin/l10n/de_DE.php b/apps/files_trashbin/l10n/de_DE.php
index bd1e3fb9e2..4813b70fdb 100644
--- a/apps/files_trashbin/l10n/de_DE.php
+++ b/apps/files_trashbin/l10n/de_DE.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Endgültig löschen",
"Name" => "Name",
"Deleted" => "Gelöscht",
-"1 folder" => "1 Ordner",
-"{count} folders" => "{count} Ordner",
-"1 file" => "1 Datei",
-"{count} files" => "{count} Dateien",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "Wiederhergestellt",
"Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, Ihr Papierkorb ist leer!",
"Restore" => "Wiederherstellen",
diff --git a/apps/files_trashbin/l10n/el.php b/apps/files_trashbin/l10n/el.php
index 19331cd1f6..506992d911 100644
--- a/apps/files_trashbin/l10n/el.php
+++ b/apps/files_trashbin/l10n/el.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Μόνιμη διαγραφή",
"Name" => "Όνομα",
"Deleted" => "Διαγράφηκε",
-"1 folder" => "1 φάκελος",
-"{count} folders" => "{count} φάκελοι",
-"1 file" => "1 αρχείο",
-"{count} files" => "{count} αρχεία",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "έγινε επαναφορά",
"Nothing in here. Your trash bin is empty!" => "Δεν υπάρχει τίποτα εδώ. Ο κάδος σας είναι άδειος!",
"Restore" => "Επαναφορά",
diff --git a/apps/files_trashbin/l10n/eo.php b/apps/files_trashbin/l10n/eo.php
index 373a503fc6..fb60d7a0aa 100644
--- a/apps/files_trashbin/l10n/eo.php
+++ b/apps/files_trashbin/l10n/eo.php
@@ -3,10 +3,8 @@ $TRANSLATIONS = array(
"Error" => "Eraro",
"Delete permanently" => "Forigi por ĉiam",
"Name" => "Nomo",
-"1 folder" => "1 dosierujo",
-"{count} folders" => "{count} dosierujoj",
-"1 file" => "1 dosiero",
-"{count} files" => "{count} dosierujoj",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Restore" => "Restaŭri",
"Delete" => "Forigi",
"Deleted Files" => "Forigitaj dosieroj"
diff --git a/apps/files_trashbin/l10n/es.php b/apps/files_trashbin/l10n/es.php
index 58e5c6c903..564f80f634 100644
--- a/apps/files_trashbin/l10n/es.php
+++ b/apps/files_trashbin/l10n/es.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Eliminar permanentemente",
"Name" => "Nombre",
"Deleted" => "Eliminado",
-"1 folder" => "1 carpeta",
-"{count} folders" => "{count} carpetas",
-"1 file" => "1 archivo",
-"{count} files" => "{count} archivos",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "recuperado",
"Nothing in here. Your trash bin is empty!" => "No hay nada aquí. ¡Tu papelera esta vacía!",
"Restore" => "Recuperar",
diff --git a/apps/files_trashbin/l10n/es_AR.php b/apps/files_trashbin/l10n/es_AR.php
index 98f140983c..0a8be563f9 100644
--- a/apps/files_trashbin/l10n/es_AR.php
+++ b/apps/files_trashbin/l10n/es_AR.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Borrar de manera permanente",
"Name" => "Nombre",
"Deleted" => "Borrado",
-"1 folder" => "1 directorio",
-"{count} folders" => "{count} directorios",
-"1 file" => "1 archivo",
-"{count} files" => "{count} archivos",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "No hay nada acá. ¡La papelera está vacía!",
"Restore" => "Recuperar",
"Delete" => "Borrar",
diff --git a/apps/files_trashbin/l10n/et_EE.php b/apps/files_trashbin/l10n/et_EE.php
index 293d639b42..44a7ea2855 100644
--- a/apps/files_trashbin/l10n/et_EE.php
+++ b/apps/files_trashbin/l10n/et_EE.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Kustuta jäädavalt",
"Name" => "Nimi",
"Deleted" => "Kustutatud",
-"1 folder" => "1 kaust",
-"{count} folders" => "{count} kausta",
-"1 file" => "1 fail",
-"{count} files" => "{count} faili",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "taastatud",
"Nothing in here. Your trash bin is empty!" => "Siin pole midagi. Sinu prügikast on tühi!",
"Restore" => "Taasta",
diff --git a/apps/files_trashbin/l10n/eu.php b/apps/files_trashbin/l10n/eu.php
index 2649124836..7156a66bfb 100644
--- a/apps/files_trashbin/l10n/eu.php
+++ b/apps/files_trashbin/l10n/eu.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Ezabatu betirako",
"Name" => "Izena",
"Deleted" => "Ezabatuta",
-"1 folder" => "karpeta bat",
-"{count} folders" => "{count} karpeta",
-"1 file" => "fitxategi bat",
-"{count} files" => "{count} fitxategi",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Ez dago ezer ez. Zure zakarrontzia hutsik dago!",
"Restore" => "Berrezarri",
"Delete" => "Ezabatu",
diff --git a/apps/files_trashbin/l10n/fa.php b/apps/files_trashbin/l10n/fa.php
index 33a8d418cc..9d5613ce8e 100644
--- a/apps/files_trashbin/l10n/fa.php
+++ b/apps/files_trashbin/l10n/fa.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "حذف قطعی",
"Name" => "نام",
"Deleted" => "حذف شده",
-"1 folder" => "1 پوشه",
-"{count} folders" => "{ شمار} پوشه ها",
-"1 file" => "1 پرونده",
-"{count} files" => "{ شمار } فایل ها",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "هیچ چیزی اینجا نیست. سطل زباله ی شما خالی است.",
"Restore" => "بازیابی",
"Delete" => "حذف",
diff --git a/apps/files_trashbin/l10n/fi_FI.php b/apps/files_trashbin/l10n/fi_FI.php
index fec0567fbe..9dec2975f3 100644
--- a/apps/files_trashbin/l10n/fi_FI.php
+++ b/apps/files_trashbin/l10n/fi_FI.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Poista pysyvästi",
"Name" => "Nimi",
"Deleted" => "Poistettu",
-"1 folder" => "1 kansio",
-"{count} folders" => "{count} kansiota",
-"1 file" => "1 tiedosto",
-"{count} files" => "{count} tiedostoa",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "palautettu",
"Nothing in here. Your trash bin is empty!" => "Tyhjää täynnä! Roskakorissa ei ole mitään.",
"Restore" => "Palauta",
diff --git a/apps/files_trashbin/l10n/fr.php b/apps/files_trashbin/l10n/fr.php
index 17c524d712..0581cf6efe 100644
--- a/apps/files_trashbin/l10n/fr.php
+++ b/apps/files_trashbin/l10n/fr.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Supprimer de façon définitive",
"Name" => "Nom",
"Deleted" => "Effacé",
-"1 folder" => "1 dossier",
-"{count} folders" => "{count} dossiers",
-"1 file" => "1 fichier",
-"{count} files" => "{count} fichiers",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Il n'y a rien ici. Votre corbeille est vide !",
"Restore" => "Restaurer",
"Delete" => "Supprimer",
diff --git a/apps/files_trashbin/l10n/gl.php b/apps/files_trashbin/l10n/gl.php
index 9b222e6e15..e4e72a9e46 100644
--- a/apps/files_trashbin/l10n/gl.php
+++ b/apps/files_trashbin/l10n/gl.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Eliminar permanentemente",
"Name" => "Nome",
"Deleted" => "Eliminado",
-"1 folder" => "1 cartafol",
-"{count} folders" => "{count} cartafoles",
-"1 file" => "1 ficheiro",
-"{count} files" => "{count} ficheiros",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "restaurado",
"Nothing in here. Your trash bin is empty!" => "Aquí non hai nada. O cesto do lixo está baleiro!",
"Restore" => "Restablecer",
diff --git a/apps/files_trashbin/l10n/he.php b/apps/files_trashbin/l10n/he.php
index 1a0e3f4772..98c846c502 100644
--- a/apps/files_trashbin/l10n/he.php
+++ b/apps/files_trashbin/l10n/he.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "מחיקה לצמיתות",
"Name" => "שם",
"Deleted" => "נמחק",
-"1 folder" => "תיקייה אחת",
-"{count} folders" => "{count} תיקיות",
-"1 file" => "קובץ אחד",
-"{count} files" => "{count} קבצים",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "אין כאן שום דבר. סל המיחזור שלך ריק!",
"Restore" => "שחזור",
"Delete" => "מחיקה",
diff --git a/apps/files_trashbin/l10n/hr.php b/apps/files_trashbin/l10n/hr.php
index 8e8fd22f8e..a635278cb6 100644
--- a/apps/files_trashbin/l10n/hr.php
+++ b/apps/files_trashbin/l10n/hr.php
@@ -2,6 +2,8 @@
$TRANSLATIONS = array(
"Error" => "Greška",
"Name" => "Ime",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "Obriši"
);
$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/apps/files_trashbin/l10n/hu_HU.php b/apps/files_trashbin/l10n/hu_HU.php
index 7ed9eb7eba..299d252c1e 100644
--- a/apps/files_trashbin/l10n/hu_HU.php
+++ b/apps/files_trashbin/l10n/hu_HU.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Végleges törlés",
"Name" => "Név",
"Deleted" => "Törölve",
-"1 folder" => "1 mappa",
-"{count} folders" => "{count} mappa",
-"1 file" => "1 fájl",
-"{count} files" => "{count} fájl",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "visszaállítva",
"Nothing in here. Your trash bin is empty!" => "Itt nincs semmi. Az Ön szemetes mappája üres!",
"Restore" => "Visszaállítás",
diff --git a/apps/files_trashbin/l10n/hy.php b/apps/files_trashbin/l10n/hy.php
index f933bec8fe..127ae40821 100644
--- a/apps/files_trashbin/l10n/hy.php
+++ b/apps/files_trashbin/l10n/hy.php
@@ -1,5 +1,7 @@
array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "Ջնջել"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_trashbin/l10n/ia.php b/apps/files_trashbin/l10n/ia.php
index 7709ef030e..6df843b288 100644
--- a/apps/files_trashbin/l10n/ia.php
+++ b/apps/files_trashbin/l10n/ia.php
@@ -2,6 +2,8 @@
$TRANSLATIONS = array(
"Error" => "Error",
"Name" => "Nomine",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "Deler"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_trashbin/l10n/id.php b/apps/files_trashbin/l10n/id.php
index 4fbe154963..82c01e4da7 100644
--- a/apps/files_trashbin/l10n/id.php
+++ b/apps/files_trashbin/l10n/id.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Hapus secara permanen",
"Name" => "Nama",
"Deleted" => "Dihapus",
-"1 folder" => "1 folder",
-"{count} folders" => "{count} folder",
-"1 file" => "1 berkas",
-"{count} files" => "{count} berkas",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Tempat sampah anda kosong!",
"Restore" => "Pulihkan",
"Delete" => "Hapus",
diff --git a/apps/files_trashbin/l10n/is.php b/apps/files_trashbin/l10n/is.php
index 1cf794db97..adf462e387 100644
--- a/apps/files_trashbin/l10n/is.php
+++ b/apps/files_trashbin/l10n/is.php
@@ -2,10 +2,8 @@
$TRANSLATIONS = array(
"Error" => "Villa",
"Name" => "Nafn",
-"1 folder" => "1 mappa",
-"{count} folders" => "{count} möppur",
-"1 file" => "1 skrá",
-"{count} files" => "{count} skrár",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "Eyða"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_trashbin/l10n/it.php b/apps/files_trashbin/l10n/it.php
index 0843cd5c2e..d4e6752ae7 100644
--- a/apps/files_trashbin/l10n/it.php
+++ b/apps/files_trashbin/l10n/it.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Elimina definitivamente",
"Name" => "Nome",
"Deleted" => "Eliminati",
-"1 folder" => "1 cartella",
-"{count} folders" => "{count} cartelle",
-"1 file" => "1 file",
-"{count} files" => "{count} file",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "ripristinati",
"Nothing in here. Your trash bin is empty!" => "Qui non c'è niente. Il tuo cestino è vuoto.",
"Restore" => "Ripristina",
diff --git a/apps/files_trashbin/l10n/ja_JP.php b/apps/files_trashbin/l10n/ja_JP.php
index 40fc0ded83..2542684a06 100644
--- a/apps/files_trashbin/l10n/ja_JP.php
+++ b/apps/files_trashbin/l10n/ja_JP.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "完全に削除する",
"Name" => "名前",
"Deleted" => "削除済み",
-"1 folder" => "1 フォルダ",
-"{count} folders" => "{count} フォルダ",
-"1 file" => "1 ファイル",
-"{count} files" => "{count} ファイル",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "復元済",
"Nothing in here. Your trash bin is empty!" => "ここには何もありません。ゴミ箱は空です!",
"Restore" => "復元",
diff --git a/apps/files_trashbin/l10n/ka_GE.php b/apps/files_trashbin/l10n/ka_GE.php
index 6390613642..3b29642c62 100644
--- a/apps/files_trashbin/l10n/ka_GE.php
+++ b/apps/files_trashbin/l10n/ka_GE.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "სრულად წაშლა",
"Name" => "სახელი",
"Deleted" => "წაშლილი",
-"1 folder" => "1 საქაღალდე",
-"{count} folders" => "{count} საქაღალდე",
-"1 file" => "1 ფაილი",
-"{count} files" => "{count} ფაილი",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "აქ არაფერი არ არის. სანაგვე ყუთი ცარიელია!",
"Restore" => "აღდგენა",
"Delete" => "წაშლა",
diff --git a/apps/files_trashbin/l10n/ko.php b/apps/files_trashbin/l10n/ko.php
index 68845b5472..fc0a4ca2de 100644
--- a/apps/files_trashbin/l10n/ko.php
+++ b/apps/files_trashbin/l10n/ko.php
@@ -3,10 +3,8 @@ $TRANSLATIONS = array(
"Error" => "오류",
"Delete permanently" => "영원히 삭제",
"Name" => "이름",
-"1 folder" => "폴더 1개",
-"{count} folders" => "폴더 {count}개",
-"1 file" => "파일 1개",
-"{count} files" => "파일 {count}개",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Restore" => "복원",
"Delete" => "삭제"
);
diff --git a/apps/files_trashbin/l10n/ku_IQ.php b/apps/files_trashbin/l10n/ku_IQ.php
index c1962a4075..6c73695dc1 100644
--- a/apps/files_trashbin/l10n/ku_IQ.php
+++ b/apps/files_trashbin/l10n/ku_IQ.php
@@ -1,6 +1,8 @@
"ههڵه",
-"Name" => "ناو"
+"Name" => "ناو",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,)
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_trashbin/l10n/lb.php b/apps/files_trashbin/l10n/lb.php
index b434ae7217..08be3e20f1 100644
--- a/apps/files_trashbin/l10n/lb.php
+++ b/apps/files_trashbin/l10n/lb.php
@@ -2,6 +2,8 @@
$TRANSLATIONS = array(
"Error" => "Fehler",
"Name" => "Numm",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "Läschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_trashbin/l10n/lt_LT.php b/apps/files_trashbin/l10n/lt_LT.php
index 4fd43bd17b..197c9b250f 100644
--- a/apps/files_trashbin/l10n/lt_LT.php
+++ b/apps/files_trashbin/l10n/lt_LT.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Ištrinti negrįžtamai",
"Name" => "Pavadinimas",
"Deleted" => "Ištrinti",
-"1 folder" => "1 aplankalas",
-"{count} folders" => "{count} aplankalai",
-"1 file" => "1 failas",
-"{count} files" => "{count} failai",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Nieko nėra. Jūsų šiukšliadėžė tuščia!",
"Restore" => "Atstatyti",
"Delete" => "Ištrinti",
diff --git a/apps/files_trashbin/l10n/lv.php b/apps/files_trashbin/l10n/lv.php
index 5753162e29..a7c0bc326e 100644
--- a/apps/files_trashbin/l10n/lv.php
+++ b/apps/files_trashbin/l10n/lv.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Dzēst pavisam",
"Name" => "Nosaukums",
"Deleted" => "Dzēsts",
-"1 folder" => "1 mape",
-"{count} folders" => "{count} mapes",
-"1 file" => "1 datne",
-"{count} files" => "{count} datnes",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Šeit nekā nav. Jūsu miskaste ir tukša!",
"Restore" => "Atjaunot",
"Delete" => "Dzēst",
diff --git a/apps/files_trashbin/l10n/mk.php b/apps/files_trashbin/l10n/mk.php
index 078140039b..190445fe91 100644
--- a/apps/files_trashbin/l10n/mk.php
+++ b/apps/files_trashbin/l10n/mk.php
@@ -2,10 +2,8 @@
$TRANSLATIONS = array(
"Error" => "Грешка",
"Name" => "Име",
-"1 folder" => "1 папка",
-"{count} folders" => "{count} папки",
-"1 file" => "1 датотека",
-"{count} files" => "{count} датотеки",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "Избриши"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";
diff --git a/apps/files_trashbin/l10n/ms_MY.php b/apps/files_trashbin/l10n/ms_MY.php
index 1972eba031..9c70b4ae0a 100644
--- a/apps/files_trashbin/l10n/ms_MY.php
+++ b/apps/files_trashbin/l10n/ms_MY.php
@@ -2,6 +2,8 @@
$TRANSLATIONS = array(
"Error" => "Ralat",
"Name" => "Nama",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "Padam"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/apps/files_trashbin/l10n/nb_NO.php b/apps/files_trashbin/l10n/nb_NO.php
index e650904a41..ca81b33621 100644
--- a/apps/files_trashbin/l10n/nb_NO.php
+++ b/apps/files_trashbin/l10n/nb_NO.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Slett permanent",
"Name" => "Navn",
"Deleted" => "Slettet",
-"1 folder" => "1 mappe",
-"{count} folders" => "{count} mapper",
-"1 file" => "1 fil",
-"{count} files" => "{count} filer",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Ingenting her. Søppelkassen din er tom!",
"Restore" => "Gjenopprett",
"Delete" => "Slett",
diff --git a/apps/files_trashbin/l10n/nl.php b/apps/files_trashbin/l10n/nl.php
index 21b6d39378..2de36ece52 100644
--- a/apps/files_trashbin/l10n/nl.php
+++ b/apps/files_trashbin/l10n/nl.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Verwijder definitief",
"Name" => "Naam",
"Deleted" => "Verwijderd",
-"1 folder" => "1 map",
-"{count} folders" => "{count} mappen",
-"1 file" => "1 bestand",
-"{count} files" => "{count} bestanden",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "hersteld",
"Nothing in here. Your trash bin is empty!" => "Niets te vinden. Uw prullenbak is leeg!",
"Restore" => "Herstellen",
diff --git a/apps/files_trashbin/l10n/nn_NO.php b/apps/files_trashbin/l10n/nn_NO.php
index 3e1f9b819a..eb50b04ec4 100644
--- a/apps/files_trashbin/l10n/nn_NO.php
+++ b/apps/files_trashbin/l10n/nn_NO.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Slett for godt",
"Name" => "Namn",
"Deleted" => "Sletta",
-"1 folder" => "1 mappe",
-"{count} folders" => "{count} mapper",
-"1 file" => "1 fil",
-"{count} files" => "{count} filer",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Ingenting her. Papirkorga di er tom!",
"Restore" => "Gjenopprett",
"Delete" => "Slett",
diff --git a/apps/files_trashbin/l10n/oc.php b/apps/files_trashbin/l10n/oc.php
index b472683f08..656b688987 100644
--- a/apps/files_trashbin/l10n/oc.php
+++ b/apps/files_trashbin/l10n/oc.php
@@ -2,6 +2,8 @@
$TRANSLATIONS = array(
"Error" => "Error",
"Name" => "Nom",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "Escafa"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/apps/files_trashbin/l10n/pl.php b/apps/files_trashbin/l10n/pl.php
index d31a671eb5..000d6b6938 100644
--- a/apps/files_trashbin/l10n/pl.php
+++ b/apps/files_trashbin/l10n/pl.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Trwale usuń",
"Name" => "Nazwa",
"Deleted" => "Usunięte",
-"1 folder" => "1 folder",
-"{count} folders" => "Ilość folderów: {count}",
-"1 file" => "1 plik",
-"{count} files" => "Ilość plików: {count}",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "przywrócony",
"Nothing in here. Your trash bin is empty!" => "Nic tu nie ma. Twój kosz jest pusty!",
"Restore" => "Przywróć",
diff --git a/apps/files_trashbin/l10n/pt_BR.php b/apps/files_trashbin/l10n/pt_BR.php
index 26eea51b81..b1137672e5 100644
--- a/apps/files_trashbin/l10n/pt_BR.php
+++ b/apps/files_trashbin/l10n/pt_BR.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Excluir permanentemente",
"Name" => "Nome",
"Deleted" => "Excluído",
-"1 folder" => "1 pasta",
-"{count} folders" => "{count} pastas",
-"1 file" => "1 arquivo",
-"{count} files" => "{count} arquivos",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "restaurado",
"Nothing in here. Your trash bin is empty!" => "Nada aqui. Sua lixeira está vazia!",
"Restore" => "Restaurar",
diff --git a/apps/files_trashbin/l10n/pt_PT.php b/apps/files_trashbin/l10n/pt_PT.php
index 15213892d2..7fae262801 100644
--- a/apps/files_trashbin/l10n/pt_PT.php
+++ b/apps/files_trashbin/l10n/pt_PT.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Eliminar permanentemente",
"Name" => "Nome",
"Deleted" => "Apagado",
-"1 folder" => "1 pasta",
-"{count} folders" => "{count} pastas",
-"1 file" => "1 ficheiro",
-"{count} files" => "{count} ficheiros",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "Restaurado",
"Nothing in here. Your trash bin is empty!" => "Não hà ficheiros. O lixo está vazio!",
"Restore" => "Restaurar",
diff --git a/apps/files_trashbin/l10n/ro.php b/apps/files_trashbin/l10n/ro.php
index 3c38f16b39..cb47682f32 100644
--- a/apps/files_trashbin/l10n/ro.php
+++ b/apps/files_trashbin/l10n/ro.php
@@ -3,10 +3,8 @@ $TRANSLATIONS = array(
"Error" => "Eroare",
"Delete permanently" => "Stergere permanenta",
"Name" => "Nume",
-"1 folder" => "1 folder",
-"{count} folders" => "{count} foldare",
-"1 file" => "1 fisier",
-"{count} files" => "{count} fisiere",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "Șterge"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";
diff --git a/apps/files_trashbin/l10n/ru.php b/apps/files_trashbin/l10n/ru.php
index d883115281..c76659b232 100644
--- a/apps/files_trashbin/l10n/ru.php
+++ b/apps/files_trashbin/l10n/ru.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Удалено навсегда",
"Name" => "Имя",
"Deleted" => "Удалён",
-"1 folder" => "1 папка",
-"{count} folders" => "{count} папок",
-"1 file" => "1 файл",
-"{count} files" => "{count} файлов",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "восстановлен",
"Nothing in here. Your trash bin is empty!" => "Здесь ничего нет. Ваша корзина пуста!",
"Restore" => "Восстановить",
diff --git a/apps/files_trashbin/l10n/si_LK.php b/apps/files_trashbin/l10n/si_LK.php
index 9de1c00989..54700566f3 100644
--- a/apps/files_trashbin/l10n/si_LK.php
+++ b/apps/files_trashbin/l10n/si_LK.php
@@ -2,8 +2,8 @@
$TRANSLATIONS = array(
"Error" => "දෝෂයක්",
"Name" => "නම",
-"1 folder" => "1 ෆොල්ඩරයක්",
-"1 file" => "1 ගොනුවක්",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "මකා දමන්න"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_trashbin/l10n/sk_SK.php b/apps/files_trashbin/l10n/sk_SK.php
index 552a69f4fc..727d900b9c 100644
--- a/apps/files_trashbin/l10n/sk_SK.php
+++ b/apps/files_trashbin/l10n/sk_SK.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Zmazať trvalo",
"Name" => "Názov",
"Deleted" => "Zmazané",
-"1 folder" => "1 priečinok",
-"{count} folders" => "{count} priečinkov",
-"1 file" => "1 súbor",
-"{count} files" => "{count} súborov",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "obnovené",
"Nothing in here. Your trash bin is empty!" => "Žiadny obsah. Kôš je prázdny!",
"Restore" => "Obnoviť",
diff --git a/apps/files_trashbin/l10n/sl.php b/apps/files_trashbin/l10n/sl.php
index 4140bb8d59..4a44e144de 100644
--- a/apps/files_trashbin/l10n/sl.php
+++ b/apps/files_trashbin/l10n/sl.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Izbriši dokončno",
"Name" => "Ime",
"Deleted" => "Izbrisano",
-"1 folder" => "1 mapa",
-"{count} folders" => "{count} map",
-"1 file" => "1 datoteka",
-"{count} files" => "{count} datotek",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Mapa smeti je prazna.",
"Restore" => "Obnovi",
"Delete" => "Izbriši",
diff --git a/apps/files_trashbin/l10n/sq.php b/apps/files_trashbin/l10n/sq.php
index a0dae065b7..c5fb62e84f 100644
--- a/apps/files_trashbin/l10n/sq.php
+++ b/apps/files_trashbin/l10n/sq.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Elimino përfundimisht",
"Name" => "Emri",
"Deleted" => "Eliminuar",
-"1 folder" => "1 dosje",
-"{count} folders" => "{count} dosje",
-"1 file" => "1 skedar",
-"{count} files" => "{count} skedarë",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Këtu nuk ka asgjë. Koshi juaj është bosh!",
"Restore" => "Rivendos",
"Delete" => "Elimino",
diff --git a/apps/files_trashbin/l10n/sr.php b/apps/files_trashbin/l10n/sr.php
index 8302df5f26..97c9f78dc1 100644
--- a/apps/files_trashbin/l10n/sr.php
+++ b/apps/files_trashbin/l10n/sr.php
@@ -5,10 +5,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Обриши за стално",
"Name" => "Име",
"Deleted" => "Обрисано",
-"1 folder" => "1 фасцикла",
-"{count} folders" => "{count} фасцикле/и",
-"1 file" => "1 датотека",
-"{count} files" => "{count} датотеке/а",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Овде нема ништа. Корпа за отпатке је празна.",
"Restore" => "Врати",
"Delete" => "Обриши"
diff --git a/apps/files_trashbin/l10n/sr@latin.php b/apps/files_trashbin/l10n/sr@latin.php
index 0511d9f609..bd1a26abf6 100644
--- a/apps/files_trashbin/l10n/sr@latin.php
+++ b/apps/files_trashbin/l10n/sr@latin.php
@@ -1,6 +1,8 @@
"Ime",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "Obriši"
);
$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/apps/files_trashbin/l10n/sv.php b/apps/files_trashbin/l10n/sv.php
index 9eb83734b4..c8f79dbdb6 100644
--- a/apps/files_trashbin/l10n/sv.php
+++ b/apps/files_trashbin/l10n/sv.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Radera permanent",
"Name" => "Namn",
"Deleted" => "Raderad",
-"1 folder" => "1 mapp",
-"{count} folders" => "{count} mappar",
-"1 file" => "1 fil",
-"{count} files" => "{count} filer",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "återställd",
"Nothing in here. Your trash bin is empty!" => "Ingenting här. Din papperskorg är tom!",
"Restore" => "Återskapa",
diff --git a/apps/files_trashbin/l10n/ta_LK.php b/apps/files_trashbin/l10n/ta_LK.php
index 35253900b1..12e9e66af5 100644
--- a/apps/files_trashbin/l10n/ta_LK.php
+++ b/apps/files_trashbin/l10n/ta_LK.php
@@ -2,10 +2,8 @@
$TRANSLATIONS = array(
"Error" => "வழு",
"Name" => "பெயர்",
-"1 folder" => "1 கோப்புறை",
-"{count} folders" => "{எண்ணிக்கை} கோப்புறைகள்",
-"1 file" => "1 கோப்பு",
-"{count} files" => "{எண்ணிக்கை} கோப்புகள்",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "நீக்குக"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_trashbin/l10n/te.php b/apps/files_trashbin/l10n/te.php
index f89a9fda5f..6fdbc7320b 100644
--- a/apps/files_trashbin/l10n/te.php
+++ b/apps/files_trashbin/l10n/te.php
@@ -3,6 +3,8 @@ $TRANSLATIONS = array(
"Error" => "పొరపాటు",
"Delete permanently" => "శాశ్వతంగా తొలగించు",
"Name" => "పేరు",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "తొలగించు"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_trashbin/l10n/th_TH.php b/apps/files_trashbin/l10n/th_TH.php
index dc49155b9b..a1e397bbe5 100644
--- a/apps/files_trashbin/l10n/th_TH.php
+++ b/apps/files_trashbin/l10n/th_TH.php
@@ -4,10 +4,8 @@ $TRANSLATIONS = array(
"Error" => "ข้อผิดพลาด",
"Name" => "ชื่อ",
"Deleted" => "ลบแล้ว",
-"1 folder" => "1 โฟลเดอร์",
-"{count} folders" => "{count} โฟลเดอร์",
-"1 file" => "1 ไฟล์",
-"{count} files" => "{count} ไฟล์",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "ไม่มีอะไรอยู่ในนี้ ถังขยะของคุณยังว่างอยู่",
"Restore" => "คืนค่า",
"Delete" => "ลบ",
diff --git a/apps/files_trashbin/l10n/tr.php b/apps/files_trashbin/l10n/tr.php
index df1b692af5..dec1b35a79 100644
--- a/apps/files_trashbin/l10n/tr.php
+++ b/apps/files_trashbin/l10n/tr.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Kalıcı olarak sil",
"Name" => "İsim",
"Deleted" => "Silindi",
-"1 folder" => "1 dizin",
-"{count} folders" => "{count} dizin",
-"1 file" => "1 dosya",
-"{count} files" => "{count} dosya",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Burası boş. Çöp kutun tamamen boş.",
"Restore" => "Geri yükle",
"Delete" => "Sil",
diff --git a/apps/files_trashbin/l10n/ug.php b/apps/files_trashbin/l10n/ug.php
index 6546668597..6ac41cea50 100644
--- a/apps/files_trashbin/l10n/ug.php
+++ b/apps/files_trashbin/l10n/ug.php
@@ -4,9 +4,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "مەڭگۈلۈك ئۆچۈر",
"Name" => "ئاتى",
"Deleted" => "ئۆچۈرۈلدى",
-"1 folder" => "1 قىسقۇچ",
-"1 file" => "1 ھۆججەت",
-"{count} files" => "{count} ھۆججەت",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "بۇ جايدا ھېچنېمە يوق. Your trash bin is empty!",
"Delete" => "ئۆچۈر"
);
diff --git a/apps/files_trashbin/l10n/uk.php b/apps/files_trashbin/l10n/uk.php
index 93e9b6aa7b..2b07b7ecfe 100644
--- a/apps/files_trashbin/l10n/uk.php
+++ b/apps/files_trashbin/l10n/uk.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Видалити назавжди",
"Name" => "Ім'я",
"Deleted" => "Видалено",
-"1 folder" => "1 папка",
-"{count} folders" => "{count} папок",
-"1 file" => "1 файл",
-"{count} files" => "{count} файлів",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"restored" => "відновлено",
"Nothing in here. Your trash bin is empty!" => "Нічого немає. Ваший кошик для сміття пустий!",
"Restore" => "Відновити",
diff --git a/apps/files_trashbin/l10n/ur_PK.php b/apps/files_trashbin/l10n/ur_PK.php
index 49c82f5387..63e0e39bba 100644
--- a/apps/files_trashbin/l10n/ur_PK.php
+++ b/apps/files_trashbin/l10n/ur_PK.php
@@ -1,5 +1,7 @@
"ایرر"
+"Error" => "ایرر",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,)
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_trashbin/l10n/vi.php b/apps/files_trashbin/l10n/vi.php
index 5e16a8392d..e83a273a90 100644
--- a/apps/files_trashbin/l10n/vi.php
+++ b/apps/files_trashbin/l10n/vi.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "Xóa vĩnh vễn",
"Name" => "Tên",
"Deleted" => "Đã xóa",
-"1 folder" => "1 thư mục",
-"{count} folders" => "{count} thư mục",
-"1 file" => "1 tập tin",
-"{count} files" => "{count} tập tin",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "Không có gì ở đây. Thùng rác của bạn rỗng!",
"Restore" => "Khôi phục",
"Delete" => "Xóa",
diff --git a/apps/files_trashbin/l10n/zh_CN.GB2312.php b/apps/files_trashbin/l10n/zh_CN.GB2312.php
index 768a9616d7..ea97c168f1 100644
--- a/apps/files_trashbin/l10n/zh_CN.GB2312.php
+++ b/apps/files_trashbin/l10n/zh_CN.GB2312.php
@@ -3,10 +3,8 @@ $TRANSLATIONS = array(
"Error" => "出错",
"Delete permanently" => "永久删除",
"Name" => "名称",
-"1 folder" => "1 个文件夹",
-"{count} folders" => "{count} 个文件夹",
-"1 file" => "1 个文件",
-"{count} files" => "{count} 个文件",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "删除"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/apps/files_trashbin/l10n/zh_CN.php b/apps/files_trashbin/l10n/zh_CN.php
index c149c6c966..9e262d5cb8 100644
--- a/apps/files_trashbin/l10n/zh_CN.php
+++ b/apps/files_trashbin/l10n/zh_CN.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "永久删除",
"Name" => "名称",
"Deleted" => "已删除",
-"1 folder" => "1个文件夹",
-"{count} folders" => "{count} 个文件夹",
-"1 file" => "1 个文件",
-"{count} files" => "{count} 个文件",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "这里没有东西. 你的回收站是空的!",
"Restore" => "恢复",
"Delete" => "删除",
diff --git a/apps/files_trashbin/l10n/zh_HK.php b/apps/files_trashbin/l10n/zh_HK.php
index 6b9f650687..a8741a4182 100644
--- a/apps/files_trashbin/l10n/zh_HK.php
+++ b/apps/files_trashbin/l10n/zh_HK.php
@@ -2,7 +2,8 @@
$TRANSLATIONS = array(
"Error" => "錯誤",
"Name" => "名稱",
-"{count} folders" => "{}文件夾",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Delete" => "刪除"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/apps/files_trashbin/l10n/zh_TW.php b/apps/files_trashbin/l10n/zh_TW.php
index 39fe4ce988..d6c54614c2 100644
--- a/apps/files_trashbin/l10n/zh_TW.php
+++ b/apps/files_trashbin/l10n/zh_TW.php
@@ -8,10 +8,8 @@ $TRANSLATIONS = array(
"Delete permanently" => "永久刪除",
"Name" => "名稱",
"Deleted" => "已刪除",
-"1 folder" => "1 個資料夾",
-"{count} folders" => "{count} 個資料夾",
-"1 file" => "1 個檔案",
-"{count} files" => "{count} 個檔案",
+"_%n folder_::_%n folders_" => array(,),
+"_%n file_::_%n files_" => array(,),
"Nothing in here. Your trash bin is empty!" => "您的垃圾桶是空的!",
"Restore" => "復原",
"Delete" => "刪除",
diff --git a/core/l10n/af_ZA.php b/core/l10n/af_ZA.php
index ab94e94611..17058ba0bf 100644
--- a/core/l10n/af_ZA.php
+++ b/core/l10n/af_ZA.php
@@ -1,6 +1,10 @@
"Instellings",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
"Password" => "Wagwoord",
"Use the following link to reset your password: {link}" => "Gebruik die volgende skakel om jou wagwoord te herstel: {link}",
"You will receive a link to reset your password via Email." => "Jy sal `n skakel via e-pos ontvang om jou wagwoord te herstel.",
diff --git a/core/l10n/ar.php b/core/l10n/ar.php
index 0f84d5da76..194aac3c2b 100644
--- a/core/l10n/ar.php
+++ b/core/l10n/ar.php
@@ -29,15 +29,13 @@ $TRANSLATIONS = array(
"December" => "كانون الاول",
"Settings" => "إعدادات",
"seconds ago" => "منذ ثواني",
-"1 minute ago" => "منذ دقيقة",
-"{minutes} minutes ago" => "{minutes} منذ دقائق",
-"1 hour ago" => "قبل ساعة مضت",
-"{hours} hours ago" => "{hours} ساعة مضت",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "اليوم",
"yesterday" => "يوم أمس",
-"{days} days ago" => "{days} يوم سابق",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "الشهر الماضي",
-"{months} months ago" => "{months} شهر مضت",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "شهر مضى",
"last year" => "السنةالماضية",
"years ago" => "سنة مضت",
@@ -83,7 +81,6 @@ $TRANSLATIONS = array(
"Email sent" => "تم ارسال البريد الالكتروني",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "حصل خطأ في عملية التحديث, يرجى ارسال تقرير بهذه المشكلة الى ownCloud community.",
"The update was successful. Redirecting you to ownCloud now." => "تم التحديث بنجاح , يتم اعادة توجيهك الان الى Owncloud",
-"ownCloud password reset" => "إعادة تعيين كلمة سر ownCloud",
"Use the following link to reset your password: {link}" => "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}",
"You will receive a link to reset your password via Email." => "سوف نرسل لك بريد يحتوي على وصلة لتجديد كلمة السر.",
"Username" => "إسم المستخدم",
diff --git a/core/l10n/be.php b/core/l10n/be.php
index fa6f4e0404..fcc2608fe5 100644
--- a/core/l10n/be.php
+++ b/core/l10n/be.php
@@ -1,5 +1,9 @@
array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
"Advanced" => "Дасведчаны",
"Finish setup" => "Завяршыць ўстаноўку.",
"prev" => "Папярэдняя",
diff --git a/core/l10n/bg_BG.php b/core/l10n/bg_BG.php
index 57eccb1613..c812763398 100644
--- a/core/l10n/bg_BG.php
+++ b/core/l10n/bg_BG.php
@@ -22,11 +22,13 @@ $TRANSLATIONS = array(
"December" => "Декември",
"Settings" => "Настройки",
"seconds ago" => "преди секунди",
-"1 minute ago" => "преди 1 минута",
-"1 hour ago" => "преди 1 час",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "днес",
"yesterday" => "вчера",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "последният месец",
+"_%n month ago_::_%n months ago_" => array(,),
"last year" => "последната година",
"years ago" => "последните години",
"Cancel" => "Отказ",
diff --git a/core/l10n/bn_BD.php b/core/l10n/bn_BD.php
index eeb141474a..72a69fe8e6 100644
--- a/core/l10n/bn_BD.php
+++ b/core/l10n/bn_BD.php
@@ -28,15 +28,13 @@ $TRANSLATIONS = array(
"December" => "ডিসেম্বর",
"Settings" => "নিয়ামকসমূহ",
"seconds ago" => "সেকেন্ড পূর্বে",
-"1 minute ago" => "১ মিনিট পূর্বে",
-"{minutes} minutes ago" => "{minutes} মিনিট পূর্বে",
-"1 hour ago" => "1 ঘন্টা পূর্বে",
-"{hours} hours ago" => "{hours} ঘন্টা পূর্বে",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "আজ",
"yesterday" => "গতকাল",
-"{days} days ago" => "{days} দিন পূর্বে",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "গত মাস",
-"{months} months ago" => "{months} মাস পূর্বে",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "মাস পূর্বে",
"last year" => "গত বছর",
"years ago" => "বছর পূর্বে",
@@ -80,7 +78,6 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ করতে সমস্যা দেখা দিয়েছে",
"Sending ..." => "পাঠানো হচ্ছে......",
"Email sent" => "ই-মেইল পাঠানো হয়েছে",
-"ownCloud password reset" => "ownCloud কূটশব্দ পূনঃনির্ধারণ",
"Use the following link to reset your password: {link}" => "আপনার কূটশব্দটি পূনঃনির্ধারণ করার জন্য নিম্নোক্ত লিংকটি ব্যবহার করুনঃ {link}",
"You will receive a link to reset your password via Email." => "কূটশব্দ পূনঃনির্ধারণের জন্য একটি টূনঃনির্ধারণ লিংকটি আপনাকে ই-মেইলে পাঠানো হয়েছে ।",
"Username" => "ব্যবহারকারী",
diff --git a/core/l10n/bs.php b/core/l10n/bs.php
index 4cb1978faf..624a8b7e16 100644
--- a/core/l10n/bs.php
+++ b/core/l10n/bs.php
@@ -1,5 +1,9 @@
array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
"Share" => "Podijeli",
"Add" => "Dodaj"
);
diff --git a/core/l10n/ca.php b/core/l10n/ca.php
index acf32c7dc0..5c6ca8d2f8 100644
--- a/core/l10n/ca.php
+++ b/core/l10n/ca.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Desembre",
"Settings" => "Configuració",
"seconds ago" => "segons enrere",
-"1 minute ago" => "fa 1 minut",
-"{minutes} minutes ago" => "fa {minutes} minuts",
-"1 hour ago" => "fa 1 hora",
-"{hours} hours ago" => "fa {hours} hores",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "avui",
"yesterday" => "ahir",
-"{days} days ago" => "fa {days} dies",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "el mes passat",
-"{months} months ago" => "fa {months} mesos",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "mesos enrere",
"last year" => "l'any passat",
"years ago" => "anys enrere",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "El correu electrónic s'ha enviat",
"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.",
-"ownCloud password reset" => "estableix de nou la contrasenya Owncloud",
"Use the following link to reset your password: {link}" => "Useu l'enllaç següent per restablir la contrasenya: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "L'enllaç per reiniciar la vostra contrasenya s'ha enviat al vostre correu.
Si no el rebeu en un temps raonable comproveu les carpetes de spam.
Si no és allà, pregunteu a l'administrador local.",
"Request failed!
Did you make sure your email/username was right?" => "La petició ha fallat!
Esteu segur que el correu/nom d'usuari és correcte?",
diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php
index 126de8858c..c62cc1f126 100644
--- a/core/l10n/cs_CZ.php
+++ b/core/l10n/cs_CZ.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Prosinec",
"Settings" => "Nastavení",
"seconds ago" => "před pár vteřinami",
-"1 minute ago" => "před minutou",
-"{minutes} minutes ago" => "před {minutes} minutami",
-"1 hour ago" => "před hodinou",
-"{hours} hours ago" => "před {hours} hodinami",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "dnes",
"yesterday" => "včera",
-"{days} days ago" => "před {days} dny",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "minulý měsíc",
-"{months} months ago" => "před {months} měsíci",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "před měsíci",
"last year" => "minulý rok",
"years ago" => "před lety",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "E-mail odeslá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.",
-"ownCloud password reset" => "Obnovení hesla pro ownCloud",
"Use the following link to reset your password: {link}" => "Heslo obnovíte použitím následujícího odkazu: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Odkaz na obnovení hesla byl odeslán na vaši e-mailovou adresu.
Pokud jej v krátké době neobdržíte, zkontrolujte váš koš a složku spam.
Pokud jej nenaleznete, kontaktujte svého správce.",
"Request failed!
Did you make sure your email/username was right?" => "Požadavek selhal!
Ujistili jste se, že vaše uživatelské jméno a e-mail jsou správně?",
@@ -129,6 +126,7 @@ $TRANSLATIONS = array(
"Finish setup" => "Dokončit nastavení",
"%s is available. Get more information on how to update." => "%s je dostupná. Získejte více informací k postupu aktualizace.",
"Log out" => "Odhlásit se",
+"More apps" => "Více aplikací",
"Automatic logon rejected!" => "Automatické přihlášení odmítnuto!",
"If you did not change your password recently, your account may be compromised!" => "Pokud jste v nedávné době neměnili své heslo, Váš účet může být kompromitován!",
"Please change your password to secure your account again." => "Změňte, prosím, své heslo pro opětovné zabezpečení Vašeho účtu.",
diff --git a/core/l10n/cy_GB.php b/core/l10n/cy_GB.php
index 4b20c05167..30c8b5aba6 100644
--- a/core/l10n/cy_GB.php
+++ b/core/l10n/cy_GB.php
@@ -29,15 +29,13 @@ $TRANSLATIONS = array(
"December" => "Rhagfyr",
"Settings" => "Gosodiadau",
"seconds ago" => "eiliad yn ôl",
-"1 minute ago" => "1 munud yn ôl",
-"{minutes} minutes ago" => "{minutes} munud yn ôl",
-"1 hour ago" => "1 awr yn ôl",
-"{hours} hours ago" => "{hours} awr yn ôl",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "heddiw",
"yesterday" => "ddoe",
-"{days} days ago" => "{days} diwrnod yn ôl",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "mis diwethaf",
-"{months} months ago" => "{months} mis yn ôl",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "misoedd yn ôl",
"last year" => "y llynedd",
"years ago" => "blwyddyn yn ôl",
@@ -83,7 +81,6 @@ $TRANSLATIONS = array(
"Email sent" => "Anfonwyd yr e-bost",
"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.",
-"ownCloud password reset" => "ailosod cyfrinair ownCloud",
"Use the following link to reset your password: {link}" => "Defnyddiwch y ddolen hon i ailosod eich cyfrinair: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Anfonwyd y ddolen i ailosod eich cyfrinair i'ch cyfeiriad ebost.
Os nad yw'n cyrraedd o fewn amser rhesymol gwiriwch eich plygell spam/sothach.
Os nad yw yno, cysylltwch â'ch gweinyddwr lleol.",
"Request failed!
Did you make sure your email/username was right?" => "Methodd y cais!
Gwiriwch eich enw defnyddiwr ac ebost.",
diff --git a/core/l10n/da.php b/core/l10n/da.php
index ed5a0b67a9..2ca23b785c 100644
--- a/core/l10n/da.php
+++ b/core/l10n/da.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "December",
"Settings" => "Indstillinger",
"seconds ago" => "sekunder siden",
-"1 minute ago" => "1 minut siden",
-"{minutes} minutes ago" => "{minutes} minutter siden",
-"1 hour ago" => "1 time siden",
-"{hours} hours ago" => "{hours} timer siden",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "i dag",
"yesterday" => "i går",
-"{days} days ago" => "{days} dage siden",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "sidste måned",
-"{months} months ago" => "{months} måneder siden",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "måneder siden",
"last year" => "sidste år",
"years ago" => "år siden",
@@ -86,12 +84,12 @@ $TRANSLATIONS = array(
"Email sent" => "E-mail afsendt",
"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.",
-"ownCloud password reset" => "Nulstil ownCloud kodeord",
"Use the following link to reset your password: {link}" => "Anvend følgende link til at nulstille din adgangskode: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Linket til at nulstille dit kodeord er blevet sendt til din e-post.
Hvis du ikke modtager den inden for en rimelig tid, så tjek dine spam / junk mapper.
Hvis det ikke er der, så spørg din lokale administrator.",
"Request failed!
Did you make sure your email/username was right?" => "Anmodning mislykkedes!
Er du sikker på at din e-post / brugernavn var korrekt?",
"You will receive a link to reset your password via Email." => "Du vil modtage et link til at nulstille dit kodeord via email.",
"Username" => "Brugernavn",
+"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Dine filer er krypterede. Hvis du ikke har aktiveret gendannelsesnøglen kan du ikke få dine data tilbage efter at du har ændret adgangskode. HVis du ikke er sikker på, hvad du skal gøre så kontakt din administrator før du fortsætter. Vil du fortsætte?",
"Yes, I really want to reset my password now" => "Ja, Jeg ønsker virkelig at nulstille mit kodeord",
"Request reset" => "Anmod om nulstilling",
"Your password was reset" => "Dit kodeord blev nulstillet",
@@ -105,6 +103,7 @@ $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",
@@ -113,6 +112,7 @@ $TRANSLATIONS = array(
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Ingen sikker tilfældighedsgenerator til tal er tilgængelig. Aktiver venligst OpenSSL udvidelsen.",
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Uden en sikker tilfældighedsgenerator til tal kan en angriber måske gætte dit gendan kodeord og overtage din konto",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Dine data mappe og filer er sandsynligvis tilgængelige fra internettet fordi .htaccess filen ikke virker.",
+"For information how to properly configure your server, please see the documentation." => "For information om, hvordan du konfigurerer din server korrekt se dokumentationen.",
"Create an admin account" => "Opret en administratorkonto",
"Advanced" => "Avanceret",
"Data folder" => "Datamappe",
@@ -126,6 +126,7 @@ $TRANSLATIONS = array(
"Finish setup" => "Afslut opsætning",
"%s is available. Get more information on how to update." => "%s er tilgængelig. Få mere information om, hvordan du opdaterer.",
"Log out" => "Log ud",
+"More apps" => "Flere programmer",
"Automatic logon rejected!" => "Automatisk login afvist!",
"If you did not change your password recently, your account may be compromised!" => "Hvis du ikke har ændret din adgangskode for nylig, har nogen muligvis tiltvunget sig adgang til din konto!",
"Please change your password to secure your account again." => "Skift adgangskode for at sikre din konto igen.",
@@ -133,6 +134,7 @@ $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",
"prev" => "forrige",
"next" => "næste",
"Updating ownCloud to version %s, this may take a while." => "Opdatere Owncloud til version %s, dette kan tage et stykke tid."
diff --git a/core/l10n/de.php b/core/l10n/de.php
index 15847370f9..9ec4044b87 100644
--- a/core/l10n/de.php
+++ b/core/l10n/de.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Dezember",
"Settings" => "Einstellungen",
"seconds ago" => "Gerade eben",
-"1 minute ago" => "vor einer Minute",
-"{minutes} minutes ago" => "Vor {minutes} Minuten",
-"1 hour ago" => "Vor einer Stunde",
-"{hours} hours ago" => "Vor {hours} Stunden",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "Heute",
"yesterday" => "Gestern",
-"{days} days ago" => "Vor {days} Tag(en)",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "Letzten Monat",
-"{months} months ago" => "Vor {months} Monaten",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "Vor Monaten",
"last year" => "Letztes Jahr",
"years ago" => "Vor Jahren",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "E-Mail wurde verschickt",
"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.",
-"ownCloud password reset" => "ownCloud-Passwort zurücksetzen",
"Use the following link to reset your password: {link}" => "Nutze den nachfolgenden Link, um Dein Passwort zurückzusetzen: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Der Link zum Rücksetzen Deines Passwort ist an Deine E-Mail-Adresse geschickt worden.
Wenn Du ihn nicht innerhalb einer vernünftigen Zeit empfängst, prüfe Deine Spam-Verzeichnisse.
Wenn er nicht dort ist, frage Deinen lokalen Administrator.",
"Request failed!
Did you make sure your email/username was right?" => "Anfrage fehlgeschlagen!
Hast Du darauf geachtet, dass Deine E-Mail/Dein Benutzername korrekt war?",
@@ -129,7 +126,7 @@ $TRANSLATIONS = array(
"Finish setup" => "Installation 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",
-"More apps" => "Weitere Anwendungen",
+"More apps" => "Mehr Apps",
"Automatic logon rejected!" => "Automatischer Login zurückgewiesen!",
"If you did not change your password recently, your account may be compromised!" => "Wenn Du Dein Passwort nicht vor kurzem geändert hast, könnte Dein\nAccount kompromittiert sein!",
"Please change your password to secure your account again." => "Bitte ändere Dein Passwort, um Deinen Account wieder zu schützen.",
diff --git a/core/l10n/de_AT.php b/core/l10n/de_AT.php
new file mode 100644
index 0000000000..9f5278e879
--- /dev/null
+++ b/core/l10n/de_AT.php
@@ -0,0 +1,9 @@
+ array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
+"More apps" => "Mehr Apps"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/de_CH.php b/core/l10n/de_CH.php
index a6061a2b1e..9eae0de307 100644
--- a/core/l10n/de_CH.php
+++ b/core/l10n/de_CH.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Dezember",
"Settings" => "Einstellungen",
"seconds ago" => "Gerade eben",
-"1 minute ago" => "Vor 1 Minute",
-"{minutes} minutes ago" => "Vor {minutes} Minuten",
-"1 hour ago" => "Vor einer Stunde",
-"{hours} hours ago" => "Vor {hours} Stunden",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "Heute",
"yesterday" => "Gestern",
-"{days} days ago" => "Vor {days} Tag(en)",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "Letzten Monat",
-"{months} months ago" => "Vor {months} Monaten",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "Vor Monaten",
"last year" => "Letztes Jahr",
"years ago" => "Vor Jahren",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Email gesendet",
"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.",
-"ownCloud password reset" => "ownCloud-Passwort zurücksetzen",
"Use the following link to reset your password: {link}" => "Nutzen Sie den nachfolgenden Link, um Ihr Passwort zurückzusetzen: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Der Link zum Rücksetzen Ihres Passworts ist an Ihre E-Mail-Adresse gesendet worde.
Wenn Sie ihn nicht innerhalb einer vernünftigen Zeitspanne erhalten, prüfen Sie bitte Ihre Spam-Verzeichnisse.
Wenn er nicht dort ist, fragen Sie Ihren lokalen Administrator.",
"Request failed!
Did you make sure your email/username was right?" => "Anfrage fehlgeschlagen!
Haben Sie darauf geachtet, dass E-Mail-Adresse/Nutzername korrekt waren?",
@@ -129,6 +126,7 @@ $TRANSLATIONS = array(
"Finish setup" => "Installation abschliessen",
"%s is available. Get more information on how to update." => "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.",
"Log out" => "Abmelden",
+"More apps" => "Mehr Apps",
"Automatic logon rejected!" => "Automatische Anmeldung verweigert!",
"If you did not change your password recently, your account may be compromised!" => "Wenn Sie Ihr Passwort nicht vor kurzem geändert haben, könnte Ihr\nAccount kompromittiert sein!",
"Please change your password to secure your account again." => "Bitte ändern Sie Ihr Passwort, um Ihr Konto wieder zu sichern.",
diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php
index e019bf4e8f..1b7397f26a 100644
--- a/core/l10n/de_DE.php
+++ b/core/l10n/de_DE.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Dezember",
"Settings" => "Einstellungen",
"seconds ago" => "Gerade eben",
-"1 minute ago" => "Vor 1 Minute",
-"{minutes} minutes ago" => "Vor {minutes} Minuten",
-"1 hour ago" => "Vor einer Stunde",
-"{hours} hours ago" => "Vor {hours} Stunden",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "Heute",
"yesterday" => "Gestern",
-"{days} days ago" => "Vor {days} Tag(en)",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "Letzten Monat",
-"{months} months ago" => "Vor {months} Monaten",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "Vor Monaten",
"last year" => "Letztes Jahr",
"years ago" => "Vor Jahren",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Email gesendet",
"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.",
-"ownCloud password reset" => "ownCloud-Passwort zurücksetzen",
"Use the following link to reset your password: {link}" => "Nutzen Sie den nachfolgenden Link, um Ihr Passwort zurückzusetzen: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Der Link zum Rücksetzen Ihres Passworts ist an Ihre E-Mail-Adresse gesendet worde.
Wenn Sie ihn nicht innerhalb einer vernünftigen Zeitspanne erhalten, prüfen Sie bitte Ihre Spam-Verzeichnisse.
Wenn er nicht dort ist, fragen Sie Ihren lokalen Administrator.",
"Request failed!
Did you make sure your email/username was right?" => "Anfrage fehlgeschlagen!
Haben Sie darauf geachtet, dass E-Mail-Adresse/Nutzername korrekt waren?",
@@ -129,7 +126,7 @@ $TRANSLATIONS = array(
"Finish setup" => "Installation 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",
-"More apps" => "Weitere Anwendungen",
+"More apps" => "Mehr Apps",
"Automatic logon rejected!" => "Automatische Anmeldung verweigert!",
"If you did not change your password recently, your account may be compromised!" => "Wenn Sie Ihr Passwort nicht vor kurzem geändert haben, könnte Ihr\nAccount kompromittiert sein!",
"Please change your password to secure your account again." => "Bitte ändern Sie Ihr Passwort, um Ihr Konto wieder zu sichern.",
diff --git a/core/l10n/el.php b/core/l10n/el.php
index 71b4fd2217..11abe93d3e 100644
--- a/core/l10n/el.php
+++ b/core/l10n/el.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Δεκέμβριος",
"Settings" => "Ρυθμίσεις",
"seconds ago" => "δευτερόλεπτα πριν",
-"1 minute ago" => "1 λεπτό πριν",
-"{minutes} minutes ago" => "{minutes} λεπτά πριν",
-"1 hour ago" => "1 ώρα πριν",
-"{hours} hours ago" => "{hours} ώρες πριν",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "σήμερα",
"yesterday" => "χτες",
-"{days} days ago" => "{days} ημέρες πριν",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "τελευταίο μήνα",
-"{months} months ago" => "{months} μήνες πριν",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "μήνες πριν",
"last year" => "τελευταίο χρόνο",
"years ago" => "χρόνια πριν",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Το Email απεστάλη ",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Η ενημέρωση ήταν ανεπιτυχής. Παρακαλώ στείλτε αναφορά στην κοινότητα ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "Η ενημέρωση ήταν επιτυχής. Μετάβαση στο ownCloud.",
-"ownCloud password reset" => "Επαναφορά συνθηματικού ownCloud",
"Use the following link to reset your password: {link}" => "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επανεκδόσετε τον κωδικό: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Ο σύνδεσμος για να επανακτήσετε τον κωδικό σας έχει σταλεί στο email
αν δεν το λάβετε μέσα σε ορισμένο διάστημα, ελέγξετε τους φακελλους σας spam/junk
αν δεν είναι εκεί ρωτήστε τον τοπικό σας διαχειριστή ",
"Request failed!
Did you make sure your email/username was right?" => "Η αίτηση απέτυχε! Βεβαιωθηκατε ότι το email σας / username ειναι σωστο? ",
diff --git a/core/l10n/en@pirate.php b/core/l10n/en@pirate.php
index e269c57c3d..1b271cf5fe 100644
--- a/core/l10n/en@pirate.php
+++ b/core/l10n/en@pirate.php
@@ -1,5 +1,9 @@
array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
"Password" => "Passcode"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/eo.php b/core/l10n/eo.php
index 7ae5d65426..9ce2c88a56 100644
--- a/core/l10n/eo.php
+++ b/core/l10n/eo.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Decembro",
"Settings" => "Agordo",
"seconds ago" => "sekundoj antaŭe",
-"1 minute ago" => "antaŭ 1 minuto",
-"{minutes} minutes ago" => "antaŭ {minutes} minutoj",
-"1 hour ago" => "antaŭ 1 horo",
-"{hours} hours ago" => "antaŭ {hours} horoj",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "hodiaŭ",
"yesterday" => "hieraŭ",
-"{days} days ago" => "antaŭ {days} tagoj",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "lastamonate",
-"{months} months ago" => "antaŭ {months} monatoj",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "monatoj antaŭe",
"last year" => "lastajare",
"years ago" => "jaroj antaŭe",
@@ -84,7 +82,6 @@ $TRANSLATIONS = array(
"Email sent" => "La retpoŝtaĵo sendiĝis",
"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.",
-"ownCloud password reset" => "La pasvorto de ownCloud restariĝis.",
"Use the following link to reset your password: {link}" => "Uzu la jenan ligilon por restarigi vian pasvorton: {link}",
"Request failed!
Did you make sure your email/username was right?" => "La peto malsukcesis!
Ĉu vi certiĝis, ke via retpoŝto/uzantonomo ĝustas?",
"You will receive a link to reset your password via Email." => "Vi ricevos ligilon retpoŝte por rekomencigi vian pasvorton.",
diff --git a/core/l10n/es.php b/core/l10n/es.php
index 9e25f154a4..3f4cfa8d11 100644
--- a/core/l10n/es.php
+++ b/core/l10n/es.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Diciembre",
"Settings" => "Ajustes",
"seconds ago" => "hace segundos",
-"1 minute ago" => "hace 1 minuto",
-"{minutes} minutes ago" => "hace {minutes} minutos",
-"1 hour ago" => "Hace 1 hora",
-"{hours} hours ago" => "Hace {hours} horas",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "hoy",
"yesterday" => "ayer",
-"{days} days ago" => "hace {days} días",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "el mes pasado",
-"{months} months ago" => "Hace {months} meses",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "hace meses",
"last year" => "el año pasado",
"years ago" => "hace años",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Correo electrónico enviado",
"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 a>.",
"The update was successful. Redirecting you to ownCloud now." => "La actualización se ha realizado con éxito. Redireccionando a ownCloud ahora.",
-"ownCloud password reset" => "Reseteo contraseña de ownCloud",
"Use the following link to reset your password: {link}" => "Utilice el siguiente enlace para restablecer su contraseña: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "El enlace para restablecer la contraseña ha sido enviada a su correo electrónico.
Si no lo recibe en un plazo razonable de tiempo, revise su carpeta de spam / correo no deseado.
Si no está allí, pregunte a su administrador local.",
"Request failed!
Did you make sure your email/username was right?" => "La petición ha fallado!
¿Está seguro de que su dirección de correo electrónico o nombre de usuario era correcto?",
diff --git a/core/l10n/es_AR.php b/core/l10n/es_AR.php
index 6367ba07f5..c4e5954d9d 100644
--- a/core/l10n/es_AR.php
+++ b/core/l10n/es_AR.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "diciembre",
"Settings" => "Configuración",
"seconds ago" => "segundos atrás",
-"1 minute ago" => "hace 1 minuto",
-"{minutes} minutes ago" => "hace {minutes} minutos",
-"1 hour ago" => "1 hora atrás",
-"{hours} hours ago" => "hace {hours} horas",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "hoy",
"yesterday" => "ayer",
-"{days} days ago" => "hace {days} días",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "el mes pasado",
-"{months} months ago" => "{months} meses atrás",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "meses atrás",
"last year" => "el año pasado",
"years ago" => "años atrás",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "e-mail mandado",
"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.",
-"ownCloud password reset" => "Restablecer contraseña de ownCloud",
"Use the following link to reset your password: {link}" => "Usá este enlace para restablecer tu contraseña: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "El enlace para restablecer la contraseña fue enviada a tu e-mail.
Si no lo recibís en un plazo de tiempo razonable, revisá tu carpeta de spam / correo no deseado.
Si no está ahí, preguntale a tu administrador.",
"Request failed!
Did you make sure your email/username was right?" => "¡Error en el pedido!
¿Estás seguro de que tu dirección de correo electrónico o nombre de usuario son correcto?",
diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php
index 0bc121d21f..1d1530ecff 100644
--- a/core/l10n/et_EE.php
+++ b/core/l10n/et_EE.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Detsember",
"Settings" => "Seaded",
"seconds ago" => "sekundit tagasi",
-"1 minute ago" => "1 minut tagasi",
-"{minutes} minutes ago" => "{minutes} minutit tagasi",
-"1 hour ago" => "1 tund tagasi",
-"{hours} hours ago" => "{hours} tundi tagasi",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "täna",
"yesterday" => "eile",
-"{days} days ago" => "{days} päeva tagasi",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "viimasel kuul",
-"{months} months ago" => "{months} kuud tagasi",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "kuu tagasi",
"last year" => "viimasel aastal",
"years ago" => "aastat tagasi",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "E-kiri on saadetud",
"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.",
-"ownCloud password reset" => "ownCloud parooli taastamine",
"Use the following link to reset your password: {link}" => "Kasuta järgnevat linki oma parooli taastamiseks: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Link parooli vahetuseks on saadetud Sinu e-posti aadressile.
Kui kiri pole saabunud mõistliku aja jooksul, siis kontrolli oma spam-/rämpskirjade katalooge.
Kui kirja pole ka seal, siis küsi abi süsteemihaldurilt.",
"Request failed!
Did you make sure your email/username was right?" => "Päring ebaõnnestus!
Oled sa veendunud, et e-post/kasutajanimi on õiged?",
diff --git a/core/l10n/eu.php b/core/l10n/eu.php
index f3b790ccb5..180c39fd67 100644
--- a/core/l10n/eu.php
+++ b/core/l10n/eu.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Abendua",
"Settings" => "Ezarpenak",
"seconds ago" => "segundu",
-"1 minute ago" => "orain dela minutu 1",
-"{minutes} minutes ago" => "orain dela {minutes} minutu",
-"1 hour ago" => "orain dela ordu bat",
-"{hours} hours ago" => "orain dela {hours} ordu",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "gaur",
"yesterday" => "atzo",
-"{days} days ago" => "orain dela {days} egun",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "joan den hilabetean",
-"{months} months ago" => "orain dela {months} hilabete",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "hilabete",
"last year" => "joan den urtean",
"years ago" => "urte",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Eposta bidalia",
"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.",
-"ownCloud password reset" => "ownCloud-en pasahitza berrezarri",
"Use the following link to reset your password: {link}" => "Eribili hurrengo lotura zure pasahitza berrezartzeko: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Zure pasahitza berrezartzeko lotura zure postara bidalia izan da.
Ez baduzu arrazoizko denbora \nepe batean jasotzen begiratu zure zabor-posta karpetan.
Hor ere ez badago kudeatzailearekin harremanetan ipini.",
"Request failed!
Did you make sure your email/username was right?" => "Eskaerak huts egin du!
Ziur zaude posta/pasahitza zuzenak direla?",
diff --git a/core/l10n/fa.php b/core/l10n/fa.php
index 0eef756200..03542c2123 100644
--- a/core/l10n/fa.php
+++ b/core/l10n/fa.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "دسامبر",
"Settings" => "تنظیمات",
"seconds ago" => "ثانیهها پیش",
-"1 minute ago" => "1 دقیقه پیش",
-"{minutes} minutes ago" => "{دقیقه ها} دقیقه های پیش",
-"1 hour ago" => "1 ساعت پیش",
-"{hours} hours ago" => "{ساعت ها} ساعت ها پیش",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "امروز",
"yesterday" => "دیروز",
-"{days} days ago" => "{روزها} روزهای پیش",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "ماه قبل",
-"{months} months ago" => "{ماه ها} ماه ها پیش",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "ماههای قبل",
"last year" => "سال قبل",
"years ago" => "سالهای قبل",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "ایمیل ارسال شد",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "به روز رسانی ناموفق بود. لطفا این خطا را به جامعه ی OwnCloud گزارش نمایید.",
"The update was successful. Redirecting you to ownCloud now." => "به روزرسانی موفقیت آمیز بود. در حال انتقال شما به OwnCloud.",
-"ownCloud password reset" => "پسورد ابرهای شما تغییرکرد",
"Use the following link to reset your password: {link}" => "از لینک زیر جهت دوباره سازی پسورد استفاده کنید :\n{link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "لینک تنظیم مجدد رمز عبور به ایمیل شما ارسال شده است.
اگر آن رادر یک زمان مشخصی دریافت نکرده اید، لطفا هرزنامه/ پوشه های ناخواسته را بررسی کنید.
در صورت نبودن از مدیر خود بپرسید.",
"Request failed!
Did you make sure your email/username was right?" => "درخواست رد شده است !
آیا مطمئن هستید که ایمیل/ نام کاربری شما صحیح میباشد ؟",
diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php
index e6da2c2820..90fa84e4eb 100644
--- a/core/l10n/fi_FI.php
+++ b/core/l10n/fi_FI.php
@@ -28,15 +28,13 @@ $TRANSLATIONS = array(
"December" => "joulukuu",
"Settings" => "Asetukset",
"seconds ago" => "sekuntia sitten",
-"1 minute ago" => "1 minuutti sitten",
-"{minutes} minutes ago" => "{minutes} minuuttia sitten",
-"1 hour ago" => "1 tunti sitten",
-"{hours} hours ago" => "{hours} tuntia sitten",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "tänään",
"yesterday" => "eilen",
-"{days} days ago" => "{days} päivää sitten",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "viime kuussa",
-"{months} months ago" => "{months} kuukautta sitten",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "kuukautta sitten",
"last year" => "viime vuonna",
"years ago" => "vuotta sitten",
@@ -81,7 +79,6 @@ $TRANSLATIONS = array(
"Email sent" => "Sähköposti lähetetty",
"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.",
-"ownCloud password reset" => "ownCloud-salasanan nollaus",
"Use the following link to reset your password: {link}" => "Voit palauttaa salasanasi seuraavassa osoitteessa: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Linkki salasanan nollaamiseen on lähetetty sähköpostiisi.
Jos et saa viestiä pian, tarkista roskapostikansiosi.
Jos et löydä viestiä roskapostinkaan seasta, ota yhteys ylläpitäjään.",
"Request failed!
Did you make sure your email/username was right?" => "Pyyntö epäonnistui!
Olihan sähköpostiosoitteesi/käyttäjätunnuksesi oikein?",
diff --git a/core/l10n/fr.php b/core/l10n/fr.php
index b5d8a90e34..4f7d6cb47f 100644
--- a/core/l10n/fr.php
+++ b/core/l10n/fr.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "décembre",
"Settings" => "Paramètres",
"seconds ago" => "il y a quelques secondes",
-"1 minute ago" => "il y a une minute",
-"{minutes} minutes ago" => "il y a {minutes} minutes",
-"1 hour ago" => "Il y a une heure",
-"{hours} hours ago" => "Il y a {hours} heures",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "aujourd'hui",
"yesterday" => "hier",
-"{days} days ago" => "il y a {days} jours",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "le mois dernier",
-"{months} months ago" => "Il y a {months} mois",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "il y a plusieurs mois",
"last year" => "l'année dernière",
"years ago" => "il y a plusieurs années",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Email envoyé",
"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.",
-"ownCloud password reset" => "Réinitialisation de votre mot de passe Owncloud",
"Use the following link to reset your password: {link}" => "Utilisez le lien suivant pour réinitialiser votre mot de passe : {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Le lien permettant de réinitialiser votre mot de passe vous a été transmis.
Si vous ne le recevez pas dans un délai raisonnable, vérifier votre boîte de pourriels.
Au besoin, contactez votre administrateur local.",
"Request failed!
Did you make sure your email/username was right?" => "Requête en échec!
Avez-vous vérifié vos courriel/nom d'utilisateur?",
diff --git a/core/l10n/gl.php b/core/l10n/gl.php
index 1c51d8443a..9822d88aee 100644
--- a/core/l10n/gl.php
+++ b/core/l10n/gl.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "decembro",
"Settings" => "Axustes",
"seconds ago" => "segundos atrás",
-"1 minute ago" => "hai 1 minuto",
-"{minutes} minutes ago" => "hai {minutes} minutos",
-"1 hour ago" => "Vai 1 hora",
-"{hours} hours ago" => "hai {hours} horas",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "hoxe",
"yesterday" => "onte",
-"{days} days ago" => "hai {days} días",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "último mes",
-"{months} months ago" => "hai {months} meses",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "meses atrás",
"last year" => "último ano",
"years ago" => "anos atrás",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Correo enviado",
"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.",
-"ownCloud password reset" => "Restabelecer o contrasinal de ownCloud",
"Use the following link to reset your password: {link}" => "Usa a seguinte ligazón para restabelecer o contrasinal: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Envióuselle ao seu correo unha ligazón para restabelecer o seu contrasinal.
Se non o recibe nun prazo razoábel de tempo, revise o seu cartafol de correo lixo ou de non desexados.
Se non o atopa aí pregúntelle ao seu administrador local..",
"Request failed!
Did you make sure your email/username was right?" => "Non foi posíbel facer a petición!
Asegúrese de que o seu enderezo de correo ou nome de usuario é correcto.",
diff --git a/core/l10n/he.php b/core/l10n/he.php
index c5fed42db8..7cb0ebe147 100644
--- a/core/l10n/he.php
+++ b/core/l10n/he.php
@@ -29,15 +29,13 @@ $TRANSLATIONS = array(
"December" => "דצמבר",
"Settings" => "הגדרות",
"seconds ago" => "שניות",
-"1 minute ago" => "לפני דקה אחת",
-"{minutes} minutes ago" => "לפני {minutes} דקות",
-"1 hour ago" => "לפני שעה",
-"{hours} hours ago" => "לפני {hours} שעות",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "היום",
"yesterday" => "אתמול",
-"{days} days ago" => "לפני {days} ימים",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "חודש שעבר",
-"{months} months ago" => "לפני {months} חודשים",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "חודשים",
"last year" => "שנה שעברה",
"years ago" => "שנים",
@@ -84,7 +82,6 @@ $TRANSLATIONS = array(
"Email sent" => "הודעת הדוא״ל נשלחה",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "תהליך העדכון לא הושלם בהצלחה. נא דווח את הבעיה בקהילת ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.",
-"ownCloud password reset" => "איפוס הססמה של ownCloud",
"Use the following link to reset your password: {link}" => "יש להשתמש בקישור הבא כדי לאפס את הססמה שלך: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "הקישור לאיפוס הססמה שלך נשלח אליך בדוא״ל.
אם לא קיבלת את הקישור תוך זמן סביר, מוטב לבדוק את תיבת הזבל שלך.
אם ההודעה לא שם, כדאי לשאול את מנהל הרשת שלך .",
"Request failed!
Did you make sure your email/username was right?" => "הבקשה נכשלה!
האם כתובת הדוא״ל/שם המשתמש שלך נכונים?",
diff --git a/core/l10n/hi.php b/core/l10n/hi.php
index 37ac5d8ae0..60b834ef5d 100644
--- a/core/l10n/hi.php
+++ b/core/l10n/hi.php
@@ -13,6 +13,10 @@ $TRANSLATIONS = array(
"November" => "नवंबर",
"December" => "दिसम्बर",
"Settings" => "सेटिंग्स",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
"Error" => "त्रुटि",
"Share" => "साझा करें",
"Share with" => "के साथ साझा",
diff --git a/core/l10n/hr.php b/core/l10n/hr.php
index 856a3019fb..9bdad09f74 100644
--- a/core/l10n/hr.php
+++ b/core/l10n/hr.php
@@ -23,9 +23,13 @@ $TRANSLATIONS = array(
"December" => "Prosinac",
"Settings" => "Postavke",
"seconds ago" => "sekundi prije",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "danas",
"yesterday" => "jučer",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "prošli mjesec",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "mjeseci",
"last year" => "prošlu godinu",
"years ago" => "godina",
@@ -58,7 +62,6 @@ $TRANSLATIONS = array(
"Password protected" => "Zaštita lozinkom",
"Error unsetting expiration date" => "Greška prilikom brisanja datuma isteka",
"Error setting expiration date" => "Greška prilikom postavljanja datuma isteka",
-"ownCloud password reset" => "ownCloud resetiranje lozinke",
"Use the following link to reset your password: {link}" => "Koristite ovaj link da biste poništili lozinku: {link}",
"You will receive a link to reset your password via Email." => "Primit ćete link kako biste poništili zaporku putem e-maila.",
"Username" => "Korisničko ime",
diff --git a/core/l10n/hu_HU.php b/core/l10n/hu_HU.php
index 68c519f7e7..aca30e2dfc 100644
--- a/core/l10n/hu_HU.php
+++ b/core/l10n/hu_HU.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "december",
"Settings" => "Beállítások",
"seconds ago" => "pár másodperce",
-"1 minute ago" => "1 perce",
-"{minutes} minutes ago" => "{minutes} perce",
-"1 hour ago" => "1 órája",
-"{hours} hours ago" => "{hours} órája",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "ma",
"yesterday" => "tegnap",
-"{days} days ago" => "{days} napja",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "múlt hónapban",
-"{months} months ago" => "{months} hónapja",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "több hónapja",
"last year" => "tavaly",
"years ago" => "több éve",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Az emailt elküldtük",
"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.",
-"ownCloud password reset" => "ownCloud jelszó-visszaállítás",
"Use the following link to reset your password: {link}" => "Használja ezt a linket a jelszó ismételt beállításához: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Emailben fog kapni egy linket, amivel új jelszót tud majd beállítani magának.
Ha a levél nem jött meg, holott úgy érzi, hogy már meg kellett volna érkeznie, akkor ellenőrizze a spam/levélszemét mappáját.
Ha ott sincsen, akkor érdeklődjön a rendszergazdánál.",
"Request failed!
Did you make sure your email/username was right?" => "A kérést nem sikerült teljesíteni!
Biztos, hogy jó emailcímet/felhasználónevet adott meg?",
diff --git a/core/l10n/hy.php b/core/l10n/hy.php
index ac1006dd9a..a97f05cb10 100644
--- a/core/l10n/hy.php
+++ b/core/l10n/hy.php
@@ -18,6 +18,10 @@ $TRANSLATIONS = array(
"September" => "Սեպտեմբեր",
"October" => "Հոկտեմբեր",
"November" => "Նոյեմբեր",
-"December" => "Դեկտեմբեր"
+"December" => "Դեկտեմբեր",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,)
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/ia.php b/core/l10n/ia.php
index e02a38d3a0..75ad8ae4fb 100644
--- a/core/l10n/ia.php
+++ b/core/l10n/ia.php
@@ -20,12 +20,15 @@ $TRANSLATIONS = array(
"November" => "Novembre",
"December" => "Decembre",
"Settings" => "Configurationes",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
"Cancel" => "Cancellar",
"Error" => "Error",
"Share" => "Compartir",
"Password" => "Contrasigno",
"Send" => "Invia",
-"ownCloud password reset" => "Reinitialisation del contrasigno de ownCLoud",
"Username" => "Nomine de usator",
"Request reset" => "Requestar reinitialisation",
"Your password was reset" => "Tu contrasigno esseva reinitialisate",
diff --git a/core/l10n/id.php b/core/l10n/id.php
index e0bc733f90..f4b17d0395 100644
--- a/core/l10n/id.php
+++ b/core/l10n/id.php
@@ -29,15 +29,13 @@ $TRANSLATIONS = array(
"December" => "Desember",
"Settings" => "Setelan",
"seconds ago" => "beberapa detik yang lalu",
-"1 minute ago" => "1 menit yang lalu",
-"{minutes} minutes ago" => "{minutes} menit yang lalu",
-"1 hour ago" => "1 jam yang lalu",
-"{hours} hours ago" => "{hours} jam yang lalu",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "hari ini",
"yesterday" => "kemarin",
-"{days} days ago" => "{days} hari yang lalu",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "bulan kemarin",
-"{months} months ago" => "{months} bulan yang lalu",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "beberapa bulan lalu",
"last year" => "tahun kemarin",
"years ago" => "beberapa tahun lalu",
@@ -83,7 +81,6 @@ $TRANSLATIONS = array(
"Email sent" => "Email terkirim",
"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.",
-"ownCloud password reset" => "Setel ulang sandi ownCloud",
"Use the following link to reset your password: {link}" => "Gunakan tautan berikut untuk menyetel ulang sandi Anda: {link}",
"You will receive a link to reset your password via Email." => "Anda akan menerima tautan penyetelan ulang sandi lewat Email.",
"Username" => "Nama pengguna",
diff --git a/core/l10n/is.php b/core/l10n/is.php
index 180e28e974..f8686b2113 100644
--- a/core/l10n/is.php
+++ b/core/l10n/is.php
@@ -28,15 +28,13 @@ $TRANSLATIONS = array(
"December" => "Desember",
"Settings" => "Stillingar",
"seconds ago" => "sek.",
-"1 minute ago" => "Fyrir 1 mínútu",
-"{minutes} minutes ago" => "{minutes} min síðan",
-"1 hour ago" => "Fyrir 1 klst.",
-"{hours} hours ago" => "fyrir {hours} klst.",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "í dag",
"yesterday" => "í gær",
-"{days} days ago" => "{days} dagar síðan",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "síðasta mánuði",
-"{months} months ago" => "fyrir {months} mánuðum",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "mánuðir síðan",
"last year" => "síðasta ári",
"years ago" => "einhverjum árum",
@@ -81,7 +79,6 @@ $TRANSLATIONS = array(
"Sending ..." => "Sendi ...",
"Email sent" => "Tölvupóstur sendur",
"The update was successful. Redirecting you to ownCloud now." => "Uppfærslan heppnaðist. Beini þér til ownCloud nú.",
-"ownCloud password reset" => "endursetja ownCloud lykilorð",
"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ð.",
"Username" => "Notendanafn",
diff --git a/core/l10n/it.php b/core/l10n/it.php
index 3fc006b9a5..8708386dac 100644
--- a/core/l10n/it.php
+++ b/core/l10n/it.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Dicembre",
"Settings" => "Impostazioni",
"seconds ago" => "secondi fa",
-"1 minute ago" => "Un minuto fa",
-"{minutes} minutes ago" => "{minutes} minuti fa",
-"1 hour ago" => "1 ora fa",
-"{hours} hours ago" => "{hours} ore fa",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "oggi",
"yesterday" => "ieri",
-"{days} days ago" => "{days} giorni fa",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "mese scorso",
-"{months} months ago" => "{months} mesi fa",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "mesi fa",
"last year" => "anno scorso",
"years ago" => "anni fa",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Messaggio inviato",
"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.",
-"ownCloud password reset" => "Ripristino password di ownCloud",
"Use the following link to reset your password: {link}" => "Usa il collegamento seguente per ripristinare la password: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Il collegamento per ripristinare la password è stato inviato al tuo indirizzo di posta.
Se non lo ricevi in tempi ragionevoli, controlla le cartelle della posta indesiderata.
Se non dovesse essere nemmeno lì, contatta il tuo amministratore locale.",
"Request failed!
Did you make sure your email/username was right?" => "Richiesta non riuscita!
Sei sicuro che l'indirizzo di posta/nome utente fosse corretto?",
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php
index 96185dbb11..c1c2158db6 100644
--- a/core/l10n/ja_JP.php
+++ b/core/l10n/ja_JP.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "12月",
"Settings" => "設定",
"seconds ago" => "数秒前",
-"1 minute ago" => "1 分前",
-"{minutes} minutes ago" => "{minutes} 分前",
-"1 hour ago" => "1 時間前",
-"{hours} hours ago" => "{hours} 時間前",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "今日",
"yesterday" => "昨日",
-"{days} days ago" => "{days} 日前",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "一月前",
-"{months} months ago" => "{months} 月前",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "月前",
"last year" => "一年前",
"years ago" => "年前",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "メールを送信しました",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "更新に成功しました。この問題を ownCloud community にレポートしてください。",
"The update was successful. Redirecting you to ownCloud now." => "更新に成功しました。今すぐownCloudにリダイレクトします。",
-"ownCloud password reset" => "ownCloudのパスワードをリセットします",
"Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックして下さい: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "パスワードリセットのリンクをあなたのメールアドレスに送信しました。
しばらくたっても受信出来ない場合は、スパム/迷惑メールフォルダを確認して下さい。
もしそこにもない場合は、管理者に問い合わせてください。",
"Request failed!
Did you make sure your email/username was right?" => "リクエストに失敗しました!
あなたのメール/ユーザ名が正しいことを確認しましたか?",
diff --git a/core/l10n/ka.php b/core/l10n/ka.php
index 5a6814afaf..011fe0af3e 100644
--- a/core/l10n/ka.php
+++ b/core/l10n/ka.php
@@ -1,10 +1,12 @@
"წამის წინ",
-"1 minute ago" => "1 წუთის წინ",
-"1 hour ago" => "1 საათის წინ",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "დღეს",
"yesterday" => "გუშინ",
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
"Password" => "პაროლი",
"Personal" => "პერსონა",
"Users" => "მომხმარებლები",
diff --git a/core/l10n/ka_GE.php b/core/l10n/ka_GE.php
index 9f0cb93fcd..4666ce33a1 100644
--- a/core/l10n/ka_GE.php
+++ b/core/l10n/ka_GE.php
@@ -29,15 +29,13 @@ $TRANSLATIONS = array(
"December" => "დეკემბერი",
"Settings" => "პარამეტრები",
"seconds ago" => "წამის წინ",
-"1 minute ago" => "1 წუთის წინ",
-"{minutes} minutes ago" => "{minutes} წუთის წინ",
-"1 hour ago" => "1 საათის წინ",
-"{hours} hours ago" => "{hours} საათის წინ",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "დღეს",
"yesterday" => "გუშინ",
-"{days} days ago" => "{days} დღის წინ",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "გასულ თვეში",
-"{months} months ago" => "{months} თვის წინ",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "თვის წინ",
"last year" => "ბოლო წელს",
"years ago" => "წლის წინ",
@@ -83,7 +81,6 @@ $TRANSLATIONS = array(
"Email sent" => "იმეილი გაიგზავნა",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "განახლება ვერ განხორციელდა. გთხოვთ შეგვატყობინოთ ამ პრობლემის შესახებ აქ: ownCloud community.",
"The update was successful. Redirecting you to ownCloud now." => "განახლება ვერ განხორციელდა. გადამისამართება თქვენს ownCloud–ზე.",
-"ownCloud password reset" => "ownCloud პაროლის შეცვლა",
"Use the following link to reset your password: {link}" => "გამოიყენე შემდეგი ლინკი პაროლის შესაცვლელად: {link}",
"You will receive a link to reset your password via Email." => "თქვენ მოგივათ პაროლის შესაცვლელი ლინკი მეილზე",
"Username" => "მომხმარებლის სახელი",
diff --git a/core/l10n/kn.php b/core/l10n/kn.php
new file mode 100644
index 0000000000..129c6e0092
--- /dev/null
+++ b/core/l10n/kn.php
@@ -0,0 +1,8 @@
+ array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,)
+);
+$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/core/l10n/ko.php b/core/l10n/ko.php
index 814dfadb66..ce7e5c57a0 100644
--- a/core/l10n/ko.php
+++ b/core/l10n/ko.php
@@ -29,15 +29,13 @@ $TRANSLATIONS = array(
"December" => "12월",
"Settings" => "설정",
"seconds ago" => "초 전",
-"1 minute ago" => "1분 전",
-"{minutes} minutes ago" => "{minutes}분 전",
-"1 hour ago" => "1시간 전",
-"{hours} hours ago" => "{hours}시간 전",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "오늘",
"yesterday" => "어제",
-"{days} days ago" => "{days}일 전",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "지난 달",
-"{months} months ago" => "{months}개월 전",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "개월 전",
"last year" => "작년",
"years ago" => "년 전",
@@ -84,7 +82,6 @@ $TRANSLATIONS = array(
"Email sent" => "이메일 발송됨",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "업데이트가 실패하였습니다. 이 문제를 ownCloud 커뮤니티에 보고해 주십시오.",
"The update was successful. Redirecting you to ownCloud now." => "업데이트가 성공하였습니다. ownCloud로 돌아갑니다.",
-"ownCloud password reset" => "ownCloud 암호 재설정",
"Use the following link to reset your password: {link}" => "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}",
"Request failed!
Did you make sure your email/username was right?" => "요청이 실패했습니다!
email 주소와 사용자 명을 정확하게 넣으셨나요?",
"You will receive a link to reset your password via Email." => "이메일로 암호 재설정 링크를 보냈습니다.",
diff --git a/core/l10n/ku_IQ.php b/core/l10n/ku_IQ.php
index 02f71d84ed..471ac9ce37 100644
--- a/core/l10n/ku_IQ.php
+++ b/core/l10n/ku_IQ.php
@@ -1,6 +1,10 @@
"دهستكاری",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
"Error" => "ههڵه",
"Password" => "وشەی تێپەربو",
"Username" => "ناوی بهکارهێنهر",
diff --git a/core/l10n/lb.php b/core/l10n/lb.php
index ccc019d014..02d1326fb2 100644
--- a/core/l10n/lb.php
+++ b/core/l10n/lb.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Dezember",
"Settings" => "Astellungen",
"seconds ago" => "Sekonnen hir",
-"1 minute ago" => "1 Minutt hir",
-"{minutes} minutes ago" => "virun {minutes} Minutten",
-"1 hour ago" => "virun 1 Stonn",
-"{hours} hours ago" => "virun {hours} Stonnen",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "haut",
"yesterday" => "gëschter",
-"{days} days ago" => "virun {days} Deeg",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "leschte Mount",
-"{months} months ago" => "virun {months} Méint",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "Méint hir",
"last year" => "Lescht Joer",
"years ago" => "Joren hir",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Email geschéckt",
"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.",
-"ownCloud password reset" => "Passwuert-Zrécksetzung vun der ownCloud",
"Use the following link to reset your password: {link}" => "Benotz folgende Link fir däi Passwuert zréckzesetzen: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "De Link fir d'Passwuert zréckzesetzen gouf un deng E-Mail-Adress geschéckt.
Falls du d'Mail net an den nächste Minutte kriss, kuck w.e.gl. an dengem Spam-Dossier.
Wann do och keng Mail ass, fro w.e.gl. däin Adminstrateur.",
"Request failed!
Did you make sure your email/username was right?" => "Ufro feelfeschloen!
Hues du séchergestallt dass deng Email respektiv däi Benotzernumm korrekt sinn?",
diff --git a/core/l10n/lt_LT.php b/core/l10n/lt_LT.php
index d0c4d4d79a..6e69b78027 100644
--- a/core/l10n/lt_LT.php
+++ b/core/l10n/lt_LT.php
@@ -29,15 +29,13 @@ $TRANSLATIONS = array(
"December" => "Gruodis",
"Settings" => "Nustatymai",
"seconds ago" => "prieš sekundę",
-"1 minute ago" => "Prieš 1 minutę",
-"{minutes} minutes ago" => "Prieš {count} minutes",
-"1 hour ago" => "prieš 1 valandą",
-"{hours} hours ago" => "prieš {hours} valandas",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "šiandien",
"yesterday" => "vakar",
-"{days} days ago" => "Prieš {days} dienas",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "praeitą mėnesį",
-"{months} months ago" => "prieš {months} mėnesių",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "prieš mėnesį",
"last year" => "praeitais metais",
"years ago" => "prieš metus",
@@ -84,7 +82,6 @@ $TRANSLATIONS = array(
"Email sent" => "Laiškas išsiųstas",
"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.",
-"ownCloud password reset" => "ownCloud slaptažodžio atkūrimas",
"Use the following link to reset your password: {link}" => "Slaptažodio atkūrimui naudokite šią nuorodą: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Nuorodą su jūsų slaptažodžio atkūrimu buvo nusiųsta jums į paštą.
Jei jo negausite per atitinkamą laiką, pasižiūrėkite brukalo aplankale.
Jei jo ir ten nėra, teiraukitės administratoriaus.",
"Request failed!
Did you make sure your email/username was right?" => "Klaida!
Ar tikrai jūsų el paštas/vartotojo vardas buvo teisingi?",
diff --git a/core/l10n/lv.php b/core/l10n/lv.php
index 1cac8466d0..c7696fb067 100644
--- a/core/l10n/lv.php
+++ b/core/l10n/lv.php
@@ -29,15 +29,13 @@ $TRANSLATIONS = array(
"December" => "Decembris",
"Settings" => "Iestatījumi",
"seconds ago" => "sekundes atpakaļ",
-"1 minute ago" => "pirms 1 minūtes",
-"{minutes} minutes ago" => "pirms {minutes} minūtēm",
-"1 hour ago" => "pirms 1 stundas",
-"{hours} hours ago" => "pirms {hours} stundām",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "šodien",
"yesterday" => "vakar",
-"{days} days ago" => "pirms {days} dienām",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "pagājušajā mēnesī",
-"{months} months ago" => "pirms {months} mēnešiem",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "mēnešus atpakaļ",
"last year" => "gājušajā gadā",
"years ago" => "gadus atpakaļ",
@@ -83,7 +81,6 @@ $TRANSLATIONS = array(
"Email sent" => "Vēstule nosūtīta",
"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.",
-"ownCloud password reset" => "ownCloud paroles maiņa",
"Use the following link to reset your password: {link}" => "Izmantojiet šo saiti, lai mainītu paroli: {link}",
"You will receive a link to reset your password via Email." => "Jūs savā epastā saņemsiet interneta saiti, caur kuru varēsiet atjaunot paroli.",
"Username" => "Lietotājvārds",
diff --git a/core/l10n/mk.php b/core/l10n/mk.php
index 3e43b861d6..087a74fe94 100644
--- a/core/l10n/mk.php
+++ b/core/l10n/mk.php
@@ -28,15 +28,13 @@ $TRANSLATIONS = array(
"December" => "Декември",
"Settings" => "Подесувања",
"seconds ago" => "пред секунди",
-"1 minute ago" => "пред 1 минута",
-"{minutes} minutes ago" => "пред {minutes} минути",
-"1 hour ago" => "пред 1 час",
-"{hours} hours ago" => "пред {hours} часови",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "денеска",
"yesterday" => "вчера",
-"{days} days ago" => "пред {days} денови",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "минатиот месец",
-"{months} months ago" => "пред {months} месеци",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "пред месеци",
"last year" => "минатата година",
"years ago" => "пред години",
@@ -79,7 +77,6 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Грешка при поставување на рок на траење",
"Sending ..." => "Праќање...",
"Email sent" => "Е-порака пратена",
-"ownCloud password reset" => "ресетирање на лозинка за ownCloud",
"Use the following link to reset your password: {link}" => "Користете ја следната врска да ја ресетирате Вашата лозинка: {link}",
"You will receive a link to reset your password via Email." => "Ќе добиете врска по е-пошта за да може да ја ресетирате Вашата лозинка.",
"Username" => "Корисничко име",
diff --git a/core/l10n/ml_IN.php b/core/l10n/ml_IN.php
new file mode 100644
index 0000000000..883f2beb4e
--- /dev/null
+++ b/core/l10n/ml_IN.php
@@ -0,0 +1,8 @@
+ array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,)
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/ms_MY.php b/core/l10n/ms_MY.php
index 22860c0a27..239fad9e3c 100644
--- a/core/l10n/ms_MY.php
+++ b/core/l10n/ms_MY.php
@@ -22,6 +22,10 @@ $TRANSLATIONS = array(
"November" => "November",
"December" => "Disember",
"Settings" => "Tetapan",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
"Cancel" => "Batal",
"Yes" => "Ya",
"No" => "Tidak",
@@ -29,7 +33,6 @@ $TRANSLATIONS = array(
"Error" => "Ralat",
"Share" => "Kongsi",
"Password" => "Kata laluan",
-"ownCloud password reset" => "Set semula kata lalaun ownCloud",
"Use the following link to reset your password: {link}" => "Guna pautan berikut untuk menetapkan semula kata laluan anda: {link}",
"You will receive a link to reset your password via Email." => "Anda akan menerima pautan untuk menetapkan semula kata laluan anda melalui emel",
"Username" => "Nama pengguna",
diff --git a/core/l10n/my_MM.php b/core/l10n/my_MM.php
index 3a7043e760..21044ad5d4 100644
--- a/core/l10n/my_MM.php
+++ b/core/l10n/my_MM.php
@@ -15,11 +15,13 @@ $TRANSLATIONS = array(
"November" => "နိုဝင်ဘာ",
"December" => "ဒီဇင်ဘာ",
"seconds ago" => "စက္ကန့်အနည်းငယ်က",
-"1 minute ago" => "၁ မိနစ်အရင်က",
-"1 hour ago" => "၁ နာရီ အရင်က",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "ယနေ့",
"yesterday" => "မနေ့က",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "ပြီးခဲ့သောလ",
+"_%n month ago_::_%n months ago_" => array(,),
"last year" => "မနှစ်က",
"years ago" => "နှစ် အရင်က",
"Choose" => "ရွေးချယ်",
diff --git a/core/l10n/nb_NO.php b/core/l10n/nb_NO.php
index fc075fe17a..643903a244 100644
--- a/core/l10n/nb_NO.php
+++ b/core/l10n/nb_NO.php
@@ -25,15 +25,13 @@ $TRANSLATIONS = array(
"December" => "Desember",
"Settings" => "Innstillinger",
"seconds ago" => "sekunder siden",
-"1 minute ago" => "1 minutt siden",
-"{minutes} minutes ago" => "{minutes} minutter siden",
-"1 hour ago" => "1 time siden",
-"{hours} hours ago" => "{hours} timer siden",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "i dag",
"yesterday" => "i går",
-"{days} days ago" => "{days} dager siden",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "forrige måned",
-"{months} months ago" => "{months} måneder siden",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "måneder siden",
"last year" => "forrige år",
"years ago" => "år siden",
@@ -67,7 +65,6 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Kan ikke sette utløpsdato",
"Sending ..." => "Sender...",
"Email sent" => "E-post sendt",
-"ownCloud password reset" => "Tilbakestill ownCloud passord",
"Use the following link to reset your password: {link}" => "Bruk følgende lenke for å tilbakestille passordet ditt: {link}",
"You will receive a link to reset your password via Email." => "Du burde motta detaljer om å tilbakestille passordet ditt via epost.",
"Username" => "Brukernavn",
diff --git a/core/l10n/ne.php b/core/l10n/ne.php
new file mode 100644
index 0000000000..883f2beb4e
--- /dev/null
+++ b/core/l10n/ne.php
@@ -0,0 +1,8 @@
+ array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,)
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/nl.php b/core/l10n/nl.php
index 019e539b28..183899dc4a 100644
--- a/core/l10n/nl.php
+++ b/core/l10n/nl.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "december",
"Settings" => "Instellingen",
"seconds ago" => "seconden geleden",
-"1 minute ago" => "1 minuut geleden",
-"{minutes} minutes ago" => "{minutes} minuten geleden",
-"1 hour ago" => "1 uur geleden",
-"{hours} hours ago" => "{hours} uren geleden",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "vandaag",
"yesterday" => "gisteren",
-"{days} days ago" => "{days} dagen geleden",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "vorige maand",
-"{months} months ago" => "{months} maanden geleden",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "maanden geleden",
"last year" => "vorig jaar",
"years ago" => "jaar geleden",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "E-mail verzonden",
"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.",
-"ownCloud password reset" => "ownCloud-wachtwoord herstellen",
"Use the following link to reset your password: {link}" => "Gebruik de volgende link om je wachtwoord te resetten: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "De link voor het resetten van je wachtwoord is verzonden naar je e-mailadres.
Als je dat bericht niet snel ontvangen hebt, controleer dan uw spambakje.
Als het daar ook niet is, vraag dan je beheerder om te helpen.",
"Request failed!
Did you make sure your email/username was right?" => "Aanvraag mislukt!
Weet je zeker dat je gebruikersnaam en/of wachtwoord goed waren?",
diff --git a/core/l10n/nn_NO.php b/core/l10n/nn_NO.php
index 246429b79f..47023faae8 100644
--- a/core/l10n/nn_NO.php
+++ b/core/l10n/nn_NO.php
@@ -29,15 +29,13 @@ $TRANSLATIONS = array(
"December" => "Desember",
"Settings" => "Innstillingar",
"seconds ago" => "sekund sidan",
-"1 minute ago" => "1 minutt sidan",
-"{minutes} minutes ago" => "{minutes} minutt sidan",
-"1 hour ago" => "1 time sidan",
-"{hours} hours ago" => "{hours} timar sidan",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "i dag",
"yesterday" => "i går",
-"{days} days ago" => "{days} dagar sidan",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "førre månad",
-"{months} months ago" => "{months} månadar sidan",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "månadar sidan",
"last year" => "i fjor",
"years ago" => "år sidan",
@@ -83,7 +81,6 @@ $TRANSLATIONS = array(
"Email sent" => "E-post sendt",
"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.",
-"ownCloud password reset" => "Nullstilling av ownCloud-passord",
"Use the following link to reset your password: {link}" => "Klikk følgjande lenkje til å nullstilla passordet ditt: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Lenkja til å nullstilla passordet med er sendt til e-posten din.
Sjå i spam-/søppelmappa di viss du ikkje ser e-posten innan rimeleg tid.
Spør din lokale administrator viss han ikkje er der heller.",
"Request failed!
Did you make sure your email/username was right?" => "Førespurnaden feila!
Er du viss på at du skreiv inn rett e-post/brukarnamn?",
diff --git a/core/l10n/oc.php b/core/l10n/oc.php
index 3458fa7155..bb70223361 100644
--- a/core/l10n/oc.php
+++ b/core/l10n/oc.php
@@ -23,10 +23,13 @@ $TRANSLATIONS = array(
"December" => "Decembre",
"Settings" => "Configuracion",
"seconds ago" => "segonda a",
-"1 minute ago" => "1 minuta a",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "uèi",
"yesterday" => "ièr",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "mes passat",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "meses a",
"last year" => "an passat",
"years ago" => "ans a",
@@ -59,7 +62,6 @@ $TRANSLATIONS = array(
"Password protected" => "Parat per senhal",
"Error unsetting expiration date" => "Error al metre de la data d'expiracion",
"Error setting expiration date" => "Error setting expiration date",
-"ownCloud password reset" => "senhal d'ownCloud tornat botar",
"Use the following link to reset your password: {link}" => "Utiliza lo ligam seguent per tornar botar lo senhal : {link}",
"You will receive a link to reset your password via Email." => "Reçaupràs un ligam per tornar botar ton senhal via corrièl.",
"Username" => "Non d'usancièr",
diff --git a/core/l10n/pl.php b/core/l10n/pl.php
index 1794519c29..26de64bd0d 100644
--- a/core/l10n/pl.php
+++ b/core/l10n/pl.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Grudzień",
"Settings" => "Ustawienia",
"seconds ago" => "sekund temu",
-"1 minute ago" => "1 minutę temu",
-"{minutes} minutes ago" => "{minutes} minut temu",
-"1 hour ago" => "1 godzinę temu",
-"{hours} hours ago" => "{hours} godzin temu",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "dziś",
"yesterday" => "wczoraj",
-"{days} days ago" => "{days} dni temu",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "w zeszłym miesiącu",
-"{months} months ago" => "{months} miesięcy temu",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "miesięcy temu",
"last year" => "w zeszłym roku",
"years ago" => "lat temu",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "E-mail wysłany",
"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.",
-"ownCloud password reset" => "restart hasła ownCloud",
"Use the following link to reset your password: {link}" => "Użyj tego odnośnika by zresetować hasło: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Link do zresetowania hasła została wysłana na adres email.
Jeśli nie otrzymasz go w najbliższym czasie, sprawdź folder ze spamem.
Jeśli go tam nie ma zwrócić się do administratora tego ownCloud-a.",
"Request failed!
Did you make sure your email/username was right?" => "Żądanie niepowiodło się!
Czy Twój email/nazwa użytkownika są poprawne?",
diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php
index 5014bca70e..c131dd727d 100644
--- a/core/l10n/pt_BR.php
+++ b/core/l10n/pt_BR.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "dezembro",
"Settings" => "Ajustes",
"seconds ago" => "segundos atrás",
-"1 minute ago" => "1 minuto atrás",
-"{minutes} minutes ago" => "{minutes} minutos atrás",
-"1 hour ago" => "1 hora atrás",
-"{hours} hours ago" => "{hours} horas atrás",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "hoje",
"yesterday" => "ontem",
-"{days} days ago" => "{days} dias atrás",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "último mês",
-"{months} months ago" => "{months} meses atrás",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "meses atrás",
"last year" => "último ano",
"years ago" => "anos atrás",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "E-mail enviado",
"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.",
-"ownCloud password reset" => "Redefinir senha ownCloud",
"Use the following link to reset your password: {link}" => "Use o seguinte link para redefinir sua senha: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "O link para redefinir sua senha foi enviada para o seu e-mail.
Se você não recebê-lo dentro de um período razoável de tempo, verifique o spam/lixo.
Se ele não estiver lá perguntar ao seu administrador local.",
"Request failed!
Did you make sure your email/username was right?" => "O pedido falhou!
Certifique-se que seu e-mail/username estavam corretos?",
diff --git a/core/l10n/pt_PT.php b/core/l10n/pt_PT.php
index 47073885ed..9a3d3282a1 100644
--- a/core/l10n/pt_PT.php
+++ b/core/l10n/pt_PT.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Dezembro",
"Settings" => "Configurações",
"seconds ago" => "Minutos atrás",
-"1 minute ago" => "Há 1 minuto",
-"{minutes} minutes ago" => "{minutes} minutos atrás",
-"1 hour ago" => "Há 1 horas",
-"{hours} hours ago" => "Há {hours} horas atrás",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "hoje",
"yesterday" => "ontem",
-"{days} days ago" => "{days} dias atrás",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "ultímo mês",
-"{months} months ago" => "Há {months} meses atrás",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "meses atrás",
"last year" => "ano passado",
"years ago" => "anos atrás",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "E-mail enviado",
"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.",
-"ownCloud password reset" => "Reposição da password ownCloud",
"Use the following link to reset your password: {link}" => "Use o seguinte endereço para repor a sua password: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "O link para fazer reset à sua password foi enviado para o seu e-mail.
Se não o recebeu dentro um espaço de tempo aceitável, por favor verifique a sua pasta de SPAM.
Se não o encontrar, por favor contacte o seu administrador.",
"Request failed!
Did you make sure your email/username was right?" => "O pedido falhou!
Tem a certeza que introduziu o seu email/username correcto?",
diff --git a/core/l10n/ro.php b/core/l10n/ro.php
index 049226cee4..190cbc2d6d 100644
--- a/core/l10n/ro.php
+++ b/core/l10n/ro.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Decembrie",
"Settings" => "Setări",
"seconds ago" => "secunde în urmă",
-"1 minute ago" => "1 minut în urmă",
-"{minutes} minutes ago" => "{minutes} minute in urmă",
-"1 hour ago" => "Acum o oră",
-"{hours} hours ago" => "{hours} ore în urmă",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "astăzi",
"yesterday" => "ieri",
-"{days} days ago" => "{days} zile in urmă",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "ultima lună",
-"{months} months ago" => "{months} luni în urmă",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "luni în urmă",
"last year" => "ultimul an",
"years ago" => "ani în urmă",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Mesajul a fost expediat",
"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.",
-"ownCloud password reset" => "Resetarea parolei ownCloud ",
"Use the following link to reset your password: {link}" => "Folosește următorul link pentru a reseta parola: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Linkul pentru resetarea parolei tale a fost trimis pe email.
Daca nu ai primit email-ul intr-un timp rezonabil, verifica folderul spam/junk.
Daca nu sunt acolo intreaba administratorul local.",
"Request failed!
Did you make sure your email/username was right?" => "Cerere esuata!
Esti sigur ca email-ul/numele de utilizator sunt corecte?",
diff --git a/core/l10n/ru.php b/core/l10n/ru.php
index a87c226733..aaa06e5352 100644
--- a/core/l10n/ru.php
+++ b/core/l10n/ru.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Декабрь",
"Settings" => "Конфигурация",
"seconds ago" => "несколько секунд назад",
-"1 minute ago" => "1 минуту назад",
-"{minutes} minutes ago" => "{minutes} минут назад",
-"1 hour ago" => "час назад",
-"{hours} hours ago" => "{hours} часов назад",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "сегодня",
"yesterday" => "вчера",
-"{days} days ago" => "{days} дней назад",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "в прошлом месяце",
-"{months} months ago" => "{months} месяцев назад",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "несколько месяцев назад",
"last year" => "в прошлом году",
"years ago" => "несколько лет назад",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Письмо отправлено",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "При обновлении произошла ошибка. Пожалуйста сообщите об этом в ownCloud сообщество.",
"The update was successful. Redirecting you to ownCloud now." => "Обновление прошло успешно. Перенаправляемся в Ваш ownCloud...",
-"ownCloud password reset" => "Сброс пароля ",
"Use the following link to reset your password: {link}" => "Используйте следующую ссылку чтобы сбросить пароль: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Ссылка для сброса пароля отправлена вам по электронной почте.
Если вы не получите письмо в пределах одной-двух минут, проверьте папку Спам.
Если письма там нет, обратитесь к своему администратору.",
"Request failed!
Did you make sure your email/username was right?" => "Запрос не удался. Вы уверены, что email или имя пользователя указаны верно?",
diff --git a/core/l10n/si_LK.php b/core/l10n/si_LK.php
index 445d77fa73..03caef7841 100644
--- a/core/l10n/si_LK.php
+++ b/core/l10n/si_LK.php
@@ -22,10 +22,13 @@ $TRANSLATIONS = array(
"December" => "දෙසැම්බර්",
"Settings" => "සිටුවම්",
"seconds ago" => "තත්පරයන්ට පෙර",
-"1 minute ago" => "1 මිනිත්තුවකට පෙර",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "අද",
"yesterday" => "ඊයේ",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "පෙර මාසයේ",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "මාස කීපයකට පෙර",
"last year" => "පෙර අවුරුද්දේ",
"years ago" => "අවුරුදු කීපයකට පෙර",
@@ -53,7 +56,6 @@ $TRANSLATIONS = array(
"Password protected" => "මුර පදයකින් ආරක්ශාකර ඇත",
"Error unsetting expiration date" => "කල් ඉකුත් දිනය ඉවත් කිරීමේ දෝෂයක්",
"Error setting expiration date" => "කල් ඉකුත් දිනය ස්ථාපනය කිරීමේ දෝෂයක්",
-"ownCloud password reset" => "ownCloud මුරපදය ප්රත්යාරම්භ කරන්න",
"You will receive a link to reset your password via Email." => "ඔබගේ මුරපදය ප්රත්යාරම්භ කිරීම සඳහා යොමුව විද්යුත් තැපෑලෙන් ලැබෙනු ඇත",
"Username" => "පරිශීලක නම",
"Your password was reset" => "ඔබේ මුරපදය ප්රත්යාරම්භ කරන ලදී",
diff --git a/core/l10n/sk.php b/core/l10n/sk.php
new file mode 100644
index 0000000000..9c35f7f466
--- /dev/null
+++ b/core/l10n/sk.php
@@ -0,0 +1,8 @@
+ array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,)
+);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/core/l10n/sk_SK.php b/core/l10n/sk_SK.php
index 2f8fd253c3..522e31ba2e 100644
--- a/core/l10n/sk_SK.php
+++ b/core/l10n/sk_SK.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "December",
"Settings" => "Nastavenia",
"seconds ago" => "pred sekundami",
-"1 minute ago" => "pred minútou",
-"{minutes} minutes ago" => "pred {minutes} minútami",
-"1 hour ago" => "Pred 1 hodinou",
-"{hours} hours ago" => "Pred {hours} hodinami.",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "dnes",
"yesterday" => "včera",
-"{days} days ago" => "pred {days} dňami",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "minulý mesiac",
-"{months} months ago" => "Pred {months} mesiacmi.",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "pred mesiacmi",
"last year" => "minulý rok",
"years ago" => "pred rokmi",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Email odoslaný",
"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.",
-"ownCloud password reset" => "Obnovenie hesla pre ownCloud",
"Use the following link to reset your password: {link}" => "Použite nasledujúci odkaz pre obnovenie vášho hesla: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Odkaz na obnovenie hesla bol odoslaný na Vašu emailovú adresu.
Ak ho v krátkej dobe neobdržíte, skontrolujte si Váš kôš a priečinok spam.
Ak ho ani tam nenájdete, kontaktujte svojho administrátora.",
"Request failed!
Did you make sure your email/username was right?" => "Požiadavka zlyhala.
Uistili ste sa, že Vaše používateľské meno a email sú správne?",
diff --git a/core/l10n/sl.php b/core/l10n/sl.php
index fc2b4181a7..0c0e828f0b 100644
--- a/core/l10n/sl.php
+++ b/core/l10n/sl.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "december",
"Settings" => "Nastavitve",
"seconds ago" => "pred nekaj sekundami",
-"1 minute ago" => "pred minuto",
-"{minutes} minutes ago" => "pred {minutes} minutami",
-"1 hour ago" => "Pred 1 uro",
-"{hours} hours ago" => "pred {hours} urami",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "danes",
"yesterday" => "včeraj",
-"{days} days ago" => "pred {days} dnevi",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "zadnji mesec",
-"{months} months ago" => "pred {months} meseci",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "mesecev nazaj",
"last year" => "lansko leto",
"years ago" => "let nazaj",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Elektronska pošta je poslana",
"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.",
-"ownCloud password reset" => "Ponastavitev gesla za oblak ownCloud",
"Use the following link to reset your password: {link}" => "Za ponastavitev gesla uporabite povezavo: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Povezava za ponastavitev gesla je bila poslana na elektronski naslov.
V kolikor sporočila ne prejmete v doglednem času, preverite tudi mape vsiljene pošte.
Če ne bo niti tam, stopite v stik s skrbnikom.",
"Request failed!
Did you make sure your email/username was right?" => "Zahteva je spodletela!
Ali sta elektronski naslov oziroma uporabniško ime navedena pravilno?",
diff --git a/core/l10n/sq.php b/core/l10n/sq.php
index ad3ad482e6..2b073bc88b 100644
--- a/core/l10n/sq.php
+++ b/core/l10n/sq.php
@@ -29,15 +29,13 @@ $TRANSLATIONS = array(
"December" => "Dhjetor",
"Settings" => "Parametra",
"seconds ago" => "sekonda më parë",
-"1 minute ago" => "1 minutë më parë",
-"{minutes} minutes ago" => "{minutes} minuta më parë",
-"1 hour ago" => "1 orë më parë",
-"{hours} hours ago" => "{hours} orë më parë",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "sot",
"yesterday" => "dje",
-"{days} days ago" => "{days} ditë më parë",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "muajin e shkuar",
-"{months} months ago" => "{months} muaj më parë",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "muaj më parë",
"last year" => "vitin e shkuar",
"years ago" => "vite më parë",
@@ -85,7 +83,6 @@ $TRANSLATIONS = array(
"Email sent" => "Email-i u dërgua",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Azhurnimi dështoi. Ju lutemi njoftoni për këtë problem komunitetin ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "Azhurnimi u krye. Tani do t'ju kaloj tek ownCloud-i.",
-"ownCloud password reset" => "Rivendosja e kodit të ownCloud-it",
"Use the following link to reset your password: {link}" => "Përdorni lidhjen në vijim për të rivendosur kodin: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Lidhja për rivendosjen e kodit tuaj u dërgua tek email-i juaj.
Nëqoftëse nuk e merrni brenda një kohe të arsyeshme, kontrolloni dosjet e postës së padëshirueshme (spam).
Nëqoftëse nuk është as aty, pyesni administratorin tuaj lokal.",
"Request failed!
Did you make sure your email/username was right?" => "Kërkesa dështoi!
A u siguruat që email-i/përdoruesi juaj ishte i saktë?",
diff --git a/core/l10n/sr.php b/core/l10n/sr.php
index 0ea05f41a7..77c8b9225d 100644
--- a/core/l10n/sr.php
+++ b/core/l10n/sr.php
@@ -28,15 +28,13 @@ $TRANSLATIONS = array(
"December" => "Децембар",
"Settings" => "Поставке",
"seconds ago" => "пре неколико секунди",
-"1 minute ago" => "пре 1 минут",
-"{minutes} minutes ago" => "пре {minutes} минута",
-"1 hour ago" => "Пре једног сата",
-"{hours} hours ago" => "Пре {hours} сата (сати)",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "данас",
"yesterday" => "јуче",
-"{days} days ago" => "пре {days} дана",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "прошлог месеца",
-"{months} months ago" => "Пре {months} месеца (месеци)",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "месеци раније",
"last year" => "прошле године",
"years ago" => "година раније",
@@ -78,7 +76,6 @@ $TRANSLATIONS = array(
"Error setting expiration date" => "Грешка код постављања датума истека",
"Sending ..." => "Шаљем...",
"Email sent" => "Порука је послата",
-"ownCloud password reset" => "Поништавање лозинке за ownCloud",
"Use the following link to reset your password: {link}" => "Овом везом ресетујте своју лозинку: {link}",
"You will receive a link to reset your password via Email." => "Добићете везу за ресетовање лозинке путем е-поште.",
"Username" => "Корисничко име",
diff --git a/core/l10n/sr@latin.php b/core/l10n/sr@latin.php
index b8bae55f22..f1bbd2ea7e 100644
--- a/core/l10n/sr@latin.php
+++ b/core/l10n/sr@latin.php
@@ -20,6 +20,10 @@ $TRANSLATIONS = array(
"November" => "Novembar",
"December" => "Decembar",
"Settings" => "Podešavanja",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
"Cancel" => "Otkaži",
"Password" => "Lozinka",
"You will receive a link to reset your password via Email." => "Dobićete vezu za resetovanje lozinke putem e-pošte.",
diff --git a/core/l10n/sv.php b/core/l10n/sv.php
index a7157a0bbd..03d8dbbb3f 100644
--- a/core/l10n/sv.php
+++ b/core/l10n/sv.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "December",
"Settings" => "Inställningar",
"seconds ago" => "sekunder sedan",
-"1 minute ago" => "1 minut sedan",
-"{minutes} minutes ago" => "{minutes} minuter sedan",
-"1 hour ago" => "1 timme sedan",
-"{hours} hours ago" => "{hours} timmar sedan",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "i dag",
"yesterday" => "i går",
-"{days} days ago" => "{days} dagar sedan",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "förra månaden",
-"{months} months ago" => "{months} månader sedan",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "månader sedan",
"last year" => "förra året",
"years ago" => "år sedan",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "E-post skickat",
"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.",
-"ownCloud password reset" => "ownCloud lösenordsåterställning",
"Use the following link to reset your password: {link}" => "Använd följande länk för att återställa lösenordet: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Länken för att återställa ditt lösenorden har skickats till din e-postadress
Om du inte har erhållit meddelandet inom kort, vänligen kontrollera din skräppost-mapp
Om den inte finns där, vänligen kontakta din administratör.",
"Request failed!
Did you make sure your email/username was right?" => "Begäran misslyckades!
Är du helt säker på att din e-postadress/användarnamn är korrekt?",
diff --git a/core/l10n/sw_KE.php b/core/l10n/sw_KE.php
new file mode 100644
index 0000000000..883f2beb4e
--- /dev/null
+++ b/core/l10n/sw_KE.php
@@ -0,0 +1,8 @@
+ array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,)
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/ta_LK.php b/core/l10n/ta_LK.php
index a7b71176f3..d715dde88c 100644
--- a/core/l10n/ta_LK.php
+++ b/core/l10n/ta_LK.php
@@ -28,15 +28,13 @@ $TRANSLATIONS = array(
"December" => "மார்கழி",
"Settings" => "அமைப்புகள்",
"seconds ago" => "செக்கன்களுக்கு முன்",
-"1 minute ago" => "1 நிமிடத்திற்கு முன் ",
-"{minutes} minutes ago" => "{நிமிடங்கள்} நிமிடங்களுக்கு முன் ",
-"1 hour ago" => "1 மணித்தியாலத்திற்கு முன்",
-"{hours} hours ago" => "{மணித்தியாலங்கள்} மணித்தியாலங்களிற்கு முன்",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "இன்று",
"yesterday" => "நேற்று",
-"{days} days ago" => "{நாட்கள்} நாட்களுக்கு முன்",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "கடந்த மாதம்",
-"{months} months ago" => "{மாதங்கள்} மாதங்களிற்கு முன்",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "மாதங்களுக்கு முன்",
"last year" => "கடந்த வருடம்",
"years ago" => "வருடங்களுக்கு முன்",
@@ -75,7 +73,6 @@ $TRANSLATIONS = array(
"Password protected" => "கடவுச்சொல் பாதுகாக்கப்பட்டது",
"Error unsetting expiration date" => "காலாவதியாகும் திகதியை குறிப்பிடாமைக்கான வழு",
"Error setting expiration date" => "காலாவதியாகும் திகதியை குறிப்பிடுவதில் வழு",
-"ownCloud password reset" => "ownCloud இன் கடவுச்சொல் மீளமைப்பு",
"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/te.php b/core/l10n/te.php
index a0fe28c555..16a65eea77 100644
--- a/core/l10n/te.php
+++ b/core/l10n/te.php
@@ -22,15 +22,13 @@ $TRANSLATIONS = array(
"December" => "డిసెంబర్",
"Settings" => "అమరికలు",
"seconds ago" => "క్షణాల క్రితం",
-"1 minute ago" => "1 నిమిషం క్రితం",
-"{minutes} minutes ago" => "{minutes} నిమిషాల క్రితం",
-"1 hour ago" => "1 గంట క్రితం",
-"{hours} hours ago" => "{hours} గంటల క్రితం",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "ఈరోజు",
"yesterday" => "నిన్న",
-"{days} days ago" => "{days} రోజుల క్రితం",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "పోయిన నెల",
-"{months} months ago" => "{months} నెలల క్రితం",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "నెలల క్రితం",
"last year" => "పోయిన సంవత్సరం",
"years ago" => "సంవత్సరాల క్రితం",
diff --git a/core/l10n/th_TH.php b/core/l10n/th_TH.php
index 379c479ffd..7dda8cf6d3 100644
--- a/core/l10n/th_TH.php
+++ b/core/l10n/th_TH.php
@@ -28,15 +28,13 @@ $TRANSLATIONS = array(
"December" => "ธันวาคม",
"Settings" => "ตั้งค่า",
"seconds ago" => "วินาที ก่อนหน้านี้",
-"1 minute ago" => "1 นาทีก่อนหน้านี้",
-"{minutes} minutes ago" => "{minutes} นาทีก่อนหน้านี้",
-"1 hour ago" => "1 ชั่วโมงก่อนหน้านี้",
-"{hours} hours ago" => "{hours} ชั่วโมงก่อนหน้านี้",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "วันนี้",
"yesterday" => "เมื่อวานนี้",
-"{days} days ago" => "{day} วันก่อนหน้านี้",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "เดือนที่แล้ว",
-"{months} months ago" => "{months} เดือนก่อนหน้านี้",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "เดือน ที่ผ่านมา",
"last year" => "ปีที่แล้ว",
"years ago" => "ปี ที่ผ่านมา",
@@ -82,7 +80,6 @@ $TRANSLATIONS = array(
"Email sent" => "ส่งอีเมล์แล้ว",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "การอัพเดทไม่เป็นผลสำเร็จ กรุณาแจ้งปัญหาที่เกิดขึ้นไปยัง คอมมูนิตี้ผู้ใช้งาน ownCloud",
"The update was successful. Redirecting you to ownCloud now." => "การอัพเดทเสร็จเรียบร้อยแล้ว กำลังเปลี่ยนเส้นทางไปที่ ownCloud อยู่ในขณะนี้",
-"ownCloud password reset" => "รีเซ็ตรหัสผ่าน ownCloud",
"Use the following link to reset your password: {link}" => "ใช้ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่านของคุณใหม่: {link}",
"You will receive a link to reset your password via Email." => "คุณจะได้รับลิงค์เพื่อกำหนดรหัสผ่านใหม่ทางอีเมล์",
"Username" => "ชื่อผู้ใช้งาน",
diff --git a/core/l10n/tr.php b/core/l10n/tr.php
index eb9a0a60f0..72923245e9 100644
--- a/core/l10n/tr.php
+++ b/core/l10n/tr.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "Aralık",
"Settings" => "Ayarlar",
"seconds ago" => "saniye önce",
-"1 minute ago" => "1 dakika önce",
-"{minutes} minutes ago" => "{minutes} dakika önce",
-"1 hour ago" => "1 saat önce",
-"{hours} hours ago" => "{hours} saat önce",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "bugün",
"yesterday" => "dün",
-"{days} days ago" => "{days} gün önce",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "geçen ay",
-"{months} months ago" => "{months} ay önce",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "ay önce",
"last year" => "geçen yıl",
"years ago" => "yıl önce",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Eposta gönderildi",
"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.",
-"ownCloud password reset" => "ownCloud parola sıfırlama",
"Use the following link to reset your password: {link}" => "Bu bağlantıyı kullanarak parolanızı sıfırlayın: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Parolanızı değiştirme bağlantısı e-posta adresinize gönderildi.
I Eğer makül bir süre içerisinde mesajı almadıysanız spam/junk dizinini kontrol ediniz.
Eğer orada da bulamazsanız sistem yöneticinize sorunuz.",
"Request failed!
Did you make sure your email/username was right?" => "Isteği başarısız oldu!
E-posta / kullanıcı adınızı doğru olduğundan emin misiniz?",
diff --git a/core/l10n/ug.php b/core/l10n/ug.php
index 12d752b828..3c033ca6d6 100644
--- a/core/l10n/ug.php
+++ b/core/l10n/ug.php
@@ -20,10 +20,12 @@ $TRANSLATIONS = array(
"November" => "ئوغلاق",
"December" => "كۆنەك",
"Settings" => "تەڭشەكلەر",
-"1 minute ago" => "1 مىنۇت ئىلگىرى",
-"1 hour ago" => "1 سائەت ئىلگىرى",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "بۈگۈن",
"yesterday" => "تۈنۈگۈن",
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
"Cancel" => "ۋاز كەچ",
"Yes" => "ھەئە",
"No" => "ياق",
diff --git a/core/l10n/uk.php b/core/l10n/uk.php
index 54fb11d7bf..8d92195736 100644
--- a/core/l10n/uk.php
+++ b/core/l10n/uk.php
@@ -29,15 +29,13 @@ $TRANSLATIONS = array(
"December" => "Грудень",
"Settings" => "Налаштування",
"seconds ago" => "секунди тому",
-"1 minute ago" => "1 хвилину тому",
-"{minutes} minutes ago" => "{minutes} хвилин тому",
-"1 hour ago" => "1 годину тому",
-"{hours} hours ago" => "{hours} години тому",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "сьогодні",
"yesterday" => "вчора",
-"{days} days ago" => "{days} днів тому",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "минулого місяця",
-"{months} months ago" => "{months} місяців тому",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "місяці тому",
"last year" => "минулого року",
"years ago" => "роки тому",
@@ -83,7 +81,6 @@ $TRANSLATIONS = array(
"Email sent" => "Ел. пошта надіслана",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Оновлення виконалось неуспішно. Будь ласка, повідомте про цю проблему в спільноті ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "Оновлення виконалось успішно. Перенаправляємо вас на ownCloud.",
-"ownCloud password reset" => "скидання пароля ownCloud",
"Use the following link to reset your password: {link}" => "Використовуйте наступне посилання для скидання пароля: {link}",
"You will receive a link to reset your password via Email." => "Ви отримаєте посилання для скидання вашого паролю на Ел. пошту.",
"Username" => "Ім'я користувача",
diff --git a/core/l10n/ur_PK.php b/core/l10n/ur_PK.php
index 7474180ac6..ba81e53cfe 100644
--- a/core/l10n/ur_PK.php
+++ b/core/l10n/ur_PK.php
@@ -15,6 +15,10 @@ $TRANSLATIONS = array(
"November" => "نومبر",
"December" => "دسمبر",
"Settings" => "سیٹینگز",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array(,),
"Choose" => "منتخب کریں",
"Cancel" => "منسوخ کریں",
"Yes" => "ہاں",
@@ -40,7 +44,6 @@ $TRANSLATIONS = array(
"delete" => "ختم کریں",
"share" => "شئیر کریں",
"Password protected" => "پاسورڈ سے محفوظ کیا گیا ہے",
-"ownCloud password reset" => "اون کلاؤڈ پاسورڈ ری سیٹ",
"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/vi.php b/core/l10n/vi.php
index 5ba902c355..26ba0dbf8e 100644
--- a/core/l10n/vi.php
+++ b/core/l10n/vi.php
@@ -29,15 +29,13 @@ $TRANSLATIONS = array(
"December" => "Tháng 12",
"Settings" => "Cài đặt",
"seconds ago" => "vài giây trước",
-"1 minute ago" => "1 phút trước",
-"{minutes} minutes ago" => "{minutes} phút trước",
-"1 hour ago" => "1 giờ trước",
-"{hours} hours ago" => "{hours} giờ trước",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "hôm nay",
"yesterday" => "hôm qua",
-"{days} days ago" => "{days} ngày trước",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "tháng trước",
-"{months} months ago" => "{months} tháng trước",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "tháng trước",
"last year" => "năm trước",
"years ago" => "năm trước",
@@ -83,7 +81,6 @@ $TRANSLATIONS = array(
"Email sent" => "Email đã được gửi",
"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.",
-"ownCloud password reset" => "Khôi phục mật khẩu Owncloud ",
"Use the following link to reset your password: {link}" => "Dùng đường dẫn sau để khôi phục lại mật khẩu : {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "Liên kết tạo lại mật khẩu đã được gửi tới hộp thư của bạn.
Nếu bạn không thấy nó sau một khoảng thời gian, vui lòng kiểm tra trong thư mục Spam/Rác.
Nếu vẫn không thấy, vui lòng hỏi người quản trị hệ thống.",
"Request failed!
Did you make sure your email/username was right?" => "Yêu cầu thất bại!
Bạn có chắc là email/tên đăng nhập của bạn chính xác?",
diff --git a/core/l10n/zh_CN.GB2312.php b/core/l10n/zh_CN.GB2312.php
index 6b389179b7..6f7d0dd434 100644
--- a/core/l10n/zh_CN.GB2312.php
+++ b/core/l10n/zh_CN.GB2312.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "十二月",
"Settings" => "设置",
"seconds ago" => "秒前",
-"1 minute ago" => "1 分钟前",
-"{minutes} minutes ago" => "{minutes} 分钟前",
-"1 hour ago" => "1小时前",
-"{hours} hours ago" => "{hours}小时前",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "今天",
"yesterday" => "昨天",
-"{days} days ago" => "{days} 天前",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "上个月",
-"{months} months ago" => "{months}月前",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "月前",
"last year" => "去年",
"years ago" => "年前",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "电子邮件已发送",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "升级失败。请向ownCloud社区报告此问题。",
"The update was successful. Redirecting you to ownCloud now." => "升级成功。现在为您跳转到ownCloud。",
-"ownCloud password reset" => "私有云密码重置",
"Use the following link to reset your password: {link}" => "使用下面的链接来重置你的密码:{link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "重置密码的连接已经通过邮件到您的邮箱。
如果你没有收到邮件,可能是由于要再等一下,或者检查一下您的垃圾邮件夹。
如果还是没有收到,请联系您的系统管理员。",
"Request failed!
Did you make sure your email/username was right?" => "请求失败!
你确定你的邮件地址/用户名是正确的?",
diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php
index 3479baefdd..be35c4fdbb 100644
--- a/core/l10n/zh_CN.php
+++ b/core/l10n/zh_CN.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "十二月",
"Settings" => "设置",
"seconds ago" => "秒前",
-"1 minute ago" => "一分钟前",
-"{minutes} minutes ago" => "{minutes} 分钟前",
-"1 hour ago" => "1小时前",
-"{hours} hours ago" => "{hours} 小时前",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "今天",
"yesterday" => "昨天",
-"{days} days ago" => "{days} 天前",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "上月",
-"{months} months ago" => "{months} 月前",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "月前",
"last year" => "去年",
"years ago" => "年前",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "邮件已发送",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "更新不成功。请汇报将此问题汇报给 ownCloud 社区。",
"The update was successful. Redirecting you to ownCloud now." => "更新成功。正在重定向至 ownCloud。",
-"ownCloud password reset" => "重置 ownCloud 密码",
"Use the following link to reset your password: {link}" => "使用以下链接重置您的密码:{link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "重置密码的链接已发送到您的邮箱。
如果您觉得在合理的时间内还未收到邮件,请查看 spam/junk 目录。
如果没有在那里,请询问您的本地管理员。",
"Request failed!
Did you make sure your email/username was right?" => "请求失败
您确定您的邮箱/用户名是正确的?",
diff --git a/core/l10n/zh_HK.php b/core/l10n/zh_HK.php
index c29d91bc53..6df564739f 100644
--- a/core/l10n/zh_HK.php
+++ b/core/l10n/zh_HK.php
@@ -20,9 +20,13 @@ $TRANSLATIONS = array(
"November" => "十一月",
"December" => "十二月",
"Settings" => "設定",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "今日",
"yesterday" => "昨日",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "前一月",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "個月之前",
"Cancel" => "取消",
"Yes" => "Yes",
diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php
index a5b4e5a6c3..60caebcd33 100644
--- a/core/l10n/zh_TW.php
+++ b/core/l10n/zh_TW.php
@@ -30,15 +30,13 @@ $TRANSLATIONS = array(
"December" => "十二月",
"Settings" => "設定",
"seconds ago" => "幾秒前",
-"1 minute ago" => "1 分鐘前",
-"{minutes} minutes ago" => "{minutes} 分鐘前",
-"1 hour ago" => "1 小時之前",
-"{hours} hours ago" => "{hours} 小時前",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "今天",
"yesterday" => "昨天",
-"{days} days ago" => "{days} 天前",
+"_%n day ago_::_%n days ago_" => array(,),
"last month" => "上個月",
-"{months} months ago" => "{months} 個月前",
+"_%n month ago_::_%n months ago_" => array(,),
"months ago" => "幾個月前",
"last year" => "去年",
"years ago" => "幾年前",
@@ -86,7 +84,6 @@ $TRANSLATIONS = array(
"Email sent" => "Email 已寄出",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "升級失敗,請將此問題回報 ownCloud 社群。",
"The update was successful. Redirecting you to ownCloud now." => "升級成功,正將您重新導向至 ownCloud 。",
-"ownCloud password reset" => "ownCloud 密碼重設",
"Use the following link to reset your password: {link}" => "請至以下連結重設您的密碼: {link}",
"The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator ." => "重設密碼的連結已經寄至您的電子郵件信箱,如果您過了一段時間還是沒有收到它,請檢查看看它是不是被放到垃圾郵件了,如果還是沒有的話,請聯絡您的 ownCloud 系統管理員。",
"Request failed!
Did you make sure your email/username was right?" => "請求失敗!
您確定填入的電子郵件地址或是帳號名稱是正確的嗎?",
diff --git a/l10n/af_ZA/core.po b/l10n/af_ZA/core.po
index d38d730a08..2aa42f705f 100644
--- a/l10n/af_ZA/core.po
+++ b/l10n/af_ZA/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,59 @@ msgstr ""
msgid "December"
msgstr ""
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Instellings"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr ""
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr ""
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr ""
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -377,8 +377,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
diff --git a/l10n/af_ZA/files.po b/l10n/af_ZA/files.po
index adfb6e8f93..2eb2aa7bce 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-07-22 01:54-0400\n"
-"PO-Revision-Date: 2013-07-22 05:55+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -120,7 +120,7 @@ msgstr ""
msgid "Delete permanently"
msgstr ""
-#: js/fileactions.js:128 templates/index.php:93 templates/index.php:94
+#: js/fileactions.js:128 templates/index.php:91 templates/index.php:92
msgid "Delete"
msgstr ""
@@ -128,7 +128,7 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,13 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:457
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:460 js/filelist.js:518
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -200,33 +202,29 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:744 templates/index.php:69
+#: js/files.js:744 templates/index.php:67
msgid "Name"
msgstr ""
-#: js/files.js:745 templates/index.php:80
+#: js/files.js:745 templates/index.php:78
msgid "Size"
msgstr ""
-#: js/files.js:746 templates/index.php:82
+#: js/files.js:746 templates/index.php:80
msgid "Modified"
msgstr ""
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
@@ -285,45 +283,45 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:42
+#: templates/index.php:41
msgid "Deleted files"
msgstr ""
-#: templates/index.php:48
+#: templates/index.php:46
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:54
+#: templates/index.php:52
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:61
+#: templates/index.php:59
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:75
+#: templates/index.php:73
msgid "Download"
msgstr ""
-#: templates/index.php:87 templates/index.php:88
+#: templates/index.php:85 templates/index.php:86
msgid "Unshare"
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Upload too large"
msgstr ""
-#: templates/index.php:109
+#: templates/index.php:107
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:117
+#: templates/index.php:115
msgid "Current scanning"
msgstr ""
diff --git a/l10n/af_ZA/files_trashbin.po b/l10n/af_ZA/files_trashbin.po
index 67021b0b63..020abe02dd 100644
--- a/l10n/af_ZA/files_trashbin.po
+++ b/l10n/af_ZA/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-07-30 01:55-0400\n"
-"PO-Revision-Date: 2013-07-30 05:56+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/af_ZA/lib.po b/l10n/af_ZA/lib.po
index 6e3cacf3df..491052f17f 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,46 @@ msgid "seconds ago"
msgstr ""
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr ""
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr ""
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/ar/core.po b/l10n/ar/core.po
index b13030b52b..8a6009ccb3 100644
--- a/l10n/ar/core.po
+++ b/l10n/ar/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,75 @@ msgstr "تشرين الثاني"
msgid "December"
msgstr "كانون الاول"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "إعدادات"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "منذ ثواني"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "منذ دقيقة"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} منذ دقائق"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "قبل ساعة مضت"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours} ساعة مضت"
-
-#: js/js.js:819
msgid "today"
msgstr "اليوم"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "يوم أمس"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} يوم سابق"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "الشهر الماضي"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} شهر مضت"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "شهر مضى"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "السنةالماضية"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "سنة مضت"
@@ -377,9 +393,10 @@ msgstr "حصل خطأ في عملية التحديث, يرجى ارسال تقر
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr "تم التحديث بنجاح , يتم اعادة توجيهك الان الى Owncloud"
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "إعادة تعيين كلمة سر ownCloud"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/ar/files.po b/l10n/ar/files.po
index c3f06d75b7..2f9759aeb7 100644
--- a/l10n/ar/files.po
+++ b/l10n/ar/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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr "إلغاء"
msgid "Rename"
msgstr "إعادة تسميه"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "قيد الانتظار"
@@ -160,11 +160,17 @@ msgstr "تراجع"
msgid "perform delete operation"
msgstr "جاري تنفيذ عملية الحذف"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "جاري رفع 1 ملف"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +218,25 @@ msgstr "حجم"
msgid "Modified"
msgstr "معدل"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "مجلد عدد 1"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} مجلدات"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "ملف واحد"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} ملفات"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/ar/files_trashbin.po b/l10n/ar/files_trashbin.po
index c520cd3822..f07045eb58 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,25 @@ msgstr "اسم"
msgid "Deleted"
msgstr "تم الحذف"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "مجلد عدد 1"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} مجلدات"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "ملف واحد"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} ملفات"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/ar/lib.po b/l10n/ar/lib.po
index 6fe38212e1..040d66a42c 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,62 @@ msgid "seconds ago"
msgstr "منذ ثواني"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "منذ دقيقة"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d دقيقة مضت"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "قبل ساعة مضت"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d ساعة مضت"
-
-#: template/functions.php:85
msgid "today"
msgstr "اليوم"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "يوم أمس"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d يوم مضى"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "الشهر الماضي"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%d شهر مضت"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "السنةالماضية"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "سنة مضت"
diff --git a/l10n/be/core.po b/l10n/be/core.po
index 2e14badcc2..fb9c15d2cc 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,67 @@ msgstr ""
msgid "December"
msgstr ""
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr ""
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr ""
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr ""
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr ""
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -377,8 +385,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
diff --git a/l10n/be/files.po b/l10n/be/files.po
index 3589633cd9..66c2d81dab 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-07-22 01:54-0400\n"
-"PO-Revision-Date: 2013-07-22 05:55+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -120,7 +120,7 @@ msgstr ""
msgid "Delete permanently"
msgstr ""
-#: js/fileactions.js:128 templates/index.php:93 templates/index.php:94
+#: js/fileactions.js:128 templates/index.php:91 templates/index.php:92
msgid "Delete"
msgstr ""
@@ -128,7 +128,7 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,15 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:457
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: js/filelist.js:460 js/filelist.js:518
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -200,33 +204,33 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:744 templates/index.php:69
+#: js/files.js:744 templates/index.php:67
msgid "Name"
msgstr ""
-#: js/files.js:745 templates/index.php:80
+#: js/files.js:745 templates/index.php:78
msgid "Size"
msgstr ""
-#: js/files.js:746 templates/index.php:82
+#: js/files.js:746 templates/index.php:80
msgid "Modified"
msgstr ""
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#: lib/app.php:73
#, php-format
@@ -285,45 +289,45 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:42
+#: templates/index.php:41
msgid "Deleted files"
msgstr ""
-#: templates/index.php:48
+#: templates/index.php:46
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:54
+#: templates/index.php:52
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:61
+#: templates/index.php:59
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:75
+#: templates/index.php:73
msgid "Download"
msgstr ""
-#: templates/index.php:87 templates/index.php:88
+#: templates/index.php:85 templates/index.php:86
msgid "Unshare"
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Upload too large"
msgstr ""
-#: templates/index.php:109
+#: templates/index.php:107
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:117
+#: templates/index.php:115
msgid "Current scanning"
msgstr ""
diff --git a/l10n/be/files_trashbin.po b/l10n/be/files_trashbin.po
index ae698ecde9..770cceb542 100644
--- a/l10n/be/files_trashbin.po
+++ b/l10n/be/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-07-30 01:55-0400\n"
-"PO-Revision-Date: 2013-07-30 05:56+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,21 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/be/lib.po b/l10n/be/lib.po
index d6a34784f4..c95cd9291f 100644
--- a/l10n/be/lib.po
+++ b/l10n/be/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,54 @@ msgid "seconds ago"
msgstr ""
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr ""
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr ""
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po
index 7bd4f710b0..cf34714ed7 100644
--- a/l10n/bg_BG/core.po
+++ b/l10n/bg_BG/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,59 @@ msgstr "Ноември"
msgid "December"
msgstr "Декември"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Настройки"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "преди секунди"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "преди 1 минута"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "преди 1 час"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr "днес"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "вчера"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "последният месец"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "последната година"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "последните години"
@@ -377,8 +377,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po
index 6177f5fbda..3dc6cd15d8 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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr "Изтриване"
msgid "Rename"
msgstr "Преименуване"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Чакащо"
@@ -160,11 +160,13 @@ msgstr "възтановяване"
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +214,17 @@ msgstr "Размер"
msgid "Modified"
msgstr "Променено"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 папка"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} папки"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 файл"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} файла"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/bg_BG/files_trashbin.po b/l10n/bg_BG/files_trashbin.po
index d232b3b029..1b16c5b409 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,17 @@ msgstr "Име"
msgid "Deleted"
msgstr "Изтрито"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 папка"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} папки"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 файл"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} файла"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/bg_BG/lib.po b/l10n/bg_BG/lib.po
index 4262850f24..1aa83779f3 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,46 @@ msgid "seconds ago"
msgstr "преди секунди"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "преди 1 минута"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "преди %d минути"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "преди 1 час"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "преди %d часа"
-
-#: template/functions.php:85
msgid "today"
msgstr "днес"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "вчера"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "преди %d дни"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "последният месец"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "преди %d месеца"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "последната година"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "последните години"
diff --git a/l10n/bn_BD/core.po b/l10n/bn_BD/core.po
index 35ee439b4d..ab30218562 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,59 @@ msgstr "নভেম্বর"
msgid "December"
msgstr "ডিসেম্বর"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "নিয়ামকসমূহ"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "সেকেন্ড পূর্বে"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "১ মিনিট পূর্বে"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} মিনিট পূর্বে"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 ঘন্টা পূর্বে"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours} ঘন্টা পূর্বে"
-
-#: js/js.js:819
msgid "today"
msgstr "আজ"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "গতকাল"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} দিন পূর্বে"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "গত মাস"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} মাস পূর্বে"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "মাস পূর্বে"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "গত বছর"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "বছর পূর্বে"
@@ -377,9 +377,10 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "ownCloud কূটশব্দ পূনঃনির্ধারণ"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po
index 863cde1d98..09289f17be 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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr "মুছে"
msgid "Rename"
msgstr "পূনঃনামকরণ"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "মুলতুবি"
@@ -160,11 +160,13 @@ msgstr "ক্রিয়া প্রত্যাহার"
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "১টি ফাইল আপলোড করা হচ্ছে"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +214,17 @@ msgstr "আকার"
msgid "Modified"
msgstr "পরিবর্তিত"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "১টি ফোল্ডার"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} টি ফোল্ডার"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "১টি ফাইল"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} টি ফাইল"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/bn_BD/files_trashbin.po b/l10n/bn_BD/files_trashbin.po
index f52d33c0a5..eba36ccfd6 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr "রাম"
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "১টি ফোল্ডার"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} টি ফোল্ডার"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "১টি ফাইল"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} টি ফাইল"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/bn_BD/lib.po b/l10n/bn_BD/lib.po
index 94dd00b476..9f5df0a964 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,46 @@ msgid "seconds ago"
msgstr "সেকেন্ড পূর্বে"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "১ মিনিট পূর্বে"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d মিনিট পূর্বে"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 ঘন্টা পূর্বে"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr "আজ"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "গতকাল"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d দিন পূর্বে"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "গত মাস"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "গত বছর"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "বছর পূর্বে"
diff --git a/l10n/bs/core.po b/l10n/bs/core.po
index 7ff5f0d5e1..d544fc01ed 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,63 @@ msgstr ""
msgid "December"
msgstr ""
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr ""
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr ""
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr ""
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr ""
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -377,8 +381,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
diff --git a/l10n/bs/files.po b/l10n/bs/files.po
index 40526578de..f628bc2189 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-08-02 01:55-0400\n"
-"PO-Revision-Date: 2013-08-02 05:40+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,14 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +215,19 @@ msgstr "Veličina"
msgid "Modified"
msgstr ""
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/bs/files_trashbin.po b/l10n/bs/files_trashbin.po
index 9fb0dde49f..319adc5d23 100644
--- a/l10n/bs/files_trashbin.po
+++ b/l10n/bs/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-07-30 01:55-0400\n"
-"PO-Revision-Date: 2013-07-30 05:56+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,19 @@ msgstr "Ime"
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/bs/lib.po b/l10n/bs/lib.po
index c2f770fea8..aaa796e103 100644
--- a/l10n/bs/lib.po
+++ b/l10n/bs/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,50 @@ msgid "seconds ago"
msgstr ""
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr ""
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr ""
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/ca/core.po b/l10n/ca/core.po
index 8e4a149618..a9864b9876 100644
--- a/l10n/ca/core.po
+++ b/l10n/ca/core.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -139,59 +139,59 @@ msgstr "Novembre"
msgid "December"
msgstr "Desembre"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Configuració"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "segons enrere"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "fa 1 minut"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "fa {minutes} minuts"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "fa 1 hora"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "fa {hours} hores"
-
-#: js/js.js:819
msgid "today"
msgstr "avui"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "ahir"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "fa {days} dies"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "el mes passat"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "fa {months} mesos"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "mesos enrere"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "l'any passat"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "anys enrere"
@@ -379,9 +379,10 @@ msgstr "L'actualització ha estat incorrecte. Comuniqueu aquest error a \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
@@ -130,7 +130,7 @@ msgstr "Esborra"
msgid "Rename"
msgstr "Reanomena"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Pendent"
@@ -162,11 +162,13 @@ msgstr "desfés"
msgid "perform delete operation"
msgstr "executa d'operació d'esborrar"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 fitxer pujant"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "fitxers pujant"
@@ -214,21 +216,17 @@ msgstr "Mida"
msgid "Modified"
msgstr "Modificat"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 carpeta"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} carpetes"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 fitxer"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} fitxers"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/ca/files_trashbin.po b/l10n/ca/files_trashbin.po
index f20e566e4f..69f190dc6a 100644
--- a/l10n/ca/files_trashbin.po
+++ b/l10n/ca/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: rogerc\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,17 @@ msgstr "Nom"
msgid "Deleted"
msgstr "Eliminat"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 carpeta"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} carpetes"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 fitxer"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} fitxers"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/ca/lib.po b/l10n/ca/lib.po
index 5ab8cad937..28c2be4f31 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,46 @@ msgid "seconds ago"
msgstr "segons enrere"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "fa 1 minut"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "fa %d minuts"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "fa 1 hora"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "fa %d hores"
-
-#: template/functions.php:85
msgid "today"
msgstr "avui"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "ahir"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "fa %d dies"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "el mes passat"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "fa %d mesos"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "l'any passat"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "anys enrere"
diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po
index ef83000170..2ee7bf18d2 100644
--- a/l10n/cs_CZ/core.po
+++ b/l10n/cs_CZ/core.po
@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# janinko , 2013
# Honza K. , 2013
# Martin , 2013
# pstast , 2013
@@ -11,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -141,59 +142,63 @@ msgstr "Listopad"
msgid "December"
msgstr "Prosinec"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Nastavení"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "před pár vteřinami"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "před minutou"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "před {minutes} minutami"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "před hodinou"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "před {hours} hodinami"
-
-#: js/js.js:819
msgid "today"
msgstr "dnes"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "včera"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "před {days} dny"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "minulý měsíc"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "před {months} měsíci"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "před měsíci"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "minulý rok"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "před lety"
@@ -381,9 +386,10 @@ msgstr "Aktualizace neproběhla úspěšně. Nahlaste prosím problém do \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -131,7 +131,7 @@ msgstr "Smazat"
msgid "Rename"
msgstr "Přejmenovat"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Nevyřízené"
@@ -163,11 +163,14 @@ msgstr "vrátit zpět"
msgid "perform delete operation"
msgstr "provést smazání"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "odesílá se 1 soubor"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "soubory se odesílají"
@@ -215,21 +218,19 @@ msgstr "Velikost"
msgid "Modified"
msgstr "Upraveno"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 složka"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} složek"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 soubor"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} souborů"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/cs_CZ/files_encryption.po b/l10n/cs_CZ/files_encryption.po
index b477743c56..1ae1e6e02f 100644
--- a/l10n/cs_CZ/files_encryption.po
+++ b/l10n/cs_CZ/files_encryption.po
@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# janinko , 2013
# Honza K. , 2013
# Martin , 2013
# pstast , 2013
@@ -11,9 +12,9 @@ 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"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-14 17:00+0000\n"
+"Last-Translator: janinko \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"
@@ -74,7 +75,7 @@ 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 "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:263
msgid "Following users are not set up for encryption:"
diff --git a/l10n/cs_CZ/files_trashbin.po b/l10n/cs_CZ/files_trashbin.po
index 4f63d6c7db..52c7409970 100644
--- a/l10n/cs_CZ/files_trashbin.po
+++ b/l10n/cs_CZ/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: Honza K. \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,19 @@ msgstr "Název"
msgid "Deleted"
msgstr "Smazáno"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 složka"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} složky"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 soubor"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} soubory"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po
index 18d9a5a279..5cde183101 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -209,50 +209,50 @@ msgid "seconds ago"
msgstr "před pár sekundami"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "před minutou"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "před %d minutami"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "před hodinou"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "před %d hodinami"
-
-#: template/functions.php:85
msgid "today"
msgstr "dnes"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "včera"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "před %d dny"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "minulý měsíc"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "před %d měsíci"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "minulý rok"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "před lety"
diff --git a/l10n/cy_GB/core.po b/l10n/cy_GB/core.po
index e17b731ac3..eda31fda90 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -138,59 +138,67 @@ msgstr "Tachwedd"
msgid "December"
msgstr "Rhagfyr"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Gosodiadau"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "eiliad yn ôl"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1 munud yn ôl"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} munud yn ôl"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 awr yn ôl"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours} awr yn ôl"
-
-#: js/js.js:819
msgid "today"
msgstr "heddiw"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "ddoe"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} diwrnod yn ôl"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "mis diwethaf"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} mis yn ôl"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "misoedd yn ôl"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "y llynedd"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "blwyddyn yn ôl"
@@ -378,9 +386,10 @@ msgstr "Methodd y diweddariad. Adroddwch y mater hwn i \n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@@ -128,7 +128,7 @@ msgstr "Dileu"
msgid "Rename"
msgstr "Ailenwi"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "I ddod"
@@ -160,11 +160,15 @@ msgstr "dadwneud"
msgid "perform delete operation"
msgstr "cyflawni gweithred dileu"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 ffeil yn llwytho i fyny"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "ffeiliau'n llwytho i fyny"
@@ -212,21 +216,21 @@ msgstr "Maint"
msgid "Modified"
msgstr "Addaswyd"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 blygell"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} plygell"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 ffeil"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} ffeil"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/cy_GB/files_trashbin.po b/l10n/cy_GB/files_trashbin.po
index 2df508d685..b9b366cf63 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,21 @@ msgstr "Enw"
msgid "Deleted"
msgstr "Wedi dileu"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 blygell"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} plygell"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 ffeil"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} ffeil"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/cy_GB/lib.po b/l10n/cy_GB/lib.po
index c4ce11ab83..f53ef9f6f2 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,54 @@ msgid "seconds ago"
msgstr "eiliad yn ôl"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1 munud yn ôl"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d munud yn ôl"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 awr yn ôl"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d awr yn ôl"
-
-#: template/functions.php:85
msgid "today"
msgstr "heddiw"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "ddoe"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d diwrnod yn ôl"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "mis diwethaf"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%d mis yn ôl"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "y llynedd"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "blwyddyn yn ôl"
diff --git a/l10n/da/core.po b/l10n/da/core.po
index 4f043cabb6..2966aa9849 100644
--- a/l10n/da/core.po
+++ b/l10n/da/core.po
@@ -4,14 +4,15 @@
#
# Translators:
# Sappe, 2013
+# claus_chr , 2013
# Ole Holm Frandsen , 2013
# Peter Jespersen , 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -140,59 +141,59 @@ msgstr "November"
msgid "December"
msgstr "December"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Indstillinger"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "sekunder siden"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1 minut siden"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} minutter siden"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 time siden"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours} timer siden"
-
-#: js/js.js:819
msgid "today"
msgstr "i dag"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "i går"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} dage siden"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "sidste måned"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} måneder siden"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "måneder siden"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "sidste år"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "år siden"
@@ -380,9 +381,10 @@ msgstr "Opdateringen blev ikke udført korrekt. Rapporter venligst problemet til
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr "Opdateringen blev udført korrekt. Du bliver nu viderestillet til ownCloud."
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "Nulstil ownCloud kodeord"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
@@ -414,7 +416,7 @@ msgid ""
"will be no way to get your data back after your password is reset. If you "
"are not sure what to do, please contact your administrator before you "
"continue. Do you really want to continue?"
-msgstr ""
+msgstr "Dine filer er krypterede. Hvis du ikke har aktiveret gendannelsesnøglen kan du ikke få dine data tilbage efter at du har ændret adgangskode. HVis du ikke er sikker på, hvad du skal gøre så kontakt din administrator før du fortsætter. Vil du fortsætte?"
#: lostpassword/templates/lostpassword.php:24
msgid "Yes, I really want to reset my password now"
@@ -477,7 +479,7 @@ msgid ""
"View it: %s\n"
"\n"
"Cheers!"
-msgstr ""
+msgstr "Hallo\n\ndette blot for at lade dig vide, at %s har delt %s med dig.\nSe det: %s\n\nHej"
#: templates/edit_categories_dialog.php:4
msgid "Edit categories"
@@ -524,7 +526,7 @@ msgstr "Dine data mappe og filer er sandsynligvis tilgængelige fra internettet
msgid ""
"For information how to properly configure your server, please see the documentation."
-msgstr ""
+msgstr "For information om, hvordan du konfigurerer din server korrekt se dokumentationen."
#: templates/installation.php:47
msgid "Create an admin account"
@@ -583,7 +585,7 @@ msgstr "Log ud"
#: templates/layout.user.php:100
msgid "More apps"
-msgstr ""
+msgstr "Flere programmer"
#: templates/login.php:9
msgid "Automatic logon rejected!"
@@ -620,7 +622,7 @@ msgstr "Alternative logins"
msgid ""
"Hey there,
just letting you know that %s shared »%s« with you.
View it!
Cheers!"
-msgstr ""
+msgstr "Hallo,
dette blot for at lade dig vide, at %s har delt \"%s\" med dig.
Se det!
Hej"
#: templates/part.pagenavi.php:3
msgid "prev"
diff --git a/l10n/da/files.po b/l10n/da/files.po
index 19bbe806b5..8a78acb722 100644
--- a/l10n/da/files.po
+++ b/l10n/da/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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: Sappe\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -130,7 +130,7 @@ msgstr "Slet"
msgid "Rename"
msgstr "Omdøb"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Afventer"
@@ -162,11 +162,13 @@ msgstr "fortryd"
msgid "perform delete operation"
msgstr "udfør slet operation"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 fil uploades"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "uploader filer"
@@ -214,21 +216,17 @@ msgstr "Størrelse"
msgid "Modified"
msgstr "Ændret"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 mappe"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} mapper"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 fil"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} filer"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/da/files_encryption.po b/l10n/da/files_encryption.po
index ad4b78df1c..105ba059f9 100644
--- a/l10n/da/files_encryption.po
+++ b/l10n/da/files_encryption.po
@@ -4,13 +4,14 @@
#
# Translators:
# Sappe, 2013
+# claus_chr , 2013
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"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-14 19:40+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"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -71,11 +72,11 @@ 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 "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:263
msgid "Following users are not set up for encryption:"
-msgstr ""
+msgstr "Følgende brugere er ikke sat op til kryptering:"
#: js/settings-admin.js:11
msgid "Saving..."
diff --git a/l10n/da/files_trashbin.po b/l10n/da/files_trashbin.po
index 9e5c80b304..a629083f8b 100644
--- a/l10n/da/files_trashbin.po
+++ b/l10n/da/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: Sappe\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,17 @@ msgstr "Navn"
msgid "Deleted"
msgstr "Slettet"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 mappe"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} mapper"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 fil"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} filer"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/da/lib.po b/l10n/da/lib.po
index 428fab08b3..1d132880f9 100644
--- a/l10n/da/lib.po
+++ b/l10n/da/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -208,50 +208,46 @@ msgid "seconds ago"
msgstr "sekunder siden"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1 minut siden"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d minutter siden"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 time siden"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d timer siden"
-
-#: template/functions.php:85
msgid "today"
msgstr "i dag"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "i går"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d dage siden"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "sidste måned"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%d måneder siden"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "sidste år"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "år siden"
diff --git a/l10n/de/core.po b/l10n/de/core.po
index b3c2ddb1be..47ffc3c145 100644
--- a/l10n/de/core.po
+++ b/l10n/de/core.po
@@ -4,6 +4,7 @@
#
# Translators:
# arkascha , 2013
+# I Robot , 2013
# Marcel Kühlhorn , 2013
# Mario Siegmann , 2013
# JamFX , 2013
@@ -14,9 +15,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-11 15:10+0000\n"
-"Last-Translator: Mario Siegmann \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -144,59 +145,59 @@ msgstr "November"
msgid "December"
msgstr "Dezember"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Einstellungen"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "Gerade eben"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "vor einer Minute"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "Vor {minutes} Minuten"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "Vor einer Stunde"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "Vor {hours} Stunden"
-
-#: js/js.js:819
msgid "today"
msgstr "Heute"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "Gestern"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "Vor {days} Tag(en)"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "Letzten Monat"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "Vor {months} Monaten"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "Vor Monaten"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "Letztes Jahr"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "Vor Jahren"
@@ -384,9 +385,10 @@ msgstr "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die \n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
@@ -132,7 +132,7 @@ msgstr "Löschen"
msgid "Rename"
msgstr "Umbenennen"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Ausstehend"
@@ -164,11 +164,13 @@ msgstr "rückgängig machen"
msgid "perform delete operation"
msgstr "Löschvorgang ausführen"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 Datei wird hochgeladen"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "Dateien werden hoch geladen"
@@ -216,21 +218,17 @@ msgstr "Größe"
msgid "Modified"
msgstr "Geändert"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 Ordner"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} Ordner"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 Datei"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} Dateien"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/de/files_trashbin.po b/l10n/de/files_trashbin.po
index dd3f5d772b..65d345b8f6 100644
--- a/l10n/de/files_trashbin.po
+++ b/l10n/de/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: Mario Siegmann \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -52,21 +52,17 @@ msgstr "Name"
msgid "Deleted"
msgstr "gelöscht"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 Ordner"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} Ordner"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 Datei"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} Dateien"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/de/lib.po b/l10n/de/lib.po
index 2c23153b7a..c6fc4ba5f1 100644
--- a/l10n/de/lib.po
+++ b/l10n/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
@@ -209,50 +209,46 @@ msgid "seconds ago"
msgstr "Gerade eben"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "vor einer Minute"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "Vor %d Minuten"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "Vor einer Stunde"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "Vor %d Stunden"
-
-#: template/functions.php:85
msgid "today"
msgstr "Heute"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "Gestern"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "Vor %d Tag(en)"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "Letzten Monat"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "Vor %d Monaten"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "Letztes Jahr"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "Vor Jahren"
diff --git a/l10n/de_AT/core.po b/l10n/de_AT/core.po
index d28efc5d0c..621763a9b8 100644
--- a/l10n/de_AT/core.po
+++ b/l10n/de_AT/core.po
@@ -3,12 +3,13 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# I Robot , 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +138,59 @@ msgstr ""
msgid "December"
msgstr ""
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr ""
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr ""
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr ""
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr ""
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -377,8 +378,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
@@ -580,7 +582,7 @@ msgstr ""
#: templates/layout.user.php:100
msgid "More apps"
-msgstr ""
+msgstr "Mehr Apps"
#: templates/login.php:9
msgid "Automatic logon rejected!"
diff --git a/l10n/de_AT/files.po b/l10n/de_AT/files.po
index 8b21b5f169..c6a4736092 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-08-07 08:59-0400\n"
-"PO-Revision-Date: 2013-08-07 09:02+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,13 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +214,17 @@ msgstr ""
msgid "Modified"
msgstr ""
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/de_AT/files_trashbin.po b/l10n/de_AT/files_trashbin.po
index 12c2585e9c..a05dc1411b 100644
--- a/l10n/de_AT/files_trashbin.po
+++ b/l10n/de_AT/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-07 08:59-0400\n"
-"PO-Revision-Date: 2013-08-07 09:02+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/de_AT/lib.po b/l10n/de_AT/lib.po
index 4d42aa2271..0984165a84 100644
--- a/l10n/de_AT/lib.po
+++ b/l10n/de_AT/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,46 @@ msgid "seconds ago"
msgstr ""
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr ""
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr ""
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/de_CH/core.po b/l10n/de_CH/core.po
index d32af37534..78e1a2ea08 100644
--- a/l10n/de_CH/core.po
+++ b/l10n/de_CH/core.po
@@ -5,6 +5,7 @@
# Translators:
# arkascha , 2013
# FlorianScholz , 2013
+# I Robot , 2013
# Marcel Kühlhorn , 2013
# Mario Siegmann , 2013
# Mirodin , 2013
@@ -14,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -144,59 +145,59 @@ msgstr "November"
msgid "December"
msgstr "Dezember"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Einstellungen"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "Gerade eben"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "Vor 1 Minute"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "Vor {minutes} Minuten"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "Vor einer Stunde"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "Vor {hours} Stunden"
-
-#: js/js.js:819
msgid "today"
msgstr "Heute"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "Gestern"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "Vor {days} Tag(en)"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "Letzten Monat"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "Vor {months} Monaten"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "Vor Monaten"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "Letztes Jahr"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "Vor Jahren"
@@ -384,9 +385,10 @@ msgstr "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -136,7 +136,7 @@ msgstr "Löschen"
msgid "Rename"
msgstr "Umbenennen"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Ausstehend"
@@ -168,11 +168,13 @@ msgstr "rückgängig machen"
msgid "perform delete operation"
msgstr "Löschvorgang ausführen"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 Datei wird hochgeladen"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "Dateien werden hoch geladen"
@@ -220,21 +222,17 @@ msgstr "Grösse"
msgid "Modified"
msgstr "Geändert"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 Ordner"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} Ordner"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 Datei"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} Dateien"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/de_CH/files_trashbin.po b/l10n/de_CH/files_trashbin.po
index 11659a6602..1d80e2f437 100644
--- a/l10n/de_CH/files_trashbin.po
+++ b/l10n/de_CH/files_trashbin.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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: FlorianScholz \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -53,21 +53,17 @@ msgstr "Name"
msgid "Deleted"
msgstr "Gelöscht"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 Ordner"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} Ordner"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 Datei"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} Dateien"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/de_CH/lib.po b/l10n/de_CH/lib.po
index a3ba8221ed..b694523ffe 100644
--- a/l10n/de_CH/lib.po
+++ b/l10n/de_CH/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -209,50 +209,46 @@ msgid "seconds ago"
msgstr "Gerade eben"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "Vor 1 Minute"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "Vor %d Minuten"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "Vor einer Stunde"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "Vor %d Stunden"
-
-#: template/functions.php:85
msgid "today"
msgstr "Heute"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "Gestern"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "Vor %d Tag(en)"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "Letzten Monat"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "Vor %d Monaten"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "Letztes Jahr"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "Vor Jahren"
diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po
index 081129c614..80603ff03a 100644
--- a/l10n/de_DE/core.po
+++ b/l10n/de_DE/core.po
@@ -5,6 +5,7 @@
# Translators:
# arkascha , 2013
# SteinQuadrat, 2013
+# I Robot , 2013
# Marcel Kühlhorn , 2013
# Mario Siegmann , 2013
# traductor , 2013
@@ -13,9 +14,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-11 15:10+0000\n"
-"Last-Translator: Mario Siegmann \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -143,59 +144,59 @@ msgstr "November"
msgid "December"
msgstr "Dezember"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Einstellungen"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "Gerade eben"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "Vor 1 Minute"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "Vor {minutes} Minuten"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "Vor einer Stunde"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "Vor {hours} Stunden"
-
-#: js/js.js:819
msgid "today"
msgstr "Heute"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "Gestern"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "Vor {days} Tag(en)"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "Letzten Monat"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "Vor {months} Monaten"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "Vor Monaten"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "Letztes Jahr"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "Vor Jahren"
@@ -383,9 +384,10 @@ msgstr "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die , 2013
# Marcel Kühlhorn , 2013
# traductor , 2013
+# noxin , 2013
# Mirodin , 2013
# kabum , 2013
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:21+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:50+0000\n"
+"Last-Translator: noxin \n"
"Language-Team: German (Germany) \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -135,7 +136,7 @@ msgstr "Löschen"
msgid "Rename"
msgstr "Umbenennen"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Ausstehend"
@@ -167,11 +168,13 @@ msgstr "rückgängig machen"
msgid "perform delete operation"
msgstr "Löschvorgang ausführen"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 Datei wird hochgeladen"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] "Es werden %n Dateien hochgeladen"
+msgstr[1] "Es werden %n Dateien hochgeladen"
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "Dateien werden hoch geladen"
@@ -219,21 +222,17 @@ msgstr "Größe"
msgid "Modified"
msgstr "Geändert"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 Ordner"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} Ordner"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 Datei"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} Dateien"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/de_DE/files_trashbin.po b/l10n/de_DE/files_trashbin.po
index ea20766b17..d42fec3eb7 100644
--- a/l10n/de_DE/files_trashbin.po
+++ b/l10n/de_DE/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: Mario Siegmann \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,17 @@ msgstr "Name"
msgid "Deleted"
msgstr "Gelöscht"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 Ordner"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} Ordner"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 Datei"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} Dateien"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/de_DE/lib.po b/l10n/de_DE/lib.po
index ff53275a28..3a5acf7027 100644
--- a/l10n/de_DE/lib.po
+++ b/l10n/de_DE/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Germany) \n"
"MIME-Version: 1.0\n"
@@ -208,50 +208,46 @@ msgid "seconds ago"
msgstr "Gerade eben"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "Vor 1 Minute"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "Vor %d Minuten"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "Vor einer Stunde"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "Vor %d Stunden"
-
-#: template/functions.php:85
msgid "today"
msgstr "Heute"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "Gestern"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "Vor %d Tag(en)"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "Letzten Monat"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "Vor %d Monaten"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "Letztes Jahr"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "Vor Jahren"
diff --git a/l10n/el/core.po b/l10n/el/core.po
index 513c719b8b..9ce695662a 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -144,59 +144,59 @@ msgstr "Νοέμβριος"
msgid "December"
msgstr "Δεκέμβριος"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Ρυθμίσεις"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "δευτερόλεπτα πριν"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1 λεπτό πριν"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} λεπτά πριν"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 ώρα πριν"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours} ώρες πριν"
-
-#: js/js.js:819
msgid "today"
msgstr "σήμερα"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "χτες"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} ημέρες πριν"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "τελευταίο μήνα"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} μήνες πριν"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "μήνες πριν"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "τελευταίο χρόνο"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "χρόνια πριν"
@@ -384,9 +384,10 @@ msgstr "Η ενημέρωση ήταν ανεπιτυχής. Παρακαλώ σ
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr "Η ενημέρωση ήταν επιτυχής. Μετάβαση στο ownCloud."
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "Επαναφορά συνθηματικού ownCloud"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/el/files.po b/l10n/el/files.po
index a4f5443a37..483abeaba5 100644
--- a/l10n/el/files.po
+++ b/l10n/el/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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: Efstathios Iosifidis \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -130,7 +130,7 @@ msgstr "Διαγραφή"
msgid "Rename"
msgstr "Μετονομασία"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Εκκρεμεί"
@@ -162,11 +162,13 @@ msgstr "αναίρεση"
msgid "perform delete operation"
msgstr "εκτέλεση της διαδικασίας διαγραφής"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 αρχείο ανεβαίνει"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "αρχεία ανεβαίνουν"
@@ -214,21 +216,17 @@ msgstr "Μέγεθος"
msgid "Modified"
msgstr "Τροποποιήθηκε"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 φάκελος"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} φάκελοι"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 αρχείο"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} αρχεία"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/el/files_trashbin.po b/l10n/el/files_trashbin.po
index 6c2cab32d4..9419e249a1 100644
--- a/l10n/el/files_trashbin.po
+++ b/l10n/el/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: Efstathios Iosifidis \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,17 @@ msgstr "Όνομα"
msgid "Deleted"
msgstr "Διαγράφηκε"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 φάκελος"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} φάκελοι"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 αρχείο"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} αρχεία"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/el/lib.po b/l10n/el/lib.po
index 2bc4d5854c..c98f621f36 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,46 @@ msgid "seconds ago"
msgstr "δευτερόλεπτα πριν"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1 λεπτό πριν"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d λεπτά πριν"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 ώρα πριν"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d ώρες πριν"
-
-#: template/functions.php:85
msgid "today"
msgstr "σήμερα"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "χτες"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d ημέρες πριν"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "τελευταίο μήνα"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%d μήνες πριν"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "τελευταίο χρόνο"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "χρόνια πριν"
diff --git a/l10n/en@pirate/core.po b/l10n/en@pirate/core.po
index 9d2bf6cd16..f644607fac 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -138,59 +138,59 @@ msgstr ""
msgid "December"
msgstr ""
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr ""
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr ""
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr ""
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr ""
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -378,8 +378,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
diff --git a/l10n/en@pirate/files.po b/l10n/en@pirate/files.po
index e3737d260a..49638f0cca 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-08-07 08:59-0400\n"
-"PO-Revision-Date: 2013-08-07 12:22+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,13 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +214,17 @@ msgstr ""
msgid "Modified"
msgstr ""
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/en@pirate/files_trashbin.po b/l10n/en@pirate/files_trashbin.po
index 03673aa939..c64e4f7a6a 100644
--- a/l10n/en@pirate/files_trashbin.po
+++ b/l10n/en@pirate/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-07-30 01:55-0400\n"
-"PO-Revision-Date: 2013-07-30 05:56+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/en@pirate/lib.po b/l10n/en@pirate/lib.po
index 57f3f1a3de..69cf917ce7 100644
--- a/l10n/en@pirate/lib.po
+++ b/l10n/en@pirate/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,46 @@ msgid "seconds ago"
msgstr ""
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr ""
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr ""
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/eo/core.po b/l10n/eo/core.po
index 6a0ad8b24a..59d39a60fd 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -139,59 +139,59 @@ msgstr "Novembro"
msgid "December"
msgstr "Decembro"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Agordo"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "sekundoj antaŭe"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "antaŭ 1 minuto"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "antaŭ {minutes} minutoj"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "antaŭ 1 horo"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "antaŭ {hours} horoj"
-
-#: js/js.js:819
msgid "today"
msgstr "hodiaŭ"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "hieraŭ"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "antaŭ {days} tagoj"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "lastamonate"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "antaŭ {months} monatoj"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "monatoj antaŭe"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "lastajare"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "jaroj antaŭe"
@@ -379,9 +379,10 @@ msgstr "La ĝisdatigo estis malsukcese. Bonvolu raporti tiun problemon al la \n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@@ -129,7 +129,7 @@ msgstr "Forigi"
msgid "Rename"
msgstr "Alinomigi"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Traktotaj"
@@ -161,11 +161,13 @@ msgstr "malfari"
msgid "perform delete operation"
msgstr "plenumi forigan operacion"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 dosiero estas alŝutata"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "dosieroj estas alŝutataj"
@@ -213,21 +215,17 @@ msgstr "Grando"
msgid "Modified"
msgstr "Modifita"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 dosierujo"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} dosierujoj"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 dosiero"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} dosierujoj"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/eo/files_trashbin.po b/l10n/eo/files_trashbin.po
index c306eefbc5..def217fe08 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr "Nomo"
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 dosierujo"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} dosierujoj"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 dosiero"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} dosierujoj"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/eo/lib.po b/l10n/eo/lib.po
index 313fcc5b1e..8c48d70948 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,46 @@ msgid "seconds ago"
msgstr "sekundoj antaŭe"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "antaŭ 1 minuto"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "antaŭ %d minutoj"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "antaŭ 1 horo"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "antaŭ %d horoj"
-
-#: template/functions.php:85
msgid "today"
msgstr "hodiaŭ"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "hieraŭ"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "antaŭ %d tagoj"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "lastamonate"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "antaŭ %d monatoj"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "lastajare"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "jaroj antaŭe"
diff --git a/l10n/es/core.po b/l10n/es/core.po
index 3cd276adf7..89a2465d44 100644
--- a/l10n/es/core.po
+++ b/l10n/es/core.po
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -145,59 +145,59 @@ msgstr "Noviembre"
msgid "December"
msgstr "Diciembre"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Ajustes"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "hace segundos"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "hace 1 minuto"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "hace {minutes} minutos"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "Hace 1 hora"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "Hace {hours} horas"
-
-#: js/js.js:819
msgid "today"
msgstr "hoy"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "ayer"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "hace {days} días"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "el mes pasado"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "Hace {months} meses"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "hace meses"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "el año pasado"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "hace años"
@@ -385,9 +385,10 @@ msgstr "La actualización ha fracasado. Por favor, informe de este problema a la
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr "La actualización se ha realizado con éxito. Redireccionando a ownCloud ahora."
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "Reseteo contraseña de ownCloud"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/es/files.po b/l10n/es/files.po
index 8a38275c61..6dd3bd3f4a 100644
--- a/l10n/es/files.po
+++ b/l10n/es/files.po
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -133,7 +133,7 @@ msgstr "Eliminar"
msgid "Rename"
msgstr "Renombrar"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Pendiente"
@@ -165,11 +165,13 @@ msgstr "deshacer"
msgid "perform delete operation"
msgstr "Realizar operación de borrado"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "subiendo 1 archivo"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "subiendo archivos"
@@ -217,21 +219,17 @@ msgstr "Tamaño"
msgid "Modified"
msgstr "Modificado"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 carpeta"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} carpetas"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 archivo"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} archivos"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/es/files_trashbin.po b/l10n/es/files_trashbin.po
index ccaa90e09d..beb34a8115 100644
--- a/l10n/es/files_trashbin.po
+++ b/l10n/es/files_trashbin.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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: Art O. Pal \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -53,21 +53,17 @@ msgstr "Nombre"
msgid "Deleted"
msgstr "Eliminado"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 carpeta"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} carpetas"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 archivo"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} archivos"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/es/lib.po b/l10n/es/lib.po
index 8ff17ba6da..209038f14e 100644
--- a/l10n/es/lib.po
+++ b/l10n/es/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -208,50 +208,46 @@ msgid "seconds ago"
msgstr "hace segundos"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "hace 1 minuto"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "hace %d minutos"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "Hace 1 hora"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "Hace %d horas"
-
-#: template/functions.php:85
msgid "today"
msgstr "hoy"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "ayer"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "hace %d días"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "mes pasado"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "Hace %d meses"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "año pasado"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "hace años"
diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po
index 886ceb9876..a64c557f8e 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -138,59 +138,59 @@ msgstr "noviembre"
msgid "December"
msgstr "diciembre"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Configuración"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "segundos atrás"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "hace 1 minuto"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "hace {minutes} minutos"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 hora atrás"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "hace {hours} horas"
-
-#: js/js.js:819
msgid "today"
msgstr "hoy"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "ayer"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "hace {days} días"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "el mes pasado"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} meses atrás"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "meses atrás"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "el año pasado"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "años atrás"
@@ -378,9 +378,10 @@ msgstr "La actualización no pudo ser completada. Por favor, reportá el inconve
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr "La actualización fue exitosa. Estás siendo redirigido a ownCloud."
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "Restablecer contraseña de ownCloud"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po
index 3b8bee30bc..942c654beb 100644
--- a/l10n/es_AR/files.po
+++ b/l10n/es_AR/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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -130,7 +130,7 @@ msgstr "Borrar"
msgid "Rename"
msgstr "Cambiar nombre"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Pendientes"
@@ -162,11 +162,13 @@ msgstr "deshacer"
msgid "perform delete operation"
msgstr "Llevar a cabo borrado"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "Subiendo 1 archivo"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "Subiendo archivos"
@@ -214,21 +216,17 @@ msgstr "Tamaño"
msgid "Modified"
msgstr "Modificado"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 directorio"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} directorios"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 archivo"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} archivos"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/es_AR/files_trashbin.po b/l10n/es_AR/files_trashbin.po
index 2a816ac13b..bdec790f40 100644
--- a/l10n/es_AR/files_trashbin.po
+++ b/l10n/es_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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr "Nombre"
msgid "Deleted"
msgstr "Borrado"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 directorio"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} directorios"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 archivo"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} archivos"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/es_AR/lib.po b/l10n/es_AR/lib.po
index 47c28e8b23..722cf0c4c6 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,46 @@ msgid "seconds ago"
msgstr "segundos atrás"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "hace 1 minuto"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "hace %d minutos"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "hace 1 hora"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "hace %d horas"
-
-#: template/functions.php:85
msgid "today"
msgstr "hoy"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "ayer"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "hace %d días"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "el mes pasado"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "hace %d meses"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "el año pasado"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "años atrás"
diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po
index 388afd742f..089c7847e9 100644
--- a/l10n/et_EE/core.po
+++ b/l10n/et_EE/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-08-13 09:11-0400\n"
-"PO-Revision-Date: 2013-08-12 11:00+0000\n"
-"Last-Translator: pisike.sipelgas \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -139,59 +139,59 @@ msgstr "November"
msgid "December"
msgstr "Detsember"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Seaded"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "sekundit tagasi"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1 minut tagasi"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} minutit tagasi"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 tund tagasi"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours} tundi tagasi"
-
-#: js/js.js:819
msgid "today"
msgstr "täna"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "eile"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} päeva tagasi"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "viimasel kuul"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} kuud tagasi"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "kuu tagasi"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "viimasel aastal"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "aastat tagasi"
@@ -379,9 +379,10 @@ msgstr "Uuendus ebaõnnestus. Palun teavita probleemidest \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
@@ -130,7 +130,7 @@ msgstr "Kustuta"
msgid "Rename"
msgstr "Nimeta ümber"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Ootel"
@@ -162,11 +162,13 @@ msgstr "tagasi"
msgid "perform delete operation"
msgstr "teosta kustutamine"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 fail üleslaadimisel"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "faili üleslaadimisel"
@@ -214,21 +216,17 @@ msgstr "Suurus"
msgid "Modified"
msgstr "Muudetud"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 kaust"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} kausta"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 fail"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} faili"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/et_EE/files_trashbin.po b/l10n/et_EE/files_trashbin.po
index 7fc9276bc8..9e88ec56ab 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-13 09:11-0400\n"
-"PO-Revision-Date: 2013-08-12 11:10+0000\n"
-"Last-Translator: pisike.sipelgas \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,17 @@ msgstr "Nimi"
msgid "Deleted"
msgstr "Kustutatud"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 kaust"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} kausta"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 fail"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} faili"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/et_EE/lib.po b/l10n/et_EE/lib.po
index 6324649b8a..a0fadcd8fe 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -208,50 +208,46 @@ msgid "seconds ago"
msgstr "sekundit tagasi"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1 minut tagasi"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d minutit tagasi"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 tund tagasi"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d tundi tagasi"
-
-#: template/functions.php:85
msgid "today"
msgstr "täna"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "eile"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d päeva tagasi"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "viimasel kuul"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%d kuud tagasi"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "viimasel aastal"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "aastat tagasi"
diff --git a/l10n/eu/core.po b/l10n/eu/core.po
index 3b85fc5876..b732596c72 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -139,59 +139,59 @@ msgstr "Azaroa"
msgid "December"
msgstr "Abendua"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Ezarpenak"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "segundu"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "orain dela minutu 1"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "orain dela {minutes} minutu"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "orain dela ordu bat"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "orain dela {hours} ordu"
-
-#: js/js.js:819
msgid "today"
msgstr "gaur"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "atzo"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "orain dela {days} egun"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "joan den hilabetean"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "orain dela {months} hilabete"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "hilabete"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "joan den urtean"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "urte"
@@ -379,9 +379,10 @@ msgstr "Eguneraketa ez da ongi egin. Mesedez egin arazoaren txosten bat \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -129,7 +129,7 @@ msgstr "Ezabatu"
msgid "Rename"
msgstr "Berrizendatu"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Zain"
@@ -161,11 +161,13 @@ msgstr "desegin"
msgid "perform delete operation"
msgstr "Ezabatu"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "fitxategi 1 igotzen"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "fitxategiak igotzen"
@@ -213,21 +215,17 @@ msgstr "Tamaina"
msgid "Modified"
msgstr "Aldatuta"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "karpeta bat"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} karpeta"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "fitxategi bat"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} fitxategi"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/eu/files_trashbin.po b/l10n/eu/files_trashbin.po
index 0c4934d270..ee2efd48c1 100644
--- a/l10n/eu/files_trashbin.po
+++ b/l10n/eu/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr "Izena"
msgid "Deleted"
msgstr "Ezabatuta"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "karpeta bat"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} karpeta"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "fitxategi bat"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} fitxategi"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/eu/lib.po b/l10n/eu/lib.po
index 03ab66ae76..99b8dd00c2 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -208,50 +208,46 @@ msgid "seconds ago"
msgstr "segundu"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "orain dela minutu 1"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "orain dela %d minutu"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "orain dela ordu bat"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "orain dela %d ordu"
-
-#: template/functions.php:85
msgid "today"
msgstr "gaur"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "atzo"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "orain dela %d egun"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "joan den hilabetean"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "orain dela %d hilabete"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "joan den urtean"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "urte"
diff --git a/l10n/fa/core.po b/l10n/fa/core.po
index 7b7f10c256..1324533554 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -138,59 +138,55 @@ msgstr "نوامبر"
msgid "December"
msgstr "دسامبر"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "تنظیمات"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "ثانیهها پیش"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1 دقیقه پیش"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{دقیقه ها} دقیقه های پیش"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 ساعت پیش"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{ساعت ها} ساعت ها پیش"
-
-#: js/js.js:819
msgid "today"
msgstr "امروز"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "دیروز"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{روزها} روزهای پیش"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "ماه قبل"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{ماه ها} ماه ها پیش"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "ماههای قبل"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "سال قبل"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "سالهای قبل"
@@ -378,9 +374,10 @@ msgstr "به روز رسانی ناموفق بود. لطفا این خطا را
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr "به روزرسانی موفقیت آمیز بود. در حال انتقال شما به OwnCloud."
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "پسورد ابرهای شما تغییرکرد"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/fa/files.po b/l10n/fa/files.po
index bbe0225b17..8a93ed8001 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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -129,7 +129,7 @@ msgstr "حذف"
msgid "Rename"
msgstr "تغییرنام"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "در انتظار"
@@ -161,11 +161,12 @@ msgstr "بازگشت"
msgid "perform delete operation"
msgstr "انجام عمل حذف"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 پرونده آپلود شد."
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "بارگذاری فایل ها"
@@ -213,21 +214,15 @@ msgstr "اندازه"
msgid "Modified"
msgstr "تاریخ"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 پوشه"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{ شمار} پوشه ها"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 پرونده"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{ شمار } فایل ها"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/fa/files_trashbin.po b/l10n/fa/files_trashbin.po
index 2f671b8c3e..b7425ae04b 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,15 @@ msgstr "نام"
msgid "Deleted"
msgstr "حذف شده"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 پوشه"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{ شمار} پوشه ها"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 پرونده"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{ شمار } فایل ها"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/fa/lib.po b/l10n/fa/lib.po
index 2306994e9a..86524be032 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,42 @@ msgid "seconds ago"
msgstr "ثانیهها پیش"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1 دقیقه پیش"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d دقیقه پیش"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 ساعت پیش"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d ساعت پیش"
-
-#: template/functions.php:85
msgid "today"
msgstr "امروز"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "دیروز"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d روز پیش"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "ماه قبل"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%dماه پیش"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "سال قبل"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "سالهای قبل"
diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po
index bd4edb94e2..c568ee6952 100644
--- a/l10n/fi_FI/core.po
+++ b/l10n/fi_FI/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-08-13 09:11-0400\n"
-"PO-Revision-Date: 2013-08-11 17:00+0000\n"
-"Last-Translator: Jiri Grönroos \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -138,59 +138,59 @@ msgstr "marraskuu"
msgid "December"
msgstr "joulukuu"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Asetukset"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "sekuntia sitten"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1 minuutti sitten"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} minuuttia sitten"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 tunti sitten"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours} tuntia sitten"
-
-#: js/js.js:819
msgid "today"
msgstr "tänään"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "eilen"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} päivää sitten"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "viime kuussa"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} kuukautta sitten"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "kuukautta sitten"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "viime vuonna"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "vuotta sitten"
@@ -378,9 +378,10 @@ msgstr "Päivitys epäonnistui. Ilmoita ongelmasta \n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
@@ -129,7 +129,7 @@ msgstr "Poista"
msgid "Rename"
msgstr "Nimeä uudelleen"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Odottaa"
@@ -161,11 +161,13 @@ msgstr "kumoa"
msgid "perform delete operation"
msgstr "suorita poistotoiminto"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -213,21 +215,17 @@ msgstr "Koko"
msgid "Modified"
msgstr "Muokattu"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 kansio"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} kansiota"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 tiedosto"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} tiedostoa"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/fi_FI/files_trashbin.po b/l10n/fi_FI/files_trashbin.po
index 654d307c87..d49cd73b90 100644
--- a/l10n/fi_FI/files_trashbin.po
+++ b/l10n/fi_FI/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: Jiri Grönroos \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,17 @@ msgstr "Nimi"
msgid "Deleted"
msgstr "Poistettu"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 kansio"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} kansiota"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 tiedosto"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} tiedostoa"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/fi_FI/lib.po b/l10n/fi_FI/lib.po
index b5976ee80e..04bbdf3a79 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,46 @@ msgid "seconds ago"
msgstr "sekuntia sitten"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1 minuutti sitten"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d minuuttia sitten"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 tunti sitten"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d tuntia sitten"
-
-#: template/functions.php:85
msgid "today"
msgstr "tänään"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "eilen"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d päivää sitten"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "viime kuussa"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%d kuukautta sitten"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "viime vuonna"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "vuotta sitten"
diff --git a/l10n/fr/core.po b/l10n/fr/core.po
index 7220f53b56..8246c9644d 100644
--- a/l10n/fr/core.po
+++ b/l10n/fr/core.po
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -142,59 +142,59 @@ msgstr "novembre"
msgid "December"
msgstr "décembre"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Paramètres"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "il y a quelques secondes"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "il y a une minute"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "il y a {minutes} minutes"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "Il y a une heure"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "Il y a {hours} heures"
-
-#: js/js.js:819
msgid "today"
msgstr "aujourd'hui"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "hier"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "il y a {days} jours"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "le mois dernier"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "Il y a {months} mois"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "il y a plusieurs mois"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "l'année dernière"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "il y a plusieurs années"
@@ -382,9 +382,10 @@ msgstr "La mise à jour a échoué. Veuillez signaler ce problème à la \n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
@@ -131,7 +131,7 @@ msgstr "Supprimer"
msgid "Rename"
msgstr "Renommer"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "En attente"
@@ -163,11 +163,13 @@ msgstr "annuler"
msgid "perform delete operation"
msgstr "effectuer l'opération de suppression"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 fichier en cours d'envoi"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "fichiers en cours d'envoi"
@@ -215,21 +217,17 @@ msgstr "Taille"
msgid "Modified"
msgstr "Modifié"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 dossier"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} dossiers"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 fichier"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} fichiers"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/fr/files_trashbin.po b/l10n/fr/files_trashbin.po
index d5d08005c6..464c518b8a 100644
--- a/l10n/fr/files_trashbin.po
+++ b/l10n/fr/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr "Nom"
msgid "Deleted"
msgstr "Effacé"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 dossier"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} dossiers"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 fichier"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} fichiers"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/fr/lib.po b/l10n/fr/lib.po
index d962453767..0658f16d43 100644
--- a/l10n/fr/lib.po
+++ b/l10n/fr/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,46 @@ msgid "seconds ago"
msgstr "il y a quelques secondes"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "il y a une minute"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "il y a %d minutes"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "Il y a une heure"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "Il y a %d heures"
-
-#: template/functions.php:85
msgid "today"
msgstr "aujourd'hui"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "hier"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "il y a %d jours"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "le mois dernier"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "Il y a %d mois"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "l'année dernière"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "il y a plusieurs années"
diff --git a/l10n/gl/core.po b/l10n/gl/core.po
index 4c35dd2733..c7eccad163 100644
--- a/l10n/gl/core.po
+++ b/l10n/gl/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-08-13 09:11-0400\n"
-"PO-Revision-Date: 2013-08-12 06:50+0000\n"
-"Last-Translator: mbouzada \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -138,59 +138,59 @@ msgstr "novembro"
msgid "December"
msgstr "decembro"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Axustes"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "segundos atrás"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "hai 1 minuto"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "hai {minutes} minutos"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "Vai 1 hora"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "hai {hours} horas"
-
-#: js/js.js:819
msgid "today"
msgstr "hoxe"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "onte"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "hai {days} días"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "último mes"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "hai {months} meses"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "meses atrás"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "último ano"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "anos atrás"
@@ -378,9 +378,10 @@ msgstr "A actualización non foi satisfactoria, informe deste problema á \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -129,7 +129,7 @@ msgstr "Eliminar"
msgid "Rename"
msgstr "Renomear"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Pendentes"
@@ -161,11 +161,13 @@ msgstr "desfacer"
msgid "perform delete operation"
msgstr "realizar a operación de eliminación"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "Enviándose 1 ficheiro"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "ficheiros enviándose"
@@ -213,21 +215,17 @@ msgstr "Tamaño"
msgid "Modified"
msgstr "Modificado"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 cartafol"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} cartafoles"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 ficheiro"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} ficheiros"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/gl/files_trashbin.po b/l10n/gl/files_trashbin.po
index d1f2e6dd95..2a1193ea63 100644
--- a/l10n/gl/files_trashbin.po
+++ b/l10n/gl/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: mbouzada \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,17 @@ msgstr "Nome"
msgid "Deleted"
msgstr "Eliminado"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 cartafol"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} cartafoles"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 ficheiro"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} ficheiros"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/gl/lib.po b/l10n/gl/lib.po
index 720088a390..0ed2450f99 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,46 @@ msgid "seconds ago"
msgstr "segundos atrás"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "hai 1 minuto"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "hai %d minutos"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "Vai 1 hora"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "Vai %d horas"
-
-#: template/functions.php:85
msgid "today"
msgstr "hoxe"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "onte"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "hai %d días"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "último mes"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "Vai %d meses"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "último ano"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "anos atrás"
diff --git a/l10n/he/core.po b/l10n/he/core.po
index 94421da95d..44845c5b9e 100644
--- a/l10n/he/core.po
+++ b/l10n/he/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -138,59 +138,59 @@ msgstr "נובמבר"
msgid "December"
msgstr "דצמבר"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "הגדרות"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "שניות"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "לפני דקה אחת"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "לפני {minutes} דקות"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "לפני שעה"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "לפני {hours} שעות"
-
-#: js/js.js:819
msgid "today"
msgstr "היום"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "אתמול"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "לפני {days} ימים"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "חודש שעבר"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "לפני {months} חודשים"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "חודשים"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "שנה שעברה"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "שנים"
@@ -378,9 +378,10 @@ msgstr "תהליך העדכון לא הושלם בהצלחה. נא דווח את
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud."
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "איפוס הססמה של ownCloud"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/he/files.po b/l10n/he/files.po
index bdb977b587..90b64157ff 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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -129,7 +129,7 @@ msgstr "מחיקה"
msgid "Rename"
msgstr "שינוי שם"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "ממתין"
@@ -161,11 +161,13 @@ msgstr "ביטול"
msgid "perform delete operation"
msgstr "ביצוע פעולת מחיקה"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "קובץ אחד נשלח"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "קבצים בהעלאה"
@@ -213,21 +215,17 @@ msgstr "גודל"
msgid "Modified"
msgstr "זמן שינוי"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "תיקייה אחת"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} תיקיות"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "קובץ אחד"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} קבצים"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/he/files_trashbin.po b/l10n/he/files_trashbin.po
index 80c6181d83..b938a87bca 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,17 @@ msgstr "שם"
msgid "Deleted"
msgstr "נמחק"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "תיקייה אחת"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} תיקיות"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "קובץ אחד"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} קבצים"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/he/lib.po b/l10n/he/lib.po
index c7bd204b17..a529727243 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,46 @@ msgid "seconds ago"
msgstr "שניות"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "לפני דקה אחת"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "לפני %d דקות"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "לפני שעה"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "לפני %d שעות"
-
-#: template/functions.php:85
msgid "today"
msgstr "היום"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "אתמול"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "לפני %d ימים"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "חודש שעבר"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "לפני %d חודשים"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "שנה שעברה"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "שנים"
diff --git a/l10n/hi/core.po b/l10n/hi/core.po
index 2270abcf21..b9bb38c3e7 100644
--- a/l10n/hi/core.po
+++ b/l10n/hi/core.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -138,59 +138,59 @@ msgstr "नवंबर"
msgid "December"
msgstr "दिसम्बर"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "सेटिंग्स"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr ""
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr ""
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr ""
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -378,8 +378,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
diff --git a/l10n/hi/files.po b/l10n/hi/files.po
index 3530d6c912..0afb104096 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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,13 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +214,17 @@ msgstr ""
msgid "Modified"
msgstr ""
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/hi/files_trashbin.po b/l10n/hi/files_trashbin.po
index cf42b90f12..6ebcc05414 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/hi/lib.po b/l10n/hi/lib.po
index 93ab01a0ec..d2b0c7fad2 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,46 @@ msgid "seconds ago"
msgstr ""
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr ""
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr ""
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/hr/core.po b/l10n/hr/core.po
index e6bf5892d2..521c5d6034 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,63 @@ msgstr "Studeni"
msgid "December"
msgstr "Prosinac"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Postavke"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "sekundi prije"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr "danas"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "jučer"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "prošli mjesec"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "mjeseci"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "prošlu godinu"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "godina"
@@ -377,9 +381,10 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "ownCloud resetiranje lozinke"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/hr/files.po b/l10n/hr/files.po
index 4ff002b38e..44cc369c33 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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr "Obriši"
msgid "Rename"
msgstr "Promjeni ime"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "U tijeku"
@@ -160,11 +160,14 @@ msgstr "vrati"
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 datoteka se učitava"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "datoteke se učitavaju"
@@ -212,21 +215,19 @@ msgstr "Veličina"
msgid "Modified"
msgstr "Zadnja promjena"
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/hr/files_trashbin.po b/l10n/hr/files_trashbin.po
index 0e918d9686..76a24e0c67 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,19 @@ msgstr "Ime"
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/hr/lib.po b/l10n/hr/lib.po
index c8ee9a0b1d..c9c913ffa1 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,50 @@ msgid "seconds ago"
msgstr "sekundi prije"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr "danas"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "jučer"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "prošli mjesec"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "prošlu godinu"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "godina"
diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po
index 85697e3954..5348acb3a5 100644
--- a/l10n/hu_HU/core.po
+++ b/l10n/hu_HU/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -139,59 +139,59 @@ msgstr "november"
msgid "December"
msgstr "december"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Beállítások"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "pár másodperce"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1 perce"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} perce"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 órája"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours} órája"
-
-#: js/js.js:819
msgid "today"
msgstr "ma"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "tegnap"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} napja"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "múlt hónapban"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} hónapja"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "több hónapja"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "tavaly"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "több éve"
@@ -379,9 +379,10 @@ msgstr "A frissítés nem sikerült. Kérem értesítse erről a problémáról
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatáshoz."
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "ownCloud jelszó-visszaállítás"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po
index f1b1413105..241024a5af 100644
--- a/l10n/hu_HU/files.po
+++ b/l10n/hu_HU/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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -129,7 +129,7 @@ msgstr "Törlés"
msgid "Rename"
msgstr "Átnevezés"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Folyamatban"
@@ -161,11 +161,13 @@ msgstr "visszavonás"
msgid "perform delete operation"
msgstr "a törlés végrehajtása"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 fájl töltődik föl"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "fájl töltődik föl"
@@ -213,21 +215,17 @@ msgstr "Méret"
msgid "Modified"
msgstr "Módosítva"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 mappa"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} mappa"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 fájl"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} fájl"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/hu_HU/files_trashbin.po b/l10n/hu_HU/files_trashbin.po
index 3c285437d3..4e5d7207c9 100644
--- a/l10n/hu_HU/files_trashbin.po
+++ b/l10n/hu_HU/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:30+0000\n"
-"Last-Translator: Laszlo Tornoci \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,17 @@ msgstr "Név"
msgid "Deleted"
msgstr "Törölve"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 mappa"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} mappa"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 fájl"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} fájl"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/hu_HU/lib.po b/l10n/hu_HU/lib.po
index 7203fc91f5..d517cddd32 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -208,50 +208,46 @@ msgid "seconds ago"
msgstr "pár másodperce"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1 perce"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d perce"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 órája"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d órája"
-
-#: template/functions.php:85
msgid "today"
msgstr "ma"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "tegnap"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d napja"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "múlt hónapban"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%d hónapja"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "tavaly"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "több éve"
diff --git a/l10n/hy/core.po b/l10n/hy/core.po
index 06cfc86021..0b7d7fdbaa 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,59 @@ msgstr "Նոյեմբեր"
msgid "December"
msgstr "Դեկտեմբեր"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr ""
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr ""
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr ""
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr ""
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -377,8 +377,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
diff --git a/l10n/hy/files.po b/l10n/hy/files.po
index 78f3d8894a..2849dd2542 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-08-07 08:59-0400\n"
-"PO-Revision-Date: 2013-08-07 12:22+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr "Ջնջել"
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,13 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +214,17 @@ msgstr ""
msgid "Modified"
msgstr ""
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/hy/files_trashbin.po b/l10n/hy/files_trashbin.po
index f04b85a189..b1c3d30842 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-07-30 01:55-0400\n"
-"PO-Revision-Date: 2013-07-30 05:56+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/hy/lib.po b/l10n/hy/lib.po
index 2ebe68122d..a5d0fdb5e6 100644
--- a/l10n/hy/lib.po
+++ b/l10n/hy/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,46 @@ msgid "seconds ago"
msgstr ""
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr ""
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr ""
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/ia/core.po b/l10n/ia/core.po
index 15878e30bc..cb317dbb05 100644
--- a/l10n/ia/core.po
+++ b/l10n/ia/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,59 @@ msgstr "Novembre"
msgid "December"
msgstr "Decembre"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Configurationes"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr ""
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr ""
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr ""
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -377,9 +377,10 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "Reinitialisation del contrasigno de ownCLoud"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/ia/files.po b/l10n/ia/files.po
index 0a41eed86a..1d30b72298 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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr "Deler"
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,13 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +214,17 @@ msgstr "Dimension"
msgid "Modified"
msgstr "Modificate"
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/ia/files_trashbin.po b/l10n/ia/files_trashbin.po
index 32466e7c95..0ac362ef50 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr "Nomine"
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/ia/lib.po b/l10n/ia/lib.po
index 131f9be37a..c60af2f1aa 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,46 @@ msgid "seconds ago"
msgstr ""
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr ""
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr ""
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/id/core.po b/l10n/id/core.po
index 3f5ac492f2..b3db705977 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,55 @@ msgstr "November"
msgid "December"
msgstr "Desember"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Setelan"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "beberapa detik yang lalu"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1 menit yang lalu"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} menit yang lalu"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 jam yang lalu"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours} jam yang lalu"
-
-#: js/js.js:819
msgid "today"
msgstr "hari ini"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "kemarin"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} hari yang lalu"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "bulan kemarin"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} bulan yang lalu"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "beberapa bulan lalu"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "tahun kemarin"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "beberapa tahun lalu"
@@ -377,9 +373,10 @@ msgstr "Pembaruan gagal. Silakan laporkan masalah ini ke \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@@ -128,7 +128,7 @@ msgstr "Hapus"
msgid "Rename"
msgstr "Ubah nama"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Menunggu"
@@ -160,11 +160,12 @@ msgstr "urungkan"
msgid "perform delete operation"
msgstr "Lakukan operasi penghapusan"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 berkas diunggah"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "berkas diunggah"
@@ -212,21 +213,15 @@ msgstr "Ukuran"
msgid "Modified"
msgstr "Dimodifikasi"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 folder"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} folder"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 berkas"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} berkas"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/id/files_trashbin.po b/l10n/id/files_trashbin.po
index 81e0acc646..5f5941b22a 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,15 @@ msgstr "Nama"
msgid "Deleted"
msgstr "Dihapus"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 folder"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} folder"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 berkas"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} berkas"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/id/lib.po b/l10n/id/lib.po
index 0bcad29238..e1a8dc80a6 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,42 @@ msgid "seconds ago"
msgstr "beberapa detik yang lalu"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1 menit yang lalu"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d menit yang lalu"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 jam yang lalu"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d jam yang lalu"
-
-#: template/functions.php:85
msgid "today"
msgstr "hari ini"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "kemarin"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d hari yang lalu"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "bulan kemarin"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%d bulan yang lalu"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "tahun kemarin"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "beberapa tahun lalu"
diff --git a/l10n/is/core.po b/l10n/is/core.po
index 6fea09381a..478150b094 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -138,59 +138,59 @@ msgstr "Nóvember"
msgid "December"
msgstr "Desember"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Stillingar"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "sek."
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "Fyrir 1 mínútu"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} min síðan"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "Fyrir 1 klst."
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "fyrir {hours} klst."
-
-#: js/js.js:819
msgid "today"
msgstr "í dag"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "í gær"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} dagar síðan"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "síðasta mánuði"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "fyrir {months} mánuðum"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "mánuðir síðan"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "síðasta ári"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "einhverjum árum"
@@ -378,9 +378,10 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr "Uppfærslan heppnaðist. Beini þér til ownCloud nú."
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "endursetja ownCloud lykilorð"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/is/files.po b/l10n/is/files.po
index c29690db97..41f6c945b1 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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr "Eyða"
msgid "Rename"
msgstr "Endurskýra"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Bíður"
@@ -160,11 +160,13 @@ msgstr "afturkalla"
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 skrá innsend"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +214,17 @@ msgstr "Stærð"
msgid "Modified"
msgstr "Breytt"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 mappa"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} möppur"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 skrá"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} skrár"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/is/files_trashbin.po b/l10n/is/files_trashbin.po
index 814df955bf..c28f1236b6 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr "Nafn"
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 mappa"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} möppur"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 skrá"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} skrár"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/is/lib.po b/l10n/is/lib.po
index 4c909fbf99..5926c37fa9 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,46 @@ msgid "seconds ago"
msgstr "sek."
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "Fyrir 1 mínútu"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "fyrir %d mínútum"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "Fyrir 1 klst."
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "fyrir %d klst."
-
-#: template/functions.php:85
msgid "today"
msgstr "í dag"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "í gær"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "fyrir %d dögum"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "síðasta mánuði"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "fyrir %d mánuðum"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "síðasta ári"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "einhverjum árum"
diff --git a/l10n/it/core.po b/l10n/it/core.po
index 349426a580..84687acd09 100644
--- a/l10n/it/core.po
+++ b/l10n/it/core.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -140,59 +140,59 @@ msgstr "Novembre"
msgid "December"
msgstr "Dicembre"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Impostazioni"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "secondi fa"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "Un minuto fa"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} minuti fa"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 ora fa"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours} ore fa"
-
-#: js/js.js:819
msgid "today"
msgstr "oggi"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "ieri"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} giorni fa"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "mese scorso"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} mesi fa"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "mesi fa"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "anno scorso"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "anni fa"
@@ -380,9 +380,10 @@ msgstr "L'aggiornamento non è riuscito. Segnala il problema alla \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -130,7 +130,7 @@ msgstr "Elimina"
msgid "Rename"
msgstr "Rinomina"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "In corso"
@@ -162,11 +162,13 @@ msgstr "annulla"
msgid "perform delete operation"
msgstr "esegui l'operazione di eliminazione"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 file in fase di caricamento"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "caricamento file"
@@ -214,21 +216,17 @@ msgstr "Dimensione"
msgid "Modified"
msgstr "Modificato"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 cartella"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} cartelle"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 file"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} file"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/it/files_trashbin.po b/l10n/it/files_trashbin.po
index 0d65d206ef..188d8e7e9c 100644
--- a/l10n/it/files_trashbin.po
+++ b/l10n/it/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: Vincenzo Reale \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,17 @@ msgstr "Nome"
msgid "Deleted"
msgstr "Eliminati"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 cartella"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} cartelle"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 file"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} file"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/it/lib.po b/l10n/it/lib.po
index 343d55a803..506821d1d7 100644
--- a/l10n/it/lib.po
+++ b/l10n/it/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -208,50 +208,46 @@ msgid "seconds ago"
msgstr "secondi fa"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "Un minuto fa"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d minuti fa"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 ora fa"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d ore fa"
-
-#: template/functions.php:85
msgid "today"
msgstr "oggi"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "ieri"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d giorni fa"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "mese scorso"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%d mesi fa"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "anno scorso"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "anni fa"
diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po
index 143f10d687..07c9dd2169 100644
--- a/l10n/ja_JP/core.po
+++ b/l10n/ja_JP/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-08-13 09:11-0400\n"
-"PO-Revision-Date: 2013-08-13 04:30+0000\n"
-"Last-Translator: Daisuke Deguchi \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -140,59 +140,55 @@ msgstr "11月"
msgid "December"
msgstr "12月"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "設定"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "数秒前"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1 分前"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} 分前"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 時間前"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours} 時間前"
-
-#: js/js.js:819
msgid "today"
msgstr "今日"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "昨日"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} 日前"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "一月前"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} 月前"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "月前"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "一年前"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "年前"
@@ -380,9 +376,10 @@ msgstr "更新に成功しました。この問題を \n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
@@ -132,7 +132,7 @@ msgstr "削除"
msgid "Rename"
msgstr "名前の変更"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "中断"
@@ -164,11 +164,12 @@ msgstr "元に戻す"
msgid "perform delete operation"
msgstr "削除を実行"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "ファイルを1つアップロード中"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "ファイルをアップロード中"
@@ -216,21 +217,15 @@ msgstr "サイズ"
msgid "Modified"
msgstr "変更"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 フォルダ"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} フォルダ"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 ファイル"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} ファイル"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/ja_JP/files_trashbin.po b/l10n/ja_JP/files_trashbin.po
index de488024e0..ca33f87628 100644
--- a/l10n/ja_JP/files_trashbin.po
+++ b/l10n/ja_JP/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
-"Last-Translator: tt yn \n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,15 @@ msgstr "名前"
msgid "Deleted"
msgstr "削除済み"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 フォルダ"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} フォルダ"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 ファイル"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} ファイル"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/ja_JP/lib.po b/l10n/ja_JP/lib.po
index c7e5dfa573..b037427159 100644
--- a/l10n/ja_JP/lib.po
+++ b/l10n/ja_JP/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,42 @@ msgid "seconds ago"
msgstr "数秒前"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1 分前"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d 分前"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 時間前"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d 時間前"
-
-#: template/functions.php:85
msgid "today"
msgstr "今日"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "昨日"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d 日前"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "一月前"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%d 分前"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "一年前"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "年前"
diff --git a/l10n/ka/core.po b/l10n/ka/core.po
index 2686e55fb6..a553cde32b 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,55 @@ msgstr ""
msgid "December"
msgstr ""
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr ""
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "წამის წინ"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1 წუთის წინ"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 საათის წინ"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr "დღეს"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "გუშინ"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -377,8 +373,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
diff --git a/l10n/ka/files.po b/l10n/ka/files.po
index bae4e7aefa..dc14167acc 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-08-07 08:59-0400\n"
-"PO-Revision-Date: 2013-08-07 12:22+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,12 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +213,15 @@ msgstr ""
msgid "Modified"
msgstr ""
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/ka/files_trashbin.po b/l10n/ka/files_trashbin.po
index 90098bc62c..36d83d1478 100644
--- a/l10n/ka/files_trashbin.po
+++ b/l10n/ka/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-07-30 01:55-0400\n"
-"PO-Revision-Date: 2013-07-30 05:56+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,15 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/ka/lib.po b/l10n/ka/lib.po
index b16a5efbd1..32eb5dd2cd 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,42 @@ msgid "seconds ago"
msgstr "წამის წინ"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1 წუთის წინ"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d წუთის წინ"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 საათის წინ"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr "დღეს"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "გუშინ"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d დღის წინ"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/ka_GE/core.po b/l10n/ka_GE/core.po
index e901973de4..1da987a21e 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,55 @@ msgstr "ნოემბერი"
msgid "December"
msgstr "დეკემბერი"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "პარამეტრები"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "წამის წინ"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1 წუთის წინ"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes} წუთის წინ"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1 საათის წინ"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours} საათის წინ"
-
-#: js/js.js:819
msgid "today"
msgstr "დღეს"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "გუშინ"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days} დღის წინ"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "გასულ თვეში"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months} თვის წინ"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "თვის წინ"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "ბოლო წელს"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "წლის წინ"
@@ -377,9 +373,10 @@ msgstr "განახლება ვერ განხორციელდ
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr "განახლება ვერ განხორციელდა. გადამისამართება თქვენს ownCloud–ზე."
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "ownCloud პაროლის შეცვლა"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/ka_GE/files.po b/l10n/ka_GE/files.po
index 1225213814..f9ce44f87b 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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr "წაშლა"
msgid "Rename"
msgstr "გადარქმევა"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "მოცდის რეჟიმში"
@@ -160,11 +160,12 @@ msgstr "დაბრუნება"
msgid "perform delete operation"
msgstr "მიმდინარეობს წაშლის ოპერაცია"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 ფაილის ატვირთვა"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "ფაილები იტვირთება"
@@ -212,21 +213,15 @@ msgstr "ზომა"
msgid "Modified"
msgstr "შეცვლილია"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 საქაღალდე"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} საქაღალდე"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 ფაილი"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} ფაილი"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/ka_GE/files_trashbin.po b/l10n/ka_GE/files_trashbin.po
index e41aedc0bc..b41813f0a6 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,15 @@ msgstr "სახელი"
msgid "Deleted"
msgstr "წაშლილი"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 საქაღალდე"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} საქაღალდე"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 ფაილი"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} ფაილი"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/ka_GE/lib.po b/l10n/ka_GE/lib.po
index a7b9f8ba3c..9546faa340 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,42 @@ msgid "seconds ago"
msgstr "წამის წინ"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1 წუთის წინ"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d წუთის წინ"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1 საათის წინ"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d საათის წინ"
-
-#: template/functions.php:85
msgid "today"
msgstr "დღეს"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "გუშინ"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d დღის წინ"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "გასულ თვეში"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%d თვის წინ"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "ბოლო წელს"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "წლის წინ"
diff --git a/l10n/kn/core.po b/l10n/kn/core.po
index 234999f897..a6e47dc7ed 100644
--- a/l10n/kn/core.po
+++ b/l10n/kn/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,55 @@ msgstr ""
msgid "December"
msgstr ""
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr ""
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr ""
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr ""
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr ""
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -377,8 +373,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
diff --git a/l10n/kn/files.po b/l10n/kn/files.po
index 83638dc16f..f0bd3f4a11 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-07-22 01:54-0400\n"
-"PO-Revision-Date: 2013-07-22 05:55+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -120,7 +120,7 @@ msgstr ""
msgid "Delete permanently"
msgstr ""
-#: js/fileactions.js:128 templates/index.php:93 templates/index.php:94
+#: js/fileactions.js:128 templates/index.php:91 templates/index.php:92
msgid "Delete"
msgstr ""
@@ -128,7 +128,7 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,12 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:457
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
-#: js/filelist.js:460 js/filelist.js:518
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -200,33 +201,27 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:744 templates/index.php:69
+#: js/files.js:744 templates/index.php:67
msgid "Name"
msgstr ""
-#: js/files.js:745 templates/index.php:80
+#: js/files.js:745 templates/index.php:78
msgid "Size"
msgstr ""
-#: js/files.js:746 templates/index.php:82
+#: js/files.js:746 templates/index.php:80
msgid "Modified"
msgstr ""
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/app.php:73
#, php-format
@@ -285,45 +280,45 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:42
+#: templates/index.php:41
msgid "Deleted files"
msgstr ""
-#: templates/index.php:48
+#: templates/index.php:46
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:54
+#: templates/index.php:52
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:61
+#: templates/index.php:59
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:75
+#: templates/index.php:73
msgid "Download"
msgstr ""
-#: templates/index.php:87 templates/index.php:88
+#: templates/index.php:85 templates/index.php:86
msgid "Unshare"
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Upload too large"
msgstr ""
-#: templates/index.php:109
+#: templates/index.php:107
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:117
+#: templates/index.php:115
msgid "Current scanning"
msgstr ""
diff --git a/l10n/kn/files_trashbin.po b/l10n/kn/files_trashbin.po
index 0f12a8c380..4a8a4c3ae7 100644
--- a/l10n/kn/files_trashbin.po
+++ b/l10n/kn/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-07-30 01:55-0400\n"
-"PO-Revision-Date: 2013-07-30 05:56+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,15 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/kn/lib.po b/l10n/kn/lib.po
index a588c33d4d..6e1f85cdd1 100644
--- a/l10n/kn/lib.po
+++ b/l10n/kn/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,42 @@ msgid "seconds ago"
msgstr ""
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr ""
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr ""
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/ko/core.po b/l10n/ko/core.po
index 415eea4475..f8be8d34af 100644
--- a/l10n/ko/core.po
+++ b/l10n/ko/core.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -139,59 +139,55 @@ msgstr "11월"
msgid "December"
msgstr "12월"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "설정"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "초 전"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1분 전"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "{minutes}분 전"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "1시간 전"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "{hours}시간 전"
-
-#: js/js.js:819
msgid "today"
msgstr "오늘"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "어제"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "{days}일 전"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "지난 달"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "{months}개월 전"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "개월 전"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "작년"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "년 전"
@@ -379,9 +375,10 @@ msgstr "업데이트가 실패하였습니다. 이 문제를 \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@@ -130,7 +130,7 @@ msgstr "삭제"
msgid "Rename"
msgstr "이름 바꾸기"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "대기 중"
@@ -162,11 +162,12 @@ msgstr "되돌리기"
msgid "perform delete operation"
msgstr "삭제 작업중"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "파일 1개 업로드 중"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "파일 업로드중"
@@ -214,21 +215,15 @@ msgstr "크기"
msgid "Modified"
msgstr "수정됨"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "폴더 1개"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "폴더 {count}개"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "파일 1개"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "파일 {count}개"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/ko/files_trashbin.po b/l10n/ko/files_trashbin.po
index 3588a2c90b..3e48f534a1 100644
--- a/l10n/ko/files_trashbin.po
+++ b/l10n/ko/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,15 @@ msgstr "이름"
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "폴더 1개"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "폴더 {count}개"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "파일 1개"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "파일 {count}개"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/ko/lib.po b/l10n/ko/lib.po
index 278bf97ba1..7b58ff4c09 100644
--- a/l10n/ko/lib.po
+++ b/l10n/ko/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,42 @@ msgid "seconds ago"
msgstr "초 전"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1분 전"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "%d분 전"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "1시간 전"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "%d시간 전"
-
-#: template/functions.php:85
msgid "today"
msgstr "오늘"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "어제"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "%d일 전"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "지난 달"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "%d개월 전"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "작년"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "년 전"
diff --git a/l10n/ku_IQ/core.po b/l10n/ku_IQ/core.po
index 913a671cfb..bb8c2a9f71 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,59 @@ msgstr ""
msgid "December"
msgstr ""
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "دهستكاری"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr ""
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr ""
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr ""
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -377,8 +377,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
diff --git a/l10n/ku_IQ/files.po b/l10n/ku_IQ/files.po
index 571c319066..fe37c0ff65 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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,13 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +214,17 @@ msgstr ""
msgid "Modified"
msgstr ""
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/ku_IQ/files_trashbin.po b/l10n/ku_IQ/files_trashbin.po
index 214868ccf4..1addb81ba4 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr "ناو"
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/ku_IQ/lib.po b/l10n/ku_IQ/lib.po
index 495e1fd6a7..4ae5859b98 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,46 @@ msgid "seconds ago"
msgstr ""
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr ""
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr ""
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/lb/core.po b/l10n/lb/core.po
index bd6ae2ec47..8af84cd24e 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -138,59 +138,59 @@ msgstr "November"
msgid "December"
msgstr "Dezember"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Astellungen"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "Sekonnen hir"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "1 Minutt hir"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "virun {minutes} Minutten"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "virun 1 Stonn"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "virun {hours} Stonnen"
-
-#: js/js.js:819
msgid "today"
msgstr "haut"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "gëschter"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "virun {days} Deeg"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "leschte Mount"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "virun {months} Méint"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "Méint hir"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "Lescht Joer"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "Joren hir"
@@ -378,9 +378,10 @@ msgstr "Den Update war net erfollegräich. Mell dëse Problem w.e.gl der\n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@@ -128,7 +128,7 @@ msgstr "Läschen"
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,13 @@ msgstr "réckgängeg man"
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +214,17 @@ msgstr "Gréisst"
msgid "Modified"
msgstr "Geännert"
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/lb/files_trashbin.po b/l10n/lb/files_trashbin.po
index 6fe10d536f..6e89845dc2 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr "Numm"
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/lb/lib.po b/l10n/lb/lib.po
index a5823a1cfe..1e270aee7a 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,46 @@ msgid "seconds ago"
msgstr "Sekonnen hir"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "1 Minutt hir"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "vrun 1 Stonn"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr "haut"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "gëschter"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "Läschte Mount"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "Läscht Joer"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "Joren hier"
diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po
index 38880c322a..40770b80fd 100644
--- a/l10n/lt_LT/core.po
+++ b/l10n/lt_LT/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -139,59 +139,63 @@ msgstr "Lapkritis"
msgid "December"
msgstr "Gruodis"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Nustatymai"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "prieš sekundę"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "Prieš 1 minutę"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "Prieš {count} minutes"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "prieš 1 valandą"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "prieš {hours} valandas"
-
-#: js/js.js:819
msgid "today"
msgstr "šiandien"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "vakar"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "Prieš {days} dienas"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "praeitą mėnesį"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "prieš {months} mėnesių"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "prieš mėnesį"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "praeitais metais"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "prieš metus"
@@ -379,9 +383,10 @@ msgstr "Atnaujinimas buvo nesėkmingas. PApie tai prašome pranešti the \n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@@ -129,7 +129,7 @@ msgstr "Ištrinti"
msgid "Rename"
msgstr "Pervadinti"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Laukiantis"
@@ -161,11 +161,14 @@ msgstr "anuliuoti"
msgid "perform delete operation"
msgstr "ištrinti"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "įkeliamas 1 failas"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr "įkeliami failai"
@@ -213,21 +216,19 @@ msgstr "Dydis"
msgid "Modified"
msgstr "Pakeista"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 aplankalas"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} aplankalai"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 failas"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} failai"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/lt_LT/files_trashbin.po b/l10n/lt_LT/files_trashbin.po
index 65bd9c97b1..febfc2f1b0 100644
--- a/l10n/lt_LT/files_trashbin.po
+++ b/l10n/lt_LT/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -52,21 +52,19 @@ msgstr "Pavadinimas"
msgid "Deleted"
msgstr "Ištrinti"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 aplankalas"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} aplankalai"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 failas"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} failai"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/lt_LT/lib.po b/l10n/lt_LT/lib.po
index 4eee5422b2..14bb5eb634 100644
--- a/l10n/lt_LT/lib.po
+++ b/l10n/lt_LT/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -207,50 +207,50 @@ msgid "seconds ago"
msgstr "prieš sekundę"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "Prieš 1 minutę"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "prieš %d minučių"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "prieš 1 valandą"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "prieš %d valandų"
-
-#: template/functions.php:85
msgid "today"
msgstr "šiandien"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "vakar"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "prieš %d dienų"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "praeitą mėnesį"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "prieš %d mėnesių"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "praeitais metais"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "prieš metus"
diff --git a/l10n/lv/core.po b/l10n/lv/core.po
index b8f0f49588..c4920a2fa3 100644
--- a/l10n/lv/core.po
+++ b/l10n/lv/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,63 @@ msgstr "Novembris"
msgid "December"
msgstr "Decembris"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Iestatījumi"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "sekundes atpakaļ"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "pirms 1 minūtes"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "pirms {minutes} minūtēm"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "pirms 1 stundas"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "pirms {hours} stundām"
-
-#: js/js.js:819
msgid "today"
msgstr "šodien"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "vakar"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "pirms {days} dienām"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "pagājušajā mēnesī"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "pirms {months} mēnešiem"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "mēnešus atpakaļ"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "gājušajā gadā"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "gadus atpakaļ"
@@ -377,9 +381,10 @@ msgstr "Atjaunināšana beidzās nesekmīgi. Lūdzu, ziņojiet par šo problēmu
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr "Atjaunināšana beidzās sekmīgi. Tagad pārsūta jūs uz ownCloud."
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "ownCloud paroles maiņa"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/lv/files.po b/l10n/lv/files.po
index 1fa692dd98..c327fc7be6 100644
--- a/l10n/lv/files.po
+++ b/l10n/lv/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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr "Dzēst"
msgid "Rename"
msgstr "Pārsaukt"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Gaida savu kārtu"
@@ -160,11 +160,14 @@ msgstr "atsaukt"
msgid "perform delete operation"
msgstr "veikt dzēšanas darbību"
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "Augšupielādē 1 datni"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +215,19 @@ msgstr "Izmērs"
msgid "Modified"
msgstr "Mainīts"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 mape"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} mapes"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 datne"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} datnes"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/lv/files_trashbin.po b/l10n/lv/files_trashbin.po
index b6e95e0a2c..0bee8becab 100644
--- a/l10n/lv/files_trashbin.po
+++ b/l10n/lv/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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,19 @@ msgstr "Nosaukums"
msgid "Deleted"
msgstr "Dzēsts"
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 mape"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} mapes"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 datne"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} datnes"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/lv/lib.po b/l10n/lv/lib.po
index 0574a1bf04..94dcd5afe0 100644
--- a/l10n/lv/lib.po
+++ b/l10n/lv/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,50 @@ msgid "seconds ago"
msgstr "sekundes atpakaļ"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "pirms 1 minūtes"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "pirms %d minūtēm"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "pirms 1 stundas"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "pirms %d stundām"
-
-#: template/functions.php:85
msgid "today"
msgstr "šodien"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "vakar"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "pirms %d dienām"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "pagājušajā mēnesī"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "pirms %d mēnešiem"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "gājušajā gadā"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "gadus atpakaļ"
diff --git a/l10n/mk/core.po b/l10n/mk/core.po
index 57e187e43f..b99d5913b4 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,59 @@ msgstr "Ноември"
msgid "December"
msgstr "Декември"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Подесувања"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "пред секунди"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "пред 1 минута"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr "пред {minutes} минути"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "пред 1 час"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr "пред {hours} часови"
-
-#: js/js.js:819
msgid "today"
msgstr "денеска"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "вчера"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr "пред {days} денови"
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "минатиот месец"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr "пред {months} месеци"
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr "пред месеци"
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "минатата година"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "пред години"
@@ -377,9 +377,10 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "ресетирање на лозинка за ownCloud"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/mk/files.po b/l10n/mk/files.po
index 8d0f82ab97..117b21ccfe 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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr "Избриши"
msgid "Rename"
msgstr "Преименувај"
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Чека"
@@ -160,11 +160,13 @@ msgstr "врати"
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr "1 датотека се подига"
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +214,17 @@ msgstr "Големина"
msgid "Modified"
msgstr "Променето"
-#: js/files.js:763
-msgid "1 folder"
-msgstr "1 папка"
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr "{count} папки"
-
-#: js/files.js:773
-msgid "1 file"
-msgstr "1 датотека"
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr "{count} датотеки"
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/mk/files_trashbin.po b/l10n/mk/files_trashbin.po
index 9c165cf040..b92b21c1c4 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr "Име"
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr "1 папка"
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr "{count} папки"
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr "1 датотека"
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr "{count} датотеки"
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/mk/lib.po b/l10n/mk/lib.po
index c0f6368299..a8128ea681 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,46 @@ msgid "seconds ago"
msgstr "пред секунди"
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr "пред 1 минута"
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr "пред %d минути"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr "пред 1 час"
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr "пред %d часови"
-
-#: template/functions.php:85
msgid "today"
msgstr "денеска"
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr "вчера"
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr "пред %d денови"
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr "минатиот месец"
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr "пред %d месеци"
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr "минатата година"
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr "пред години"
diff --git a/l10n/ml_IN/core.po b/l10n/ml_IN/core.po
index bdf5f5b96e..9cf341368a 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,59 @@ msgstr ""
msgid "December"
msgstr ""
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr ""
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr ""
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr ""
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr ""
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -377,8 +377,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
diff --git a/l10n/ml_IN/files.po b/l10n/ml_IN/files.po
index 056f4c8f4b..35132c50fa 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-07-22 01:54-0400\n"
-"PO-Revision-Date: 2013-07-22 05:55+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -120,7 +120,7 @@ msgstr ""
msgid "Delete permanently"
msgstr ""
-#: js/fileactions.js:128 templates/index.php:93 templates/index.php:94
+#: js/fileactions.js:128 templates/index.php:91 templates/index.php:92
msgid "Delete"
msgstr ""
@@ -128,7 +128,7 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr ""
@@ -160,11 +160,13 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:457
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
+msgstr[1] ""
-#: js/filelist.js:460 js/filelist.js:518
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -200,33 +202,29 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:744 templates/index.php:69
+#: js/files.js:744 templates/index.php:67
msgid "Name"
msgstr ""
-#: js/files.js:745 templates/index.php:80
+#: js/files.js:745 templates/index.php:78
msgid "Size"
msgstr ""
-#: js/files.js:746 templates/index.php:82
+#: js/files.js:746 templates/index.php:80
msgid "Modified"
msgstr ""
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/app.php:73
#, php-format
@@ -285,45 +283,45 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:42
+#: templates/index.php:41
msgid "Deleted files"
msgstr ""
-#: templates/index.php:48
+#: templates/index.php:46
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:54
+#: templates/index.php:52
msgid "You don’t have write permissions here."
msgstr ""
-#: templates/index.php:61
+#: templates/index.php:59
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:75
+#: templates/index.php:73
msgid "Download"
msgstr ""
-#: templates/index.php:87 templates/index.php:88
+#: templates/index.php:85 templates/index.php:86
msgid "Unshare"
msgstr ""
-#: templates/index.php:107
+#: templates/index.php:105
msgid "Upload too large"
msgstr ""
-#: templates/index.php:109
+#: templates/index.php:107
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:117
+#: templates/index.php:115
msgid "Current scanning"
msgstr ""
diff --git a/l10n/ml_IN/files_trashbin.po b/l10n/ml_IN/files_trashbin.po
index 56f3b0e82b..42c24ca642 100644
--- a/l10n/ml_IN/files_trashbin.po
+++ b/l10n/ml_IN/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-07-30 01:55-0400\n"
-"PO-Revision-Date: 2013-07-30 05:56+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,17 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
+msgstr[1] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
+msgstr[1] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/ml_IN/lib.po b/l10n/ml_IN/lib.po
index 1bbc77ab47..8da360f24d 100644
--- a/l10n/ml_IN/lib.po
+++ b/l10n/ml_IN/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,46 @@ msgid "seconds ago"
msgstr ""
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
+msgstr[1] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr ""
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr ""
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
+msgstr[1] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po
index 89d18a2f09..1214253362 100644
--- a/l10n/ms_MY/core.po
+++ b/l10n/ms_MY/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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,55 @@ msgstr "November"
msgid "December"
msgstr "Disember"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr "Tetapan"
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr ""
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr ""
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr ""
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr ""
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr ""
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr ""
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr ""
@@ -377,9 +373,10 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
-msgstr "Set semula kata lalaun ownCloud"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
+msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po
index 57d517951b..9f421613c2 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-08-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -128,7 +128,7 @@ msgstr "Padam"
msgid "Rename"
msgstr ""
-#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
+#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:467
msgid "Pending"
msgstr "Dalam proses"
@@ -160,11 +160,12 @@ msgstr ""
msgid "perform delete operation"
msgstr ""
-#: js/filelist.js:458
-msgid "1 file uploading"
-msgstr ""
+#: js/filelist.js:455
+msgid "Uploading %n file"
+msgid_plural "Uploading %n files"
+msgstr[0] ""
-#: js/filelist.js:461 js/filelist.js:519
+#: js/filelist.js:520
msgid "files uploading"
msgstr ""
@@ -212,21 +213,15 @@ msgstr "Saiz"
msgid "Modified"
msgstr "Dimodifikasi"
-#: js/files.js:763
-msgid "1 folder"
-msgstr ""
+#: js/files.js:762
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/files.js:765
-msgid "{count} folders"
-msgstr ""
-
-#: js/files.js:773
-msgid "1 file"
-msgstr ""
-
-#: js/files.js:775
-msgid "{count} files"
-msgstr ""
+#: js/files.js:768
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/app.php:73
#, php-format
diff --git a/l10n/ms_MY/files_trashbin.po b/l10n/ms_MY/files_trashbin.po
index b083fa30d7..cb56fbd774 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-09 07:59-0400\n"
-"PO-Revision-Date: 2013-08-09 11:21+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -51,21 +51,15 @@ msgstr "Nama"
msgid "Deleted"
msgstr ""
-#: js/trash.js:192
-msgid "1 folder"
-msgstr ""
+#: js/trash.js:191
+msgid "%n folder"
+msgid_plural "%n folders"
+msgstr[0] ""
-#: js/trash.js:194
-msgid "{count} folders"
-msgstr ""
-
-#: js/trash.js:202
-msgid "1 file"
-msgstr ""
-
-#: js/trash.js:204
-msgid "{count} files"
-msgstr ""
+#: js/trash.js:197
+msgid "%n file"
+msgid_plural "%n files"
+msgstr[0] ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
diff --git a/l10n/ms_MY/lib.po b/l10n/ms_MY/lib.po
index d6dd5422be..529c2d9612 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:08+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -206,50 +206,42 @@ msgid "seconds ago"
msgstr ""
#: template/functions.php:81
-msgid "1 minute ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: template/functions.php:82
-#, php-format
-msgid "%d minutes ago"
-msgstr ""
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: template/functions.php:83
-msgid "1 hour ago"
-msgstr ""
-
-#: template/functions.php:84
-#, php-format
-msgid "%d hours ago"
-msgstr ""
-
-#: template/functions.php:85
msgid "today"
msgstr ""
-#: template/functions.php:86
+#: template/functions.php:84
msgid "yesterday"
msgstr ""
-#: template/functions.php:87
-#, php-format
-msgid "%d days ago"
-msgstr ""
+#: template/functions.php:85
+msgid "%n day go"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: template/functions.php:88
+#: template/functions.php:86
msgid "last month"
msgstr ""
-#: template/functions.php:89
-#, php-format
-msgid "%d months ago"
-msgstr ""
+#: template/functions.php:87
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: template/functions.php:90
+#: template/functions.php:88
msgid "last year"
msgstr ""
-#: template/functions.php:91
+#: template/functions.php:89
msgid "years ago"
msgstr ""
diff --git a/l10n/my_MM/core.po b/l10n/my_MM/core.po
index 3c93697074..29ad3b362d 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-08-11 08:07-0400\n"
-"PO-Revision-Date: 2013-08-11 12:07+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+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"
@@ -137,59 +137,55 @@ msgstr "နိုဝင်ဘာ"
msgid "December"
msgstr "ဒီဇင်ဘာ"
-#: js/js.js:354
+#: js/js.js:355
msgid "Settings"
msgstr ""
-#: js/js.js:814
+#: js/js.js:815
msgid "seconds ago"
msgstr "စက္ကန့်အနည်းငယ်က"
-#: js/js.js:815
-msgid "1 minute ago"
-msgstr "၁ မိနစ်အရင်က"
-
#: js/js.js:816
-msgid "{minutes} minutes ago"
-msgstr ""
+msgid "%n minute ago"
+msgid_plural "%n minutes ago"
+msgstr[0] ""
#: js/js.js:817
-msgid "1 hour ago"
-msgstr "၁ နာရီ အရင်က"
+msgid "%n hour ago"
+msgid_plural "%n hours ago"
+msgstr[0] ""
#: js/js.js:818
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:819
msgid "today"
msgstr "ယနေ့"
-#: js/js.js:820
+#: js/js.js:819
msgid "yesterday"
msgstr "မနေ့က"
-#: js/js.js:821
-msgid "{days} days ago"
-msgstr ""
+#: js/js.js:820
+msgid "%n day ago"
+msgid_plural "%n days ago"
+msgstr[0] ""
-#: js/js.js:822
+#: js/js.js:821
msgid "last month"
msgstr "ပြီးခဲ့သောလ"
-#: js/js.js:823
-msgid "{months} months ago"
-msgstr ""
+#: js/js.js:822
+msgid "%n month ago"
+msgid_plural "%n months ago"
+msgstr[0] ""
-#: js/js.js:824
+#: js/js.js:823
msgid "months ago"
msgstr ""
-#: js/js.js:825
+#: js/js.js:824
msgid "last year"
msgstr "မနှစ်က"
-#: js/js.js:826
+#: js/js.js:825
msgid "years ago"
msgstr "နှစ် အရင်က"
@@ -377,8 +373,9 @@ msgstr ""
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
-#: lostpassword/controller.php:60
-msgid "ownCloud password reset"
+#: lostpassword/controller.php:61
+#, php-format
+msgid "%s password reset"
msgstr ""
#: lostpassword/templates/email.php:2
diff --git a/l10n/my_MM/files.po b/l10n/my_MM/files.po
index 19a7af920e..dca3d0776b 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-08-07 08:59-0400\n"
-"PO-Revision-Date: 2013-08-07 12:22+0000\n"
+"POT-Creation-Date: 2013-08-15 04:47-0400\n"
+"PO-Revision-Date: 2013-08-15 08:48+0000\n"
"Last-Translator: I Robot