diff --git a/apps/files/l10n/ar.php b/apps/files/l10n/ar.php index a6c4e65530..8346eece88 100644 --- a/apps/files/l10n/ar.php +++ b/apps/files/l10n/ar.php @@ -28,6 +28,8 @@ $TRANSLATIONS = array( "cancel" => "إلغاء", "replaced {new_name} with {old_name}" => "استبدل {new_name} بـ {old_name}", "undo" => "تراجع", +"_%n folder_::_%n folders_" => array("","","","","",""), +"_%n file_::_%n files_" => array("","","","","",""), "_Uploading %n file_::_Uploading %n files_" => array("","","","","",""), "'.' is an invalid file name." => "\".\" اسم ملف غير صحيح.", "File name cannot be empty." => "اسم الملف لا يجوز أن يكون فارغا", @@ -38,8 +40,6 @@ $TRANSLATIONS = array( "Name" => "اسم", "Size" => "حجم", "Modified" => "معدل", -"_%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 1e2104370b..e7dafd1c43 100644 --- a/apps/files/l10n/bg_BG.php +++ b/apps/files/l10n/bg_BG.php @@ -17,12 +17,12 @@ $TRANSLATIONS = array( "replace" => "препокриване", "cancel" => "отказ", "undo" => "възтановяване", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "Name" => "Име", "Size" => "Размер", "Modified" => "Променено", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), "Upload" => "Качване", "Maximum upload size" => "Максимален размер за качване", "0 is unlimited" => "Ползвайте 0 за без ограничения", @@ -36,7 +36,6 @@ $TRANSLATIONS = array( "Delete" => "Изтриване", "Upload too large" => "Файлът който сте избрали за качване е прекалено голям", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файловете които се опитвате да качите са по-големи от позволеното за сървъра.", -"Files are being scanned, please wait." => "Файловете се претърсват, изчакайте.", -"file" => "файл" +"Files are being scanned, please wait." => "Файловете се претърсват, изчакайте." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/bn_BD.php b/apps/files/l10n/bn_BD.php index 9efde85f0c..2265c232a1 100644 --- a/apps/files/l10n/bn_BD.php +++ b/apps/files/l10n/bn_BD.php @@ -27,6 +27,8 @@ $TRANSLATIONS = array( "cancel" => "বাতিল", "replaced {new_name} with {old_name}" => "{new_name} কে {old_name} নামে প্রতিস্থাপন করা হয়েছে", "undo" => "ক্রিয়া প্রত্যাহার", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "'.' is an invalid file name." => "টি একটি অননুমোদিত নাম।", "File name cannot be empty." => "ফাইলের নামটি ফাঁকা রাখা যাবে না।", @@ -34,8 +36,6 @@ $TRANSLATIONS = array( "Name" => "রাম", "Size" => "আকার", "Modified" => "পরিবর্তিত", -"_%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 f7d0069217..9f90138eeb 100644 --- a/apps/files/l10n/ca.php +++ b/apps/files/l10n/ca.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "cancel·la", "replaced {new_name} with {old_name}" => "s'ha substituït {old_name} per {new_name}", "undo" => "desfés", +"_%n folder_::_%n folders_" => array("%n carpeta","%n carpetes"), +"_%n file_::_%n files_" => array("%n fitxer","%n fitxers"), "_Uploading %n file_::_Uploading %n files_" => array("Pujant %n fitxer","Pujant %n fitxers"), "files uploading" => "fitxers pujant", "'.' is an invalid file name." => "'.' és un nom no vàlid per un fitxer.", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "Nom", "Size" => "Mida", "Modified" => "Modificat", -"_%n folder_::_%n folders_" => array("%n carpeta","%n carpetes"), -"_%n file_::_%n files_" => array("%n fitxer","%n fitxers"), "%s could not be renamed" => "%s no es pot canviar el nom", "Upload" => "Puja", "File handling" => "Gestió de fitxers", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor", "Files are being scanned, please wait." => "S'estan escanejant els fitxers, espereu", "Current scanning" => "Actualment escanejant", -"directory" => "directori", -"directories" => "directoris", -"file" => "fitxer", -"files" => "fitxers", "Upgrading filesystem cache..." => "Actualitzant la memòria de cau del sistema de fitxers..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index dd243eb576..c46758c7bc 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "zrušit", "replaced {new_name} with {old_name}" => "nahrazeno {new_name} s {old_name}", "undo" => "vrátit zpět", +"_%n folder_::_%n folders_" => array("%n složka","%n složky","%n složek"), +"_%n file_::_%n files_" => array("%n soubor","%n soubory","%n souborů"), "_Uploading %n file_::_Uploading %n files_" => array("Nahrávám %n soubor","Nahrávám %n soubory","Nahrávám %n souborů"), "files uploading" => "soubory se odesílají", "'.' is an invalid file name." => "'.' je neplatným názvem souboru.", @@ -39,13 +41,11 @@ $TRANSLATIONS = array( "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Neplatný název, znaky '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nejsou povoleny.", "Your storage is full, files can not be updated or synced anymore!" => "Vaše úložiště je plné, nelze aktualizovat ani synchronizovat soubory.", "Your storage is almost full ({usedSpacePercent}%)" => "Vaše úložiště je téměř plné ({usedSpacePercent}%)", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifrování bylo zrušeno, soubory jsou však stále zašifrované. Běžte prosím do osobního nastavení, kde si složky odšifrujete.", +"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifrování bylo vypnuto, vaše soubory jsou však stále zašifrované. Běžte prosím do osobního nastavení, kde soubory odšifrujete.", "Your download is being prepared. This might take some time if the files are big." => "Vaše soubory ke stažení se připravují. Pokud jsou velké, může to chvíli trvat.", "Name" => "Název", "Size" => "Velikost", "Modified" => "Upraveno", -"_%n folder_::_%n folders_" => array("%n složka","%n složky","%n složek"), -"_%n file_::_%n files_" => array("%n soubor","%n soubory","%n souborů"), "%s could not be renamed" => "%s nemůže být přejmenován", "Upload" => "Odeslat", "File handling" => "Zacházení se soubory", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru.", "Files are being scanned, please wait." => "Soubory se prohledávají, prosím čekejte.", "Current scanning" => "Aktuální prohledávání", -"directory" => "adresář", -"directories" => "adresáře", -"file" => "soubor", -"files" => "soubory", "Upgrading filesystem cache..." => "Aktualizuji mezipaměť souborového systému..." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files/l10n/cy_GB.php b/apps/files/l10n/cy_GB.php index f614fbee47..666e90e9db 100644 --- a/apps/files/l10n/cy_GB.php +++ b/apps/files/l10n/cy_GB.php @@ -29,6 +29,8 @@ $TRANSLATIONS = array( "cancel" => "diddymu", "replaced {new_name} with {old_name}" => "newidiwyd {new_name} yn lle {old_name}", "undo" => "dadwneud", +"_%n folder_::_%n folders_" => array("","","",""), +"_%n file_::_%n files_" => array("","","",""), "_Uploading %n file_::_Uploading %n files_" => array("","","",""), "files uploading" => "ffeiliau'n llwytho i fyny", "'.' is an invalid file name." => "Mae '.' yn enw ffeil annilys.", @@ -40,8 +42,6 @@ $TRANSLATIONS = array( "Name" => "Enw", "Size" => "Maint", "Modified" => "Addaswyd", -"_%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 a891bcfb37..36703322f9 100644 --- a/apps/files/l10n/da.php +++ b/apps/files/l10n/da.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "fortryd", "replaced {new_name} with {old_name}" => "erstattede {new_name} med {old_name}", "undo" => "fortryd", +"_%n folder_::_%n folders_" => array("%n mappe","%n mapper"), +"_%n file_::_%n files_" => array("%n fil","%n filer"), "_Uploading %n file_::_Uploading %n files_" => array("Uploader %n fil","Uploader %n filer"), "files uploading" => "uploader filer", "'.' is an invalid file name." => "'.' er et ugyldigt filnavn.", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "Navn", "Size" => "Størrelse", "Modified" => "Ændret", -"_%n folder_::_%n folders_" => array("%n mappe","%n mapper"), -"_%n file_::_%n files_" => array("%n fil","%n filer"), "%s could not be renamed" => "%s kunne ikke omdøbes", "Upload" => "Upload", "File handling" => "Filhåndtering", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filerne, du prøver at uploade, er større end den maksimale størrelse for fil-upload på denne server.", "Files are being scanned, please wait." => "Filerne bliver indlæst, vent venligst.", "Current scanning" => "Indlæser", -"directory" => "mappe", -"directories" => "Mapper", -"file" => "fil", -"files" => "filer", "Upgrading filesystem cache..." => "Opgraderer filsystems cachen..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php index 53f9b1a236..8d8d30cb6e 100644 --- a/apps/files/l10n/de.php +++ b/apps/files/l10n/de.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "abbrechen", "replaced {new_name} with {old_name}" => "{old_name} ersetzt durch {new_name}", "undo" => "rückgängig machen", +"_%n folder_::_%n folders_" => array("%n Ordner","%n Ordner"), +"_%n file_::_%n files_" => array("%n Datei","%n Dateien"), "_Uploading %n file_::_Uploading %n files_" => array("%n Datei wird hochgeladen","%n Dateien werden hochgeladen"), "files uploading" => "Dateien werden hoch geladen", "'.' is an invalid file name." => "'.' ist kein gültiger Dateiname.", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "Name", "Size" => "Größe", "Modified" => "Geändert", -"_%n folder_::_%n folders_" => array("%n Ordner","%n Ordner"), -"_%n file_::_%n files_" => array("%n Datei","%n Dateien"), "%s could not be renamed" => "%s konnte nicht umbenannt werden", "Upload" => "Hochladen", "File handling" => "Dateibehandlung", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", "Files are being scanned, please wait." => "Dateien werden gescannt, bitte warten.", "Current scanning" => "Scanne", -"directory" => "Verzeichnis", -"directories" => "Verzeichnisse", -"file" => "Datei", -"files" => "Dateien", "Upgrading filesystem cache..." => "Dateisystem-Cache wird aktualisiert ..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php index 8ea824c9c1..309a885d37 100644 --- a/apps/files/l10n/de_DE.php +++ b/apps/files/l10n/de_DE.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "abbrechen", "replaced {new_name} with {old_name}" => "{old_name} wurde ersetzt durch {new_name}", "undo" => "rückgängig machen", +"_%n folder_::_%n folders_" => array("%n Ordner","%n Ordner"), +"_%n file_::_%n files_" => array("%n Datei","%n Dateien"), "_Uploading %n file_::_Uploading %n files_" => array("%n Datei wird hoch geladen","%n Dateien werden hoch geladen"), "files uploading" => "Dateien werden hoch geladen", "'.' is an invalid file name." => "'.' ist kein gültiger Dateiname.", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "Name", "Size" => "Größe", "Modified" => "Geändert", -"_%n folder_::_%n folders_" => array("%n Ordner","%n Ordner"), -"_%n file_::_%n files_" => array("%n Datei","%n Dateien"), "%s could not be renamed" => "%s konnte nicht umbenannt werden", "Upload" => "Hochladen", "File handling" => "Dateibehandlung", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", "Files are being scanned, please wait." => "Dateien werden gescannt, bitte warten.", "Current scanning" => "Scanne", -"directory" => "Verzeichnis", -"directories" => "Verzeichnisse", -"file" => "Datei", -"files" => "Dateien", "Upgrading filesystem cache..." => "Dateisystem-Cache wird aktualisiert ..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php index 41645acb52..1dca8e41f6 100644 --- a/apps/files/l10n/el.php +++ b/apps/files/l10n/el.php @@ -32,19 +32,20 @@ $TRANSLATIONS = array( "cancel" => "ακύρωση", "replaced {new_name} with {old_name}" => "αντικαταστάθηκε το {new_name} με {old_name}", "undo" => "αναίρεση", -"_Uploading %n file_::_Uploading %n files_" => array("",""), +"_%n folder_::_%n folders_" => array("%n φάκελος","%n φάκελοι"), +"_%n file_::_%n files_" => array("%n αρχείο","%n αρχεία"), +"_Uploading %n file_::_Uploading %n files_" => array("Ανέβασμα %n αρχείου","Ανέβασμα %n αρχείων"), "files uploading" => "αρχεία ανεβαίνουν", "'.' is an invalid file name." => "'.' είναι μη έγκυρο όνομα αρχείου.", "File name cannot be empty." => "Το όνομα αρχείου δεν μπορεί να είναι κενό.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Μη έγκυρο όνομα, '\\', '/', '<', '>', ':', '\"', '|', '?' και '*' δεν επιτρέπονται.", "Your storage is full, files can not be updated or synced anymore!" => "Ο αποθηκευτικός σας χώρος είναι γεμάτος, τα αρχεία δεν μπορούν να ενημερωθούν ή να συγχρονιστούν πια!", "Your storage is almost full ({usedSpacePercent}%)" => "Ο αποθηκευτικός χώρος είναι σχεδόν γεμάτος ({usedSpacePercent}%)", +"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Η κρυπτογράφηση απενεργοποιήθηκε, αλλά τα αρχεία σας είναι ακόμα κρυπτογραφημένα. Παρακαλούμε απενεργοποιήσετε την κρυπτογράφηση αρχείων από τις προσωπικές σας ρυθμίσεις", "Your download is being prepared. This might take some time if the files are big." => "Η λήψη προετοιμάζεται. Αυτό μπορεί να πάρει ώρα εάν τα αρχεία έχουν μεγάλο μέγεθος.", "Name" => "Όνομα", "Size" => "Μέγεθος", "Modified" => "Τροποποιήθηκε", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), "%s could not be renamed" => "Αδυναμία μετονομασίας του %s", "Upload" => "Μεταφόρτωση", "File handling" => "Διαχείριση αρχείων", @@ -70,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Τα αρχεία που προσπαθείτε να ανεβάσετε υπερβαίνουν το μέγιστο μέγεθος αποστολής αρχείων σε αυτόν τον διακομιστή.", "Files are being scanned, please wait." => "Τα αρχεία σαρώνονται, παρακαλώ περιμένετε.", "Current scanning" => "Τρέχουσα ανίχνευση", -"directory" => "κατάλογος", -"directories" => "κατάλογοι", -"file" => "αρχείο", -"files" => "αρχεία", "Upgrading filesystem cache..." => "Ενημέρωση της μνήμης cache του συστήματος αρχείων..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/en@pirate.php b/apps/files/l10n/en@pirate.php index 83351f265f..128f527aef 100644 --- a/apps/files/l10n/en@pirate.php +++ b/apps/files/l10n/en@pirate.php @@ -1,8 +1,8 @@ array("",""), "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), +"_Uploading %n file_::_Uploading %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 59ac4e1c39..2a011ab214 100644 --- a/apps/files/l10n/eo.php +++ b/apps/files/l10n/eo.php @@ -30,6 +30,8 @@ $TRANSLATIONS = array( "cancel" => "nuligi", "replaced {new_name} with {old_name}" => "anstataŭiĝis {new_name} per {old_name}", "undo" => "malfari", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "files uploading" => "dosieroj estas alŝutataj", "'.' is an invalid file name." => "'.' ne estas valida dosiernomo.", @@ -41,8 +43,6 @@ $TRANSLATIONS = array( "Name" => "Nomo", "Size" => "Grando", "Modified" => "Modifita", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), "Upload" => "Alŝuti", "File handling" => "Dosieradministro", "Maximum upload size" => "Maksimuma alŝutogrando", @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo.", "Files are being scanned, please wait." => "Dosieroj estas skanataj, bonvolu atendi.", "Current scanning" => "Nuna skano", -"file" => "dosiero", -"files" => "dosieroj", "Upgrading filesystem cache..." => "Ĝisdatiĝas dosiersistema kaŝmemoro..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php index 415d23ae89..1ff1506aaf 100644 --- a/apps/files/l10n/es.php +++ b/apps/files/l10n/es.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "cancelar", "replaced {new_name} with {old_name}" => "reemplazado {new_name} con {old_name}", "undo" => "deshacer", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "files uploading" => "subiendo archivos", "'.' is an invalid file name." => "'.' no es un nombre de archivo válido.", @@ -43,8 +45,6 @@ $TRANSLATIONS = array( "Name" => "Nombre", "Size" => "Tamaño", "Modified" => "Modificado", -"_%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", @@ -70,10 +70,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.", "Files are being scanned, please wait." => "Los archivos están siendo escaneados, por favor espere.", "Current scanning" => "Escaneo actual", -"directory" => "carpeta", -"directories" => "carpetas", -"file" => "archivo", -"files" => "archivos", "Upgrading filesystem cache..." => "Actualizando caché del sistema de archivos" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es_AR.php b/apps/files/l10n/es_AR.php index 4c0eb691f6..dac4d4e4de 100644 --- a/apps/files/l10n/es_AR.php +++ b/apps/files/l10n/es_AR.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "cancelar", "replaced {new_name} with {old_name}" => "se reemplazó {new_name} con {old_name}", "undo" => "deshacer", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "files uploading" => "Subiendo archivos", "'.' is an invalid file name." => "'.' es un nombre de archivo inválido.", @@ -39,12 +41,11 @@ $TRANSLATIONS = array( "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nombre invalido, '\\', '/', '<', '>', ':', '\"', '|', '?' y '*' no están permitidos.", "Your storage is full, files can not be updated or synced anymore!" => "El almacenamiento está lleno, los archivos no se pueden seguir actualizando ni sincronizando", "Your storage is almost full ({usedSpacePercent}%)" => "El almacenamiento está casi lleno ({usedSpacePercent}%)", +"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "El proceso de cifrado se ha desactivado, pero los archivos aún están encriptados. Por favor, vaya a la configuración personal para descifrar los archivos.", "Your download is being prepared. This might take some time if the files are big." => "Tu descarga se está preparando. Esto puede demorar si los archivos son muy grandes.", "Name" => "Nombre", "Size" => "Tamaño", "Modified" => "Modificado", -"_%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", @@ -70,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los archivos que intentás subir sobrepasan el tamaño máximo ", "Files are being scanned, please wait." => "Se están escaneando los archivos, por favor esperá.", "Current scanning" => "Escaneo actual", -"directory" => "directorio", -"directories" => "directorios", -"file" => "archivo", -"files" => "archivos", "Upgrading filesystem cache..." => "Actualizando el cache del sistema de archivos" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php index 13198a9f88..e1947cb8f7 100644 --- a/apps/files/l10n/et_EE.php +++ b/apps/files/l10n/et_EE.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "loobu", "replaced {new_name} with {old_name}" => "asendas nime {old_name} nimega {new_name}", "undo" => "tagasi", +"_%n folder_::_%n folders_" => array("%n kataloog","%n kataloogi"), +"_%n file_::_%n files_" => array("%n fail","%n faili"), "_Uploading %n file_::_Uploading %n files_" => array("Laadin üles %n faili","Laadin üles %n faili"), "files uploading" => "faili üleslaadimisel", "'.' is an invalid file name." => "'.' on vigane failinimi.", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "Nimi", "Size" => "Suurus", "Modified" => "Muudetud", -"_%n folder_::_%n folders_" => array("%n kataloog","%n kataloogi"), -"_%n file_::_%n files_" => array("%n fail","%n faili"), "%s could not be renamed" => "%s ümbernimetamine ebaõnnestus", "Upload" => "Lae üles", "File handling" => "Failide käsitlemine", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Failid, mida sa proovid üles laadida, ületab serveri poolt üleslaetavatele failidele määratud maksimaalse suuruse.", "Files are being scanned, please wait." => "Faile skannitakse, palun oota.", "Current scanning" => "Praegune skannimine", -"directory" => "kaust", -"directories" => "kaustad", -"file" => "fail", -"files" => "faili", "Upgrading filesystem cache..." => "Failisüsteemi puhvri uuendamine..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/eu.php b/apps/files/l10n/eu.php index 359b40ddef..6c6e92dda3 100644 --- a/apps/files/l10n/eu.php +++ b/apps/files/l10n/eu.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "ezeztatu", "replaced {new_name} with {old_name}" => " {new_name}-k {old_name} ordezkatu du", "undo" => "desegin", +"_%n folder_::_%n folders_" => array("karpeta %n","%n karpeta"), +"_%n file_::_%n files_" => array("fitxategi %n","%n fitxategi"), "_Uploading %n file_::_Uploading %n files_" => array("Fitxategi %n igotzen","%n fitxategi igotzen"), "files uploading" => "fitxategiak igotzen", "'.' is an invalid file name." => "'.' ez da fitxategi izen baliogarria.", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "Izena", "Size" => "Tamaina", "Modified" => "Aldatuta", -"_%n folder_::_%n folders_" => array("karpeta %n","%n karpeta"), -"_%n file_::_%n files_" => array("fitxategi %n","%n fitxategi"), "%s could not be renamed" => "%s ezin da berrizendatu", "Upload" => "Igo", "File handling" => "Fitxategien kudeaketa", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Igotzen saiatzen ari zaren fitxategiak zerbitzari honek igotzeko onartzen duena baino handiagoak dira.", "Files are being scanned, please wait." => "Fitxategiak eskaneatzen ari da, itxoin mezedez.", "Current scanning" => "Orain eskaneatzen ari da", -"directory" => "direktorioa", -"directories" => "direktorioak", -"file" => "fitxategia", -"files" => "fitxategiak", "Upgrading filesystem cache..." => "Fitxategi sistemaren katxea eguneratzen..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/fa.php b/apps/files/l10n/fa.php index e0b9fe0281..afa04e53ab 100644 --- a/apps/files/l10n/fa.php +++ b/apps/files/l10n/fa.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "لغو", "replaced {new_name} with {old_name}" => "{نام_جدید} با { نام_قدیمی} جایگزین شد.", "undo" => "بازگشت", +"_%n folder_::_%n folders_" => array(""), +"_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), "files uploading" => "بارگذاری فایل ها", "'.' is an invalid file name." => "'.' یک نام پرونده نامعتبر است.", @@ -43,8 +45,6 @@ $TRANSLATIONS = array( "Name" => "نام", "Size" => "اندازه", "Modified" => "تاریخ", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), "%s could not be renamed" => "%s نمیتواند تغییر نام دهد.", "Upload" => "بارگزاری", "File handling" => "اداره پرونده ها", @@ -70,10 +70,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "فایلها بیش از حد تعیین شده در این سرور هستند\nمترجم:با تغییر فایل php,ini میتوان این محدودیت را برطرف کرد", "Files are being scanned, please wait." => "پرونده ها در حال بازرسی هستند لطفا صبر کنید", "Current scanning" => "بازرسی کنونی", -"directory" => "پوشه", -"directories" => "پوشه ها", -"file" => "پرونده", -"files" => "پرونده ها", "Upgrading filesystem cache..." => "بهبود فایل سیستمی ذخیره گاه..." ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php index b48f44665b..d18ff4f020 100644 --- a/apps/files/l10n/fi_FI.php +++ b/apps/files/l10n/fi_FI.php @@ -28,6 +28,8 @@ $TRANSLATIONS = array( "suggest name" => "ehdota nimeä", "cancel" => "peru", "undo" => "kumoa", +"_%n folder_::_%n folders_" => array("%n kansio","%n kansiota"), +"_%n file_::_%n files_" => array("%n tiedosto","%n tiedostoa"), "_Uploading %n file_::_Uploading %n files_" => array("Lähetetään %n tiedosto","Lähetetään %n tiedostoa"), "'.' is an invalid file name." => "'.' on virheellinen nimi tiedostolle.", "File name cannot be empty." => "Tiedoston nimi ei voi olla tyhjä.", @@ -38,8 +40,6 @@ $TRANSLATIONS = array( "Name" => "Nimi", "Size" => "Koko", "Modified" => "Muokattu", -"_%n folder_::_%n folders_" => array("%n kansio","%n kansiota"), -"_%n file_::_%n files_" => array("%n tiedosto","%n tiedostoa"), "Upload" => "Lähetä", "File handling" => "Tiedostonhallinta", "Maximum upload size" => "Lähetettävän tiedoston suurin sallittu koko", @@ -64,10 +64,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan.", "Files are being scanned, please wait." => "Tiedostoja tarkistetaan, odota hetki.", "Current scanning" => "Tämänhetkinen tutkinta", -"directory" => "kansio", -"directories" => "kansiota", -"file" => "tiedosto", -"files" => "tiedostoa", "Upgrading filesystem cache..." => "Päivitetään tiedostojärjestelmän välimuistia..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php index 44895eab28..40bb81296e 100644 --- a/apps/files/l10n/fr.php +++ b/apps/files/l10n/fr.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "annuler", "replaced {new_name} with {old_name}" => "{new_name} a été remplacé par {old_name}", "undo" => "annuler", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_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.", @@ -43,8 +45,6 @@ $TRANSLATIONS = array( "Name" => "Nom", "Size" => "Taille", "Modified" => "Modifié", -"_%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", @@ -70,10 +70,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Les fichiers que vous essayez d'envoyer dépassent la taille maximale permise par ce serveur.", "Files are being scanned, please wait." => "Les fichiers sont en cours d'analyse, veuillez patienter.", "Current scanning" => "Analyse en cours", -"directory" => "dossier", -"directories" => "dossiers", -"file" => "fichier", -"files" => "fichiers", "Upgrading filesystem cache..." => "Mise à niveau du cache du système de fichier" ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php index c98263c08f..2df738cb15 100644 --- a/apps/files/l10n/gl.php +++ b/apps/files/l10n/gl.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "cancelar", "replaced {new_name} with {old_name}" => "substituír {new_name} por {old_name}", "undo" => "desfacer", +"_%n folder_::_%n folders_" => array("%n cartafol","%n cartafoles"), +"_%n file_::_%n files_" => array("%n ficheiro","%n ficheiros"), "_Uploading %n file_::_Uploading %n files_" => array("Cargando %n ficheiro","Cargando %n ficheiros"), "files uploading" => "ficheiros enviándose", "'.' is an invalid file name." => "«.» é un nome de ficheiro incorrecto", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "Nome", "Size" => "Tamaño", "Modified" => "Modificado", -"_%n folder_::_%n folders_" => array("%n cartafol","%n cartafoles"), -"_%n file_::_%n files_" => array("%n ficheiro","%n ficheiros"), "%s could not be renamed" => "%s non pode cambiar de nome", "Upload" => "Enviar", "File handling" => "Manexo de ficheiro", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor", "Files are being scanned, please wait." => "Estanse analizando os ficheiros. Agarde.", "Current scanning" => "Análise actual", -"directory" => "directorio", -"directories" => "directorios", -"file" => "ficheiro", -"files" => "ficheiros", "Upgrading filesystem cache..." => "Anovando a caché do sistema de ficheiros..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/he.php b/apps/files/l10n/he.php index ef98e2d218..7141c8442e 100644 --- a/apps/files/l10n/he.php +++ b/apps/files/l10n/he.php @@ -28,14 +28,14 @@ $TRANSLATIONS = array( "cancel" => "ביטול", "replaced {new_name} with {old_name}" => "{new_name} הוחלף ב־{old_name}", "undo" => "ביטול", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "files uploading" => "קבצים בהעלאה", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "השם שגוי, אסור להשתמש בתווים '\\', '/', '<', '>', ':', '\"', '|', '?' ו־'*'.", "Name" => "שם", "Size" => "גודל", "Modified" => "זמן שינוי", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), "Upload" => "העלאה", "File handling" => "טיפול בקבצים", "Maximum upload size" => "גודל העלאה מקסימלי", @@ -57,8 +57,6 @@ $TRANSLATIONS = array( "Upload too large" => "העלאה גדולה מידי", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.", "Files are being scanned, please wait." => "הקבצים נסרקים, נא להמתין.", -"Current scanning" => "הסריקה הנוכחית", -"file" => "קובץ", -"files" => "קבצים" +"Current scanning" => "הסריקה הנוכחית" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/hi.php b/apps/files/l10n/hi.php index 7fb5a5b09d..7d2baab607 100644 --- a/apps/files/l10n/hi.php +++ b/apps/files/l10n/hi.php @@ -2,9 +2,9 @@ $TRANSLATIONS = array( "Error" => "त्रुटि", "Share" => "साझा करें", -"_Uploading %n file_::_Uploading %n files_" => array("",""), "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), +"_Uploading %n file_::_Uploading %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 8f74dea092..57f1ad9700 100644 --- a/apps/files/l10n/hr.php +++ b/apps/files/l10n/hr.php @@ -18,13 +18,13 @@ $TRANSLATIONS = array( "suggest name" => "predloži ime", "cancel" => "odustani", "undo" => "vrati", +"_%n folder_::_%n folders_" => array("","",""), +"_%n file_::_%n files_" => array("","",""), "_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", @@ -45,8 +45,6 @@ $TRANSLATIONS = array( "Upload too large" => "Prijenos je preobiman", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Datoteke koje pokušavate prenijeti prelaze maksimalnu veličinu za prijenos datoteka na ovom poslužitelju.", "Files are being scanned, please wait." => "Datoteke se skeniraju, molimo pričekajte.", -"Current scanning" => "Trenutno skeniranje", -"file" => "datoteka", -"files" => "datoteke" +"Current scanning" => "Trenutno skeniranje" ); $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/l10n/hu_HU.php b/apps/files/l10n/hu_HU.php index e8d3b8c867..741964503f 100644 --- a/apps/files/l10n/hu_HU.php +++ b/apps/files/l10n/hu_HU.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "mégse", "replaced {new_name} with {old_name}" => "{new_name} fájlt kicseréltük ezzel: {old_name}", "undo" => "visszavonás", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_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.", @@ -43,8 +45,6 @@ $TRANSLATIONS = array( "Name" => "Név", "Size" => "Méret", "Modified" => "Módosítva", -"_%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", @@ -70,10 +70,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "A feltöltendő állományok mérete meghaladja a kiszolgálón megengedett maximális méretet.", "Files are being scanned, please wait." => "A fájllista ellenőrzése zajlik, kis türelmet!", "Current scanning" => "Ellenőrzés alatt", -"directory" => "mappa", -"directories" => "mappa", -"file" => "fájl", -"files" => "fájlok", "Upgrading filesystem cache..." => "A fájlrendszer gyorsítótárának frissítése zajlik..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/hy.php b/apps/files/l10n/hy.php index a419a74cc9..9a5ebb862a 100644 --- a/apps/files/l10n/hy.php +++ b/apps/files/l10n/hy.php @@ -1,8 +1,8 @@ array("",""), "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), +"_Uploading %n file_::_Uploading %n files_" => array("",""), "Save" => "Պահպանել", "Download" => "Բեռնել", "Delete" => "Ջնջել" diff --git a/apps/files/l10n/ia.php b/apps/files/l10n/ia.php index 202375636a..1560687f6c 100644 --- a/apps/files/l10n/ia.php +++ b/apps/files/l10n/ia.php @@ -6,12 +6,12 @@ $TRANSLATIONS = array( "Files" => "Files", "Error" => "Error", "Share" => "Compartir", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_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 84d9ba2020..ce7cfe5ef4 100644 --- a/apps/files/l10n/id.php +++ b/apps/files/l10n/id.php @@ -29,6 +29,8 @@ $TRANSLATIONS = array( "cancel" => "batalkan", "replaced {new_name} with {old_name}" => "mengganti {new_name} dengan {old_name}", "undo" => "urungkan", +"_%n folder_::_%n folders_" => array(""), +"_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), "files uploading" => "berkas diunggah", "'.' is an invalid file name." => "'.' bukan nama berkas yang valid.", @@ -40,8 +42,6 @@ $TRANSLATIONS = array( "Name" => "Nama", "Size" => "Ukuran", "Modified" => "Dimodifikasi", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), "Upload" => "Unggah", "File handling" => "Penanganan berkas", "Maximum upload size" => "Ukuran pengunggahan maksimum", @@ -66,8 +66,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Berkas yang dicoba untuk diunggah melebihi ukuran maksimum pengunggahan berkas di server ini.", "Files are being scanned, please wait." => "Berkas sedang dipindai, silakan tunggu.", "Current scanning" => "Yang sedang dipindai", -"file" => "berkas", -"files" => "berkas-berkas", "Upgrading filesystem cache..." => "Meningkatkan tembolok sistem berkas..." ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/is.php b/apps/files/l10n/is.php index 36116001bc..2cf195d0a1 100644 --- a/apps/files/l10n/is.php +++ b/apps/files/l10n/is.php @@ -27,6 +27,8 @@ $TRANSLATIONS = array( "cancel" => "hætta við", "replaced {new_name} with {old_name}" => "yfirskrifaði {new_name} með {old_name}", "undo" => "afturkalla", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_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", @@ -34,8 +36,6 @@ $TRANSLATIONS = array( "Name" => "Nafn", "Size" => "Stærð", "Modified" => "Breytt", -"_%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 9be317fba9..2d53da2160 100644 --- a/apps/files/l10n/it.php +++ b/apps/files/l10n/it.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "annulla", "replaced {new_name} with {old_name}" => "sostituito {new_name} con {old_name}", "undo" => "annulla", +"_%n folder_::_%n folders_" => array("%n cartella","%n cartelle"), +"_%n file_::_%n files_" => array("%n file","%n file"), "_Uploading %n file_::_Uploading %n files_" => array("Caricamento di %n file in corso","Caricamento di %n file in corso"), "files uploading" => "caricamento file", "'.' is an invalid file name." => "'.' non è un nome file valido.", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "Nome", "Size" => "Dimensione", "Modified" => "Modificato", -"_%n folder_::_%n folders_" => array("%n cartella","%n cartelle"), -"_%n file_::_%n files_" => array("%n file","%n file"), "%s could not be renamed" => "%s non può essere rinominato", "Upload" => "Carica", "File handling" => "Gestione file", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "I file che stai provando a caricare superano la dimensione massima consentita su questo server.", "Files are being scanned, please wait." => "Scansione dei file in corso, attendi", "Current scanning" => "Scansione corrente", -"directory" => "cartella", -"directories" => "cartelle", -"file" => "file", -"files" => "file", "Upgrading filesystem cache..." => "Aggiornamento della cache del filesystem in corso..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php index 902cc82e03..09675b63f5 100644 --- a/apps/files/l10n/ja_JP.php +++ b/apps/files/l10n/ja_JP.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "キャンセル", "replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換", "undo" => "元に戻す", +"_%n folder_::_%n folders_" => array("%n個のフォルダ"), +"_%n file_::_%n files_" => array("%n個のファイル"), "_Uploading %n file_::_Uploading %n files_" => array("%n 個のファイルをアップロード中"), "files uploading" => "ファイルをアップロード中", "'.' is an invalid file name." => "'.' は無効なファイル名です。", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "名前", "Size" => "サイズ", "Modified" => "変更", -"_%n folder_::_%n folders_" => array("%n個のフォルダ"), -"_%n file_::_%n files_" => array("%n個のファイル"), "%s could not be renamed" => "%sの名前を変更できませんでした", "Upload" => "アップロード", "File handling" => "ファイル操作", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "アップロードしようとしているファイルは、サーバで規定された最大サイズを超えています。", "Files are being scanned, please wait." => "ファイルをスキャンしています、しばらくお待ちください。", "Current scanning" => "スキャン中", -"directory" => "ディレクトリ", -"directories" => "ディレクトリ", -"file" => "ファイル", -"files" => "ファイル", "Upgrading filesystem cache..." => "ファイルシステムキャッシュを更新中..." ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/ka.php b/apps/files/l10n/ka.php index 527a2c49b1..544e8168c5 100644 --- a/apps/files/l10n/ka.php +++ b/apps/files/l10n/ka.php @@ -1,9 +1,9 @@ "ფაილები", -"_Uploading %n file_::_Uploading %n files_" => array(""), "_%n folder_::_%n folders_" => array(""), "_%n file_::_%n files_" => array(""), +"_Uploading %n file_::_Uploading %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 3e70d3294c..8fd522aebc 100644 --- a/apps/files/l10n/ka_GE.php +++ b/apps/files/l10n/ka_GE.php @@ -29,6 +29,8 @@ $TRANSLATIONS = array( "cancel" => "უარყოფა", "replaced {new_name} with {old_name}" => "{new_name} შეცვლილია {old_name}–ით", "undo" => "დაბრუნება", +"_%n folder_::_%n folders_" => array(""), +"_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), "files uploading" => "ფაილები იტვირთება", "'.' is an invalid file name." => "'.' არის დაუშვებელი ფაილის სახელი.", @@ -40,8 +42,6 @@ $TRANSLATIONS = array( "Name" => "სახელი", "Size" => "ზომა", "Modified" => "შეცვლილია", -"_%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 f53c9e8e38..86666c7056 100644 --- a/apps/files/l10n/ko.php +++ b/apps/files/l10n/ko.php @@ -29,6 +29,8 @@ $TRANSLATIONS = array( "cancel" => "취소", "replaced {new_name} with {old_name}" => "{old_name}이(가) {new_name}(으)로 대체됨", "undo" => "되돌리기", +"_%n folder_::_%n folders_" => array(""), +"_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), "files uploading" => "파일 업로드중", "'.' is an invalid file name." => "'.' 는 올바르지 않은 파일 이름 입니다.", @@ -40,8 +42,6 @@ $TRANSLATIONS = array( "Name" => "이름", "Size" => "크기", "Modified" => "수정됨", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), "Upload" => "업로드", "File handling" => "파일 처리", "Maximum upload size" => "최대 업로드 크기", @@ -66,8 +66,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다.", "Files are being scanned, please wait." => "파일을 검색하고 있습니다. 기다려 주십시오.", "Current scanning" => "현재 검색", -"file" => "파일", -"files" => "파일", "Upgrading filesystem cache..." => "파일 시스템 캐시 업그레이드 중..." ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/ku_IQ.php b/apps/files/l10n/ku_IQ.php index 81177f9bea..9ec565da44 100644 --- a/apps/files/l10n/ku_IQ.php +++ b/apps/files/l10n/ku_IQ.php @@ -2,10 +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("",""), +"_Uploading %n file_::_Uploading %n files_" => array("",""), +"Name" => "ناو", "Upload" => "بارکردن", "Save" => "پاشکه‌وتکردن", "Folder" => "بوخچه", diff --git a/apps/files/l10n/lb.php b/apps/files/l10n/lb.php index c57eebd9e7..deefe9caa1 100644 --- a/apps/files/l10n/lb.php +++ b/apps/files/l10n/lb.php @@ -15,12 +15,12 @@ $TRANSLATIONS = array( "replace" => "ersetzen", "cancel" => "ofbriechen", "undo" => "réckgängeg man", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_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 ", @@ -41,8 +41,6 @@ $TRANSLATIONS = array( "Upload too large" => "Upload ze grouss", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Déi Dateien déi Dir probéiert erop ze lueden sinn méi grouss wei déi Maximal Gréisst déi op dësem Server erlaabt ass.", "Files are being scanned, please wait." => "Fichieren gi gescannt, war weg.", -"Current scanning" => "Momentane Scan", -"file" => "Datei", -"files" => "Dateien" +"Current scanning" => "Momentane Scan" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/lt_LT.php b/apps/files/l10n/lt_LT.php index a4dd5008af..3bcc6b8443 100644 --- a/apps/files/l10n/lt_LT.php +++ b/apps/files/l10n/lt_LT.php @@ -30,6 +30,8 @@ $TRANSLATIONS = array( "cancel" => "atšaukti", "replaced {new_name} with {old_name}" => "pakeiskite {new_name} į {old_name}", "undo" => "anuliuoti", +"_%n folder_::_%n folders_" => array("","",""), +"_%n file_::_%n files_" => array("","",""), "_Uploading %n file_::_Uploading %n files_" => array("","",""), "files uploading" => "įkeliami failai", "'.' is an invalid file name." => "'.' yra neleidžiamas failo pavadinime.", @@ -41,8 +43,6 @@ $TRANSLATIONS = array( "Name" => "Pavadinimas", "Size" => "Dydis", "Modified" => "Pakeista", -"_%n folder_::_%n folders_" => array("","",""), -"_%n file_::_%n files_" => array("","",""), "Upload" => "Įkelti", "File handling" => "Failų tvarkymas", "Maximum upload size" => "Maksimalus įkeliamo failo dydis", @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Bandomų įkelti failų dydis viršija maksimalų, kuris leidžiamas šiame serveryje", "Files are being scanned, please wait." => "Skenuojami failai, prašome palaukti.", "Current scanning" => "Šiuo metu skenuojama", -"file" => "failas", -"files" => "failai", "Upgrading filesystem cache..." => "Atnaujinamas sistemos kešavimas..." ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files/l10n/lv.php b/apps/files/l10n/lv.php index b1435b4609..52cea5305d 100644 --- a/apps/files/l10n/lv.php +++ b/apps/files/l10n/lv.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "atcelt", "replaced {new_name} with {old_name}" => "aizvietoja {new_name} ar {old_name}", "undo" => "atsaukt", +"_%n folder_::_%n folders_" => array("%n mapes","%n mape","%n mapes"), +"_%n file_::_%n files_" => array("%n faili","%n fails","%n faili"), "_Uploading %n file_::_Uploading %n files_" => array("%n","Augšupielāde %n failu","Augšupielāde %n failus"), "files uploading" => "fails augšupielādējas", "'.' is an invalid file name." => "'.' ir nederīgs datnes nosaukums.", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "Nosaukums", "Size" => "Izmērs", "Modified" => "Mainīts", -"_%n folder_::_%n folders_" => array("%n mapes","%n mape","%n mapes"), -"_%n file_::_%n files_" => array("%n faili","%n fails","%n faili"), "%s could not be renamed" => "%s nevar tikt pārsaukts", "Upload" => "Augšupielādēt", "File handling" => "Datņu pārvaldība", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu", "Files are being scanned, please wait." => "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet.", "Current scanning" => "Šobrīd tiek caurskatīts", -"directory" => "direktorija", -"directories" => "direktorijas", -"file" => "fails", -"files" => "faili", "Upgrading filesystem cache..." => "Uzlabo datņu sistēmas kešatmiņu..." ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/apps/files/l10n/mk.php b/apps/files/l10n/mk.php index 20fed43ab2..7a9a8641f8 100644 --- a/apps/files/l10n/mk.php +++ b/apps/files/l10n/mk.php @@ -23,13 +23,13 @@ $TRANSLATIONS = array( "cancel" => "откажи", "replaced {new_name} with {old_name}" => "заменета {new_name} со {old_name}", "undo" => "врати", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неправилно име. , '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' не се дозволени.", "Name" => "Име", "Size" => "Големина", "Modified" => "Променето", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), "Upload" => "Подигни", "File handling" => "Ракување со датотеки", "Maximum upload size" => "Максимална големина за подигање", @@ -51,8 +51,6 @@ $TRANSLATIONS = array( "Upload too large" => "Фајлот кој се вчитува е преголем", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Датотеките кои се обидувате да ги подигнете ја надминуваат максималната големина за подигнување датотеки на овој сервер.", "Files are being scanned, please wait." => "Се скенираат датотеки, ве молам почекајте.", -"Current scanning" => "Моментално скенирам", -"file" => "датотека", -"files" => "датотеки" +"Current scanning" => "Моментално скенирам" ); $PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/apps/files/l10n/ms_MY.php b/apps/files/l10n/ms_MY.php index 86b70faefd..59d0bbfb33 100644 --- a/apps/files/l10n/ms_MY.php +++ b/apps/files/l10n/ms_MY.php @@ -15,12 +15,12 @@ $TRANSLATIONS = array( "Pending" => "Dalam proses", "replace" => "ganti", "cancel" => "Batal", +"_%n folder_::_%n folders_" => array(""), +"_%n file_::_%n files_" => array(""), "_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", @@ -40,8 +40,6 @@ $TRANSLATIONS = array( "Upload too large" => "Muatnaik terlalu besar", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Fail yang cuba dimuat naik melebihi saiz maksimum fail upload server", "Files are being scanned, please wait." => "Fail sedang diimbas, harap bersabar.", -"Current scanning" => "Imbasan semasa", -"file" => "fail", -"files" => "fail" +"Current scanning" => "Imbasan semasa" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/my_MM.php b/apps/files/l10n/my_MM.php index 4dc63ffee2..497ecc0949 100644 --- a/apps/files/l10n/my_MM.php +++ b/apps/files/l10n/my_MM.php @@ -1,9 +1,9 @@ "ဖိုင်များ", -"_Uploading %n file_::_Uploading %n files_" => array(""), "_%n folder_::_%n folders_" => array(""), "_%n file_::_%n files_" => array(""), +"_Uploading %n file_::_Uploading %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 72c4153c6e..5c7780825f 100644 --- a/apps/files/l10n/nb_NO.php +++ b/apps/files/l10n/nb_NO.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "avbryt", "replaced {new_name} with {old_name}" => "erstattet {new_name} med {old_name}", "undo" => "angre", +"_%n folder_::_%n folders_" => array("%n mappe","%n mapper"), +"_%n file_::_%n files_" => array("%n fil","%n filer"), "_Uploading %n file_::_Uploading %n files_" => array("Laster opp %n fil","Laster opp %n filer"), "files uploading" => "filer lastes opp", "'.' is an invalid file name." => "'.' er et ugyldig filnavn.", @@ -43,8 +45,6 @@ $TRANSLATIONS = array( "Name" => "Navn", "Size" => "Størrelse", "Modified" => "Endret", -"_%n folder_::_%n folders_" => array("%n mappe","%n mapper"), -"_%n file_::_%n files_" => array("%n fil","%n filer"), "%s could not be renamed" => "Kunne ikke gi nytt navn til %s", "Upload" => "Last opp", "File handling" => "Filhåndtering", @@ -70,10 +70,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filene du prøver å laste opp er for store for å laste opp til denne serveren.", "Files are being scanned, please wait." => "Skanner filer, vennligst vent.", "Current scanning" => "Pågående skanning", -"directory" => "katalog", -"directories" => "kataloger", -"file" => "fil", -"files" => "filer", "Upgrading filesystem cache..." => "Oppgraderer filsystemets mellomlager..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php index 422fa8ba13..a4386992cf 100644 --- a/apps/files/l10n/nl.php +++ b/apps/files/l10n/nl.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "annuleren", "replaced {new_name} with {old_name}" => "verving {new_name} met {old_name}", "undo" => "ongedaan maken", +"_%n folder_::_%n folders_" => array("","%n mappen"), +"_%n file_::_%n files_" => array("","%n bestanden"), "_Uploading %n file_::_Uploading %n files_" => array("%n bestand aan het uploaden","%n bestanden aan het uploaden"), "files uploading" => "bestanden aan het uploaden", "'.' is an invalid file name." => "'.' is een ongeldige bestandsnaam.", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "Naam", "Size" => "Grootte", "Modified" => "Aangepast", -"_%n folder_::_%n folders_" => array("","%n mappen"), -"_%n file_::_%n files_" => array("","%n bestanden"), "%s could not be renamed" => "%s kon niet worden hernoemd", "Upload" => "Uploaden", "File handling" => "Bestand", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "De bestanden die u probeert te uploaden zijn groter dan de maximaal toegestane bestandsgrootte voor deze server.", "Files are being scanned, please wait." => "Bestanden worden gescand, even wachten.", "Current scanning" => "Er wordt gescand", -"directory" => "directory", -"directories" => "directories", -"file" => "bestand", -"files" => "bestanden", "Upgrading filesystem cache..." => "Upgraden bestandssysteem cache..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/nn_NO.php b/apps/files/l10n/nn_NO.php index abaaa5ffe8..84402057a3 100644 --- a/apps/files/l10n/nn_NO.php +++ b/apps/files/l10n/nn_NO.php @@ -30,6 +30,8 @@ $TRANSLATIONS = array( "cancel" => "avbryt", "replaced {new_name} with {old_name}" => "bytte ut {new_name} med {old_name}", "undo" => "angre", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "files uploading" => "filer lastar opp", "'.' is an invalid file name." => "«.» er eit ugyldig filnamn.", @@ -41,8 +43,6 @@ $TRANSLATIONS = array( "Name" => "Namn", "Size" => "Storleik", "Modified" => "Endra", -"_%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 552d72bef5..63e572059b 100644 --- a/apps/files/l10n/oc.php +++ b/apps/files/l10n/oc.php @@ -18,13 +18,13 @@ $TRANSLATIONS = array( "suggest name" => "nom prepausat", "cancel" => "anulla", "undo" => "defar", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_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", @@ -45,8 +45,6 @@ $TRANSLATIONS = array( "Upload too large" => "Amontcargament tròp gròs", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los fichièrs que sias a amontcargar son tròp pesucs per la talha maxi pel servidor.", "Files are being scanned, please wait." => "Los fiichièrs son a èsser explorats, ", -"Current scanning" => "Exploracion en cors", -"file" => "fichièr", -"files" => "fichièrs" +"Current scanning" => "Exploracion en cors" ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php index d858248f29..c55d81cea2 100644 --- a/apps/files/l10n/pl.php +++ b/apps/files/l10n/pl.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "anuluj", "replaced {new_name} with {old_name}" => "zastąpiono {new_name} przez {old_name}", "undo" => "cofnij", +"_%n folder_::_%n folders_" => array("","",""), +"_%n file_::_%n files_" => array("","",""), "_Uploading %n file_::_Uploading %n files_" => array("","",""), "files uploading" => "pliki wczytane", "'.' is an invalid file name." => "„.” jest nieprawidłową nazwą pliku.", @@ -43,8 +45,6 @@ $TRANSLATIONS = array( "Name" => "Nazwa", "Size" => "Rozmiar", "Modified" => "Modyfikacja", -"_%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", @@ -70,10 +70,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Pliki, które próbujesz przesłać, przekraczają maksymalną dopuszczalną wielkość.", "Files are being scanned, please wait." => "Skanowanie plików, proszę czekać.", "Current scanning" => "Aktualnie skanowane", -"directory" => "Katalog", -"directories" => "Katalogi", -"file" => "plik", -"files" => "pliki", "Upgrading filesystem cache..." => "Uaktualnianie plików pamięci podręcznej..." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php index b42b81d040..bfe34bab21 100644 --- a/apps/files/l10n/pt_BR.php +++ b/apps/files/l10n/pt_BR.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "cancelar", "replaced {new_name} with {old_name}" => "Substituído {old_name} por {new_name} ", "undo" => "desfazer", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "files uploading" => "enviando arquivos", "'.' is an invalid file name." => "'.' é um nome de arquivo inválido.", @@ -43,8 +45,6 @@ $TRANSLATIONS = array( "Name" => "Nome", "Size" => "Tamanho", "Modified" => "Modificado", -"_%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", @@ -70,10 +70,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os arquivos que você está tentando carregar excedeu o tamanho máximo para arquivos no servidor.", "Files are being scanned, please wait." => "Arquivos sendo escaneados, por favor aguarde.", "Current scanning" => "Scanning atual", -"directory" => "diretório", -"directories" => "diretórios", -"file" => "arquivo", -"files" => "arquivos", "Upgrading filesystem cache..." => "Atualizando cache do sistema de arquivos..." ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/pt_PT.php b/apps/files/l10n/pt_PT.php index 50a33de6db..8cd73a9f70 100644 --- a/apps/files/l10n/pt_PT.php +++ b/apps/files/l10n/pt_PT.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "cancelar", "replaced {new_name} with {old_name}" => "substituido {new_name} por {old_name}", "undo" => "desfazer", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_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!", @@ -43,8 +45,6 @@ $TRANSLATIONS = array( "Name" => "Nome", "Size" => "Tamanho", "Modified" => "Modificado", -"_%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", @@ -70,10 +70,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os ficheiro que está a tentar enviar excedem o tamanho máximo de envio neste servidor.", "Files are being scanned, please wait." => "Os ficheiros estão a ser analisados, por favor aguarde.", "Current scanning" => "Análise actual", -"directory" => "diretório", -"directories" => "diretórios", -"file" => "ficheiro", -"files" => "ficheiros", "Upgrading filesystem cache..." => "Atualizar cache do sistema de ficheiros..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ro.php b/apps/files/l10n/ro.php index 7c78c6f076..3b5359384a 100644 --- a/apps/files/l10n/ro.php +++ b/apps/files/l10n/ro.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "anulare", "replaced {new_name} with {old_name}" => "{new_name} inlocuit cu {old_name}", "undo" => "Anulează ultima acțiune", +"_%n folder_::_%n folders_" => array("","",""), +"_%n file_::_%n files_" => array("","",""), "_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.", @@ -43,8 +45,6 @@ $TRANSLATIONS = array( "Name" => "Nume", "Size" => "Dimensiune", "Modified" => "Modificat", -"_%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", @@ -70,10 +70,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Fișierul care l-ai încărcat a depășită limita maximă admisă la încărcare pe acest server.", "Files are being scanned, please wait." => "Fișierele sunt scanate, te rog așteptă.", "Current scanning" => "În curs de scanare", -"directory" => "catalog", -"directories" => "cataloage", -"file" => "fișier", -"files" => "fișiere", "Upgrading filesystem cache..." => "Modernizare fisiere de sistem cache.." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php index 782817be0a..e0bf97038d 100644 --- a/apps/files/l10n/ru.php +++ b/apps/files/l10n/ru.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "отмена", "replaced {new_name} with {old_name}" => "заменено {new_name} на {old_name}", "undo" => "отмена", +"_%n folder_::_%n folders_" => array("%n папка","%n папки","%n папок"), +"_%n file_::_%n files_" => array("%n файл","%n файла","%n файлов"), "_Uploading %n file_::_Uploading %n files_" => array("Закачка %n файла","Закачка %n файлов","Закачка %n файлов"), "files uploading" => "файлы загружаются", "'.' is an invalid file name." => "'.' - неправильное имя файла.", @@ -43,8 +45,6 @@ $TRANSLATIONS = array( "Name" => "Имя", "Size" => "Размер", "Modified" => "Изменён", -"_%n folder_::_%n folders_" => array("%n папка","%n папки","%n папок"), -"_%n file_::_%n files_" => array("%n файл","%n файла","%n файлов"), "%s could not be renamed" => "%s не может быть переименован", "Upload" => "Загрузка", "File handling" => "Управление файлами", @@ -70,10 +70,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файлы, которые вы пытаетесь загрузить, превышают лимит для файлов на этом сервере.", "Files are being scanned, please wait." => "Подождите, файлы сканируются.", "Current scanning" => "Текущее сканирование", -"directory" => "директория", -"directories" => "директории", -"file" => "файл", -"files" => "файлы", "Upgrading filesystem cache..." => "Обновление кэша файловой системы..." ); $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/l10n/si_LK.php b/apps/files/l10n/si_LK.php index ffb28e0958..7d24370a09 100644 --- a/apps/files/l10n/si_LK.php +++ b/apps/files/l10n/si_LK.php @@ -18,12 +18,12 @@ $TRANSLATIONS = array( "suggest name" => "නමක් යෝජනා කරන්න", "cancel" => "අත් හරින්න", "undo" => "නිෂ්ප්‍රභ කරන්න", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "Name" => "නම", "Size" => "ප්‍රමාණය", "Modified" => "වෙනස් කළ", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), "Upload" => "උඩුගත කරන්න", "File handling" => "ගොනු පරිහරණය", "Maximum upload size" => "උඩුගත කිරීමක උපරිම ප්‍රමාණය", @@ -45,8 +45,6 @@ $TRANSLATIONS = array( "Upload too large" => "උඩුගත කිරීම විශාල වැඩිය", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "ඔබ උඩුගත කිරීමට තැත් කරන ගොනු මෙම සේවාදායකයා උඩුගත කිරීමට ඉඩදී ඇති උපරිම ගොනු විශාලත්වයට වඩා වැඩිය", "Files are being scanned, please wait." => "ගොනු පරික්ෂා කෙරේ. මඳක් රැඳී සිටින්න", -"Current scanning" => "වර්තමාන පරික්ෂාව", -"file" => "ගොනුව", -"files" => "ගොනු" +"Current scanning" => "වර්තමාන පරික්ෂාව" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/sk_SK.php b/apps/files/l10n/sk_SK.php index 9c84579448..e7ade01379 100644 --- a/apps/files/l10n/sk_SK.php +++ b/apps/files/l10n/sk_SK.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "zrušiť", "replaced {new_name} with {old_name}" => "prepísaný {new_name} súborom {old_name}", "undo" => "vrátiť", +"_%n folder_::_%n folders_" => array("%n priečinok","%n priečinky","%n priečinkov"), +"_%n file_::_%n files_" => array("%n súbor","%n súbory","%n súborov"), "_Uploading %n file_::_Uploading %n files_" => array("Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov"), "files uploading" => "nahrávanie súborov", "'.' is an invalid file name." => "'.' je neplatné meno súboru.", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "Názov", "Size" => "Veľkosť", "Modified" => "Upravené", -"_%n folder_::_%n folders_" => array("%n priečinok","%n priečinky","%n priečinkov"), -"_%n file_::_%n files_" => array("%n súbor","%n súbory","%n súborov"), "%s could not be renamed" => "%s nemohol byť premenovaný", "Upload" => "Odoslať", "File handling" => "Nastavenie správania sa k súborom", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Súbory, ktoré sa snažíte nahrať, presahujú maximálnu veľkosť pre nahratie súborov na tento server.", "Files are being scanned, please wait." => "Čakajte, súbory sú prehľadávané.", "Current scanning" => "Práve prezerané", -"directory" => "priečinok", -"directories" => "priečinky", -"file" => "súbor", -"files" => "súbory", "Upgrading filesystem cache..." => "Aktualizujem medzipamäť súborového systému..." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php index 79296c8049..6819ed3a3b 100644 --- a/apps/files/l10n/sl.php +++ b/apps/files/l10n/sl.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "prekliči", "replaced {new_name} with {old_name}" => "preimenovano ime {new_name} z imenom {old_name}", "undo" => "razveljavi", +"_%n folder_::_%n folders_" => array("","","",""), +"_%n file_::_%n files_" => array("","","",""), "_Uploading %n file_::_Uploading %n files_" => array("","","",""), "files uploading" => "poteka pošiljanje datotek", "'.' is an invalid file name." => "'.' je neveljavno ime datoteke.", @@ -43,8 +45,6 @@ $TRANSLATIONS = array( "Name" => "Ime", "Size" => "Velikost", "Modified" => "Spremenjeno", -"_%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", @@ -70,10 +70,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Datoteke, ki jih želite poslati, presegajo največjo dovoljeno velikost na strežniku.", "Files are being scanned, please wait." => "Poteka preučevanje datotek, počakajte ...", "Current scanning" => "Trenutno poteka preučevanje", -"directory" => "direktorij", -"directories" => "direktoriji", -"file" => "datoteka", -"files" => "datoteke", "Upgrading filesystem cache..." => "Nadgrajevanje predpomnilnika datotečnega sistema ..." ); $PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/apps/files/l10n/sq.php b/apps/files/l10n/sq.php index 838bcc5ef2..ff09e7b4f9 100644 --- a/apps/files/l10n/sq.php +++ b/apps/files/l10n/sq.php @@ -29,6 +29,8 @@ $TRANSLATIONS = array( "cancel" => "anulo", "replaced {new_name} with {old_name}" => "U zëvëndësua {new_name} me {old_name}", "undo" => "anulo", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "files uploading" => "po ngarkoj skedarët", "'.' is an invalid file name." => "'.' është emër i pavlefshëm.", @@ -40,8 +42,6 @@ $TRANSLATIONS = array( "Name" => "Emri", "Size" => "Dimensioni", "Modified" => "Modifikuar", -"_%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 d4dcbd14ee..b8cf91f4da 100644 --- a/apps/files/l10n/sr.php +++ b/apps/files/l10n/sr.php @@ -29,6 +29,8 @@ $TRANSLATIONS = array( "cancel" => "откажи", "replaced {new_name} with {old_name}" => "замењено {new_name} са {old_name}", "undo" => "опозови", +"_%n folder_::_%n folders_" => array("","",""), +"_%n file_::_%n files_" => array("","",""), "_Uploading %n file_::_Uploading %n files_" => array("","",""), "files uploading" => "датотеке се отпремају", "'.' is an invalid file name." => "Датотека „.“ је неисправног имена.", @@ -40,8 +42,6 @@ $TRANSLATIONS = array( "Name" => "Име", "Size" => "Величина", "Modified" => "Измењено", -"_%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 bc7b11b8c5..1965479fe6 100644 --- a/apps/files/l10n/sr@latin.php +++ b/apps/files/l10n/sr@latin.php @@ -6,12 +6,12 @@ $TRANSLATIONS = array( "No file was uploaded" => "Nijedan fajl nije poslat", "Missing a temporary folder" => "Nedostaje privremena fascikla", "Files" => "Fajlovi", +"_%n folder_::_%n folders_" => array("","",""), +"_%n file_::_%n files_" => array("","",""), "_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 0f72443a5f..20bf77bb60 100644 --- a/apps/files/l10n/sv.php +++ b/apps/files/l10n/sv.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "avbryt", "replaced {new_name} with {old_name}" => "ersatt {new_name} med {old_name}", "undo" => "ångra", +"_%n folder_::_%n folders_" => array("%n mapp","%n mappar"), +"_%n file_::_%n files_" => array("%n fil","%n filer"), "_Uploading %n file_::_Uploading %n files_" => array("Laddar upp %n fil","Laddar upp %n filer"), "files uploading" => "filer laddas upp", "'.' is an invalid file name." => "'.' är ett ogiltigt filnamn.", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "Namn", "Size" => "Storlek", "Modified" => "Ändrad", -"_%n folder_::_%n folders_" => array("%n mapp","%n mappar"), -"_%n file_::_%n files_" => array("%n fil","%n filer"), "%s could not be renamed" => "%s kunde inte namnändras", "Upload" => "Ladda upp", "File handling" => "Filhantering", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filerna du försöker ladda upp överstiger den maximala storleken för filöverföringar på servern.", "Files are being scanned, please wait." => "Filer skannas, var god vänta", "Current scanning" => "Aktuell skanning", -"directory" => "mapp", -"directories" => "mappar", -"file" => "fil", -"files" => "filer", "Upgrading filesystem cache..." => "Uppgraderar filsystemets cache..." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ta_LK.php b/apps/files/l10n/ta_LK.php index eb39218e48..fc52c16daf 100644 --- a/apps/files/l10n/ta_LK.php +++ b/apps/files/l10n/ta_LK.php @@ -22,13 +22,13 @@ $TRANSLATIONS = array( "cancel" => "இரத்து செய்க", "replaced {new_name} with {old_name}" => "{new_name} ஆனது {old_name} இனால் மாற்றப்பட்டது", "undo" => "முன் செயல் நீக்கம் ", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "செல்லுபடியற்ற பெயர்,'\\', '/', '<', '>', ':', '\"', '|', '?' மற்றும் '*' ஆகியன அனுமதிக்கப்படமாட்டாது.", "Name" => "பெயர்", "Size" => "அளவு", "Modified" => "மாற்றப்பட்டது", -"_%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 5a108274dd..60aabc8a36 100644 --- a/apps/files/l10n/te.php +++ b/apps/files/l10n/te.php @@ -3,11 +3,11 @@ $TRANSLATIONS = array( "Error" => "పొరపాటు", "Delete permanently" => "శాశ్వతంగా తొలగించు", "cancel" => "రద్దుచేయి", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "Name" => "పేరు", "Size" => "పరిమాణం", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), "Save" => "భద్రపరచు", "Folder" => "సంచయం", "Delete" => "తొలగించు" diff --git a/apps/files/l10n/th_TH.php b/apps/files/l10n/th_TH.php index ac2da6aed9..b65c0bc705 100644 --- a/apps/files/l10n/th_TH.php +++ b/apps/files/l10n/th_TH.php @@ -28,6 +28,8 @@ $TRANSLATIONS = array( "cancel" => "ยกเลิก", "replaced {new_name} with {old_name}" => "แทนที่ {new_name} ด้วย {old_name} แล้ว", "undo" => "เลิกทำ", +"_%n folder_::_%n folders_" => array(""), +"_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), "files uploading" => "การอัพโหลดไฟล์", "'.' is an invalid file name." => "'.' เป็นชื่อไฟล์ที่ไม่ถูกต้อง", @@ -39,8 +41,6 @@ $TRANSLATIONS = array( "Name" => "ชื่อ", "Size" => "ขนาด", "Modified" => "แก้ไขแล้ว", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), "Upload" => "อัพโหลด", "File handling" => "การจัดกาไฟล์", "Maximum upload size" => "ขนาดไฟล์สูงสุดที่อัพโหลดได้", @@ -63,8 +63,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "ไฟล์ที่คุณพยายามที่จะอัพโหลดมีขนาดเกินกว่าขนาดสูงสุดที่กำหนดไว้ให้อัพโหลดได้สำหรับเซิร์ฟเวอร์นี้", "Files are being scanned, please wait." => "ไฟล์กำลังอยู่ระหว่างการสแกน, กรุณารอสักครู่.", "Current scanning" => "ไฟล์ที่กำลังสแกนอยู่ขณะนี้", -"file" => "ไฟล์", -"files" => "ไฟล์", "Upgrading filesystem cache..." => "กำลังอัพเกรดหน่วยความจำแคชของระบบไฟล์..." ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php index 650e4ead88..d317b11d53 100644 --- a/apps/files/l10n/tr.php +++ b/apps/files/l10n/tr.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "iptal", "replaced {new_name} with {old_name}" => "{new_name} ismi {old_name} ile değiştirildi", "undo" => "geri al", +"_%n folder_::_%n folders_" => array("%n dizin","%n dizin"), +"_%n file_::_%n files_" => array("%n dosya","%n dosya"), "_Uploading %n file_::_Uploading %n files_" => array("%n dosya yükleniyor","%n dosya yükleniyor"), "files uploading" => "Dosyalar yükleniyor", "'.' is an invalid file name." => "'.' geçersiz dosya adı.", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "İsim", "Size" => "Boyut", "Modified" => "Değiştirilme", -"_%n folder_::_%n folders_" => array("%n dizin","%n dizin"), -"_%n file_::_%n files_" => array("%n dosya","%n dosya"), "%s could not be renamed" => "%s yeniden adlandırılamadı", "Upload" => "Yükle", "File handling" => "Dosya taşıma", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Yüklemeye çalıştığınız dosyalar bu sunucudaki maksimum yükleme boyutunu aşıyor.", "Files are being scanned, please wait." => "Dosyalar taranıyor, lütfen bekleyin.", "Current scanning" => "Güncel tarama", -"directory" => "dizin", -"directories" => "dizinler", -"file" => "dosya", -"files" => "dosyalar", "Upgrading filesystem cache..." => "Sistem dosyası önbelleği güncelleniyor" ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/ug.php b/apps/files/l10n/ug.php index 2eceeea44a..920d077e4e 100644 --- a/apps/files/l10n/ug.php +++ b/apps/files/l10n/ug.php @@ -20,13 +20,13 @@ $TRANSLATIONS = array( "suggest name" => "تەۋسىيە ئات", "cancel" => "ۋاز كەچ", "undo" => "يېنىۋال", +"_%n folder_::_%n folders_" => array(""), +"_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), "files uploading" => "ھۆججەت يۈكلىنىۋاتىدۇ", "Name" => "ئاتى", "Size" => "چوڭلۇقى", "Modified" => "ئۆزگەرتكەن", -"_%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 49747caef1..79a18231d2 100644 --- a/apps/files/l10n/uk.php +++ b/apps/files/l10n/uk.php @@ -29,6 +29,8 @@ $TRANSLATIONS = array( "cancel" => "відміна", "replaced {new_name} with {old_name}" => "замінено {new_name} на {old_name}", "undo" => "відмінити", +"_%n folder_::_%n folders_" => array("","",""), +"_%n file_::_%n files_" => array("","",""), "_Uploading %n file_::_Uploading %n files_" => array("","",""), "files uploading" => "файли завантажуються", "'.' is an invalid file name." => "'.' це невірне ім'я файлу.", @@ -40,8 +42,6 @@ $TRANSLATIONS = array( "Name" => "Ім'я", "Size" => "Розмір", "Modified" => "Змінено", -"_%n folder_::_%n folders_" => array("","",""), -"_%n file_::_%n files_" => array("","",""), "%s could not be renamed" => "%s не може бути перейменований", "Upload" => "Вивантажити", "File handling" => "Робота з файлами", @@ -67,10 +67,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файли,що ви намагаєтесь відвантажити перевищують максимальний дозволений розмір файлів на цьому сервері.", "Files are being scanned, please wait." => "Файли скануються, зачекайте, будь-ласка.", "Current scanning" => "Поточне сканування", -"directory" => "каталог", -"directories" => "каталоги", -"file" => "файл", -"files" => "файли", "Upgrading filesystem cache..." => "Оновлення кеша файлової системи..." ); $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/l10n/ur_PK.php b/apps/files/l10n/ur_PK.php index 15c24700df..6854c42158 100644 --- a/apps/files/l10n/ur_PK.php +++ b/apps/files/l10n/ur_PK.php @@ -1,9 +1,9 @@ "ایرر", -"_Uploading %n file_::_Uploading %n files_" => array("",""), "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), +"_Uploading %n file_::_Uploading %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 9c6e1c2a57..02b184d218 100644 --- a/apps/files/l10n/vi.php +++ b/apps/files/l10n/vi.php @@ -29,6 +29,8 @@ $TRANSLATIONS = array( "cancel" => "hủy", "replaced {new_name} with {old_name}" => "đã thay thế {new_name} bằng {old_name}", "undo" => "lùi lại", +"_%n folder_::_%n folders_" => array(""), +"_%n file_::_%n files_" => array(""), "_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ệ", @@ -40,8 +42,6 @@ $TRANSLATIONS = array( "Name" => "Tên", "Size" => "Kích cỡ", "Modified" => "Thay đổi", -"_%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 ", @@ -66,8 +66,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Các tập tin bạn đang tải lên vượt quá kích thước tối đa cho phép trên máy chủ .", "Files are being scanned, please wait." => "Tập tin đang được quét ,vui lòng chờ.", "Current scanning" => "Hiện tại đang quét", -"file" => "file", -"files" => "files", "Upgrading filesystem cache..." => "Đang nâng cấp bộ nhớ đệm cho tập tin hệ thống..." ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php index ad9733f059..fa2e3403f4 100644 --- a/apps/files/l10n/zh_CN.php +++ b/apps/files/l10n/zh_CN.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "取消", "replaced {new_name} with {old_name}" => "已将 {old_name}替换成 {new_name}", "undo" => "撤销", +"_%n folder_::_%n folders_" => array("%n 文件夹"), +"_%n file_::_%n files_" => array("%n个文件"), "_Uploading %n file_::_Uploading %n files_" => array(""), "files uploading" => "文件上传中", "'.' is an invalid file name." => "'.' 是一个无效的文件名。", @@ -43,8 +45,6 @@ $TRANSLATIONS = array( "Name" => "名称", "Size" => "大小", "Modified" => "修改日期", -"_%n folder_::_%n folders_" => array("%n 文件夹"), -"_%n file_::_%n files_" => array("%n个文件"), "%s could not be renamed" => "%s 不能被重命名", "Upload" => "上传", "File handling" => "文件处理", @@ -70,8 +70,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "您正尝试上传的文件超过了此服务器可以上传的最大容量限制", "Files are being scanned, please wait." => "文件正在被扫描,请稍候。", "Current scanning" => "当前扫描", -"file" => "文件", -"files" => "文件", "Upgrading filesystem cache..." => "正在更新文件系统缓存..." ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php index a9064fa7f7..febed4fe8f 100644 --- a/apps/files/l10n/zh_HK.php +++ b/apps/files/l10n/zh_HK.php @@ -3,10 +3,10 @@ $TRANSLATIONS = array( "Files" => "文件", "Error" => "錯誤", "Share" => "分享", -"_Uploading %n file_::_Uploading %n files_" => array(""), -"Name" => "名稱", "_%n folder_::_%n folders_" => array(""), "_%n file_::_%n files_" => array(""), +"_Uploading %n file_::_Uploading %n files_" => array(""), +"Name" => "名稱", "Upload" => "上傳", "Save" => "儲存", "Download" => "下載", diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php index 5cca3e0fd8..6ba8bf35de 100644 --- a/apps/files/l10n/zh_TW.php +++ b/apps/files/l10n/zh_TW.php @@ -32,6 +32,8 @@ $TRANSLATIONS = array( "cancel" => "取消", "replaced {new_name} with {old_name}" => "使用 {new_name} 取代 {old_name}", "undo" => "復原", +"_%n folder_::_%n folders_" => array("%n 個資料夾"), +"_%n file_::_%n files_" => array("%n 個檔案"), "_Uploading %n file_::_Uploading %n files_" => array("%n 個檔案正在上傳"), "files uploading" => "檔案正在上傳中", "'.' is an invalid file name." => "'.' 是不合法的檔名。", @@ -44,8 +46,6 @@ $TRANSLATIONS = array( "Name" => "名稱", "Size" => "大小", "Modified" => "修改", -"_%n folder_::_%n folders_" => array("%n 個資料夾"), -"_%n file_::_%n files_" => array("%n 個檔案"), "%s could not be renamed" => "無法重新命名 %s", "Upload" => "上傳", "File handling" => "檔案處理", @@ -71,10 +71,6 @@ $TRANSLATIONS = array( "The files you are trying to upload exceed the maximum size for file uploads on this server." => "您試圖上傳的檔案已超過伺服器的最大檔案大小限制。", "Files are being scanned, please wait." => "正在掃描檔案,請稍等。", "Current scanning" => "目前掃描", -"directory" => "目錄", -"directories" => "目錄", -"file" => "檔案", -"files" => "檔案", "Upgrading filesystem cache..." => "正在升級檔案系統快取..." ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/sk_SK.php b/apps/files_encryption/l10n/sk_SK.php index a723d80773..a80eb3e652 100644 --- a/apps/files_encryption/l10n/sk_SK.php +++ b/apps/files_encryption/l10n/sk_SK.php @@ -8,12 +8,22 @@ $TRANSLATIONS = array( "Could not change the password. Maybe the old password was not correct." => "Nemožno zmeniť heslo. Pravdepodobne nebolo staré heslo zadané správne.", "Private key password successfully updated." => "Heslo súkromného kľúča je úspešne aktualizované.", "Could not update the private key password. Maybe the old password was not correct." => "Nemožno aktualizovať heslo súkromného kľúča. Možno nebolo staré heslo správne.", +"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áš privátny kľúč je nesprávny! Pravdepodobne bolo zmenené vaše heslo mimo systému ownCloud (napr. váš korporátny adresár). Môžte aktualizovať vaše heslo privátneho kľúča v osobných nastaveniach za účelom obnovenia prístupu k zašifrovaným súborom.", +"Missing requirements." => "Chýbajúce požiadavky.", +"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Prosím uistite sa, že PHP verzie 5.3.3 alebo novšej je nainštalované a tiež, že OpenSSL knižnica spolu z PHP rozšírením je povolená a konfigurovaná správne. Nateraz bola aplikácia šifrovania zablokovaná.", +"Following users are not set up for encryption:" => "Nasledujúci používatelia nie sú nastavení pre šifrovanie:", "Saving..." => "Ukladám...", "Your private key is not valid! Maybe the your password was changed from outside." => "Váš súkromný kľúč je neplatný. Možno bolo Vaše heslo zmenené z vonku.", +"You can unlock your private key in your " => "Môžte odomknúť váš privátny kľúč v", "personal settings" => "osobné nastavenia", "Encryption" => "Šifrovanie", +"Enable recovery key (allow to recover users files in case of password loss):" => "Povoliť obnovovací kľúč (umožňuje obnoviť používateľské súbory v prípade straty hesla):", +"Recovery key password" => "Heslo obnovovacieho kľúča", "Enabled" => "Povolené", "Disabled" => "Zakázané", +"Change recovery key password:" => "Zmeniť heslo obnovovacieho kľúča:", +"Old Recovery key password" => "Staré heslo obnovovacieho kľúča", +"New Recovery key password" => "Nové heslo obnovovacieho kľúča", "Change Password" => "Zmeniť heslo", "Your private key password no longer match your log-in password:" => "Vaše heslo súkromného kľúča je rovnaké ako Vaše prihlasovacie heslo:", "Set your old private key password to your current log-in password." => "Nastavte si staré heslo súkromného kľúča k Vášmu súčasnému prihlasovaciemu heslu.", diff --git a/apps/files_trashbin/l10n/el.php b/apps/files_trashbin/l10n/el.php index 759e5299e4..939c7fed61 100644 --- a/apps/files_trashbin/l10n/el.php +++ b/apps/files_trashbin/l10n/el.php @@ -8,8 +8,8 @@ $TRANSLATIONS = array( "Delete permanently" => "Μόνιμη διαγραφή", "Name" => "Όνομα", "Deleted" => "Διαγράφηκε", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), +"_%n folder_::_%n folders_" => array("","%n φάκελοι"), +"_%n file_::_%n files_" => array("","%n αρχεία"), "restored" => "έγινε επαναφορά", "Nothing in here. Your trash bin is empty!" => "Δεν υπάρχει τίποτα εδώ. Ο κάδος σας είναι άδειος!", "Restore" => "Επαναφορά", diff --git a/apps/user_ldap/l10n/cs_CZ.php b/apps/user_ldap/l10n/cs_CZ.php index 9f4c31c068..9109a8c710 100644 --- a/apps/user_ldap/l10n/cs_CZ.php +++ b/apps/user_ldap/l10n/cs_CZ.php @@ -30,11 +30,11 @@ $TRANSLATIONS = array( "Password" => "Heslo", "For anonymous access, leave DN and Password empty." => "Pro anonymní přístup ponechte údaje DN and heslo prázdné.", "User Login Filter" => "Filtr přihlášení uživatelů", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Určuje použitý filtr, při pokusu o přihlášení. %%uid nahrazuje uživatelské jméno v činnosti přihlášení. Příklad \"uid=%%uid\"", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Určuje použitý filtr při pokusu o přihlášení. %%uid nahrazuje uživatelské jméno v činnosti přihlášení. Příklad: \"uid=%%uid\"", "User List Filter" => "Filtr seznamu uživatelů", -"Defines the filter to apply, when retrieving users (no placeholders). Example: \"objectClass=person\"" => "Určuje použitý filtr pro získávaní uživatelů (bez zástupných znaků). Příklad: \"objectClass=person\"", +"Defines the filter to apply, when retrieving users (no placeholders). Example: \"objectClass=person\"" => "Určuje použitý filtr při získávání uživatelů (bez zástupných znaků). Příklad: \"objectClass=person\"", "Group Filter" => "Filtr skupin", -"Defines the filter to apply, when retrieving groups (no placeholders). Example: \"objectClass=posixGroup\"" => "Určuje použitý filtr, pro získávaní skupin (bez zástupných znaků). Příklad: \"objectClass=posixGroup\"", +"Defines the filter to apply, when retrieving groups (no placeholders). Example: \"objectClass=posixGroup\"" => "Určuje použitý filtr při získávání skupin (bez zástupných znaků). Příklad: \"objectClass=posixGroup\"", "Connection Settings" => "Nastavení spojení", "Configuration Active" => "Nastavení aktivní", "When unchecked, this configuration will be skipped." => "Pokud není zaškrtnuto, bude toto nastavení přeskočeno.", diff --git a/apps/user_ldap/l10n/sk_SK.php b/apps/user_ldap/l10n/sk_SK.php index c5bb6a8a50..df71a71e93 100644 --- a/apps/user_ldap/l10n/sk_SK.php +++ b/apps/user_ldap/l10n/sk_SK.php @@ -30,8 +30,11 @@ $TRANSLATIONS = array( "Password" => "Heslo", "For anonymous access, leave DN and Password empty." => "Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.", "User Login Filter" => "Filter prihlásenia používateľov", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Určuje použitý filter, pri pokuse o prihlásenie. %%uid nahradzuje používateľské meno v činnosti prihlásenia. Napríklad: \"uid=%%uid\"", "User List Filter" => "Filter zoznamov používateľov", +"Defines the filter to apply, when retrieving users (no placeholders). Example: \"objectClass=person\"" => "Definuje použitý filter, pri získavaní používateľov (bez \"placeholderov\"). Napríklad: \"objectClass=osoba\"", "Group Filter" => "Filter skupiny", +"Defines the filter to apply, when retrieving groups (no placeholders). Example: \"objectClass=posixGroup\"" => "Definuje použitý filter, pri získavaní skupín (bez \"placeholderov\"). Napríklad: \"objectClass=posixSkupina\"", "Connection Settings" => "Nastavenie pripojenia", "Configuration Active" => "Nastavenia sú aktívne ", "When unchecked, this configuration will be skipped." => "Ak nie je zaškrtnuté, nastavenie bude preskočené.", @@ -45,6 +48,7 @@ $TRANSLATIONS = array( "Do not use it additionally for LDAPS connections, it will fail." => "Nepoužívajte pre pripojenie LDAPS, zlyhá.", "Case insensitve LDAP server (Windows)" => "LDAP server nerozlišuje veľkosť znakov (Windows)", "Turn off SSL certificate validation." => "Vypnúť overovanie SSL certifikátu.", +"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Neodporúčané, použite iba pri testovaní! Pokiaľ spojenie funguje iba z daným nastavením, importujte SSL certifikát LDAP servera do vášho %s servera.", "Cache Time-To-Live" => "Životnosť objektov v cache", "in seconds. A change empties the cache." => "v sekundách. Zmena vyprázdni vyrovnávaciu pamäť.", "Directory Settings" => "Nastavenie priečinka", diff --git a/apps/user_ldap/l10n/sv.php b/apps/user_ldap/l10n/sv.php index c7fb33195d..3288438c09 100644 --- a/apps/user_ldap/l10n/sv.php +++ b/apps/user_ldap/l10n/sv.php @@ -30,8 +30,11 @@ $TRANSLATIONS = array( "Password" => "Lösenord", "For anonymous access, leave DN and Password empty." => "För anonym åtkomst, lämna DN och lösenord tomt.", "User Login Filter" => "Filter logga in användare", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Definierar filter som tillämpas vid inloggning. %%uid ersätter användarnamn vid inloggningen. Exempel: \"uid=%%uid\"", "User List Filter" => "Filter lista användare", +"Defines the filter to apply, when retrieving users (no placeholders). Example: \"objectClass=person\"" => "Definierar filter som tillämpas vid sökning efter användare (inga platshållare). Exempel: \"objectClass=person\"", "Group Filter" => "Gruppfilter", +"Defines the filter to apply, when retrieving groups (no placeholders). Example: \"objectClass=posixGroup\"" => "Definierar filter som tillämpas vid sökning efter grupper (inga platshållare). Exempel: \"objectClass=posixGroup\"", "Connection Settings" => "Uppkopplingsinställningar", "Configuration Active" => "Konfiguration aktiv", "When unchecked, this configuration will be skipped." => "Ifall denna är avbockad så kommer konfigurationen att skippas.", @@ -45,6 +48,7 @@ $TRANSLATIONS = array( "Do not use it additionally for LDAPS connections, it will fail." => "Använd inte för LDAPS-anslutningar, det kommer inte att fungera.", "Case insensitve LDAP server (Windows)" => "LDAP-servern är okänslig för gemener och versaler (Windows)", "Turn off SSL certificate validation." => "Stäng av verifiering av SSL-certifikat.", +"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Rekommenderas inte, använd endast för test! Om anslutningen bara fungerar med denna inställning behöver du importera LDAP-serverns SSL-certifikat till din %s server.", "Cache Time-To-Live" => "Cache Time-To-Live", "in seconds. A change empties the cache." => "i sekunder. En förändring tömmer cache.", "Directory Settings" => "Mappinställningar", diff --git a/core/l10n/ca.php b/core/l10n/ca.php index abff5bbbdb..c389ad0188 100644 --- a/core/l10n/ca.php +++ b/core/l10n/ca.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "Finish setup" => "Acaba la configuració", "%s is available. Get more information on how to update." => "%s està disponible. Obtingueu més informació de com actualitzar.", "Log out" => "Surt", -"More apps" => "Més aplicacions", "Automatic logon rejected!" => "L'ha rebutjat l'acceditació automàtica!", "If you did not change your password recently, your account may be compromised!" => "Se no heu canviat la contrasenya recentment el vostre compte pot estar compromès!", "Please change your password to secure your account again." => "Canvieu la contrasenya de nou per assegurar el vostre compte.", diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php index 78614eef0e..d104a9fbe8 100644 --- a/core/l10n/cs_CZ.php +++ b/core/l10n/cs_CZ.php @@ -1,6 +1,12 @@ "%s s vámi sdílí »%s«", +"Turned on maintenance mode" => "Zapnut režim údržby", +"Turned off maintenance mode" => "Vypnut režim údržby", +"Updated database" => "Zaktualizována databáze", +"Updating filecache, this may take really long..." => "Aktualizuji souborovou mezipaměť, toto může trvat opravdu dlouho...", +"Updated filecache" => "Aktualizována souborová mezipaměť", +"... %d%% done ..." => "... %d%% dokončeno ...", "Category type not provided." => "Nezadán typ kategorie.", "No category to add?" => "Žádná kategorie k přidání?", "This category already exists: %s" => "Kategorie již existuje: %s", @@ -126,7 +132,6 @@ $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/da.php b/core/l10n/da.php index 916975393b..5a1fe65f44 100644 --- a/core/l10n/da.php +++ b/core/l10n/da.php @@ -132,7 +132,6 @@ $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.", diff --git a/core/l10n/de.php b/core/l10n/de.php index 300edb9141..655305488f 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -132,7 +132,6 @@ $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" => "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 index c0e3e80f0a..93c8e33f3e 100644 --- a/core/l10n/de_AT.php +++ b/core/l10n/de_AT.php @@ -3,7 +3,6 @@ $TRANSLATIONS = array( "_%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("",""), -"More apps" => "Mehr Apps" +"_%n month ago_::_%n months ago_" => array("","") ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/de_CH.php b/core/l10n/de_CH.php index d93158c62d..2dde9eb536 100644 --- a/core/l10n/de_CH.php +++ b/core/l10n/de_CH.php @@ -126,7 +126,6 @@ $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 d70dd6e99d..1311a76d69 100644 --- a/core/l10n/de_DE.php +++ b/core/l10n/de_DE.php @@ -132,7 +132,6 @@ $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" => "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/en_GB.php b/core/l10n/en_GB.php new file mode 100644 index 0000000000..3a42872366 --- /dev/null +++ b/core/l10n/en_GB.php @@ -0,0 +1,146 @@ + "%s shared \"%s\" with you", +"group" => "group", +"Turned on maintenance mode" => "Turned on maintenance mode", +"Turned off maintenance mode" => "Turned off maintenance mode", +"Updated database" => "Updated database", +"Updating filecache, this may take really long..." => "Updating filecache, this may take a really long time...", +"Updated filecache" => "Updated filecache", +"... %d%% done ..." => "... %d%% done ...", +"Category type not provided." => "Category type not provided.", +"No category to add?" => "No category to add?", +"This category already exists: %s" => "This category already exists: %s", +"Object type not provided." => "Object type not provided.", +"%s ID not provided." => "%s ID not provided.", +"Error adding %s to favorites." => "Error adding %s to favourites.", +"No categories selected for deletion." => "No categories selected for deletion.", +"Error removing %s from favorites." => "Error removing %s from favourites.", +"Sunday" => "Sunday", +"Monday" => "Monday", +"Tuesday" => "Tuesday", +"Wednesday" => "Wednesday", +"Thursday" => "Thursday", +"Friday" => "Friday", +"Saturday" => "Saturday", +"January" => "January", +"February" => "February", +"March" => "March", +"April" => "April", +"May" => "May", +"June" => "June", +"July" => "July", +"August" => "August", +"September" => "September", +"October" => "October", +"November" => "November", +"December" => "December", +"Settings" => "Settings", +"seconds ago" => "seconds ago", +"_%n minute ago_::_%n minutes ago_" => array("%n minute ago","%n minutes ago"), +"_%n hour ago_::_%n hours ago_" => array("%n hour ago","%n hours ago"), +"today" => "today", +"yesterday" => "yesterday", +"_%n day ago_::_%n days ago_" => array("%n day ago","%n days ago"), +"last month" => "last month", +"_%n month ago_::_%n months ago_" => array("%n month ago","%n months ago"), +"months ago" => "months ago", +"last year" => "last year", +"years ago" => "years ago", +"Choose" => "Choose", +"Error loading file picker template" => "Error loading file picker template", +"Yes" => "Yes", +"No" => "No", +"Ok" => "OK", +"The object type is not specified." => "The object type is not specified.", +"Error" => "Error", +"The app name is not specified." => "The app name is not specified.", +"The required file {file} is not installed!" => "The required file {file} is not installed!", +"Shared" => "Shared", +"Share" => "Share", +"Error while sharing" => "Error whilst sharing", +"Error while unsharing" => "Error whilst unsharing", +"Error while changing permissions" => "Error whilst changing permissions", +"Shared with you and the group {group} by {owner}" => "Shared with you and the group {group} by {owner}", +"Shared with you by {owner}" => "Shared with you by {owner}", +"Share with" => "Share with", +"Share with link" => "Share with link", +"Password protect" => "Password protect", +"Password" => "Password", +"Allow Public Upload" => "Allow Public Upload", +"Email link to person" => "Email link to person", +"Send" => "Send", +"Set expiration date" => "Set expiration date", +"Expiration date" => "Expiration date", +"Share via email:" => "Share via email:", +"No people found" => "No people found", +"Resharing is not allowed" => "Resharing is not allowed", +"Shared in {item} with {user}" => "Shared in {item} with {user}", +"Unshare" => "Unshare", +"can edit" => "can edit", +"access control" => "access control", +"create" => "create", +"update" => "update", +"delete" => "delete", +"share" => "share", +"Password protected" => "Password protected", +"Error unsetting expiration date" => "Error unsetting expiration date", +"Error setting expiration date" => "Error setting expiration date", +"Sending ..." => "Sending ...", +"Email sent" => "Email sent", +"The update was unsuccessful. Please report this issue to the ownCloud community." => "The update was unsuccessful. Please report this issue to the ownCloud community.", +"The update was successful. Redirecting you to ownCloud now." => "The update was successful. Redirecting you to ownCloud now.", +"%s password reset" => "%s password reset", +"Use the following link to reset your password: {link}" => "Use the following link to reset your 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 ." => "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?" => "Request failed!
Did you make sure your email/username was correct?", +"You will receive a link to reset your password via Email." => "You will receive a link to reset your password via Email.", +"Username" => "Username", +"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?" => "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?", +"Yes, I really want to reset my password now" => "Yes, I really want to reset my password now", +"Request reset" => "Request reset", +"Your password was reset" => "Your password was reset", +"To login page" => "To login page", +"New password" => "New password", +"Reset password" => "Reset password", +"Personal" => "Personal", +"Users" => "Users", +"Apps" => "Apps", +"Admin" => "Admin", +"Help" => "Help", +"Access forbidden" => "Access denied", +"Cloud not found" => "Cloud not found", +"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!", +"Edit categories" => "Edit categories", +"Add" => "Add", +"Security Warning" => "Security Warning", +"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)", +"Please update your PHP installation to use %s securely." => "Please update your PHP installation to use %s securely.", +"No secure random number generator is available, please enable the PHP OpenSSL extension." => "No secure random number generator is available, please enable the PHP OpenSSL extension.", +"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account.", +"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Your data directory and files are probably accessible from the internet because the .htaccess file does not work.", +"For information how to properly configure your server, please see the documentation." => "For information how to properly configure your server, please see the documentation.", +"Create an admin account" => "Create an admin account", +"Advanced" => "Advanced", +"Data folder" => "Data folder", +"Configure the database" => "Configure the database", +"will be used" => "will be used", +"Database user" => "Database user", +"Database password" => "Database password", +"Database name" => "Database name", +"Database tablespace" => "Database tablespace", +"Database host" => "Database host", +"Finish setup" => "Finish setup", +"%s is available. Get more information on how to update." => "%s is available. Get more information on how to update.", +"Log out" => "Log out", +"Automatic logon rejected!" => "Automatic logon rejected!", +"If you did not change your password recently, your account may be compromised!" => "If you did not change your password recently, your account may be compromised!", +"Please change your password to secure your account again." => "Please change your password to secure your account again.", +"Lost your password?" => "Lost your password?", +"remember" => "remember", +"Log in" => "Log in", +"Alternative Logins" => "Alternative Logins", +"Hey there,

just letting you know that %s shared »%s« with you.
View it!

Cheers!" => "Hey there,

just letting you know that %s shared \"%s\" with you.
View it!

Cheers!", +"Updating ownCloud to version %s, this may take a while." => "Updating ownCloud to version %s, this may take a while." +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php index d9e5750381..d9d007819d 100644 --- a/core/l10n/et_EE.php +++ b/core/l10n/et_EE.php @@ -132,7 +132,6 @@ $TRANSLATIONS = array( "Finish setup" => "Lõpeta seadistamine", "%s is available. Get more information on how to update." => "%s on saadaval. Vaata lähemalt kuidas uuendada.", "Log out" => "Logi välja", -"More apps" => "Rohkem rakendusi", "Automatic logon rejected!" => "Automaatne sisselogimine lükati tagasi!", "If you did not change your password recently, your account may be compromised!" => "Kui sa ei muutnud oma parooli hiljuti, siis võib su kasutajakonto olla ohustatud!", "Please change your password to secure your account again." => "Palun muuda parooli, et oma kasutajakonto uuesti turvata.", diff --git a/core/l10n/eu.php b/core/l10n/eu.php index 83b8fca1ea..ae241e9387 100644 --- a/core/l10n/eu.php +++ b/core/l10n/eu.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "Finish setup" => "Bukatu konfigurazioa", "%s is available. Get more information on how to update." => "%s erabilgarri dago. Eguneratzeaz argibide gehiago eskuratu.", "Log out" => "Saioa bukatu", -"More apps" => "App gehiago", "Automatic logon rejected!" => "Saio hasiera automatikoa ez onartuta!", "If you did not change your password recently, your account may be compromised!" => "Zure pasahitza orain dela gutxi ez baduzu aldatu, zure kontua arriskuan egon daiteke!", "Please change your password to secure your account again." => "Mesedez aldatu zure pasahitza zure kontua berriz segurtatzeko.", diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php index dc603cf41d..7efeaa1fac 100644 --- a/core/l10n/fi_FI.php +++ b/core/l10n/fi_FI.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "Finish setup" => "Viimeistele asennus", "%s is available. Get more information on how to update." => "%s on saatavilla. Lue lisätietoja, miten päivitys asennetaan.", "Log out" => "Kirjaudu ulos", -"More apps" => "Lisää sovelluksia", "Automatic logon rejected!" => "Automaattinen sisäänkirjautuminen hylättiin!", "If you did not change your password recently, your account may be compromised!" => "Jos et vaihtanut salasanaasi äskettäin, tilisi saattaa olla murrettu.", "Please change your password to secure your account again." => "Vaihda salasanasi suojataksesi tilisi uudelleen.", diff --git a/core/l10n/gl.php b/core/l10n/gl.php index 9db68bbbd0..56027e4cf1 100644 --- a/core/l10n/gl.php +++ b/core/l10n/gl.php @@ -1,6 +1,12 @@ "%s compartiu «%s» con vostede", +"Turned on maintenance mode" => "Modo de mantemento activado", +"Turned off maintenance mode" => "Modo de mantemento desactivado", +"Updated database" => "Base de datos actualizada", +"Updating filecache, this may take really long..." => "Actualizando o ficheiro da caché, isto pode levar bastante tempo...", +"Updated filecache" => "Ficheiro da caché actualizado", +"... %d%% done ..." => "... %d%% feito ...", "Category type not provided." => "Non se indicou o tipo de categoría", "No category to add?" => "Sen categoría que engadir?", "This category already exists: %s" => "Esta categoría xa existe: %s", @@ -126,7 +132,6 @@ $TRANSLATIONS = array( "Finish setup" => "Rematar a configuración", "%s is available. Get more information on how to update." => "%s está dispoñíbel. Obteña máis información sobre como actualizar.", "Log out" => "Desconectar", -"More apps" => "Máis aplicativos", "Automatic logon rejected!" => "Rexeitouse a entrada automática", "If you did not change your password recently, your account may be compromised!" => "Se non fixo recentemente cambios de contrasinal é posíbel que a súa conta estea comprometida!", "Please change your password to secure your account again." => "Cambie de novo o seu contrasinal para asegurar a súa conta.", diff --git a/core/l10n/he.php b/core/l10n/he.php index c9c6e1f750..b197a67b11 100644 --- a/core/l10n/he.php +++ b/core/l10n/he.php @@ -122,7 +122,6 @@ $TRANSLATIONS = array( "Finish setup" => "סיום התקנה", "%s is available. Get more information on how to update." => "%s זמינה להורדה. ניתן ללחוץ כדי לקבל מידע נוסף כיצד לעדכן.", "Log out" => "התנתקות", -"More apps" => "יישומים נוספים", "Automatic logon rejected!" => "בקשת הכניסה האוטומטית נדחתה!", "If you did not change your password recently, your account may be compromised!" => "אם לא שינית את ססמתך לאחרונה, יתכן שחשבונך נפגע!", "Please change your password to secure your account again." => "נא לשנות את הססמה שלך כדי לאבטח את חשבונך מחדש.", diff --git a/core/l10n/it.php b/core/l10n/it.php index 8c09b4e90f..63a7545d89 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -1,6 +1,12 @@ "%s ha condiviso «%s» con te", +"Turned on maintenance mode" => "Modalità di manutenzione attivata", +"Turned off maintenance mode" => "Modalità di manutenzione disattivata", +"Updated database" => "Database aggiornato", +"Updating filecache, this may take really long..." => "Aggiornamento della cache dei file in corso, potrebbe richiedere molto tempo...", +"Updated filecache" => "Cache dei file aggiornata", +"... %d%% done ..." => "... %d%% completato ...", "Category type not provided." => "Tipo di categoria non fornito.", "No category to add?" => "Nessuna categoria da aggiungere?", "This category already exists: %s" => "Questa categoria esiste già: %s", @@ -126,7 +132,6 @@ $TRANSLATIONS = array( "Finish setup" => "Termina la configurazione", "%s is available. Get more information on how to update." => "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento.", "Log out" => "Esci", -"More apps" => "Altre applicazioni", "Automatic logon rejected!" => "Accesso automatico rifiutato.", "If you did not change your password recently, your account may be compromised!" => "Se non hai cambiato la password recentemente, il tuo account potrebbe essere compromesso.", "Please change your password to secure your account again." => "Cambia la password per rendere nuovamente sicuro il tuo account.", diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php index 31d2f92eff..2ab85f13d3 100644 --- a/core/l10n/ja_JP.php +++ b/core/l10n/ja_JP.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "Finish setup" => "セットアップを完了します", "%s is available. Get more information on how to update." => "%s が利用可能です。更新方法に関してさらに情報を取得して下さい。", "Log out" => "ログアウト", -"More apps" => "他のアプリ", "Automatic logon rejected!" => "自動ログインは拒否されました!", "If you did not change your password recently, your account may be compromised!" => "最近パスワードを変更していない場合、あなたのアカウントは危険にさらされているかもしれません。", "Please change your password to secure your account again." => "アカウント保護の為、パスワードを再度の変更をお願いいたします。", diff --git a/core/l10n/lt_LT.php b/core/l10n/lt_LT.php index 84678c1c20..5db8f6c21a 100644 --- a/core/l10n/lt_LT.php +++ b/core/l10n/lt_LT.php @@ -121,7 +121,6 @@ $TRANSLATIONS = array( "Finish setup" => "Baigti diegimą", "%s is available. Get more information on how to update." => "%s yra prieinama. Gaukite daugiau informacijos apie atnaujinimą.", "Log out" => "Atsijungti", -"More apps" => "Daugiau programų", "Automatic logon rejected!" => "Automatinis prisijungimas atmestas!", "If you did not change your password recently, your account may be compromised!" => "Jei paskutinių metu nekeitėte savo slaptažodžio, Jūsų paskyra gali būti pavojuje!", "Please change your password to secure your account again." => "Prašome pasikeisti slaptažodį dar kartą, dėl paskyros saugumo.", diff --git a/core/l10n/lv.php b/core/l10n/lv.php index 6deb5dfda9..ddfc600898 100644 --- a/core/l10n/lv.php +++ b/core/l10n/lv.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "Finish setup" => "Pabeigt iestatīšanu", "%s is available. Get more information on how to update." => "%s ir pieejams. Uzziniet vairāk kā atjaunināt.", "Log out" => "Izrakstīties", -"More apps" => "Vairāk programmu", "Automatic logon rejected!" => "Automātiskā ierakstīšanās ir noraidīta!", "If you did not change your password recently, your account may be compromised!" => "Ja neesat pēdējā laikā mainījis paroli, iespējams, ka jūsu konts ir kompromitēts.", "Please change your password to secure your account again." => "Lūdzu, nomainiet savu paroli, lai atkal nodrošinātu savu kontu.", diff --git a/core/l10n/nl.php b/core/l10n/nl.php index 46375756de..6a2d1a03a1 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "Finish setup" => "Installatie afronden", "%s is available. Get more information on how to update." => "%s is beschikbaar. Verkrijg meer informatie over het bijwerken.", "Log out" => "Afmelden", -"More apps" => "Meer applicaties", "Automatic logon rejected!" => "Automatische aanmelding geweigerd!", "If you did not change your password recently, your account may be compromised!" => "Als je je wachtwoord niet onlangs heeft aangepast, kan je account overgenomen zijn!", "Please change your password to secure your account again." => "Wijzig je wachtwoord zodat je account weer beveiligd is.", diff --git a/core/l10n/pl.php b/core/l10n/pl.php index 9be10f535b..1188e55531 100644 --- a/core/l10n/pl.php +++ b/core/l10n/pl.php @@ -125,7 +125,6 @@ $TRANSLATIONS = array( "Finish setup" => "Zakończ konfigurowanie", "%s is available. Get more information on how to update." => "%s jest dostępna. Dowiedz się więcej na temat aktualizacji.", "Log out" => "Wyloguj", -"More apps" => "Więcej aplikacji", "Automatic logon rejected!" => "Automatyczne logowanie odrzucone!", "If you did not change your password recently, your account may be compromised!" => "Jeśli hasło było dawno niezmieniane, twoje konto może być zagrożone!", "Please change your password to secure your account again." => "Zmień swoje hasło, aby ponownie zabezpieczyć swoje konto.", diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php index 8446e5270a..8db5262e94 100644 --- a/core/l10n/pt_BR.php +++ b/core/l10n/pt_BR.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "Finish setup" => "Concluir configuração", "%s is available. Get more information on how to update." => "%s está disponível. Obtenha mais informações sobre como atualizar.", "Log out" => "Sair", -"More apps" => "Mais aplicativos", "Automatic logon rejected!" => "Entrada Automática no Sistema Rejeitada!", "If you did not change your password recently, your account may be compromised!" => "Se você não mudou a sua senha recentemente, a sua conta pode estar comprometida!", "Please change your password to secure your account again." => "Por favor troque sua senha para tornar sua conta segura novamente.", diff --git a/core/l10n/ru.php b/core/l10n/ru.php index 8c29c8d26f..503ca579ce 100644 --- a/core/l10n/ru.php +++ b/core/l10n/ru.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "Finish setup" => "Завершить установку", "%s is available. Get more information on how to update." => "%s доступно. Получить дополнительную информацию о порядке обновления.", "Log out" => "Выйти", -"More apps" => "Ещё приложения", "Automatic logon rejected!" => "Автоматический вход в систему отключен!", "If you did not change your password recently, your account may be compromised!" => "Если Вы недавно не меняли свой пароль, то Ваша учетная запись может быть скомпрометирована!", "Please change your password to secure your account again." => "Пожалуйста, смените пароль, чтобы обезопасить свою учетную запись.", diff --git a/core/l10n/sk_SK.php b/core/l10n/sk_SK.php index 5fff18e7d6..82745d617e 100644 --- a/core/l10n/sk_SK.php +++ b/core/l10n/sk_SK.php @@ -1,6 +1,12 @@ "%s s Vami zdieľa »%s«", +"Turned on maintenance mode" => "Mód údržby zapnutý", +"Turned off maintenance mode" => "Mód údržby vypnutý", +"Updated database" => "Databáza aktualizovaná", +"Updating filecache, this may take really long..." => "Aktualizácia \"filecache\", toto môže trvať dlhšie...", +"Updated filecache" => "\"Filecache\" aktualizovaná", +"... %d%% done ..." => "... %d%% dokončených ...", "Category type not provided." => "Neposkytnutý typ kategórie.", "No category to add?" => "Žiadna kategória pre pridanie?", "This category already exists: %s" => "Kategória: %s už existuje.", @@ -126,7 +132,6 @@ $TRANSLATIONS = array( "Finish setup" => "Dokončiť inštaláciu", "%s is available. Get more information on how to update." => "%s je dostupná. Získajte viac informácií k postupu aktualizáce.", "Log out" => "Odhlásiť", -"More apps" => "Viac aplikácií", "Automatic logon rejected!" => "Automatické prihlásenie bolo zamietnuté!", "If you did not change your password recently, your account may be compromised!" => "V nedávnej dobe ste nezmenili svoje heslo, Váš účet môže byť kompromitovaný.", "Please change your password to secure your account again." => "Prosím, zmeňte svoje heslo pre opätovné zabezpečenie Vášho účtu", diff --git a/core/l10n/sv.php b/core/l10n/sv.php index cda76a520b..74d285a35a 100644 --- a/core/l10n/sv.php +++ b/core/l10n/sv.php @@ -1,6 +1,12 @@ "%s delade »%s« med dig", +"Turned on maintenance mode" => "Aktiverade underhållsläge", +"Turned off maintenance mode" => "Deaktiverade underhållsläge", +"Updated database" => "Uppdaterade databasen", +"Updating filecache, this may take really long..." => "Uppdaterar filcache, det kan ta lång tid...", +"Updated filecache" => "Uppdaterade filcache", +"... %d%% done ..." => "... %d%% klart ...", "Category type not provided." => "Kategorityp inte angiven.", "No category to add?" => "Ingen kategori att lägga till?", "This category already exists: %s" => "Denna kategori finns redan: %s", @@ -126,7 +132,6 @@ $TRANSLATIONS = array( "Finish setup" => "Avsluta installation", "%s is available. Get more information on how to update." => "%s är tillgänglig. Få mer information om hur du går tillväga för att uppdatera.", "Log out" => "Logga ut", -"More apps" => "Fler appar", "Automatic logon rejected!" => "Automatisk inloggning inte tillåten!", "If you did not change your password recently, your account may be compromised!" => "Om du inte har ändrat ditt lösenord nyligen så kan ditt konto vara manipulerat!", "Please change your password to secure your account again." => "Ändra genast lösenord för att säkra ditt konto.", diff --git a/core/l10n/tr.php b/core/l10n/tr.php index dde8a1bd97..6dd5405795 100644 --- a/core/l10n/tr.php +++ b/core/l10n/tr.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "Finish setup" => "Kurulumu tamamla", "%s is available. Get more information on how to update." => "%s mevcuttur. Güncelleştirme hakkında daha fazla bilgi alın.", "Log out" => "Çıkış yap", -"More apps" => "Daha fazla Uygulama", "Automatic logon rejected!" => "Otomatik oturum açma reddedildi!", "If you did not change your password recently, your account may be compromised!" => "Yakın zamanda parolanızı değiştirmedi iseniz hesabınız riske girebilir.", "Please change your password to secure your account again." => "Hesabınızı korumak için lütfen parolanızı değiştirin.", diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php index 5784d828c1..08d70dfee6 100644 --- a/core/l10n/zh_CN.php +++ b/core/l10n/zh_CN.php @@ -132,7 +132,6 @@ $TRANSLATIONS = array( "Finish setup" => "安装完成", "%s is available. Get more information on how to update." => "%s 可用。获取更多关于如何升级的信息。", "Log out" => "注销", -"More apps" => "更多应用", "Automatic logon rejected!" => "自动登录被拒绝!", "If you did not change your password recently, your account may be compromised!" => "如果您没有最近修改您的密码,您的帐户可能会受到影响!", "Please change your password to secure your account again." => "请修改您的密码,以保护您的账户安全。", diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php index e1493452d8..fabec7537d 100644 --- a/core/l10n/zh_TW.php +++ b/core/l10n/zh_TW.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "Finish setup" => "完成設定", "%s is available. Get more information on how to update." => "%s 已經釋出,瞭解更多資訊以進行更新。", "Log out" => "登出", -"More apps" => "更多 Apps", "Automatic logon rejected!" => "自動登入被拒!", "If you did not change your password recently, your account may be compromised!" => "如果您最近並未更改密碼,您的帳號可能已經遭到入侵!", "Please change your password to secure your account again." => "請更改您的密碼以再次取得您帳戶的控制權。", diff --git a/l10n/af_ZA/core.po b/l10n/af_ZA/core.po index aedec21612..bf1d8334e3 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "Persoonlik" msgid "Users" msgstr "Gebruikers" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Toepassings" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "Teken uit" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Jou wagwoord verloor?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "onthou" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Teken aan" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/af_ZA/files.po b/l10n/af_ZA/files.po index 460b687ed7..e02365d637 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-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/ar/core.po b/l10n/ar/core.po index 6ff2f20122..c959485794 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -483,7 +487,7 @@ msgstr "شخصي" msgid "Users" msgstr "المستخدمين" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "التطبيقات" @@ -616,10 +620,6 @@ msgstr "" msgid "Log out" msgstr "الخروج" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "تم رفض تسجيل الدخول التلقائي!" @@ -634,19 +634,19 @@ msgstr "قد يكون حسابك في خطر إن لم تقم بإعادة تع msgid "Please change your password to secure your account again." msgstr "الرجاء إعادة تعيين كلمة السر لتأمين حسابك." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "هل نسيت كلمة السر؟" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "تذكر" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "أدخل" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "اسماء دخول بديلة" diff --git a/l10n/ar/files.po b/l10n/ar/files.po index c814f86a38..b8086649e4 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "خطأ في الكتابة على القرص الصلب" msgid "Not enough storage available" msgstr "لا يوجد مساحة تخزينية كافية" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "مسار غير صحيح." @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "تم إلغاء عملية رفع الملفات ." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "عنوان ال URL لا يجوز أن يكون فارغا." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "خطأ" @@ -123,35 +127,59 @@ 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:573 msgid "Pending" msgstr "قيد الانتظار" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} موجود مسبقا" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "استبدال" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "اقترح إسم" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "إلغاء" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "استبدل {new_name} بـ {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "تراجع" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" @@ -161,7 +189,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -211,26 +239,6 @@ msgstr "حجم" msgid "Modified" msgstr "معدل" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: js/files.js:586 -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 msgid "%s could not be renamed" @@ -334,22 +342,6 @@ msgstr "يرجى الانتظار , جاري فحص الملفات ." msgid "Current scanning" msgstr "الفحص الحالي" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "تحديث ذاكرة التخزين المؤقت(الكاش) الخاصة بملفات النظام ..." diff --git a/l10n/be/core.po b/l10n/be/core.po index c474afadee..5f2b7f50b2 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -475,7 +479,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -608,10 +612,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -626,19 +626,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/be/files.po b/l10n/be/files.po index 69819ec5ac..ef6881506f 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-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,35 +127,55 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" @@ -159,7 +183,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -209,22 +233,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -328,22 +336,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po index 641f5322a7..b95f90370d 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "Лични" msgid "Users" msgstr "Потребители" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Приложения" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "Изход" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Забравена парола?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "запомни" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Вход" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po index 033c103f0e..a57ea88b76 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "Възникна проблем при запис в диска" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Невалидна директория." @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "Качването е спряно." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Грешка" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "Чакащо" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "препокриване" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "отказ" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "възтановяване" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "Размер" msgid "Modified" msgstr "Променено" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "Файловете се претърсват, изчакайте." msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "файл" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/bn_BD/core.po b/l10n/bn_BD/core.po index 2211ac2ee4..9be574c0eb 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "ব্যক্তিগত" msgid "Users" msgstr "ব্যবহারকারী" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "অ্যাপ" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "প্রস্থান" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "কূটশব্দ হারিয়েছেন?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "মনে রাখ" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "প্রবেশ" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po index 0422f92b57..de8d747878 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "ডিস্কে লিখতে ব্যর্থ" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "ভুল ডিরেক্টরি" @@ -94,20 +98,20 @@ msgstr "যথেষ্ঠ পরিমাণ স্থান নেই" msgid "Upload cancelled." msgstr "আপলোড বাতিল করা হয়েছে।" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "ফাইল আপলোড চলমান। এই পৃষ্ঠা পরিত্যাগ করলে আপলোড বাতিল করা হবে।" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL ফাঁকা রাখা যাবে না।" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "সমস্যা" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "মুলতুবি" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} টি বিদ্যমান" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "প্রতিস্থাপন" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "নাম সুপারিশ করুন" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "বাতিল" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{new_name} কে {old_name} নামে প্রতিস্থাপন করা হয়েছে" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "ক্রিয়া প্রত্যাহার" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "আকার" msgid "Modified" msgstr "পরিবর্তিত" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "ফাইলগুলো স্ক্যান করা হচ্ছে msgid "Current scanning" msgstr "বর্তমান স্ক্যানিং" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/bs/core.po b/l10n/bs/core.po index 4a81d1ca6f..cb3399fb36 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -471,7 +475,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -604,10 +608,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -622,19 +622,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/bs/files.po b/l10n/bs/files.po index 29f748a5dc..6c304b9289 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,42 +127,60 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -208,20 +230,6 @@ msgstr "Veličina" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -325,22 +333,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/ca/core.po b/l10n/ca/core.po index 6b7141c49c..21836c30a8 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s ha compartit »%s« amb tu" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -469,7 +473,7 @@ msgstr "Personal" msgid "Users" msgstr "Usuaris" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplicacions" @@ -602,10 +606,6 @@ msgstr "%s està disponible. Obtingueu més informació de com actualitzar." msgid "Log out" msgstr "Surt" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Més aplicacions" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "L'ha rebutjat l'acceditació automàtica!" @@ -620,19 +620,19 @@ msgstr "Se no heu canviat la contrasenya recentment el vostre compte pot estar c msgid "Please change your password to secure your account again." msgstr "Canvieu la contrasenya de nou per assegurar el vostre compte." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Heu perdut la contrasenya?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "recorda'm" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Inici de sessió" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Acreditacions alternatives" diff --git a/l10n/ca/files.po b/l10n/ca/files.po index 66e2e24f2a..8bedc7b361 100644 --- a/l10n/ca/files.po +++ b/l10n/ca/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -76,7 +76,11 @@ msgstr "Ha fallat en escriure al disc" msgid "Not enough storage available" msgstr "No hi ha prou espai disponible" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Directori no vàlid." @@ -96,20 +100,20 @@ msgstr "No hi ha prou espai disponible" msgid "Upload cancelled." msgstr "La pujada s'ha cancel·lat." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Hi ha una pujada en curs. Si abandoneu la pàgina la pujada es cancel·larà." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "La URL no pot ser buida" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Nom de carpeta no vàlid. L'ús de 'Shared' està reservat per Owncloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Error" @@ -125,41 +129,57 @@ msgstr "Esborra permanentment" msgid "Rename" msgstr "Reanomena" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Pendent" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} ja existeix" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "substitueix" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "sugereix un nom" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "cancel·la" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "s'ha substituït {old_name} per {new_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "desfés" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n carpeta" +msgstr[1] "%n carpetes" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n fitxer" +msgstr[1] "%n fitxers" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Pujant %n fitxer" msgstr[1] "Pujant %n fitxers" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "fitxers pujant" @@ -209,18 +229,6 @@ msgstr "Mida" msgid "Modified" msgstr "Modificat" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n carpeta" -msgstr[1] "%n carpetes" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n fitxer" -msgstr[1] "%n fitxers" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -324,22 +332,6 @@ msgstr "S'estan escanejant els fitxers, espereu" msgid "Current scanning" msgstr "Actualment escanejant" -#: templates/part.list.php:74 -msgid "directory" -msgstr "directori" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "directoris" - -#: templates/part.list.php:85 -msgid "file" -msgstr "fitxer" - -#: templates/part.list.php:87 -msgid "files" -msgstr "fitxers" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Actualitzant la memòria de cau del sistema de fitxers..." diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index 976d3cfdb5..41edc0ee8a 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -27,30 +27,34 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s s vámi sdílí »%s«" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" -msgstr "" +msgstr "Zapnut režim údržby" #: ajax/update.php:14 msgid "Turned off maintenance mode" -msgstr "" +msgstr "Vypnut režim údržby" #: ajax/update.php:17 msgid "Updated database" -msgstr "" +msgstr "Zaktualizována databáze" #: ajax/update.php:20 msgid "Updating filecache, this may take really long..." -msgstr "" +msgstr "Aktualizuji souborovou mezipaměť, toto může trvat opravdu dlouho..." #: ajax/update.php:23 msgid "Updated filecache" -msgstr "" +msgstr "Aktualizována souborová mezipaměť" #: ajax/update.php:26 #, php-format msgid "... %d%% done ..." -msgstr "" +msgstr "... %d%% dokončeno ..." #: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25 msgid "Category type not provided." @@ -476,7 +480,7 @@ msgstr "Osobní" msgid "Users" msgstr "Uživatelé" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplikace" @@ -609,10 +613,6 @@ msgstr "%s je dostupná. Získejte více informací k postupu aktualizace." msgid "Log out" msgstr "Odhlásit se" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Více aplikací" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatické přihlášení odmítnuto!" @@ -627,19 +627,19 @@ msgstr "Pokud jste v nedávné době neměnili své heslo, Váš účet může b msgid "Please change your password to secure your account again." msgstr "Změňte, prosím, své heslo pro opětovné zabezpečení Vašeho účtu." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Ztratili jste své heslo?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "zapamatovat" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Přihlásit" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternativní přihlášení" diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index 9659af9c1d..94cdb7b62b 100644 --- a/l10n/cs_CZ/files.po +++ b/l10n/cs_CZ/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -78,7 +78,11 @@ msgstr "Zápis na disk selhal" msgid "Not enough storage available" msgstr "Nedostatek dostupného úložného prostoru" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Neplatný adresář" @@ -98,20 +102,20 @@ msgstr "Nedostatek volného místa" msgid "Upload cancelled." msgstr "Odesílání zrušeno." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Probíhá odesílání souboru. Opuštění stránky způsobí zrušení nahrávání." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL nemůže být prázdná." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Název složky nelze použít. Použití názvu 'Shared' je ownCloudem rezervováno" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Chyba" @@ -127,42 +131,60 @@ msgstr "Trvale odstranit" msgid "Rename" msgstr "Přejmenovat" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Nevyřízené" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} již existuje" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "nahradit" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "navrhnout název" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "zrušit" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "nahrazeno {new_name} s {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "vrátit zpět" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n složka" +msgstr[1] "%n složky" +msgstr[2] "%n složek" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n soubor" +msgstr[1] "%n soubory" +msgstr[2] "%n souborů" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Nahrávám %n soubor" msgstr[1] "Nahrávám %n soubory" msgstr[2] "Nahrávám %n souborů" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "soubory se odesílají" @@ -192,7 +214,7 @@ msgstr "Vaše úložiště je téměř plné ({usedSpacePercent}%)" msgid "" "Encryption was disabled but your files are still encrypted. Please go to " "your personal settings to decrypt your files." -msgstr "Šifrování bylo zrušeno, soubory jsou však stále zašifrované. Běžte prosím do osobního nastavení, kde si složky odšifrujete." +msgstr "Šifrování bylo vypnuto, vaše soubory jsou však stále zašifrované. Běžte prosím do osobního nastavení, kde soubory odšifrujete." #: js/files.js:245 msgid "" @@ -212,20 +234,6 @@ msgstr "Velikost" msgid "Modified" msgstr "Upraveno" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n složka" -msgstr[1] "%n složky" -msgstr[2] "%n složek" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n soubor" -msgstr[1] "%n soubory" -msgstr[2] "%n souborů" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -329,22 +337,6 @@ msgstr "Soubory se prohledávají, prosím čekejte." msgid "Current scanning" msgstr "Aktuální prohledávání" -#: templates/part.list.php:74 -msgid "directory" -msgstr "adresář" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "adresáře" - -#: templates/part.list.php:85 -msgid "file" -msgstr "soubor" - -#: templates/part.list.php:87 -msgid "files" -msgstr "soubory" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Aktualizuji mezipaměť souborového systému..." diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po index d64ce09fe3..71b739cfa3 100644 --- a/l10n/cs_CZ/lib.po +++ b/l10n/cs_CZ/lib.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-25 19:18-0400\n" -"PO-Revision-Date: 2013-08-25 23:18+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-30 07:31+0000\n" +"Last-Translator: pstast \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,11 +25,11 @@ msgstr "" msgid "" "App \"%s\" can't be installed because it is not compatible with this version" " of ownCloud." -msgstr "" +msgstr "Aplikace \"%s\" nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud." #: app.php:250 msgid "No app name specified" -msgstr "" +msgstr "Nebyl zadan název aplikace" #: app.php:361 msgid "Help" @@ -89,59 +89,59 @@ msgstr "Stáhněte soubory po menších částech, samostatně, nebo se obraťte #: installer.php:63 msgid "No source specified when installing app" -msgstr "" +msgstr "Nebyl zadán zdroj při instalaci aplikace" #: installer.php:70 msgid "No href specified when installing app from http" -msgstr "" +msgstr "Nebyl zadán odkaz pro instalaci aplikace z HTTP" #: installer.php:75 msgid "No path specified when installing app from local file" -msgstr "" +msgstr "Nebyla zadána cesta pro instalaci aplikace z místního souboru" #: installer.php:89 #, php-format msgid "Archives of type %s are not supported" -msgstr "" +msgstr "Archivy typu %s nejsou podporovány" #: installer.php:103 msgid "Failed to open archive when installing app" -msgstr "" +msgstr "Chyba při otevírání archivu během instalace aplikace" #: installer.php:123 msgid "App does not provide an info.xml file" -msgstr "" +msgstr "Aplikace neposkytuje soubor info.xml" #: installer.php:129 msgid "App can't be installed because of not allowed code in the App" -msgstr "" +msgstr "Aplikace nemůže být nainstalována, protože obsahuje nepovolený kód" #: installer.php:138 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" -msgstr "" +msgstr "Aplikace nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud" #: installer.php:144 msgid "" "App can't be installed because it contains the true tag " "which is not allowed for non shipped apps" -msgstr "" +msgstr "Aplikace nemůže být nainstalována, protože obsahuje značku\n\n\ntrue\n\n\ncož není povoleno pro nedodávané aplikace" #: installer.php:150 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" -msgstr "" +msgstr "Aplikace nemůže být nainstalována, protože verze uvedená v info.xml/version nesouhlasí s verzí oznámenou z úložiště aplikací." #: installer.php:160 msgid "App directory already exists" -msgstr "" +msgstr "Adresář aplikace již existuje" #: installer.php:173 #, php-format msgid "Can't create app folder. Please fix permissions. %s" -msgstr "" +msgstr "Nelze vytvořit složku aplikace. Opravte práva souborů. %s" #: json.php:28 msgid "Application is not enabled" diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po index 9cb3b6446f..d3f48fd240 100644 --- a/l10n/cs_CZ/settings.po +++ b/l10n/cs_CZ/settings.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-25 19:18-0400\n" -"PO-Revision-Date: 2013-08-25 23:18+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-28 16:41+0000\n" +"Last-Translator: pstast \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -88,53 +88,53 @@ msgstr "Nelze odebrat uživatele ze skupiny %s" msgid "Couldn't update app." msgstr "Nelze aktualizovat aplikaci." -#: js/apps.js:35 +#: js/apps.js:43 msgid "Update to {appversion}" msgstr "Aktualizovat na {appversion}" -#: js/apps.js:41 js/apps.js:74 js/apps.js:100 +#: js/apps.js:49 js/apps.js:82 js/apps.js:108 msgid "Disable" msgstr "Zakázat" -#: js/apps.js:41 js/apps.js:81 js/apps.js:94 js/apps.js:109 +#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117 msgid "Enable" msgstr "Povolit" -#: js/apps.js:63 +#: js/apps.js:71 msgid "Please wait...." msgstr "Čekejte prosím..." -#: js/apps.js:71 js/apps.js:72 js/apps.js:92 +#: js/apps.js:79 js/apps.js:80 js/apps.js:100 msgid "Error while disabling app" -msgstr "" +msgstr "Chyba při zakazování aplikace" -#: js/apps.js:91 js/apps.js:104 js/apps.js:105 +#: js/apps.js:99 js/apps.js:112 js/apps.js:113 msgid "Error while enabling app" -msgstr "" +msgstr "Chyba při povolování aplikace" -#: js/apps.js:115 +#: js/apps.js:123 msgid "Updating...." msgstr "Aktualizuji..." -#: js/apps.js:118 +#: js/apps.js:126 msgid "Error while updating app" msgstr "Chyba při aktualizaci aplikace" -#: js/apps.js:118 +#: js/apps.js:126 msgid "Error" msgstr "Chyba" -#: js/apps.js:119 templates/apps.php:43 +#: js/apps.js:127 templates/apps.php:43 msgid "Update" msgstr "Aktualizovat" -#: js/apps.js:122 +#: js/apps.js:130 msgid "Updated" msgstr "Aktualizováno" #: js/personal.js:150 msgid "Decrypting files... Please wait, this can take some time." -msgstr "Probíhá odšifrování souborů... Prosíme počkejte, tato operace může trvat několik minut." +msgstr "Probíhá dešifrování souborů... Čekejte prosím, tato operace může trvat nějakou dobu." #: js/personal.js:172 msgid "Saving..." @@ -483,11 +483,11 @@ msgstr "Šifrování" #: templates/personal.php:119 msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Šifrovací aplikace již není spuštěna, odšifrujte všechny své soubory" +msgstr "Šifrovací aplikace již není zapnuta, odšifrujte všechny své soubory" #: templates/personal.php:125 msgid "Log-in password" -msgstr "Heslo" +msgstr "Přihlašovací heslo" #: templates/personal.php:130 msgid "Decrypt all Files" diff --git a/l10n/cs_CZ/user_ldap.po b/l10n/cs_CZ/user_ldap.po index 6245bd4e83..6617ad2482 100644 --- a/l10n/cs_CZ/user_ldap.po +++ b/l10n/cs_CZ/user_ldap.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-21 08:11-0400\n" -"PO-Revision-Date: 2013-08-20 17:00+0000\n" -"Last-Translator: cvanca \n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-28 16:52+0000\n" +"Last-Translator: pstast \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -159,7 +159,7 @@ msgstr "Filtr přihlášení uživatelů" msgid "" "Defines the filter to apply, when login is attempted. %%uid replaces the " "username in the login action. Example: \"uid=%%uid\"" -msgstr "Určuje použitý filtr, při pokusu o přihlášení. %%uid nahrazuje uživatelské jméno v činnosti přihlášení. Příklad \"uid=%%uid\"" +msgstr "Určuje použitý filtr při pokusu o přihlášení. %%uid nahrazuje uživatelské jméno v činnosti přihlášení. Příklad: \"uid=%%uid\"" #: templates/settings.php:55 msgid "User List Filter" @@ -169,7 +169,7 @@ msgstr "Filtr seznamu uživatelů" msgid "" "Defines the filter to apply, when retrieving users (no placeholders). " "Example: \"objectClass=person\"" -msgstr "Určuje použitý filtr pro získávaní uživatelů (bez zástupných znaků). Příklad: \"objectClass=person\"" +msgstr "Určuje použitý filtr při získávání uživatelů (bez zástupných znaků). Příklad: \"objectClass=person\"" #: templates/settings.php:59 msgid "Group Filter" @@ -179,7 +179,7 @@ msgstr "Filtr skupin" msgid "" "Defines the filter to apply, when retrieving groups (no placeholders). " "Example: \"objectClass=posixGroup\"" -msgstr "Určuje použitý filtr, pro získávaní skupin (bez zástupných znaků). Příklad: \"objectClass=posixGroup\"" +msgstr "Určuje použitý filtr při získávání skupin (bez zástupných znaků). Příklad: \"objectClass=posixGroup\"" #: templates/settings.php:66 msgid "Connection Settings" diff --git a/l10n/cy_GB/core.po b/l10n/cy_GB/core.po index 26b314362f..638507e646 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -23,6 +23,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -476,7 +480,7 @@ msgstr "Personol" msgid "Users" msgstr "Defnyddwyr" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Pecynnau" @@ -609,10 +613,6 @@ msgstr "%s ar gael. Mwy o wybodaeth am sut i ddiweddaru." msgid "Log out" msgstr "Allgofnodi" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Gwrthodwyd mewngofnodi awtomatig!" @@ -627,19 +627,19 @@ msgstr "Os na wnaethoch chi newid eich cyfrinair yn ddiweddar, gall eich cyfrif msgid "Please change your password to secure your account again." msgstr "Newidiwch eich cyfrinair i ddiogleu eich cyfrif eto." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Wedi colli'ch cyfrinair?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "cofio" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Mewngofnodi" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Mewngofnodiadau Amgen" diff --git a/l10n/cy_GB/files.po b/l10n/cy_GB/files.po index 3d8d0f81fb..c1e83e56cc 100644 --- a/l10n/cy_GB/files.po +++ b/l10n/cy_GB/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "Methwyd ysgrifennu i'r ddisg" msgid "Not enough storage available" msgstr "Dim digon o le storio ar gael" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Cyfeiriadur annilys." @@ -94,20 +98,20 @@ msgstr "Dim digon o le ar gael" msgid "Upload cancelled." msgstr "Diddymwyd llwytho i fyny." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Mae ffeiliau'n cael eu llwytho i fyny. Bydd gadael y dudalen hon nawr yn diddymu'r broses." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Does dim hawl cael URL gwag." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Gwall" @@ -123,35 +127,55 @@ msgstr "Dileu'n barhaol" msgid "Rename" msgstr "Ailenwi" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "I ddod" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} yn bodoli'n barod" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "amnewid" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "awgrymu enw" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "diddymu" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "newidiwyd {new_name} yn lle {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "dadwneud" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" @@ -159,7 +183,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "ffeiliau'n llwytho i fyny" @@ -209,22 +233,6 @@ msgstr "Maint" msgid "Modified" msgstr "Addaswyd" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -328,22 +336,6 @@ msgstr "Arhoswch, mae ffeiliau'n cael eu sganio." msgid "Current scanning" msgstr "Sganio cyfredol" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Uwchraddio storfa system ffeiliau..." diff --git a/l10n/da/core.po b/l10n/da/core.po index 68c71a9ef2..5c71f405c5 100644 --- a/l10n/da/core.po +++ b/l10n/da/core.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" -"Last-Translator: Sappe\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -26,6 +26,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s delte »%s« med sig" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "Startede vedligeholdelsestilstand" @@ -471,7 +475,7 @@ msgstr "Personligt" msgid "Users" msgstr "Brugere" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Apps" @@ -604,10 +608,6 @@ msgstr "%s er tilgængelig. Få mere information om, hvordan du opdaterer." msgid "Log out" msgstr "Log ud" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Flere programmer" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatisk login afvist!" @@ -622,19 +622,19 @@ msgstr "Hvis du ikke har ændret din adgangskode for nylig, har nogen muligvis t msgid "Please change your password to secure your account again." msgstr "Skift adgangskode for at sikre din konto igen." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Mistet dit kodeord?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "husk" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Log ind" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternative logins" diff --git a/l10n/da/files.po b/l10n/da/files.po index 218518cb6e..3f9da02827 100644 --- a/l10n/da/files.po +++ b/l10n/da/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -77,7 +77,11 @@ msgstr "Fejl ved skrivning til disk." msgid "Not enough storage available" msgstr "Der er ikke nok plads til rådlighed" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Ugyldig mappe." @@ -97,20 +101,20 @@ msgstr "ikke nok tilgængelig ledig plads " msgid "Upload cancelled." msgstr "Upload afbrudt." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Fil upload kører. Hvis du forlader siden nu, vil uploadet blive annuleret." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URLen kan ikke være tom." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Ugyldigt mappenavn. Brug af 'Shared' er forbeholdt af ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Fejl" @@ -126,41 +130,57 @@ msgstr "Slet permanent" msgid "Rename" msgstr "Omdøb" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Afventer" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} eksisterer allerede" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "erstat" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "foreslå navn" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "fortryd" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "erstattede {new_name} med {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "fortryd" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n mappe" +msgstr[1] "%n mapper" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n fil" +msgstr[1] "%n filer" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Uploader %n fil" msgstr[1] "Uploader %n filer" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "uploader filer" @@ -210,18 +230,6 @@ msgstr "Størrelse" msgid "Modified" msgstr "Ændret" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n mappe" -msgstr[1] "%n mapper" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n fil" -msgstr[1] "%n filer" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -325,22 +333,6 @@ msgstr "Filerne bliver indlæst, vent venligst." msgid "Current scanning" msgstr "Indlæser" -#: templates/part.list.php:74 -msgid "directory" -msgstr "mappe" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "Mapper" - -#: templates/part.list.php:85 -msgid "file" -msgstr "fil" - -#: templates/part.list.php:87 -msgid "files" -msgstr "filer" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Opgraderer filsystems cachen..." diff --git a/l10n/da/lib.po b/l10n/da/lib.po index 7873b58ef5..d6c79b185e 100644 --- a/l10n/da/lib.po +++ b/l10n/da/lib.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-25 19:18-0400\n" -"PO-Revision-Date: 2013-08-25 23:18+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-29 05:10+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" @@ -25,11 +25,11 @@ msgstr "" msgid "" "App \"%s\" can't be installed because it is not compatible with this version" " of ownCloud." -msgstr "" +msgstr "App'en \"%s\" kan ikke blive installeret, da den ikke er kompatibel med denne version af ownCloud." #: app.php:250 msgid "No app name specified" -msgstr "" +msgstr "Intet app-navn angivet" #: app.php:361 msgid "Help" @@ -89,59 +89,59 @@ msgstr "Download filerne i små bider, seperat, eller kontakt venligst din admin #: installer.php:63 msgid "No source specified when installing app" -msgstr "" +msgstr "Ingen kilde angivet under installation af app" #: installer.php:70 msgid "No href specified when installing app from http" -msgstr "" +msgstr "Ingen href angivet under installation af app via http" #: installer.php:75 msgid "No path specified when installing app from local file" -msgstr "" +msgstr "Ingen sti angivet under installation af app fra lokal fil" #: installer.php:89 #, php-format msgid "Archives of type %s are not supported" -msgstr "" +msgstr "Arkiver af type %s understøttes ikke" #: installer.php:103 msgid "Failed to open archive when installing app" -msgstr "" +msgstr "Kunne ikke åbne arkiv under installation af appen" #: installer.php:123 msgid "App does not provide an info.xml file" -msgstr "" +msgstr "Der følger ingen info.xml-fil med appen" #: installer.php:129 msgid "App can't be installed because of not allowed code in the App" -msgstr "" +msgstr "Appen kan ikke installeres, da den indeholder ikke-tilladt kode" #: installer.php:138 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" -msgstr "" +msgstr "Appen kan ikke installeres, da den ikke er kompatibel med denne version af ownCloud." #: installer.php:144 msgid "" "App can't be installed because it contains the true tag " "which is not allowed for non shipped apps" -msgstr "" +msgstr "Appen kan ikke installeres, da den indeholder taget\n\n\ntrue\n\n\nhvilket ikke er tilladt for ikke-medfølgende apps" #: installer.php:150 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" -msgstr "" +msgstr "App kan ikke installeres, da versionen i info.xml/version ikke er den samme som versionen rapporteret fra app-storen" #: installer.php:160 msgid "App directory already exists" -msgstr "" +msgstr "App-mappe findes allerede" #: installer.php:173 #, php-format msgid "Can't create app folder. Please fix permissions. %s" -msgstr "" +msgstr "Kan ikke oprette app-mappe. Ret tilladelser. %s" #: json.php:28 msgid "Application is not enabled" diff --git a/l10n/de/core.po b/l10n/de/core.po index 9a2039502c..23574ea981 100644 --- a/l10n/de/core.po +++ b/l10n/de/core.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-28 08:30+0000\n" -"Last-Translator: Mario Siegmann \n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -30,6 +30,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s teilte »%s« mit Ihnen" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "Wartungsmodus eingeschaltet" @@ -475,7 +479,7 @@ msgstr "Persönlich" msgid "Users" msgstr "Benutzer" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Apps" @@ -608,10 +612,6 @@ msgstr "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen e msgid "Log out" msgstr "Abmelden" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Mehr Apps" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatischer Login zurückgewiesen!" @@ -626,19 +626,19 @@ msgstr "Wenn Du Dein Passwort nicht vor kurzem geändert hast, könnte Dein\nAcc msgid "Please change your password to secure your account again." msgstr "Bitte ändere Dein Passwort, um Deinen Account wieder zu schützen." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Passwort vergessen?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "merken" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Einloggen" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternative Logins" diff --git a/l10n/de/files.po b/l10n/de/files.po index a18eb37b0d..eb931d3921 100644 --- a/l10n/de/files.po +++ b/l10n/de/files.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -80,7 +80,11 @@ msgstr "Fehler beim Schreiben auf die Festplatte" msgid "Not enough storage available" msgstr "Nicht genug Speicher vorhanden." -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Ungültiges Verzeichnis." @@ -100,20 +104,20 @@ msgstr "Nicht genug Speicherplatz verfügbar" msgid "Upload cancelled." msgstr "Upload abgebrochen." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload abgebrochen." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Die URL darf nicht leer sein." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Der Ordnername ist ungültig. Nur ownCloud kann den Ordner \"Shared\" anlegen" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Fehler" @@ -129,41 +133,57 @@ msgstr "Endgültig löschen" msgid "Rename" msgstr "Umbenennen" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Ausstehend" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} existiert bereits" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "ersetzen" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "Namen vorschlagen" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "abbrechen" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{old_name} ersetzt durch {new_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "rückgängig machen" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n Ordner" +msgstr[1] "%n Ordner" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n Datei" +msgstr[1] "%n Dateien" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n Datei wird hochgeladen" msgstr[1] "%n Dateien werden hochgeladen" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "Dateien werden hoch geladen" @@ -213,18 +233,6 @@ msgstr "Größe" msgid "Modified" msgstr "Geändert" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n Ordner" -msgstr[1] "%n Ordner" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n Datei" -msgstr[1] "%n Dateien" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -328,22 +336,6 @@ msgstr "Dateien werden gescannt, bitte warten." msgid "Current scanning" msgstr "Scanne" -#: templates/part.list.php:74 -msgid "directory" -msgstr "Verzeichnis" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "Verzeichnisse" - -#: templates/part.list.php:85 -msgid "file" -msgstr "Datei" - -#: templates/part.list.php:87 -msgid "files" -msgstr "Dateien" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Dateisystem-Cache wird aktualisiert ..." diff --git a/l10n/de/lib.po b/l10n/de/lib.po index fff88cd0e3..4b00901bf5 100644 --- a/l10n/de/lib.po +++ b/l10n/de/lib.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 10:05+0000\n" -"Last-Translator: noxin \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-29 11:20+0000\n" +"Last-Translator: Mario Siegmann \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -30,7 +30,7 @@ msgstr "Applikation \"%s\" kann nicht installiert werden, da sie mit dieser ownC #: app.php:250 msgid "No app name specified" -msgstr "Es wurde kein App-Name angegeben" +msgstr "Es wurde kein Applikation-Name angegeben" #: app.php:361 msgid "Help" @@ -94,7 +94,7 @@ msgstr "Für die Installation der Applikation wurde keine Quelle angegeben" #: installer.php:70 msgid "No href specified when installing app from http" -msgstr "href wurde nicht angegeben um die Applikation per http zu installieren" +msgstr "Der Link (href) wurde nicht angegeben um die Applikation per http zu installieren" #: installer.php:75 msgid "No path specified when installing app from local file" @@ -107,7 +107,7 @@ msgstr "Archive vom Typ %s werden nicht unterstützt" #: installer.php:103 msgid "Failed to open archive when installing app" -msgstr "Das Archive konnte bei der Installation der Applikation nicht geöffnet werden" +msgstr "Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden" #: installer.php:123 msgid "App does not provide an info.xml file" @@ -121,19 +121,19 @@ msgstr "Die Applikation kann auf Grund von unerlaubten Code nicht installiert we msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" -msgstr "" +msgstr "Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser Version von ownCloud kompatibel ist." #: installer.php:144 msgid "" "App can't be installed because it contains the true tag " "which is not allowed for non shipped apps" -msgstr "" +msgstr "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist ist" #: installer.php:150 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" -msgstr "" +msgstr "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist" #: installer.php:160 msgid "App directory already exists" diff --git a/l10n/de/settings.po b/l10n/de/settings.po index dbf98f0bf8..30ff6133c0 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-25 19:18-0400\n" -"PO-Revision-Date: 2013-08-25 23:18+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-29 11:10+0000\n" +"Last-Translator: Mario Siegmann \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -89,47 +89,47 @@ msgstr "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden" msgid "Couldn't update app." msgstr "Die App konnte nicht aktualisiert werden." -#: js/apps.js:35 +#: js/apps.js:43 msgid "Update to {appversion}" msgstr "Aktualisiere zu {appversion}" -#: js/apps.js:41 js/apps.js:74 js/apps.js:100 +#: js/apps.js:49 js/apps.js:82 js/apps.js:108 msgid "Disable" msgstr "Deaktivieren" -#: js/apps.js:41 js/apps.js:81 js/apps.js:94 js/apps.js:109 +#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117 msgid "Enable" msgstr "Aktivieren" -#: js/apps.js:63 +#: js/apps.js:71 msgid "Please wait...." msgstr "Bitte warten..." -#: js/apps.js:71 js/apps.js:72 js/apps.js:92 +#: js/apps.js:79 js/apps.js:80 js/apps.js:100 msgid "Error while disabling app" -msgstr "" +msgstr "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten" -#: js/apps.js:91 js/apps.js:104 js/apps.js:105 +#: js/apps.js:99 js/apps.js:112 js/apps.js:113 msgid "Error while enabling app" -msgstr "" +msgstr "Beim Aktivieren der Applikation ist ein Fehler aufgetreten" -#: js/apps.js:115 +#: js/apps.js:123 msgid "Updating...." msgstr "Aktualisierung..." -#: js/apps.js:118 +#: js/apps.js:126 msgid "Error while updating app" msgstr "Fehler beim Aktualisieren der App" -#: js/apps.js:118 +#: js/apps.js:126 msgid "Error" msgstr "Fehler" -#: js/apps.js:119 templates/apps.php:43 +#: js/apps.js:127 templates/apps.php:43 msgid "Update" msgstr "Aktualisierung durchführen" -#: js/apps.js:122 +#: js/apps.js:130 msgid "Updated" msgstr "Aktualisiert" diff --git a/l10n/de/user_webdavauth.po b/l10n/de/user_webdavauth.po index b9ceaaa95d..cc36dab1be 100644 --- a/l10n/de/user_webdavauth.po +++ b/l10n/de/user_webdavauth.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-07-29 01:56-0400\n" -"PO-Revision-Date: 2013-07-28 16:10+0000\n" -"Last-Translator: Mario Siegmann \n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-29 20:16+0000\n" +"Last-Translator: Mirodin \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/l10n/de_AT/core.po b/l10n/de_AT/core.po index d6a26eb7c4..7f813bb30c 100644 --- a/l10n/de_AT/core.po +++ b/l10n/de_AT/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -23,6 +23,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -468,7 +472,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -601,10 +605,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Mehr Apps" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -619,19 +619,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/de_AT/files.po b/l10n/de_AT/files.po index 4476d1f102..d3f9d2d421 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/de_CH/core.po b/l10n/de_CH/core.po index 95a01f1ff1..47c4fa12e7 100644 --- a/l10n/de_CH/core.po +++ b/l10n/de_CH/core.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -31,6 +31,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s teilt »%s« mit Ihnen" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -476,7 +480,7 @@ msgstr "Persönlich" msgid "Users" msgstr "Benutzer" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Apps" @@ -609,10 +613,6 @@ msgstr "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen e msgid "Log out" msgstr "Abmelden" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Mehr Apps" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatische Anmeldung verweigert!" @@ -627,19 +627,19 @@ msgstr "Wenn Sie Ihr Passwort nicht vor kurzem geändert haben, könnte Ihr\nAcc msgid "Please change your password to secure your account again." msgstr "Bitte ändern Sie Ihr Passwort, um Ihr Konto wieder zu sichern." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Passwort vergessen?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "merken" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Einloggen" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternative Logins" diff --git a/l10n/de_CH/files.po b/l10n/de_CH/files.po index fae903c9a3..a1c58799f3 100644 --- a/l10n/de_CH/files.po +++ b/l10n/de_CH/files.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -83,7 +83,11 @@ msgstr "Fehler beim Schreiben auf die Festplatte" msgid "Not enough storage available" msgstr "Nicht genug Speicher vorhanden." -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Ungültiges Verzeichnis." @@ -103,20 +107,20 @@ msgstr "Nicht genügend Speicherplatz verfügbar" msgid "Upload cancelled." msgstr "Upload abgebrochen." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Die URL darf nicht leer sein." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Ungültiger Ordnername. Die Verwendung von «Shared» ist ownCloud vorbehalten." -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Fehler" @@ -132,41 +136,57 @@ msgstr "Endgültig löschen" msgid "Rename" msgstr "Umbenennen" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Ausstehend" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} existiert bereits" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "ersetzen" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "Namen vorschlagen" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "abbrechen" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{old_name} wurde ersetzt durch {new_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "rückgängig machen" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "%n Ordner" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "%n Dateien" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n Datei wird hochgeladen" msgstr[1] "%n Dateien werden hochgeladen" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "Dateien werden hoch geladen" @@ -216,18 +236,6 @@ msgstr "Grösse" msgid "Modified" msgstr "Geändert" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "%n Ordner" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "%n Dateien" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -331,22 +339,6 @@ msgstr "Dateien werden gescannt, bitte warten." msgid "Current scanning" msgstr "Scanne" -#: templates/part.list.php:74 -msgid "directory" -msgstr "Verzeichnis" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "Verzeichnisse" - -#: templates/part.list.php:85 -msgid "file" -msgstr "Datei" - -#: templates/part.list.php:87 -msgid "files" -msgstr "Dateien" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Dateisystem-Cache wird aktualisiert ..." diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po index 9ef89b0fc8..1a3f292dc0 100644 --- a/l10n/de_DE/core.po +++ b/l10n/de_DE/core.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-28 08:30+0000\n" -"Last-Translator: Mario Siegmann \n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -30,6 +30,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s geteilt »%s« mit Ihnen" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "Wartungsmodus eingeschaltet " @@ -475,7 +479,7 @@ msgstr "Persönlich" msgid "Users" msgstr "Benutzer" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Apps" @@ -608,10 +612,6 @@ msgstr "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen e msgid "Log out" msgstr "Abmelden" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Mehr Apps" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatische Anmeldung verweigert!" @@ -626,19 +626,19 @@ msgstr "Wenn Sie Ihr Passwort nicht vor kurzem geändert haben, könnte Ihr\nAcc msgid "Please change your password to secure your account again." msgstr "Bitte ändern Sie Ihr Passwort, um Ihr Konto wieder zu sichern." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Passwort vergessen?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "merken" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Einloggen" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternative Logins" diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po index 03c2d0b576..1282d6306c 100644 --- a/l10n/de_DE/files.po +++ b/l10n/de_DE/files.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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Germany) \n" "MIME-Version: 1.0\n" @@ -82,7 +82,11 @@ msgstr "Fehler beim Schreiben auf die Festplatte" msgid "Not enough storage available" msgstr "Nicht genug Speicher vorhanden." -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Ungültiges Verzeichnis." @@ -102,20 +106,20 @@ msgstr "Nicht genügend Speicherplatz verfügbar" msgid "Upload cancelled." msgstr "Upload abgebrochen." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Die URL darf nicht leer sein." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Ungültiger Ordnername. Die Verwendung von \"Shared\" ist ownCloud vorbehalten." -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Fehler" @@ -131,41 +135,57 @@ msgstr "Endgültig löschen" msgid "Rename" msgstr "Umbenennen" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Ausstehend" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} existiert bereits" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "ersetzen" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "Namen vorschlagen" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "abbrechen" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{old_name} wurde ersetzt durch {new_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "rückgängig machen" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n Ordner" +msgstr[1] "%n Ordner" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n Datei" +msgstr[1] "%n Dateien" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n Datei wird hoch geladen" msgstr[1] "%n Dateien werden hoch geladen" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "Dateien werden hoch geladen" @@ -215,18 +235,6 @@ msgstr "Größe" msgid "Modified" msgstr "Geändert" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n Ordner" -msgstr[1] "%n Ordner" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n Datei" -msgstr[1] "%n Dateien" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -330,22 +338,6 @@ msgstr "Dateien werden gescannt, bitte warten." msgid "Current scanning" msgstr "Scanne" -#: templates/part.list.php:74 -msgid "directory" -msgstr "Verzeichnis" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "Verzeichnisse" - -#: templates/part.list.php:85 -msgid "file" -msgstr "Datei" - -#: templates/part.list.php:87 -msgid "files" -msgstr "Dateien" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Dateisystem-Cache wird aktualisiert ..." diff --git a/l10n/de_DE/lib.po b/l10n/de_DE/lib.po index 567fcc9a52..2abd875bdd 100644 --- a/l10n/de_DE/lib.po +++ b/l10n/de_DE/lib.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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 12:00+0000\n" -"Last-Translator: traductor \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-29 11:30+0000\n" +"Last-Translator: Mario Siegmann \n" "Language-Team: German (Germany) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,11 +25,11 @@ msgstr "" msgid "" "App \"%s\" can't be installed because it is not compatible with this version" " of ownCloud." -msgstr "" +msgstr "Applikation \"%s\" kann nicht installiert werden, da sie mit dieser ownCloud Version nicht kompatibel ist." #: app.php:250 msgid "No app name specified" -msgstr "" +msgstr "Es wurde kein Applikation-Name angegeben" #: app.php:361 msgid "Help" @@ -89,15 +89,15 @@ msgstr "Laden Sie die Dateien in kleineren, separaten, Stücken herunter oder bi #: installer.php:63 msgid "No source specified when installing app" -msgstr "" +msgstr "Für die Installation der Applikation wurde keine Quelle angegeben" #: installer.php:70 msgid "No href specified when installing app from http" -msgstr "" +msgstr "Der Link (href) wurde nicht angegeben um die Applikation per http zu installieren" #: installer.php:75 msgid "No path specified when installing app from local file" -msgstr "" +msgstr "Bei der Installation der Applikation aus einer lokalen Datei wurde kein Pfad angegeben" #: installer.php:89 #, php-format @@ -106,15 +106,15 @@ msgstr "Archive des Typs %s werden nicht unterstützt." #: installer.php:103 msgid "Failed to open archive when installing app" -msgstr "" +msgstr "Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden" #: installer.php:123 msgid "App does not provide an info.xml file" -msgstr "" +msgstr "Die Applikation enthält keine info,xml Datei" #: installer.php:129 msgid "App can't be installed because of not allowed code in the App" -msgstr "" +msgstr "Die Applikation kann auf Grund von unerlaubten Code nicht installiert werden" #: installer.php:138 msgid "" @@ -126,13 +126,13 @@ msgstr "Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser msgid "" "App can't be installed because it contains the true tag " "which is not allowed for non shipped apps" -msgstr "" +msgstr "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist ist" #: installer.php:150 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" -msgstr "" +msgstr "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist" #: installer.php:160 msgid "App directory already exists" diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po index 0eb0623b9f..a2f41d584f 100644 --- a/l10n/de_DE/settings.po +++ b/l10n/de_DE/settings.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 12:00+0000\n" -"Last-Translator: traductor \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-29 11:10+0000\n" +"Last-Translator: Mario Siegmann \n" "Language-Team: German (Germany) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -91,47 +91,47 @@ msgstr "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden" msgid "Couldn't update app." msgstr "Die App konnte nicht aktualisiert werden." -#: js/apps.js:35 +#: js/apps.js:43 msgid "Update to {appversion}" msgstr "Update zu {appversion}" -#: js/apps.js:41 js/apps.js:74 js/apps.js:100 +#: js/apps.js:49 js/apps.js:82 js/apps.js:108 msgid "Disable" msgstr "Deaktivieren" -#: js/apps.js:41 js/apps.js:81 js/apps.js:94 js/apps.js:109 +#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117 msgid "Enable" msgstr "Aktivieren" -#: js/apps.js:63 +#: js/apps.js:71 msgid "Please wait...." msgstr "Bitte warten...." -#: js/apps.js:71 js/apps.js:72 js/apps.js:92 +#: js/apps.js:79 js/apps.js:80 js/apps.js:100 msgid "Error while disabling app" -msgstr "Beim deaktivieren der Applikation ist ein Fehler aufgetreten." +msgstr "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten" -#: js/apps.js:91 js/apps.js:104 js/apps.js:105 +#: js/apps.js:99 js/apps.js:112 js/apps.js:113 msgid "Error while enabling app" -msgstr "Beim aktivieren der Applikation ist ein Fehler aufgetreten." +msgstr "Beim Aktivieren der Applikation ist ein Fehler aufgetreten" -#: js/apps.js:115 +#: js/apps.js:123 msgid "Updating...." msgstr "Update..." -#: js/apps.js:118 +#: js/apps.js:126 msgid "Error while updating app" msgstr "Es ist ein Fehler während des Updates aufgetreten" -#: js/apps.js:118 +#: js/apps.js:126 msgid "Error" msgstr "Fehler" -#: js/apps.js:119 templates/apps.php:43 +#: js/apps.js:127 templates/apps.php:43 msgid "Update" msgstr "Update durchführen" -#: js/apps.js:122 +#: js/apps.js:130 msgid "Updated" msgstr "Aktualisiert" diff --git a/l10n/el/core.po b/l10n/el/core.po index a91b290a56..31ff37b3ee 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -29,6 +29,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "Ο %s διαμοιράστηκε μαζί σας το »%s«" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -474,7 +478,7 @@ msgstr "Προσωπικά" msgid "Users" msgstr "Χρήστες" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Εφαρμογές" @@ -607,10 +611,6 @@ msgstr "%s είναι διαθέσιμη. Δείτε περισσότερες π msgid "Log out" msgstr "Αποσύνδεση" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Απορρίφθηκε η αυτόματη σύνδεση!" @@ -625,19 +625,19 @@ msgstr "Εάν δεν αλλάξατε το συνθηματικό σας προ msgid "Please change your password to secure your account again." msgstr "Παρακαλώ αλλάξτε το συνθηματικό σας για να ασφαλίσετε πάλι τον λογαριασμό σας." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Ξεχάσατε το συνθηματικό σας;" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "απομνημόνευση" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Είσοδος" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Εναλλακτικές Συνδέσεις" diff --git a/l10n/el/files.po b/l10n/el/files.po index 2ae026cfed..50dcd3f947 100644 --- a/l10n/el/files.po +++ b/l10n/el/files.po @@ -5,12 +5,13 @@ # Translators: # Efstathios Iosifidis , 2013 # Efstathios Iosifidis , 2013 +# frerisp , 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -76,7 +77,11 @@ msgstr "Αποτυχία εγγραφής στο δίσκο" msgid "Not enough storage available" msgstr "Μη επαρκής διαθέσιμος αποθηκευτικός χώρος" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Μη έγκυρος φάκελος." @@ -96,20 +101,20 @@ msgstr "Δεν υπάρχει αρκετός διαθέσιμος χώρος" msgid "Upload cancelled." msgstr "Η αποστολή ακυρώθηκε." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Η αποστολή του αρχείου βρίσκεται σε εξέλιξη. Το κλείσιμο της σελίδας θα ακυρώσει την αποστολή." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Η URL δεν μπορεί να είναι κενή." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Μη έγκυρο όνομα φακέλου. Η χρήση του 'Κοινόχρηστος' χρησιμοποιείται από το ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Σφάλμα" @@ -125,41 +130,57 @@ 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:573 msgid "Pending" msgstr "Εκκρεμεί" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} υπάρχει ήδη" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "αντικατέστησε" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "συνιστώμενο όνομα" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "ακύρωση" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "αντικαταστάθηκε το {new_name} με {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "αναίρεση" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n φάκελος" +msgstr[1] "%n φάκελοι" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n αρχείο" +msgstr[1] "%n αρχεία" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Ανέβασμα %n αρχείου" +msgstr[1] "Ανέβασμα %n αρχείων" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "αρχεία ανεβαίνουν" @@ -189,7 +210,7 @@ msgstr "Ο αποθηκευτικός χώρος είναι σχεδόν γεμ msgid "" "Encryption was disabled but your files are still encrypted. Please go to " "your personal settings to decrypt your files." -msgstr "" +msgstr "Η κρυπτογράφηση απενεργοποιήθηκε, αλλά τα αρχεία σας είναι ακόμα κρυπτογραφημένα. Παρακαλούμε απενεργοποιήσετε την κρυπτογράφηση αρχείων από τις προσωπικές σας ρυθμίσεις" #: js/files.js:245 msgid "" @@ -209,18 +230,6 @@ msgstr "Μέγεθος" msgid "Modified" msgstr "Τροποποιήθηκε" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -324,22 +333,6 @@ msgstr "Τα αρχεία σαρώνονται, παρακαλώ περιμέν msgid "Current scanning" msgstr "Τρέχουσα ανίχνευση" -#: templates/part.list.php:74 -msgid "directory" -msgstr "κατάλογος" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "κατάλογοι" - -#: templates/part.list.php:85 -msgid "file" -msgstr "αρχείο" - -#: templates/part.list.php:87 -msgid "files" -msgstr "αρχεία" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Ενημέρωση της μνήμης cache του συστήματος αρχείων..." diff --git a/l10n/el/files_trashbin.po b/l10n/el/files_trashbin.po index 9419e249a1..d1043567c1 100644 --- a/l10n/el/files_trashbin.po +++ b/l10n/el/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-15 04:47-0400\n" -"PO-Revision-Date: 2013-08-15 08:48+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 09:00+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" @@ -28,43 +28,43 @@ msgstr "Αδύνατη η μόνιμη διαγραφή του %s" msgid "Couldn't restore %s" msgstr "Αδυναμία επαναφοράς %s" -#: js/trash.js:7 js/trash.js:100 +#: js/trash.js:7 js/trash.js:102 msgid "perform restore operation" msgstr "εκτέλεση λειτουργία επαναφοράς" -#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146 +#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148 msgid "Error" msgstr "Σφάλμα" -#: js/trash.js:36 +#: js/trash.js:37 msgid "delete file permanently" msgstr "μόνιμη διαγραφή αρχείου" -#: js/trash.js:127 +#: js/trash.js:129 msgid "Delete permanently" msgstr "Μόνιμη διαγραφή" -#: js/trash.js:182 templates/index.php:17 +#: js/trash.js:184 templates/index.php:17 msgid "Name" msgstr "Όνομα" -#: js/trash.js:183 templates/index.php:27 +#: js/trash.js:185 templates/index.php:27 msgid "Deleted" msgstr "Διαγράφηκε" -#: js/trash.js:191 +#: js/trash.js:193 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" -msgstr[1] "" +msgstr[1] "%n φάκελοι" -#: js/trash.js:197 +#: js/trash.js:199 msgid "%n file" msgid_plural "%n files" msgstr[0] "" -msgstr[1] "" +msgstr[1] "%n αρχεία" -#: lib/trash.php:819 lib/trash.php:821 +#: lib/trash.php:814 lib/trash.php:816 msgid "restored" msgstr "έγινε επαναφορά" diff --git a/l10n/en@pirate/core.po b/l10n/en@pirate/core.po index f2ee458fc9..8bc849cef4 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -23,6 +23,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -468,7 +472,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -601,10 +605,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -619,19 +619,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/en@pirate/files.po b/l10n/en@pirate/files.po index c5bb03e57e..5874adaf38 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/en_GB/core.po b/l10n/en_GB/core.po new file mode 100644 index 0000000000..26e1f3c14a --- /dev/null +++ b/l10n/en_GB/core.po @@ -0,0 +1,648 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mnestis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" +"Last-Translator: mnestis \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/share.php:97 +#, php-format +msgid "%s shared »%s« with you" +msgstr "%s shared \"%s\" with you" + +#: ajax/share.php:227 +msgid "group" +msgstr "group" + +#: ajax/update.php:11 +msgid "Turned on maintenance mode" +msgstr "Turned on maintenance mode" + +#: ajax/update.php:14 +msgid "Turned off maintenance mode" +msgstr "Turned off maintenance mode" + +#: ajax/update.php:17 +msgid "Updated database" +msgstr "Updated database" + +#: ajax/update.php:20 +msgid "Updating filecache, this may take really long..." +msgstr "Updating filecache, this may take a really long time..." + +#: ajax/update.php:23 +msgid "Updated filecache" +msgstr "Updated filecache" + +#: ajax/update.php:26 +#, php-format +msgid "... %d%% done ..." +msgstr "... %d%% done ..." + +#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25 +msgid "Category type not provided." +msgstr "Category type not provided." + +#: ajax/vcategories/add.php:30 +msgid "No category to add?" +msgstr "No category to add?" + +#: ajax/vcategories/add.php:37 +#, php-format +msgid "This category already exists: %s" +msgstr "This category already exists: %s" + +#: ajax/vcategories/addToFavorites.php:26 ajax/vcategories/delete.php:27 +#: ajax/vcategories/favorites.php:24 +#: ajax/vcategories/removeFromFavorites.php:26 +msgid "Object type not provided." +msgstr "Object type not provided." + +#: ajax/vcategories/addToFavorites.php:30 +#: ajax/vcategories/removeFromFavorites.php:30 +#, php-format +msgid "%s ID not provided." +msgstr "%s ID not provided." + +#: ajax/vcategories/addToFavorites.php:35 +#, php-format +msgid "Error adding %s to favorites." +msgstr "Error adding %s to favourites." + +#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136 +msgid "No categories selected for deletion." +msgstr "No categories selected for deletion." + +#: ajax/vcategories/removeFromFavorites.php:35 +#, php-format +msgid "Error removing %s from favorites." +msgstr "Error removing %s from favourites." + +#: js/config.php:32 +msgid "Sunday" +msgstr "Sunday" + +#: js/config.php:33 +msgid "Monday" +msgstr "Monday" + +#: js/config.php:34 +msgid "Tuesday" +msgstr "Tuesday" + +#: js/config.php:35 +msgid "Wednesday" +msgstr "Wednesday" + +#: js/config.php:36 +msgid "Thursday" +msgstr "Thursday" + +#: js/config.php:37 +msgid "Friday" +msgstr "Friday" + +#: js/config.php:38 +msgid "Saturday" +msgstr "Saturday" + +#: js/config.php:43 +msgid "January" +msgstr "January" + +#: js/config.php:44 +msgid "February" +msgstr "February" + +#: js/config.php:45 +msgid "March" +msgstr "March" + +#: js/config.php:46 +msgid "April" +msgstr "April" + +#: js/config.php:47 +msgid "May" +msgstr "May" + +#: js/config.php:48 +msgid "June" +msgstr "June" + +#: js/config.php:49 +msgid "July" +msgstr "July" + +#: js/config.php:50 +msgid "August" +msgstr "August" + +#: js/config.php:51 +msgid "September" +msgstr "September" + +#: js/config.php:52 +msgid "October" +msgstr "October" + +#: js/config.php:53 +msgid "November" +msgstr "November" + +#: js/config.php:54 +msgid "December" +msgstr "December" + +#: js/js.js:355 +msgid "Settings" +msgstr "Settings" + +#: js/js.js:812 +msgid "seconds ago" +msgstr "seconds ago" + +#: js/js.js:813 +msgid "%n minute ago" +msgid_plural "%n minutes ago" +msgstr[0] "%n minute ago" +msgstr[1] "%n minutes ago" + +#: js/js.js:814 +msgid "%n hour ago" +msgid_plural "%n hours ago" +msgstr[0] "%n hour ago" +msgstr[1] "%n hours ago" + +#: js/js.js:815 +msgid "today" +msgstr "today" + +#: js/js.js:816 +msgid "yesterday" +msgstr "yesterday" + +#: js/js.js:817 +msgid "%n day ago" +msgid_plural "%n days ago" +msgstr[0] "%n day ago" +msgstr[1] "%n days ago" + +#: js/js.js:818 +msgid "last month" +msgstr "last month" + +#: js/js.js:819 +msgid "%n month ago" +msgid_plural "%n months ago" +msgstr[0] "%n month ago" +msgstr[1] "%n months ago" + +#: js/js.js:820 +msgid "months ago" +msgstr "months ago" + +#: js/js.js:821 +msgid "last year" +msgstr "last year" + +#: js/js.js:822 +msgid "years ago" +msgstr "years ago" + +#: js/oc-dialogs.js:123 +msgid "Choose" +msgstr "Choose" + +#: js/oc-dialogs.js:143 js/oc-dialogs.js:210 +msgid "Error loading file picker template" +msgstr "Error loading file picker template" + +#: js/oc-dialogs.js:168 +msgid "Yes" +msgstr "Yes" + +#: js/oc-dialogs.js:178 +msgid "No" +msgstr "No" + +#: js/oc-dialogs.js:195 +msgid "Ok" +msgstr "OK" + +#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102 +#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162 +msgid "The object type is not specified." +msgstr "The object type is not specified." + +#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95 +#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136 +#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195 +#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149 +#: js/share.js:643 js/share.js:655 +msgid "Error" +msgstr "Error" + +#: js/oc-vcategories.js:179 +msgid "The app name is not specified." +msgstr "The app name is not specified." + +#: js/oc-vcategories.js:194 +msgid "The required file {file} is not installed!" +msgstr "The required file {file} is not installed!" + +#: js/share.js:30 js/share.js:45 js/share.js:87 +msgid "Shared" +msgstr "Shared" + +#: js/share.js:90 +msgid "Share" +msgstr "Share" + +#: js/share.js:131 js/share.js:683 +msgid "Error while sharing" +msgstr "Error whilst sharing" + +#: js/share.js:142 +msgid "Error while unsharing" +msgstr "Error whilst unsharing" + +#: js/share.js:149 +msgid "Error while changing permissions" +msgstr "Error whilst changing permissions" + +#: js/share.js:158 +msgid "Shared with you and the group {group} by {owner}" +msgstr "Shared with you and the group {group} by {owner}" + +#: js/share.js:160 +msgid "Shared with you by {owner}" +msgstr "Shared with you by {owner}" + +#: js/share.js:183 +msgid "Share with" +msgstr "Share with" + +#: js/share.js:188 +msgid "Share with link" +msgstr "Share with link" + +#: js/share.js:191 +msgid "Password protect" +msgstr "Password protect" + +#: js/share.js:193 templates/installation.php:57 templates/login.php:26 +msgid "Password" +msgstr "Password" + +#: js/share.js:198 +msgid "Allow Public Upload" +msgstr "Allow Public Upload" + +#: js/share.js:202 +msgid "Email link to person" +msgstr "Email link to person" + +#: js/share.js:203 +msgid "Send" +msgstr "Send" + +#: js/share.js:208 +msgid "Set expiration date" +msgstr "Set expiration date" + +#: js/share.js:209 +msgid "Expiration date" +msgstr "Expiration date" + +#: js/share.js:241 +msgid "Share via email:" +msgstr "Share via email:" + +#: js/share.js:243 +msgid "No people found" +msgstr "No people found" + +#: js/share.js:281 +msgid "Resharing is not allowed" +msgstr "Resharing is not allowed" + +#: js/share.js:317 +msgid "Shared in {item} with {user}" +msgstr "Shared in {item} with {user}" + +#: js/share.js:338 +msgid "Unshare" +msgstr "Unshare" + +#: js/share.js:350 +msgid "can edit" +msgstr "can edit" + +#: js/share.js:352 +msgid "access control" +msgstr "access control" + +#: js/share.js:355 +msgid "create" +msgstr "create" + +#: js/share.js:358 +msgid "update" +msgstr "update" + +#: js/share.js:361 +msgid "delete" +msgstr "delete" + +#: js/share.js:364 +msgid "share" +msgstr "share" + +#: js/share.js:398 js/share.js:630 +msgid "Password protected" +msgstr "Password protected" + +#: js/share.js:643 +msgid "Error unsetting expiration date" +msgstr "Error unsetting expiration date" + +#: js/share.js:655 +msgid "Error setting expiration date" +msgstr "Error setting expiration date" + +#: js/share.js:670 +msgid "Sending ..." +msgstr "Sending ..." + +#: js/share.js:681 +msgid "Email sent" +msgstr "Email sent" + +#: js/update.js:17 +msgid "" +"The update was unsuccessful. Please report this issue to the ownCloud " +"community." +msgstr "The update was unsuccessful. Please report this issue to the ownCloud community." + +#: js/update.js:21 +msgid "The update was successful. Redirecting you to ownCloud now." +msgstr "The update was successful. Redirecting you to ownCloud now." + +#: lostpassword/controller.php:61 +#, php-format +msgid "%s password reset" +msgstr "%s password reset" + +#: lostpassword/templates/email.php:2 +msgid "Use the following link to reset your password: {link}" +msgstr "Use the following link to reset your password: {link}" + +#: lostpassword/templates/lostpassword.php:4 +msgid "" +"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 ." +msgstr "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 ." + +#: lostpassword/templates/lostpassword.php:12 +msgid "Request failed!
Did you make sure your email/username was right?" +msgstr "Request failed!
Did you make sure your email/username was correct?" + +#: lostpassword/templates/lostpassword.php:15 +msgid "You will receive a link to reset your password via Email." +msgstr "You will receive a link to reset your password via Email." + +#: lostpassword/templates/lostpassword.php:18 templates/installation.php:51 +#: templates/login.php:19 +msgid "Username" +msgstr "Username" + +#: lostpassword/templates/lostpassword.php:22 +msgid "" +"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?" +msgstr "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?" + +#: lostpassword/templates/lostpassword.php:24 +msgid "Yes, I really want to reset my password now" +msgstr "Yes, I really want to reset my password now" + +#: lostpassword/templates/lostpassword.php:27 +msgid "Request reset" +msgstr "Request reset" + +#: lostpassword/templates/resetpassword.php:4 +msgid "Your password was reset" +msgstr "Your password was reset" + +#: lostpassword/templates/resetpassword.php:5 +msgid "To login page" +msgstr "To login page" + +#: lostpassword/templates/resetpassword.php:8 +msgid "New password" +msgstr "New password" + +#: lostpassword/templates/resetpassword.php:11 +msgid "Reset password" +msgstr "Reset password" + +#: strings.php:5 +msgid "Personal" +msgstr "Personal" + +#: strings.php:6 +msgid "Users" +msgstr "Users" + +#: strings.php:7 templates/layout.user.php:105 +msgid "Apps" +msgstr "Apps" + +#: strings.php:8 +msgid "Admin" +msgstr "Admin" + +#: strings.php:9 +msgid "Help" +msgstr "Help" + +#: templates/403.php:12 +msgid "Access forbidden" +msgstr "Access denied" + +#: templates/404.php:15 +msgid "Cloud not found" +msgstr "Cloud not found" + +#: templates/altmail.php:2 +#, php-format +msgid "" +"Hey there,\n" +"\n" +"just letting you know that %s shared %s with you.\n" +"View it: %s\n" +"\n" +"Cheers!" +msgstr "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" + +#: templates/edit_categories_dialog.php:4 +msgid "Edit categories" +msgstr "Edit categories" + +#: templates/edit_categories_dialog.php:16 +msgid "Add" +msgstr "Add" + +#: templates/installation.php:24 templates/installation.php:31 +#: templates/installation.php:38 +msgid "Security Warning" +msgstr "Security Warning" + +#: templates/installation.php:25 +msgid "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" +msgstr "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" + +#: templates/installation.php:26 +#, php-format +msgid "Please update your PHP installation to use %s securely." +msgstr "Please update your PHP installation to use %s securely." + +#: templates/installation.php:32 +msgid "" +"No secure random number generator is available, please enable the PHP " +"OpenSSL extension." +msgstr "No secure random number generator is available, please enable the PHP OpenSSL extension." + +#: templates/installation.php:33 +msgid "" +"Without a secure random number generator an attacker may be able to predict " +"password reset tokens and take over your account." +msgstr "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." + +#: templates/installation.php:39 +msgid "" +"Your data directory and files are probably accessible from the internet " +"because the .htaccess file does not work." +msgstr "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." + +#: templates/installation.php:41 +#, php-format +msgid "" +"For information how to properly configure your server, please see the documentation." +msgstr "For information how to properly configure your server, please see the documentation." + +#: templates/installation.php:47 +msgid "Create an admin account" +msgstr "Create an admin account" + +#: templates/installation.php:65 +msgid "Advanced" +msgstr "Advanced" + +#: templates/installation.php:67 +msgid "Data folder" +msgstr "Data folder" + +#: templates/installation.php:77 +msgid "Configure the database" +msgstr "Configure the database" + +#: templates/installation.php:82 templates/installation.php:94 +#: templates/installation.php:105 templates/installation.php:116 +#: templates/installation.php:128 +msgid "will be used" +msgstr "will be used" + +#: templates/installation.php:140 +msgid "Database user" +msgstr "Database user" + +#: templates/installation.php:147 +msgid "Database password" +msgstr "Database password" + +#: templates/installation.php:152 +msgid "Database name" +msgstr "Database name" + +#: templates/installation.php:160 +msgid "Database tablespace" +msgstr "Database tablespace" + +#: templates/installation.php:167 +msgid "Database host" +msgstr "Database host" + +#: templates/installation.php:175 +msgid "Finish setup" +msgstr "Finish setup" + +#: templates/layout.user.php:41 +#, php-format +msgid "%s is available. Get more information on how to update." +msgstr "%s is available. Get more information on how to update." + +#: templates/layout.user.php:66 +msgid "Log out" +msgstr "Log out" + +#: templates/login.php:9 +msgid "Automatic logon rejected!" +msgstr "Automatic logon rejected!" + +#: templates/login.php:10 +msgid "" +"If you did not change your password recently, your account may be " +"compromised!" +msgstr "If you did not change your password recently, your account may be compromised!" + +#: templates/login.php:12 +msgid "Please change your password to secure your account again." +msgstr "Please change your password to secure your account again." + +#: templates/login.php:32 +msgid "Lost your password?" +msgstr "Lost your password?" + +#: templates/login.php:37 +msgid "remember" +msgstr "remember" + +#: templates/login.php:39 +msgid "Log in" +msgstr "Log in" + +#: templates/login.php:45 +msgid "Alternative Logins" +msgstr "Alternative Logins" + +#: templates/mail.php:15 +#, php-format +msgid "" +"Hey there,

just letting you know that %s shared »%s« with you.
View it!

Cheers!" +msgstr "Hey there,

just letting you know that %s shared \"%s\" with you.
View it!

Cheers!" + +#: templates/update.php:3 +#, php-format +msgid "Updating ownCloud to version %s, this may take a while." +msgstr "Updating ownCloud to version %s, this may take a while." diff --git a/l10n/en_GB/files.po b/l10n/en_GB/files.po new file mode 100644 index 0000000000..04300969e0 --- /dev/null +++ b/l10n/en_GB/files.po @@ -0,0 +1,336 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mnestis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" +"Last-Translator: mnestis \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/move.php:17 +#, php-format +msgid "Could not move %s - File with this name already exists" +msgstr "Could not move %s - File with this name already exists" + +#: ajax/move.php:27 ajax/move.php:30 +#, php-format +msgid "Could not move %s" +msgstr "Could not move %s" + +#: ajax/upload.php:16 ajax/upload.php:45 +msgid "Unable to set upload directory." +msgstr "Unable to set upload directory." + +#: ajax/upload.php:22 +msgid "Invalid Token" +msgstr "Invalid Token" + +#: ajax/upload.php:59 +msgid "No file was uploaded. Unknown error" +msgstr "No file was uploaded. Unknown error" + +#: ajax/upload.php:66 +msgid "There is no error, the file uploaded with success" +msgstr "There is no error, the file uploaded successfully" + +#: ajax/upload.php:67 +msgid "" +"The uploaded file exceeds the upload_max_filesize directive in php.ini: " +msgstr "The uploaded file exceeds the upload_max_filesize directive in php.ini: " + +#: ajax/upload.php:69 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" + +#: ajax/upload.php:70 +msgid "The uploaded file was only partially uploaded" +msgstr "The uploaded file was only partially uploaded" + +#: ajax/upload.php:71 +msgid "No file was uploaded" +msgstr "No file was uploaded" + +#: ajax/upload.php:72 +msgid "Missing a temporary folder" +msgstr "Missing a temporary folder" + +#: ajax/upload.php:73 +msgid "Failed to write to disk" +msgstr "Failed to write to disk" + +#: ajax/upload.php:91 +msgid "Not enough storage available" +msgstr "Not enough storage available" + +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "Upload failed" + +#: ajax/upload.php:127 +msgid "Invalid directory." +msgstr "Invalid directory." + +#: appinfo/app.php:12 +msgid "Files" +msgstr "Files" + +#: js/file-upload.js:11 +msgid "Unable to upload your file as it is a directory or has 0 bytes" +msgstr "Unable to upload your file as it is a directory or has 0 bytes" + +#: js/file-upload.js:24 +msgid "Not enough space available" +msgstr "Not enough space available" + +#: js/file-upload.js:64 +msgid "Upload cancelled." +msgstr "Upload cancelled." + +#: js/file-upload.js:165 +msgid "" +"File upload is in progress. Leaving the page now will cancel the upload." +msgstr "File upload is in progress. Leaving the page now will cancel the upload." + +#: js/file-upload.js:239 +msgid "URL cannot be empty." +msgstr "URL cannot be empty." + +#: js/file-upload.js:244 lib/app.php:53 +msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" +msgstr "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" + +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 +msgid "Error" +msgstr "Error" + +#: js/fileactions.js:116 +msgid "Share" +msgstr "Share" + +#: js/fileactions.js:126 +msgid "Delete permanently" +msgstr "Delete permanently" + +#: js/fileactions.js:192 +msgid "Rename" +msgstr "Rename" + +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 +msgid "Pending" +msgstr "Pending" + +#: js/filelist.js:305 js/filelist.js:307 +msgid "{new_name} already exists" +msgstr "{new_name} already exists" + +#: js/filelist.js:305 js/filelist.js:307 +msgid "replace" +msgstr "replace" + +#: js/filelist.js:305 +msgid "suggest name" +msgstr "suggest name" + +#: js/filelist.js:305 js/filelist.js:307 +msgid "cancel" +msgstr "cancel" + +#: js/filelist.js:352 +msgid "replaced {new_name} with {old_name}" +msgstr "replaced {new_name} with {old_name}" + +#: js/filelist.js:352 +msgid "undo" +msgstr "undo" + +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n folder" +msgstr[1] "%n folders" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n file" +msgstr[1] "%n files" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "{dirs} and {files}" + +#: js/filelist.js:561 +msgid "Uploading %n file" +msgid_plural "Uploading %n files" +msgstr[0] "Uploading %n file" +msgstr[1] "Uploading %n files" + +#: js/filelist.js:626 +msgid "files uploading" +msgstr "files uploading" + +#: js/files.js:52 +msgid "'.' is an invalid file name." +msgstr "'.' is an invalid file name." + +#: js/files.js:56 +msgid "File name cannot be empty." +msgstr "File name cannot be empty." + +#: js/files.js:64 +msgid "" +"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " +"allowed." +msgstr "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." + +#: js/files.js:78 +msgid "Your storage is full, files can not be updated or synced anymore!" +msgstr "Your storage is full, files can not be updated or synced anymore!" + +#: js/files.js:82 +msgid "Your storage is almost full ({usedSpacePercent}%)" +msgstr "Your storage is almost full ({usedSpacePercent}%)" + +#: js/files.js:94 +msgid "" +"Encryption was disabled but your files are still encrypted. Please go to " +"your personal settings to decrypt your files." +msgstr "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." + +#: js/files.js:245 +msgid "" +"Your download is being prepared. This might take some time if the files are " +"big." +msgstr "Your download is being prepared. This might take some time if the files are big." + +#: js/files.js:562 templates/index.php:67 +msgid "Name" +msgstr "Name" + +#: js/files.js:563 templates/index.php:78 +msgid "Size" +msgstr "Size" + +#: js/files.js:564 templates/index.php:80 +msgid "Modified" +msgstr "Modified" + +#: lib/app.php:73 +#, php-format +msgid "%s could not be renamed" +msgstr "%s could not be renamed" + +#: lib/helper.php:11 templates/index.php:18 +msgid "Upload" +msgstr "Upload" + +#: templates/admin.php:5 +msgid "File handling" +msgstr "File handling" + +#: templates/admin.php:7 +msgid "Maximum upload size" +msgstr "Maximum upload size" + +#: templates/admin.php:10 +msgid "max. possible: " +msgstr "max. possible: " + +#: templates/admin.php:15 +msgid "Needed for multi-file and folder downloads." +msgstr "Needed for multi-file and folder downloads." + +#: templates/admin.php:17 +msgid "Enable ZIP-download" +msgstr "Enable ZIP-download" + +#: templates/admin.php:20 +msgid "0 is unlimited" +msgstr "0 is unlimited" + +#: templates/admin.php:22 +msgid "Maximum input size for ZIP files" +msgstr "Maximum input size for ZIP files" + +#: templates/admin.php:26 +msgid "Save" +msgstr "Save" + +#: templates/index.php:7 +msgid "New" +msgstr "New" + +#: templates/index.php:10 +msgid "Text file" +msgstr "Text file" + +#: templates/index.php:12 +msgid "Folder" +msgstr "Folder" + +#: templates/index.php:14 +msgid "From link" +msgstr "From link" + +#: templates/index.php:41 +msgid "Deleted files" +msgstr "Deleted files" + +#: templates/index.php:46 +msgid "Cancel upload" +msgstr "Cancel upload" + +#: templates/index.php:52 +msgid "You don’t have write permissions here." +msgstr "You don’t have write permission here." + +#: templates/index.php:59 +msgid "Nothing in here. Upload something!" +msgstr "Nothing in here. Upload something!" + +#: templates/index.php:73 +msgid "Download" +msgstr "Download" + +#: templates/index.php:85 templates/index.php:86 +msgid "Unshare" +msgstr "Unshare" + +#: templates/index.php:91 templates/index.php:92 +msgid "Delete" +msgstr "Delete" + +#: templates/index.php:105 +msgid "Upload too large" +msgstr "Upload too large" + +#: templates/index.php:107 +msgid "" +"The files you are trying to upload exceed the maximum size for file uploads " +"on this server." +msgstr "The files you are trying to upload exceed the maximum size for file uploads on this server." + +#: templates/index.php:112 +msgid "Files are being scanned, please wait." +msgstr "Files are being scanned, please wait." + +#: templates/index.php:115 +msgid "Current scanning" +msgstr "Current scanning" + +#: templates/upgrade.php:2 +msgid "Upgrading filesystem cache..." +msgstr "Upgrading filesystem cache..." diff --git a/l10n/en_GB/files_encryption.po b/l10n/en_GB/files_encryption.po new file mode 100644 index 0000000000..b81a0ff62a --- /dev/null +++ b/l10n/en_GB/files_encryption.po @@ -0,0 +1,177 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mnestis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-29 16:50+0000\n" +"Last-Translator: mnestis \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/adminrecovery.php:29 +msgid "Recovery key successfully enabled" +msgstr "Recovery key enabled successfully" + +#: ajax/adminrecovery.php:34 +msgid "" +"Could not enable recovery key. Please check your recovery key password!" +msgstr "Could not enable recovery key. Please check your recovery key password!" + +#: ajax/adminrecovery.php:48 +msgid "Recovery key successfully disabled" +msgstr "Recovery key disabled successfully" + +#: ajax/adminrecovery.php:53 +msgid "" +"Could not disable recovery key. Please check your recovery key password!" +msgstr "Could not disable recovery key. Please check your recovery key password!" + +#: ajax/changeRecoveryPassword.php:49 +msgid "Password successfully changed." +msgstr "Password changed successfully." + +#: ajax/changeRecoveryPassword.php:51 +msgid "Could not change the password. Maybe the old password was not correct." +msgstr "Could not change the password. Maybe the old password was incorrect." + +#: ajax/updatePrivateKeyPassword.php:51 +msgid "Private key password successfully updated." +msgstr "Private key password updated successfully." + +#: ajax/updatePrivateKeyPassword.php:53 +msgid "" +"Could not update the private key password. Maybe the old password was not " +"correct." +msgstr "Could not update the private key password. Maybe the old password was not correct." + +#: files/error.php:7 +msgid "" +"Your private key is not valid! Likely your password was changed outside the " +"ownCloud system (e.g. your corporate directory). You can update your private" +" key password in your personal settings to recover access to your encrypted " +"files." +msgstr "Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." + +#: hooks/hooks.php:41 +msgid "Missing requirements." +msgstr "Missing requirements." + +#: hooks/hooks.php:42 +msgid "" +"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL " +"together with the PHP extension is enabled and configured properly. For now," +" the encryption app has been disabled." +msgstr "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." + +#: hooks/hooks.php:249 +msgid "Following users are not set up for encryption:" +msgstr "Following users are not set up for encryption:" + +#: js/settings-admin.js:11 +msgid "Saving..." +msgstr "Saving..." + +#: templates/invalid_private_key.php:5 +msgid "" +"Your private key is not valid! Maybe the your password was changed from " +"outside." +msgstr "Your private key is not valid! Maybe the your password was changed externally." + +#: templates/invalid_private_key.php:7 +msgid "You can unlock your private key in your " +msgstr "You can unlock your private key in your " + +#: templates/invalid_private_key.php:7 +msgid "personal settings" +msgstr "personal settings" + +#: templates/settings-admin.php:5 templates/settings-personal.php:4 +msgid "Encryption" +msgstr "Encryption" + +#: templates/settings-admin.php:10 +msgid "" +"Enable recovery key (allow to recover users files in case of password loss):" +msgstr "Enable recovery key (allow to recover users files in case of password loss):" + +#: templates/settings-admin.php:14 +msgid "Recovery key password" +msgstr "Recovery key password" + +#: templates/settings-admin.php:21 templates/settings-personal.php:54 +msgid "Enabled" +msgstr "Enabled" + +#: templates/settings-admin.php:29 templates/settings-personal.php:62 +msgid "Disabled" +msgstr "Disabled" + +#: templates/settings-admin.php:34 +msgid "Change recovery key password:" +msgstr "Change recovery key password:" + +#: templates/settings-admin.php:41 +msgid "Old Recovery key password" +msgstr "Old Recovery key password" + +#: templates/settings-admin.php:48 +msgid "New Recovery key password" +msgstr "New Recovery key password" + +#: templates/settings-admin.php:53 +msgid "Change Password" +msgstr "Change Password" + +#: templates/settings-personal.php:11 +msgid "Your private key password no longer match your log-in password:" +msgstr "Your private key password no longer match your login password:" + +#: templates/settings-personal.php:14 +msgid "Set your old private key password to your current log-in password." +msgstr "Set your old private key password to your current login password." + +#: templates/settings-personal.php:16 +msgid "" +" If you don't remember your old password you can ask your administrator to " +"recover your files." +msgstr " If you don't remember your old password you can ask your administrator to recover your files." + +#: templates/settings-personal.php:24 +msgid "Old log-in password" +msgstr "Old login password" + +#: templates/settings-personal.php:30 +msgid "Current log-in password" +msgstr "Current login password" + +#: templates/settings-personal.php:35 +msgid "Update Private Key Password" +msgstr "Update Private Key Password" + +#: templates/settings-personal.php:45 +msgid "Enable password recovery:" +msgstr "Enable password recovery:" + +#: templates/settings-personal.php:47 +msgid "" +"Enabling this option will allow you to reobtain access to your encrypted " +"files in case of password loss" +msgstr "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" + +#: templates/settings-personal.php:63 +msgid "File recovery settings updated" +msgstr "File recovery settings updated" + +#: templates/settings-personal.php:64 +msgid "Could not update file recovery" +msgstr "Could not update file recovery" diff --git a/l10n/en_GB/files_external.po b/l10n/en_GB/files_external.po new file mode 100644 index 0000000000..fc51da0a01 --- /dev/null +++ b/l10n/en_GB/files_external.po @@ -0,0 +1,124 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mnestis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-29 17:00+0000\n" +"Last-Translator: mnestis \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39 +msgid "Access granted" +msgstr "Access granted" + +#: js/dropbox.js:30 js/dropbox.js:96 js/dropbox.js:102 +msgid "Error configuring Dropbox storage" +msgstr "Error configuring Dropbox storage" + +#: js/dropbox.js:65 js/google.js:86 +msgid "Grant access" +msgstr "Grant access" + +#: js/dropbox.js:101 +msgid "Please provide a valid Dropbox app key and secret." +msgstr "Please provide a valid Dropbox app key and secret." + +#: js/google.js:42 js/google.js:121 +msgid "Error configuring Google Drive storage" +msgstr "Error configuring Google Drive storage" + +#: lib/config.php:453 +msgid "" +"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares " +"is not possible. Please ask your system administrator to install it." +msgstr "Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." + +#: lib/config.php:457 +msgid "" +"Warning: The FTP support in PHP is not enabled or installed. Mounting" +" of FTP shares is not possible. Please ask your system administrator to " +"install it." +msgstr "Warning: The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." + +#: lib/config.php:460 +msgid "" +"Warning: The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "Warning: The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." + +#: templates/settings.php:3 +msgid "External Storage" +msgstr "External Storage" + +#: templates/settings.php:9 templates/settings.php:28 +msgid "Folder name" +msgstr "Folder name" + +#: templates/settings.php:10 +msgid "External storage" +msgstr "External storage" + +#: templates/settings.php:11 +msgid "Configuration" +msgstr "Configuration" + +#: templates/settings.php:12 +msgid "Options" +msgstr "Options" + +#: templates/settings.php:13 +msgid "Applicable" +msgstr "Applicable" + +#: templates/settings.php:33 +msgid "Add storage" +msgstr "Add storage" + +#: templates/settings.php:90 +msgid "None set" +msgstr "None set" + +#: templates/settings.php:91 +msgid "All Users" +msgstr "All Users" + +#: templates/settings.php:92 +msgid "Groups" +msgstr "Groups" + +#: templates/settings.php:100 +msgid "Users" +msgstr "Users" + +#: templates/settings.php:113 templates/settings.php:114 +#: templates/settings.php:149 templates/settings.php:150 +msgid "Delete" +msgstr "Delete" + +#: templates/settings.php:129 +msgid "Enable User External Storage" +msgstr "Enable User External Storage" + +#: templates/settings.php:130 +msgid "Allow users to mount their own external storage" +msgstr "Allow users to mount their own external storage" + +#: templates/settings.php:141 +msgid "SSL root certificates" +msgstr "SSL root certificates" + +#: templates/settings.php:159 +msgid "Import Root Certificate" +msgstr "Import Root Certificate" diff --git a/l10n/en_GB/files_sharing.po b/l10n/en_GB/files_sharing.po new file mode 100644 index 0000000000..93495b536e --- /dev/null +++ b/l10n/en_GB/files_sharing.po @@ -0,0 +1,81 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mnestis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-29 17:00+0000\n" +"Last-Translator: mnestis \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: templates/authenticate.php:4 +msgid "The password is wrong. Try again." +msgstr "The password is wrong. Try again." + +#: templates/authenticate.php:7 +msgid "Password" +msgstr "Password" + +#: templates/authenticate.php:9 +msgid "Submit" +msgstr "Submit" + +#: templates/part.404.php:3 +msgid "Sorry, this link doesn’t seem to work anymore." +msgstr "Sorry, this link doesn’t seem to work anymore." + +#: templates/part.404.php:4 +msgid "Reasons might be:" +msgstr "Reasons might be:" + +#: templates/part.404.php:6 +msgid "the item was removed" +msgstr "the item was removed" + +#: templates/part.404.php:7 +msgid "the link expired" +msgstr "the link expired" + +#: templates/part.404.php:8 +msgid "sharing is disabled" +msgstr "sharing is disabled" + +#: templates/part.404.php:10 +msgid "For more info, please ask the person who sent this link." +msgstr "For more info, please ask the person who sent this link." + +#: templates/public.php:15 +#, php-format +msgid "%s shared the folder %s with you" +msgstr "%s shared the folder %s with you" + +#: templates/public.php:18 +#, php-format +msgid "%s shared the file %s with you" +msgstr "%s shared the file %s with you" + +#: templates/public.php:26 templates/public.php:88 +msgid "Download" +msgstr "Download" + +#: templates/public.php:43 templates/public.php:46 +msgid "Upload" +msgstr "Upload" + +#: templates/public.php:56 +msgid "Cancel upload" +msgstr "Cancel upload" + +#: templates/public.php:85 +msgid "No preview available for" +msgstr "No preview available for" diff --git a/l10n/en_GB/files_trashbin.po b/l10n/en_GB/files_trashbin.po new file mode 100644 index 0000000000..ae821adafa --- /dev/null +++ b/l10n/en_GB/files_trashbin.po @@ -0,0 +1,85 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mnestis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-29 17:10+0000\n" +"Last-Translator: mnestis \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/delete.php:42 +#, php-format +msgid "Couldn't delete %s permanently" +msgstr "Couldn't delete %s permanently" + +#: ajax/undelete.php:42 +#, php-format +msgid "Couldn't restore %s" +msgstr "Couldn't restore %s" + +#: js/trash.js:7 js/trash.js:102 +msgid "perform restore operation" +msgstr "perform restore operation" + +#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148 +msgid "Error" +msgstr "Error" + +#: js/trash.js:37 +msgid "delete file permanently" +msgstr "delete file permanently" + +#: js/trash.js:129 +msgid "Delete permanently" +msgstr "Delete permanently" + +#: js/trash.js:184 templates/index.php:17 +msgid "Name" +msgstr "Name" + +#: js/trash.js:185 templates/index.php:27 +msgid "Deleted" +msgstr "Deleted" + +#: js/trash.js:193 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "%n folders" + +#: js/trash.js:199 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "%n files" + +#: lib/trash.php:814 lib/trash.php:816 +msgid "restored" +msgstr "restored" + +#: templates/index.php:9 +msgid "Nothing in here. Your trash bin is empty!" +msgstr "Nothing in here. Your recycle bin is empty!" + +#: templates/index.php:20 templates/index.php:22 +msgid "Restore" +msgstr "Restore" + +#: templates/index.php:30 templates/index.php:31 +msgid "Delete" +msgstr "Delete" + +#: templates/part.breadcrumb.php:9 +msgid "Deleted Files" +msgstr "Deleted Files" diff --git a/l10n/en_GB/files_versions.po b/l10n/en_GB/files_versions.po new file mode 100644 index 0000000000..e727185fa7 --- /dev/null +++ b/l10n/en_GB/files_versions.po @@ -0,0 +1,44 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mnestis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-29 17:10+0000\n" +"Last-Translator: mnestis \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/rollbackVersion.php:13 +#, php-format +msgid "Could not revert: %s" +msgstr "Could not revert: %s" + +#: js/versions.js:7 +msgid "Versions" +msgstr "Versions" + +#: js/versions.js:53 +msgid "Failed to revert {file} to revision {timestamp}." +msgstr "Failed to revert {file} to revision {timestamp}." + +#: js/versions.js:79 +msgid "More versions..." +msgstr "More versions..." + +#: js/versions.js:116 +msgid "No other versions available" +msgstr "No other versions available" + +#: js/versions.js:145 +msgid "Restore" +msgstr "Restore" diff --git a/l10n/en_GB/lib.po b/l10n/en_GB/lib.po new file mode 100644 index 0000000000..413e7ae427 --- /dev/null +++ b/l10n/en_GB/lib.po @@ -0,0 +1,323 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mnestis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-29 16:50+0000\n" +"Last-Translator: mnestis \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: app.php:239 +#, php-format +msgid "" +"App \"%s\" can't be installed because it is not compatible with this version" +" of ownCloud." +msgstr "App \"%s\" can't be installed because it is not compatible with this version of ownCloud." + +#: app.php:250 +msgid "No app name specified" +msgstr "No app name specified" + +#: app.php:361 +msgid "Help" +msgstr "Help" + +#: app.php:374 +msgid "Personal" +msgstr "Personal" + +#: app.php:385 +msgid "Settings" +msgstr "Settings" + +#: app.php:397 +msgid "Users" +msgstr "Users" + +#: app.php:410 +msgid "Admin" +msgstr "Admin" + +#: app.php:837 +#, php-format +msgid "Failed to upgrade \"%s\"." +msgstr "Failed to upgrade \"%s\"." + +#: defaults.php:35 +msgid "web services under your control" +msgstr "web services under your control" + +#: files.php:66 files.php:98 +#, php-format +msgid "cannot open \"%s\"" +msgstr "cannot open \"%s\"" + +#: files.php:226 +msgid "ZIP download is turned off." +msgstr "ZIP download is turned off." + +#: files.php:227 +msgid "Files need to be downloaded one by one." +msgstr "Files need to be downloaded one by one." + +#: files.php:228 files.php:256 +msgid "Back to Files" +msgstr "Back to Files" + +#: files.php:253 +msgid "Selected files too large to generate zip file." +msgstr "Selected files too large to generate zip file." + +#: files.php:254 +msgid "" +"Download the files in smaller chunks, seperately or kindly ask your " +"administrator." +msgstr "Download the files in smaller chunks, seperately or kindly ask your administrator." + +#: installer.php:63 +msgid "No source specified when installing app" +msgstr "No source specified when installing app" + +#: installer.php:70 +msgid "No href specified when installing app from http" +msgstr "No href specified when installing app from http" + +#: installer.php:75 +msgid "No path specified when installing app from local file" +msgstr "No path specified when installing app from local file" + +#: installer.php:89 +#, php-format +msgid "Archives of type %s are not supported" +msgstr "Archives of type %s are not supported" + +#: installer.php:103 +msgid "Failed to open archive when installing app" +msgstr "Failed to open archive when installing app" + +#: installer.php:123 +msgid "App does not provide an info.xml file" +msgstr "App does not provide an info.xml file" + +#: installer.php:129 +msgid "App can't be installed because of not allowed code in the App" +msgstr "App can't be installed because of unallowed code in the App" + +#: installer.php:138 +msgid "" +"App can't be installed because it is not compatible with this version of " +"ownCloud" +msgstr "App can't be installed because it is not compatible with this version of ownCloud" + +#: installer.php:144 +msgid "" +"App can't be installed because it contains the true tag " +"which is not allowed for non shipped apps" +msgstr "App can't be installed because it contains the true tag which is not allowed for non shipped apps" + +#: installer.php:150 +msgid "" +"App can't be installed because the version in info.xml/version is not the " +"same as the version reported from the app store" +msgstr "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" + +#: installer.php:160 +msgid "App directory already exists" +msgstr "App directory already exists" + +#: installer.php:173 +#, php-format +msgid "Can't create app folder. Please fix permissions. %s" +msgstr "Can't create app folder. Please fix permissions. %s" + +#: json.php:28 +msgid "Application is not enabled" +msgstr "Application is not enabled" + +#: json.php:39 json.php:62 json.php:73 +msgid "Authentication error" +msgstr "Authentication error" + +#: json.php:51 +msgid "Token expired. Please reload page." +msgstr "Token expired. Please reload page." + +#: search/provider/file.php:17 search/provider/file.php:35 +msgid "Files" +msgstr "Files" + +#: search/provider/file.php:26 search/provider/file.php:33 +msgid "Text" +msgstr "Text" + +#: search/provider/file.php:29 +msgid "Images" +msgstr "Images" + +#: setup/abstractdatabase.php:22 +#, php-format +msgid "%s enter the database username." +msgstr "%s enter the database username." + +#: setup/abstractdatabase.php:25 +#, php-format +msgid "%s enter the database name." +msgstr "%s enter the database name." + +#: setup/abstractdatabase.php:28 +#, php-format +msgid "%s you may not use dots in the database name" +msgstr "%s you may not use dots in the database name" + +#: setup/mssql.php:20 +#, php-format +msgid "MS SQL username and/or password not valid: %s" +msgstr "MS SQL username and/or password not valid: %s" + +#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114 +#: setup/postgresql.php:24 setup/postgresql.php:70 +msgid "You need to enter either an existing account or the administrator." +msgstr "You need to enter either an existing account or the administrator." + +#: setup/mysql.php:12 +msgid "MySQL username and/or password not valid" +msgstr "MySQL username and/or password not valid" + +#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147 +#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181 +#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204 +#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115 +#: setup/postgresql.php:125 setup/postgresql.php:134 +#, php-format +msgid "DB Error: \"%s\"" +msgstr "DB Error: \"%s\"" + +#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148 +#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190 +#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99 +#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135 +#, php-format +msgid "Offending command was: \"%s\"" +msgstr "Offending command was: \"%s\"" + +#: setup/mysql.php:85 +#, php-format +msgid "MySQL user '%s'@'localhost' exists already." +msgstr "MySQL user '%s'@'localhost' exists already." + +#: setup/mysql.php:86 +msgid "Drop this user from MySQL" +msgstr "Drop this user from MySQL" + +#: setup/mysql.php:91 +#, php-format +msgid "MySQL user '%s'@'%%' already exists" +msgstr "MySQL user '%s'@'%%' already exists" + +#: setup/mysql.php:92 +msgid "Drop this user from MySQL." +msgstr "Drop this user from MySQL." + +#: setup/oci.php:34 +msgid "Oracle connection could not be established" +msgstr "Oracle connection could not be established" + +#: setup/oci.php:41 setup/oci.php:113 +msgid "Oracle username and/or password not valid" +msgstr "Oracle username and/or password not valid" + +#: setup/oci.php:173 setup/oci.php:205 +#, php-format +msgid "Offending command was: \"%s\", name: %s, password: %s" +msgstr "Offending command was: \"%s\", name: %s, password: %s" + +#: setup/postgresql.php:23 setup/postgresql.php:69 +msgid "PostgreSQL username and/or password not valid" +msgstr "PostgreSQL username and/or password not valid" + +#: setup.php:28 +msgid "Set an admin username." +msgstr "Set an admin username." + +#: setup.php:31 +msgid "Set an admin password." +msgstr "Set an admin password." + +#: setup.php:184 +msgid "" +"Your web server is not yet properly setup to allow files synchronization " +"because the WebDAV interface seems to be broken." +msgstr "Your web server is not yet properly setup to allow files synchronisation because the WebDAV interface seems to be broken." + +#: setup.php:185 +#, php-format +msgid "Please double check the installation guides." +msgstr "Please double check the installation guides." + +#: template/functions.php:80 +msgid "seconds ago" +msgstr "seconds ago" + +#: template/functions.php:81 +msgid "%n minute ago" +msgid_plural "%n minutes ago" +msgstr[0] "" +msgstr[1] "%n minutes ago" + +#: template/functions.php:82 +msgid "%n hour ago" +msgid_plural "%n hours ago" +msgstr[0] "" +msgstr[1] "%n hours ago" + +#: template/functions.php:83 +msgid "today" +msgstr "today" + +#: template/functions.php:84 +msgid "yesterday" +msgstr "yesterday" + +#: template/functions.php:85 +msgid "%n day go" +msgid_plural "%n days ago" +msgstr[0] "" +msgstr[1] "%n days ago" + +#: template/functions.php:86 +msgid "last month" +msgstr "last month" + +#: template/functions.php:87 +msgid "%n month ago" +msgid_plural "%n months ago" +msgstr[0] "" +msgstr[1] "%n months ago" + +#: template/functions.php:88 +msgid "last year" +msgstr "last year" + +#: template/functions.php:89 +msgid "years ago" +msgstr "years ago" + +#: template.php:297 +msgid "Caused by:" +msgstr "Caused by:" + +#: vcategories.php:188 vcategories.php:249 +#, php-format +msgid "Could not find category \"%s\"" +msgstr "Could not find category \"%s\"" diff --git a/l10n/en_GB/settings.po b/l10n/en_GB/settings.po new file mode 100644 index 0000000000..ece8bf22f3 --- /dev/null +++ b/l10n/en_GB/settings.po @@ -0,0 +1,541 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mnestis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-29 16:50+0000\n" +"Last-Translator: mnestis \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/apps/ocs.php:20 +msgid "Unable to load list from App Store" +msgstr "Unable to load list from App Store" + +#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17 +#: ajax/togglegroups.php:20 +msgid "Authentication error" +msgstr "Authentication error" + +#: ajax/changedisplayname.php:31 +msgid "Your display name has been changed." +msgstr "Your display name has been changed." + +#: ajax/changedisplayname.php:34 +msgid "Unable to change display name" +msgstr "Unable to change display name" + +#: ajax/creategroup.php:10 +msgid "Group already exists" +msgstr "Group already exists" + +#: ajax/creategroup.php:19 +msgid "Unable to add group" +msgstr "Unable to add group" + +#: ajax/lostpassword.php:12 +msgid "Email saved" +msgstr "Email saved" + +#: ajax/lostpassword.php:14 +msgid "Invalid email" +msgstr "Invalid email" + +#: ajax/removegroup.php:13 +msgid "Unable to delete group" +msgstr "Unable to delete group" + +#: ajax/removeuser.php:25 +msgid "Unable to delete user" +msgstr "Unable to delete user" + +#: ajax/setlanguage.php:15 +msgid "Language changed" +msgstr "Language changed" + +#: ajax/setlanguage.php:17 ajax/setlanguage.php:20 +msgid "Invalid request" +msgstr "Invalid request" + +#: ajax/togglegroups.php:12 +msgid "Admins can't remove themself from the admin group" +msgstr "Admins can't remove themselves from the admin group" + +#: ajax/togglegroups.php:30 +#, php-format +msgid "Unable to add user to group %s" +msgstr "Unable to add user to group %s" + +#: ajax/togglegroups.php:36 +#, php-format +msgid "Unable to remove user from group %s" +msgstr "Unable to remove user from group %s" + +#: ajax/updateapp.php:14 +msgid "Couldn't update app." +msgstr "Couldn't update app." + +#: js/apps.js:43 +msgid "Update to {appversion}" +msgstr "Update to {appversion}" + +#: js/apps.js:49 js/apps.js:82 js/apps.js:108 +msgid "Disable" +msgstr "Disable" + +#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117 +msgid "Enable" +msgstr "Enable" + +#: js/apps.js:71 +msgid "Please wait...." +msgstr "Please wait...." + +#: js/apps.js:79 js/apps.js:80 js/apps.js:100 +msgid "Error while disabling app" +msgstr "Error whilst disabling app" + +#: js/apps.js:99 js/apps.js:112 js/apps.js:113 +msgid "Error while enabling app" +msgstr "Error whilst enabling app" + +#: js/apps.js:123 +msgid "Updating...." +msgstr "Updating...." + +#: js/apps.js:126 +msgid "Error while updating app" +msgstr "Error whilst updating app" + +#: js/apps.js:126 +msgid "Error" +msgstr "Error" + +#: js/apps.js:127 templates/apps.php:43 +msgid "Update" +msgstr "Update" + +#: js/apps.js:130 +msgid "Updated" +msgstr "Updated" + +#: js/personal.js:150 +msgid "Decrypting files... Please wait, this can take some time." +msgstr "Decrypting files... Please wait, this can take some time." + +#: js/personal.js:172 +msgid "Saving..." +msgstr "Saving..." + +#: js/users.js:47 +msgid "deleted" +msgstr "deleted" + +#: js/users.js:47 +msgid "undo" +msgstr "undo" + +#: js/users.js:79 +msgid "Unable to remove user" +msgstr "Unable to remove user" + +#: js/users.js:92 templates/users.php:26 templates/users.php:87 +#: templates/users.php:112 +msgid "Groups" +msgstr "Groups" + +#: js/users.js:97 templates/users.php:89 templates/users.php:124 +msgid "Group Admin" +msgstr "Group Admin" + +#: js/users.js:120 templates/users.php:164 +msgid "Delete" +msgstr "Delete" + +#: js/users.js:277 +msgid "add group" +msgstr "add group" + +#: js/users.js:436 +msgid "A valid username must be provided" +msgstr "A valid username must be provided" + +#: js/users.js:437 js/users.js:443 js/users.js:458 +msgid "Error creating user" +msgstr "Error creating user" + +#: js/users.js:442 +msgid "A valid password must be provided" +msgstr "A valid password must be provided" + +#: personal.php:40 personal.php:41 +msgid "__language_name__" +msgstr "__language_name__" + +#: templates/admin.php:15 +msgid "Security Warning" +msgstr "Security Warning" + +#: templates/admin.php:18 +msgid "" +"Your data directory and your files are probably accessible from the " +"internet. The .htaccess file is not working. We strongly suggest that you " +"configure your webserver in a way that the data directory is no longer " +"accessible or you move the data directory outside the webserver document " +"root." +msgstr "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." + +#: templates/admin.php:29 +msgid "Setup Warning" +msgstr "Setup Warning" + +#: templates/admin.php:32 +msgid "" +"Your web server is not yet properly setup to allow files synchronization " +"because the WebDAV interface seems to be broken." +msgstr "Your web server is not yet properly setup to allow files synchronisation because the WebDAV interface seems to be broken." + +#: templates/admin.php:33 +#, php-format +msgid "Please double check the installation guides." +msgstr "Please double check the installation guides." + +#: templates/admin.php:44 +msgid "Module 'fileinfo' missing" +msgstr "Module 'fileinfo' missing" + +#: templates/admin.php:47 +msgid "" +"The PHP module 'fileinfo' is missing. We strongly recommend to enable this " +"module to get best results with mime-type detection." +msgstr "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." + +#: templates/admin.php:58 +msgid "Locale not working" +msgstr "Locale not working" + +#: templates/admin.php:63 +#, php-format +msgid "" +"System locale can't be set to %s. This means that there might be problems " +"with certain characters in file names. We strongly suggest to install the " +"required packages on your system to support %s." +msgstr "System locale can't be set to %s. This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support %s." + +#: templates/admin.php:75 +msgid "Internet connection not working" +msgstr "Internet connection not working" + +#: templates/admin.php:78 +msgid "" +"This server has no working internet connection. This means that some of the " +"features like mounting of external storage, notifications about updates or " +"installation of 3rd party apps don´t work. Accessing files from remote and " +"sending of notification emails might also not work. We suggest to enable " +"internet connection for this server if you want to have all features." +msgstr "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don't work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." + +#: templates/admin.php:92 +msgid "Cron" +msgstr "Cron" + +#: templates/admin.php:99 +msgid "Execute one task with each page loaded" +msgstr "Execute one task with each page loaded" + +#: templates/admin.php:107 +msgid "" +"cron.php is registered at a webcron service to call cron.php once a minute " +"over http." +msgstr "cron.php is registered at a webcron service to call cron.php once a minute over http." + +#: templates/admin.php:115 +msgid "Use systems cron service to call the cron.php file once a minute." +msgstr "Use systems cron service to call the cron.php file once a minute." + +#: templates/admin.php:120 +msgid "Sharing" +msgstr "Sharing" + +#: templates/admin.php:126 +msgid "Enable Share API" +msgstr "Enable Share API" + +#: templates/admin.php:127 +msgid "Allow apps to use the Share API" +msgstr "Allow apps to use the Share API" + +#: templates/admin.php:134 +msgid "Allow links" +msgstr "Allow links" + +#: templates/admin.php:135 +msgid "Allow users to share items to the public with links" +msgstr "Allow users to share items to the public with links" + +#: templates/admin.php:143 +msgid "Allow public uploads" +msgstr "Allow public uploads" + +#: templates/admin.php:144 +msgid "" +"Allow users to enable others to upload into their publicly shared folders" +msgstr "Allow users to enable others to upload into their publicly shared folders" + +#: templates/admin.php:152 +msgid "Allow resharing" +msgstr "Allow resharing" + +#: templates/admin.php:153 +msgid "Allow users to share items shared with them again" +msgstr "Allow users to share items shared with them again" + +#: templates/admin.php:160 +msgid "Allow users to share with anyone" +msgstr "Allow users to share with anyone" + +#: templates/admin.php:163 +msgid "Allow users to only share with users in their groups" +msgstr "Allow users to only share with users in their groups" + +#: templates/admin.php:170 +msgid "Security" +msgstr "Security" + +#: templates/admin.php:183 +msgid "Enforce HTTPS" +msgstr "Enforce HTTPS" + +#: templates/admin.php:185 +#, php-format +msgid "Forces the clients to connect to %s via an encrypted connection." +msgstr "Forces the clients to connect to %s via an encrypted connection." + +#: templates/admin.php:191 +#, php-format +msgid "" +"Please connect to your %s via HTTPS to enable or disable the SSL " +"enforcement." +msgstr "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." + +#: templates/admin.php:203 +msgid "Log" +msgstr "Log" + +#: templates/admin.php:204 +msgid "Log level" +msgstr "Log level" + +#: templates/admin.php:235 +msgid "More" +msgstr "More" + +#: templates/admin.php:236 +msgid "Less" +msgstr "Less" + +#: templates/admin.php:242 templates/personal.php:140 +msgid "Version" +msgstr "Version" + +#: templates/admin.php:246 templates/personal.php:143 +msgid "" +"Developed by the ownCloud community, the source code is " +"licensed under the AGPL." +msgstr "Developed by the ownCloud community, the source code is licensed under the AGPL." + +#: templates/apps.php:13 +msgid "Add your App" +msgstr "Add your App" + +#: templates/apps.php:28 +msgid "More Apps" +msgstr "More Apps" + +#: templates/apps.php:33 +msgid "Select an App" +msgstr "Select an App" + +#: templates/apps.php:39 +msgid "See application page at apps.owncloud.com" +msgstr "See application page at apps.owncloud.com" + +#: templates/apps.php:41 +msgid "-licensed by " +msgstr "-licensed by " + +#: templates/help.php:4 +msgid "User Documentation" +msgstr "User Documentation" + +#: templates/help.php:6 +msgid "Administrator Documentation" +msgstr "Administrator Documentation" + +#: templates/help.php:9 +msgid "Online Documentation" +msgstr "Online Documentation" + +#: templates/help.php:11 +msgid "Forum" +msgstr "Forum" + +#: templates/help.php:14 +msgid "Bugtracker" +msgstr "Bugtracker" + +#: templates/help.php:17 +msgid "Commercial Support" +msgstr "Commercial Support" + +#: templates/personal.php:8 +msgid "Get the apps to sync your files" +msgstr "Get the apps to sync your files" + +#: templates/personal.php:19 +msgid "Show First Run Wizard again" +msgstr "Show First Run Wizard again" + +#: templates/personal.php:27 +#, php-format +msgid "You have used %s of the available %s" +msgstr "You have used %s of the available %s" + +#: templates/personal.php:39 templates/users.php:23 templates/users.php:86 +msgid "Password" +msgstr "Password" + +#: templates/personal.php:40 +msgid "Your password was changed" +msgstr "Your password was changed" + +#: templates/personal.php:41 +msgid "Unable to change your password" +msgstr "Unable to change your password" + +#: templates/personal.php:42 +msgid "Current password" +msgstr "Current password" + +#: templates/personal.php:44 +msgid "New password" +msgstr "New password" + +#: templates/personal.php:46 +msgid "Change password" +msgstr "Change password" + +#: templates/personal.php:58 templates/users.php:85 +msgid "Display Name" +msgstr "Display Name" + +#: templates/personal.php:73 +msgid "Email" +msgstr "Email" + +#: templates/personal.php:75 +msgid "Your email address" +msgstr "Your email address" + +#: templates/personal.php:76 +msgid "Fill in an email address to enable password recovery" +msgstr "Fill in an email address to enable password recovery" + +#: templates/personal.php:85 templates/personal.php:86 +msgid "Language" +msgstr "Language" + +#: templates/personal.php:98 +msgid "Help translate" +msgstr "Help translate" + +#: templates/personal.php:104 +msgid "WebDAV" +msgstr "WebDAV" + +#: templates/personal.php:106 +#, php-format +msgid "" +"Use this address to access your Files via WebDAV" +msgstr "Use this address to access your Files via WebDAV" + +#: templates/personal.php:117 +msgid "Encryption" +msgstr "Encryption" + +#: templates/personal.php:119 +msgid "The encryption app is no longer enabled, decrypt all your file" +msgstr "The encryption app is no longer enabled, decrypt all your files" + +#: templates/personal.php:125 +msgid "Log-in password" +msgstr "Log-in password" + +#: templates/personal.php:130 +msgid "Decrypt all Files" +msgstr "Decrypt all Files" + +#: templates/users.php:21 +msgid "Login Name" +msgstr "Login Name" + +#: templates/users.php:30 +msgid "Create" +msgstr "Create" + +#: templates/users.php:36 +msgid "Admin Recovery Password" +msgstr "Admin Recovery Password" + +#: templates/users.php:37 templates/users.php:38 +msgid "" +"Enter the recovery password in order to recover the users files during " +"password change" +msgstr "Enter the recovery password in order to recover the user's files during password change" + +#: templates/users.php:42 +msgid "Default Storage" +msgstr "Default Storage" + +#: templates/users.php:48 templates/users.php:142 +msgid "Unlimited" +msgstr "Unlimited" + +#: templates/users.php:66 templates/users.php:157 +msgid "Other" +msgstr "Other" + +#: templates/users.php:84 +msgid "Username" +msgstr "Username" + +#: templates/users.php:91 +msgid "Storage" +msgstr "Storage" + +#: templates/users.php:102 +msgid "change display name" +msgstr "change display name" + +#: templates/users.php:106 +msgid "set new password" +msgstr "set new password" + +#: templates/users.php:137 +msgid "Default" +msgstr "Default" diff --git a/l10n/en_GB/user_ldap.po b/l10n/en_GB/user_ldap.po new file mode 100644 index 0000000000..8ea95e2d3b --- /dev/null +++ b/l10n/en_GB/user_ldap.po @@ -0,0 +1,407 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mnestis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-29 17:30+0000\n" +"Last-Translator: mnestis \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/clearMappings.php:34 +msgid "Failed to clear the mappings." +msgstr "Failed to clear the mappings." + +#: ajax/deleteConfiguration.php:34 +msgid "Failed to delete the server configuration" +msgstr "Failed to delete the server configuration" + +#: ajax/testConfiguration.php:36 +msgid "The configuration is valid and the connection could be established!" +msgstr "The configuration is valid and the connection could be established!" + +#: ajax/testConfiguration.php:39 +msgid "" +"The configuration is valid, but the Bind failed. Please check the server " +"settings and credentials." +msgstr "The configuration is valid, but the Bind failed. Please check the server settings and credentials." + +#: ajax/testConfiguration.php:43 +msgid "" +"The configuration is invalid. Please look in the ownCloud log for further " +"details." +msgstr "The configuration is invalid. Please look in the ownCloud log for further details." + +#: js/settings.js:66 +msgid "Deletion failed" +msgstr "Deletion failed" + +#: js/settings.js:82 +msgid "Take over settings from recent server configuration?" +msgstr "Take over settings from recent server configuration?" + +#: js/settings.js:83 +msgid "Keep settings?" +msgstr "Keep settings?" + +#: js/settings.js:97 +msgid "Cannot add server configuration" +msgstr "Cannot add server configuration" + +#: js/settings.js:111 +msgid "mappings cleared" +msgstr "mappings cleared" + +#: js/settings.js:112 +msgid "Success" +msgstr "Success" + +#: js/settings.js:117 +msgid "Error" +msgstr "Error" + +#: js/settings.js:141 +msgid "Connection test succeeded" +msgstr "Connection test succeeded" + +#: js/settings.js:146 +msgid "Connection test failed" +msgstr "Connection test failed" + +#: js/settings.js:156 +msgid "Do you really want to delete the current Server Configuration?" +msgstr "Do you really want to delete the current Server Configuration?" + +#: js/settings.js:157 +msgid "Confirm Deletion" +msgstr "Confirm Deletion" + +#: templates/settings.php:9 +msgid "" +"Warning: Apps user_ldap and user_webdavauth are incompatible. You may" +" experience unexpected behavior. Please ask your system administrator to " +"disable one of them." +msgstr "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." + +#: templates/settings.php:12 +msgid "" +"Warning: The PHP LDAP module is not installed, the backend will not " +"work. Please ask your system administrator to install it." +msgstr "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." + +#: templates/settings.php:16 +msgid "Server configuration" +msgstr "Server configuration" + +#: templates/settings.php:32 +msgid "Add Server Configuration" +msgstr "Add Server Configuration" + +#: templates/settings.php:37 +msgid "Host" +msgstr "Host" + +#: templates/settings.php:39 +msgid "" +"You can omit the protocol, except you require SSL. Then start with ldaps://" +msgstr "You can omit the protocol, except you require SSL. Then start with ldaps://" + +#: templates/settings.php:40 +msgid "Base DN" +msgstr "Base DN" + +#: templates/settings.php:41 +msgid "One Base DN per line" +msgstr "One Base DN per line" + +#: templates/settings.php:42 +msgid "You can specify Base DN for users and groups in the Advanced tab" +msgstr "You can specify Base DN for users and groups in the Advanced tab" + +#: templates/settings.php:44 +msgid "User DN" +msgstr "User DN" + +#: templates/settings.php:46 +msgid "" +"The DN of the client user with which the bind shall be done, e.g. " +"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password " +"empty." +msgstr "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." + +#: templates/settings.php:47 +msgid "Password" +msgstr "Password" + +#: templates/settings.php:50 +msgid "For anonymous access, leave DN and Password empty." +msgstr "For anonymous access, leave DN and Password empty." + +#: templates/settings.php:51 +msgid "User Login Filter" +msgstr "User Login Filter" + +#: templates/settings.php:54 +#, php-format +msgid "" +"Defines the filter to apply, when login is attempted. %%uid replaces the " +"username in the login action. Example: \"uid=%%uid\"" +msgstr "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" + +#: templates/settings.php:55 +msgid "User List Filter" +msgstr "User List Filter" + +#: templates/settings.php:58 +msgid "" +"Defines the filter to apply, when retrieving users (no placeholders). " +"Example: \"objectClass=person\"" +msgstr "Defines the filter to apply, when retrieving users (no placeholders). Example: \"objectClass=person\"" + +#: templates/settings.php:59 +msgid "Group Filter" +msgstr "Group Filter" + +#: templates/settings.php:62 +msgid "" +"Defines the filter to apply, when retrieving groups (no placeholders). " +"Example: \"objectClass=posixGroup\"" +msgstr "Defines the filter to apply, when retrieving groups (no placeholders). Example: \"objectClass=posixGroup\"" + +#: templates/settings.php:66 +msgid "Connection Settings" +msgstr "Connection Settings" + +#: templates/settings.php:68 +msgid "Configuration Active" +msgstr "Configuration Active" + +#: templates/settings.php:68 +msgid "When unchecked, this configuration will be skipped." +msgstr "When unchecked, this configuration will be skipped." + +#: templates/settings.php:69 +msgid "Port" +msgstr "Port" + +#: templates/settings.php:70 +msgid "Backup (Replica) Host" +msgstr "Backup (Replica) Host" + +#: templates/settings.php:70 +msgid "" +"Give an optional backup host. It must be a replica of the main LDAP/AD " +"server." +msgstr "Give an optional backup host. It must be a replica of the main LDAP/AD server." + +#: templates/settings.php:71 +msgid "Backup (Replica) Port" +msgstr "Backup (Replica) Port" + +#: templates/settings.php:72 +msgid "Disable Main Server" +msgstr "Disable Main Server" + +#: templates/settings.php:72 +msgid "Only connect to the replica server." +msgstr "Only connect to the replica server." + +#: templates/settings.php:73 +msgid "Use TLS" +msgstr "Use TLS" + +#: templates/settings.php:73 +msgid "Do not use it additionally for LDAPS connections, it will fail." +msgstr "Do not use it additionally for LDAPS connections, it will fail." + +#: templates/settings.php:74 +msgid "Case insensitve LDAP server (Windows)" +msgstr "Case insensitve LDAP server (Windows)" + +#: templates/settings.php:75 +msgid "Turn off SSL certificate validation." +msgstr "Turn off SSL certificate validation." + +#: templates/settings.php:75 +#, php-format +msgid "" +"Not recommended, use it for testing only! If connection only works with this" +" option, import the LDAP server's SSL certificate in your %s server." +msgstr "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." + +#: templates/settings.php:76 +msgid "Cache Time-To-Live" +msgstr "Cache Time-To-Live" + +#: templates/settings.php:76 +msgid "in seconds. A change empties the cache." +msgstr "in seconds. A change empties the cache." + +#: templates/settings.php:78 +msgid "Directory Settings" +msgstr "Directory Settings" + +#: templates/settings.php:80 +msgid "User Display Name Field" +msgstr "User Display Name Field" + +#: templates/settings.php:80 +msgid "The LDAP attribute to use to generate the user's display name." +msgstr "The LDAP attribute to use to generate the user's display name." + +#: templates/settings.php:81 +msgid "Base User Tree" +msgstr "Base User Tree" + +#: templates/settings.php:81 +msgid "One User Base DN per line" +msgstr "One User Base DN per line" + +#: templates/settings.php:82 +msgid "User Search Attributes" +msgstr "User Search Attributes" + +#: templates/settings.php:82 templates/settings.php:85 +msgid "Optional; one attribute per line" +msgstr "Optional; one attribute per line" + +#: templates/settings.php:83 +msgid "Group Display Name Field" +msgstr "Group Display Name Field" + +#: templates/settings.php:83 +msgid "The LDAP attribute to use to generate the groups's display name." +msgstr "The LDAP attribute to use to generate the group's display name." + +#: templates/settings.php:84 +msgid "Base Group Tree" +msgstr "Base Group Tree" + +#: templates/settings.php:84 +msgid "One Group Base DN per line" +msgstr "One Group Base DN per line" + +#: templates/settings.php:85 +msgid "Group Search Attributes" +msgstr "Group Search Attributes" + +#: templates/settings.php:86 +msgid "Group-Member association" +msgstr "Group-Member association" + +#: templates/settings.php:88 +msgid "Special Attributes" +msgstr "Special Attributes" + +#: templates/settings.php:90 +msgid "Quota Field" +msgstr "Quota Field" + +#: templates/settings.php:91 +msgid "Quota Default" +msgstr "Quota Default" + +#: templates/settings.php:91 +msgid "in bytes" +msgstr "in bytes" + +#: templates/settings.php:92 +msgid "Email Field" +msgstr "Email Field" + +#: templates/settings.php:93 +msgid "User Home Folder Naming Rule" +msgstr "User Home Folder Naming Rule" + +#: templates/settings.php:93 +msgid "" +"Leave empty for user name (default). Otherwise, specify an LDAP/AD " +"attribute." +msgstr "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." + +#: templates/settings.php:98 +msgid "Internal Username" +msgstr "Internal Username" + +#: templates/settings.php:99 +msgid "" +"By default the internal username will be created from the UUID attribute. It" +" makes sure that the username is unique and characters do not need to be " +"converted. The internal username has the restriction that only these " +"characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced " +"with their ASCII correspondence or simply omitted. On collisions a number " +"will be added/increased. The internal username is used to identify a user " +"internally. It is also the default name for the user home folder. It is also" +" a part of remote URLs, for instance for all *DAV services. With this " +"setting, the default behavior can be overridden. To achieve a similar " +"behavior as before ownCloud 5 enter the user display name attribute in the " +"following field. Leave it empty for default behavior. Changes will have " +"effect only on newly mapped (added) LDAP users." +msgstr "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behaviour as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behaviour. Changes will have effect only on newly mapped (added) LDAP users." + +#: templates/settings.php:100 +msgid "Internal Username Attribute:" +msgstr "Internal Username Attribute:" + +#: templates/settings.php:101 +msgid "Override UUID detection" +msgstr "Override UUID detection" + +#: templates/settings.php:102 +msgid "" +"By default, the UUID attribute is automatically detected. The UUID attribute" +" is used to doubtlessly identify LDAP users and groups. Also, the internal " +"username will be created based on the UUID, if not specified otherwise " +"above. You can override the setting and pass an attribute of your choice. " +"You must make sure that the attribute of your choice can be fetched for both" +" users and groups and it is unique. Leave it empty for default behavior. " +"Changes will have effect only on newly mapped (added) LDAP users and groups." +msgstr "By default, the UUID attribute is automatically detected. The UUID attribute is used to unambiguously identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behaviour. Changes will have effect only on newly mapped (added) LDAP users and groups." + +#: templates/settings.php:103 +msgid "UUID Attribute:" +msgstr "UUID Attribute:" + +#: templates/settings.php:104 +msgid "Username-LDAP User Mapping" +msgstr "Username-LDAP User Mapping" + +#: templates/settings.php:105 +msgid "" +"Usernames are used to store and assign (meta) data. In order to precisely " +"identify and recognize users, each LDAP user will have a internal username. " +"This requires a mapping from username to LDAP user. The created username is " +"mapped to the UUID of the LDAP user. Additionally the DN is cached as well " +"to reduce LDAP interaction, but it is not used for identification. If the DN" +" changes, the changes will be found. The internal username is used all over." +" Clearing the mappings will have leftovers everywhere. Clearing the mappings" +" is not configuration sensitive, it affects all LDAP configurations! Never " +"clear the mappings in a production environment, only in a testing or " +"experimental stage." +msgstr "Usernames are used to store and assign (meta) data. In order to precisely identify and recognise users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." + +#: templates/settings.php:106 +msgid "Clear Username-LDAP User Mapping" +msgstr "Clear Username-LDAP User Mapping" + +#: templates/settings.php:106 +msgid "Clear Groupname-LDAP Group Mapping" +msgstr "Clear Groupname-LDAP Group Mapping" + +#: templates/settings.php:108 +msgid "Test Configuration" +msgstr "Test Configuration" + +#: templates/settings.php:108 +msgid "Help" +msgstr "Help" diff --git a/l10n/en_GB/user_webdavauth.po b/l10n/en_GB/user_webdavauth.po new file mode 100644 index 0000000000..210787a40f --- /dev/null +++ b/l10n/en_GB/user_webdavauth.po @@ -0,0 +1,34 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mnestis , 2013 +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-29 16:40+0000\n" +"Last-Translator: mnestis \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: templates/settings.php:3 +msgid "WebDAV Authentication" +msgstr "WebDAV Authentication" + +#: templates/settings.php:4 +msgid "Address: " +msgstr "Address: " + +#: templates/settings.php:7 +msgid "" +"The user credentials will be sent to this address. This plugin checks the " +"response and will interpret the HTTP statuscodes 401 and 403 as invalid " +"credentials, and all other responses as valid credentials." +msgstr "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." diff --git a/l10n/eo/core.po b/l10n/eo/core.po index a11e637c69..1c4e9c3541 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s kunhavigis “%s” kun vi" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -469,7 +473,7 @@ msgstr "Persona" msgid "Users" msgstr "Uzantoj" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplikaĵoj" @@ -602,10 +606,6 @@ msgstr "%s haveblas. Ekhavi pli da informo pri kiel ĝisdatigi." msgid "Log out" msgstr "Elsaluti" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "La aŭtomata ensaluto malakceptiĝis!" @@ -620,19 +620,19 @@ msgstr "Se vi ne ŝanĝis vian pasvorton lastatempe, via konto eble kompromitas! msgid "Please change your password to secure your account again." msgstr "Bonvolu ŝanĝi vian pasvorton por sekurigi vian konton ree." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Ĉu vi perdis vian pasvorton?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "memori" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Ensaluti" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternativaj ensalutoj" diff --git a/l10n/eo/files.po b/l10n/eo/files.po index 6ca34ebb81..af8d82e0aa 100644 --- a/l10n/eo/files.po +++ b/l10n/eo/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -75,7 +75,11 @@ msgstr "Malsukcesis skribo al disko" msgid "Not enough storage available" msgstr "Ne haveblas sufiĉa memoro" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Nevalida dosierujo." @@ -95,20 +99,20 @@ msgstr "Ne haveblas sufiĉa spaco" msgid "Upload cancelled." msgstr "La alŝuto nuliĝis." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Dosieralŝuto plenumiĝas. Lasi la paĝon nun nuligus la alŝuton." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL ne povas esti malplena." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Nevalida dosierujnomo. La uzo de “Shared” estas rezervita de ownCloud." -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Eraro" @@ -124,41 +128,57 @@ msgstr "Forigi por ĉiam" msgid "Rename" msgstr "Alinomigi" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Traktotaj" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} jam ekzistas" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "anstataŭigi" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "sugesti nomon" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "nuligi" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "anstataŭiĝis {new_name} per {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "malfari" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "dosieroj estas alŝutataj" @@ -208,18 +228,6 @@ msgstr "Grando" msgid "Modified" msgstr "Modifita" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -323,22 +331,6 @@ msgstr "Dosieroj estas skanataj, bonvolu atendi." msgid "Current scanning" msgstr "Nuna skano" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "dosiero" - -#: templates/part.list.php:87 -msgid "files" -msgstr "dosieroj" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Ĝisdatiĝas dosiersistema kaŝmemoro..." diff --git a/l10n/es/core.po b/l10n/es/core.po index ebe8564fa8..d700f04472 100644 --- a/l10n/es/core.po +++ b/l10n/es/core.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -31,6 +31,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s compatido »%s« contigo" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -476,7 +480,7 @@ msgstr "Personal" msgid "Users" msgstr "Usuarios" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplicaciones" @@ -609,10 +613,6 @@ msgstr "%s esta disponible. Obtener mas información de como actualizar." msgid "Log out" msgstr "Salir" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "¡Inicio de sesión automático rechazado!" @@ -627,19 +627,19 @@ msgstr "Si usted no ha cambiado su contraseña recientemente, ¡puede que su cue msgid "Please change your password to secure your account again." msgstr "Por favor cambie su contraseña para asegurar su cuenta nuevamente." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "¿Ha perdido su contraseña?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "recordar" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Entrar" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Inicios de sesión alternativos" diff --git a/l10n/es/files.po b/l10n/es/files.po index b396e77081..764ab8c2f2 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -79,7 +79,11 @@ msgstr "Falló al escribir al disco" msgid "Not enough storage available" msgstr "No hay suficiente espacio disponible" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Directorio inválido." @@ -99,20 +103,20 @@ msgstr "No hay suficiente espacio disponible" msgid "Upload cancelled." msgstr "Subida cancelada." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "La subida del archivo está en proceso. Si sale de la página ahora cancelará la subida." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "La URL no puede estar vacía." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Nombre de carpeta invalido. El uso de \"Shared\" está reservado por ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Error" @@ -128,41 +132,57 @@ msgstr "Eliminar permanentemente" msgid "Rename" msgstr "Renombrar" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Pendiente" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} ya existe" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "reemplazar" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "sugerir nombre" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "cancelar" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "reemplazado {new_name} con {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "deshacer" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "subiendo archivos" @@ -212,18 +232,6 @@ msgstr "Tamaño" msgid "Modified" msgstr "Modificado" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -327,22 +335,6 @@ msgstr "Los archivos están siendo escaneados, por favor espere." msgid "Current scanning" msgstr "Escaneo actual" -#: templates/part.list.php:74 -msgid "directory" -msgstr "carpeta" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "carpetas" - -#: templates/part.list.php:85 -msgid "file" -msgstr "archivo" - -#: templates/part.list.php:87 -msgid "files" -msgstr "archivos" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Actualizando caché del sistema de archivos" diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po index 06f8c7904d..ee3f80addf 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -23,6 +23,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s compartió \"%s\" con vos" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -468,7 +472,7 @@ msgstr "Personal" msgid "Users" msgstr "Usuarios" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Apps" @@ -601,10 +605,6 @@ msgstr "%s está disponible. Obtené más información sobre cómo actualizar." msgid "Log out" msgstr "Cerrar la sesión" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "¡El inicio de sesión automático fue rechazado!" @@ -619,19 +619,19 @@ msgstr "¡Si no cambiaste tu contraseña recientemente, puede ser que tu cuenta msgid "Please change your password to secure your account again." msgstr "Por favor, cambiá tu contraseña para incrementar la seguridad de tu cuenta." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "¿Perdiste tu contraseña?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "recordame" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Iniciar sesión" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Nombre alternativos de usuarios" diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po index 013ab1b95d..9e7e5a0922 100644 --- a/l10n/es_AR/files.po +++ b/l10n/es_AR/files.po @@ -5,12 +5,13 @@ # Translators: # Agustin Ferrario , 2013 # cjtess , 2013 +# juliabis, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -76,7 +77,11 @@ msgstr "Error al escribir en el disco" msgid "Not enough storage available" msgstr "No hay suficiente almacenamiento" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Directorio inválido." @@ -96,20 +101,20 @@ msgstr "No hay suficiente espacio disponible" msgid "Upload cancelled." msgstr "La subida fue cancelada" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "La subida del archivo está en proceso. Si salís de la página ahora, la subida se cancelará." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "La URL no puede estar vacía" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Nombre de directorio inválido. El uso de \"Shared\" está reservado por ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Error" @@ -125,41 +130,57 @@ msgstr "Borrar permanentemente" msgid "Rename" msgstr "Cambiar nombre" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Pendientes" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} ya existe" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "reemplazar" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "sugerir nombre" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "cancelar" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "se reemplazó {new_name} con {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "deshacer" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "Subiendo archivos" @@ -189,7 +210,7 @@ msgstr "El almacenamiento está casi lleno ({usedSpacePercent}%)" msgid "" "Encryption was disabled but your files are still encrypted. Please go to " "your personal settings to decrypt your files." -msgstr "" +msgstr "El proceso de cifrado se ha desactivado, pero los archivos aún están encriptados. Por favor, vaya a la configuración personal para descifrar los archivos." #: js/files.js:245 msgid "" @@ -209,18 +230,6 @@ msgstr "Tamaño" msgid "Modified" msgstr "Modificado" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -324,22 +333,6 @@ msgstr "Se están escaneando los archivos, por favor esperá." msgid "Current scanning" msgstr "Escaneo actual" -#: templates/part.list.php:74 -msgid "directory" -msgstr "directorio" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "directorios" - -#: templates/part.list.php:85 -msgid "file" -msgstr "archivo" - -#: templates/part.list.php:87 -msgid "files" -msgstr "archivos" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Actualizando el cache del sistema de archivos" diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po index 0af60809ed..7b3a992357 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-28 09:30+0000\n" -"Last-Translator: pisike.sipelgas \n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s jagas sinuga »%s«" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "Haldusreziimis" @@ -469,7 +473,7 @@ msgstr "Isiklik" msgid "Users" msgstr "Kasutajad" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Rakendused" @@ -602,10 +606,6 @@ msgstr "%s on saadaval. Vaata lähemalt kuidas uuendada." msgid "Log out" msgstr "Logi välja" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Rohkem rakendusi" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automaatne sisselogimine lükati tagasi!" @@ -620,19 +620,19 @@ msgstr "Kui sa ei muutnud oma parooli hiljuti, siis võib su kasutajakonto olla msgid "Please change your password to secure your account again." msgstr "Palun muuda parooli, et oma kasutajakonto uuesti turvata." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Kaotasid oma parooli?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "pea meeles" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Logi sisse" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternatiivsed sisselogimisviisid" diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po index 647475a3a1..f69d10f72e 100644 --- a/l10n/et_EE/files.po +++ b/l10n/et_EE/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -76,7 +76,11 @@ msgstr "Kettale kirjutamine ebaõnnestus" msgid "Not enough storage available" msgstr "Saadaval pole piisavalt ruumi" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Vigane kaust." @@ -96,20 +100,20 @@ msgstr "Pole piisavalt ruumi" msgid "Upload cancelled." msgstr "Üleslaadimine tühistati." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle üleslaadimise." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL ei saa olla tühi." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Vigane kausta nimi. 'Shared' kasutamine on reserveeritud ownCloud poolt." -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Viga" @@ -125,41 +129,57 @@ msgstr "Kustuta jäädavalt" msgid "Rename" msgstr "Nimeta ümber" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Ootel" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} on juba olemas" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "asenda" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "soovita nime" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "loobu" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "asendas nime {old_name} nimega {new_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "tagasi" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n kataloog" +msgstr[1] "%n kataloogi" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n fail" +msgstr[1] "%n faili" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Laadin üles %n faili" msgstr[1] "Laadin üles %n faili" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "faili üleslaadimisel" @@ -209,18 +229,6 @@ msgstr "Suurus" msgid "Modified" msgstr "Muudetud" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n kataloog" -msgstr[1] "%n kataloogi" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n fail" -msgstr[1] "%n faili" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -324,22 +332,6 @@ msgstr "Faile skannitakse, palun oota." msgid "Current scanning" msgstr "Praegune skannimine" -#: templates/part.list.php:74 -msgid "directory" -msgstr "kaust" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "kaustad" - -#: templates/part.list.php:85 -msgid "file" -msgstr "fail" - -#: templates/part.list.php:87 -msgid "files" -msgstr "faili" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Failisüsteemi puhvri uuendamine..." diff --git a/l10n/eu/core.po b/l10n/eu/core.po index 12ed7b71d2..004b38fc51 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s-ek »%s« zurekin partekatu du" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -469,7 +473,7 @@ msgstr "Pertsonala" msgid "Users" msgstr "Erabiltzaileak" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplikazioak" @@ -602,10 +606,6 @@ msgstr "%s erabilgarri dago. Eguneratzeaz argibide gehiago eskuratu." msgid "Log out" msgstr "Saioa bukatu" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "App gehiago" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Saio hasiera automatikoa ez onartuta!" @@ -620,19 +620,19 @@ msgstr "Zure pasahitza orain dela gutxi ez baduzu aldatu, zure kontua arriskuan msgid "Please change your password to secure your account again." msgstr "Mesedez aldatu zure pasahitza zure kontua berriz segurtatzeko." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Galdu duzu pasahitza?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "gogoratu" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Hasi saioa" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Beste erabiltzaile izenak" diff --git a/l10n/eu/files.po b/l10n/eu/files.po index 878b37729c..bb64b84c23 100644 --- a/l10n/eu/files.po +++ b/l10n/eu/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -76,7 +76,11 @@ msgstr "Errore bat izan da diskoan idazterakoan" msgid "Not enough storage available" msgstr "Ez dago behar aina leku erabilgarri," -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Baliogabeko karpeta." @@ -96,20 +100,20 @@ msgstr "Ez dago leku nahikorik." msgid "Upload cancelled." msgstr "Igoera ezeztatuta" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URLa ezin da hutsik egon." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Karpeta izne baliogabea. \"Shared\" karpeta erabilpena OwnCloudentzat erreserbaturik dago." -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Errorea" @@ -125,41 +129,57 @@ msgstr "Ezabatu betirako" msgid "Rename" msgstr "Berrizendatu" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Zain" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} dagoeneko existitzen da" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "ordeztu" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "aholkatu izena" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "ezeztatu" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr " {new_name}-k {old_name} ordezkatu du" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "desegin" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "karpeta %n" +msgstr[1] "%n karpeta" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "fitxategi %n" +msgstr[1] "%n fitxategi" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Fitxategi %n igotzen" msgstr[1] "%n fitxategi igotzen" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "fitxategiak igotzen" @@ -209,18 +229,6 @@ msgstr "Tamaina" msgid "Modified" msgstr "Aldatuta" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "karpeta %n" -msgstr[1] "%n karpeta" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "fitxategi %n" -msgstr[1] "%n fitxategi" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -324,22 +332,6 @@ msgstr "Fitxategiak eskaneatzen ari da, itxoin mezedez." msgid "Current scanning" msgstr "Orain eskaneatzen ari da" -#: templates/part.list.php:74 -msgid "directory" -msgstr "direktorioa" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "direktorioak" - -#: templates/part.list.php:85 -msgid "file" -msgstr "fitxategia" - -#: templates/part.list.php:87 -msgid "files" -msgstr "fitxategiak" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Fitxategi sistemaren katxea eguneratzen..." diff --git a/l10n/fa/core.po b/l10n/fa/core.po index 570d7e6c1e..4fb8afd07b 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -23,6 +23,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s به اشتراک گذاشته شده است »%s« توسط شما" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -464,7 +468,7 @@ msgstr "شخصی" msgid "Users" msgstr "کاربران" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr " برنامه ها" @@ -597,10 +601,6 @@ msgstr "%s در دسترس است. برای چگونگی به روز رسانی msgid "Log out" msgstr "خروج" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "ورود به سیستم اتوماتیک ردشد!" @@ -615,19 +615,19 @@ msgstr "اگر شما اخیرا رمزعبور را تغییر نداده ای msgid "Please change your password to secure your account again." msgstr "لطفا رمز عبور خود را تغییر دهید تا مجددا حساب شما در امان باشد." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "آیا گذرواژه تان را به یاد نمی آورید؟" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "بیاد آوری" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "ورود" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "ورود متناوب" diff --git a/l10n/fa/files.po b/l10n/fa/files.po index 4487cf2fcb..362a1dc80a 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -75,7 +75,11 @@ msgstr "نوشتن بر روی دیسک سخت ناموفق بود" msgid "Not enough storage available" msgstr "فضای کافی در دسترس نیست" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "فهرست راهنما نامعتبر می باشد." @@ -95,20 +99,20 @@ msgstr "فضای کافی در دسترس نیست" msgid "Upload cancelled." msgstr "بار گذاری لغو شد" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "آپلودکردن پرونده در حال پیشرفت است. در صورت خروج از صفحه آپلود لغو میگردد. " -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL نمی تواند خالی باشد." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "نام پوشه نامعتبر است. استفاده از 'به اشتراک گذاشته شده' متعلق به ownCloud میباشد." -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "خطا" @@ -124,40 +128,54 @@ 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:573 msgid "Pending" msgstr "در انتظار" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{نام _جدید} در حال حاضر وجود دارد." -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "جایگزین" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "پیشنهاد نام" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "لغو" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{نام_جدید} با { نام_قدیمی} جایگزین شد." -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "بازگشت" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "بارگذاری فایل ها" @@ -207,16 +225,6 @@ msgstr "اندازه" msgid "Modified" msgstr "تاریخ" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -320,22 +328,6 @@ msgstr "پرونده ها در حال بازرسی هستند لطفا صبر ک msgid "Current scanning" msgstr "بازرسی کنونی" -#: templates/part.list.php:74 -msgid "directory" -msgstr "پوشه" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "پوشه ها" - -#: templates/part.list.php:85 -msgid "file" -msgstr "پرونده" - -#: templates/part.list.php:87 -msgid "files" -msgstr "پرونده ها" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "بهبود فایل سیستمی ذخیره گاه..." diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po index aee3205f28..56d1039db0 100644 --- a/l10n/fi_FI/core.po +++ b/l10n/fi_FI/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-28 06:40+0000\n" -"Last-Translator: Jiri Grönroos \n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s jakoi kohteen »%s« kanssasi" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "Siirrytty ylläpitotilaan" @@ -469,7 +473,7 @@ msgstr "Henkilökohtainen" msgid "Users" msgstr "Käyttäjät" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Sovellukset" @@ -602,10 +606,6 @@ msgstr "%s on saatavilla. Lue lisätietoja, miten päivitys asennetaan." msgid "Log out" msgstr "Kirjaudu ulos" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Lisää sovelluksia" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automaattinen sisäänkirjautuminen hylättiin!" @@ -620,19 +620,19 @@ msgstr "Jos et vaihtanut salasanaasi äskettäin, tilisi saattaa olla murrettu." msgid "Please change your password to secure your account again." msgstr "Vaihda salasanasi suojataksesi tilisi uudelleen." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Unohditko salasanasi?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "muista" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Kirjaudu sisään" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Vaihtoehtoiset kirjautumiset" diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po index cd30a9df4b..69f2485ac9 100644 --- a/l10n/fi_FI/files.po +++ b/l10n/fi_FI/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -75,7 +75,11 @@ msgstr "Levylle kirjoitus epäonnistui" msgid "Not enough storage available" msgstr "Tallennustilaa ei ole riittävästi käytettävissä" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Virheellinen kansio." @@ -95,20 +99,20 @@ msgstr "Tilaa ei ole riittävästi" msgid "Upload cancelled." msgstr "Lähetys peruttu." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Tiedoston lähetys on meneillään. Sivulta poistuminen nyt peruu tiedoston lähetyksen." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Verkko-osoite ei voi olla tyhjä" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Virhe" @@ -124,41 +128,57 @@ msgstr "Poista pysyvästi" msgid "Rename" msgstr "Nimeä uudelleen" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Odottaa" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} on jo olemassa" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "korvaa" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "ehdota nimeä" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "peru" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "kumoa" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n kansio" +msgstr[1] "%n kansiota" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n tiedosto" +msgstr[1] "%n tiedostoa" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Lähetetään %n tiedosto" msgstr[1] "Lähetetään %n tiedostoa" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -208,18 +228,6 @@ msgstr "Koko" msgid "Modified" msgstr "Muokattu" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n kansio" -msgstr[1] "%n kansiota" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n tiedosto" -msgstr[1] "%n tiedostoa" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -323,22 +331,6 @@ msgstr "Tiedostoja tarkistetaan, odota hetki." msgid "Current scanning" msgstr "Tämänhetkinen tutkinta" -#: templates/part.list.php:74 -msgid "directory" -msgstr "kansio" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "kansiota" - -#: templates/part.list.php:85 -msgid "file" -msgstr "tiedosto" - -#: templates/part.list.php:87 -msgid "files" -msgstr "tiedostoa" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Päivitetään tiedostojärjestelmän välimuistia..." diff --git a/l10n/fr/core.po b/l10n/fr/core.po index 21591f1ea3..5aaca8e3f7 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -27,6 +27,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s partagé »%s« avec vous" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -472,7 +476,7 @@ msgstr "Personnel" msgid "Users" msgstr "Utilisateurs" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Applications" @@ -605,10 +609,6 @@ msgstr "%s est disponible. Obtenez plus d'informations sur la façon de mettre msgid "Log out" msgstr "Se déconnecter" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Connexion automatique rejetée !" @@ -623,19 +623,19 @@ msgstr "Si vous n'avez pas changé votre mot de passe récemment, votre compte r msgid "Please change your password to secure your account again." msgstr "Veuillez changer votre mot de passe pour sécuriser à nouveau votre compte." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Mot de passe perdu ?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "se souvenir de moi" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Connexion" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Logins alternatifs" diff --git a/l10n/fr/files.po b/l10n/fr/files.po index 79cb84b3af..bd1b9b9797 100644 --- a/l10n/fr/files.po +++ b/l10n/fr/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -77,7 +77,11 @@ msgstr "Erreur d'écriture sur le disque" msgid "Not enough storage available" msgstr "Plus assez d'espace de stockage disponible" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Dossier invalide." @@ -97,20 +101,20 @@ msgstr "Espace disponible insuffisant" msgid "Upload cancelled." msgstr "Envoi annulé." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "L'envoi du fichier est en cours. Quitter cette page maintenant annulera l'envoi du fichier." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "L'URL ne peut-être vide" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Nom de dossier invalide. L'utilisation du mot 'Shared' est réservée à Owncloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Erreur" @@ -126,41 +130,57 @@ msgstr "Supprimer de façon définitive" msgid "Rename" msgstr "Renommer" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "En attente" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} existe déjà" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "remplacer" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "Suggérer un nom" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "annuler" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{new_name} a été remplacé par {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "annuler" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "fichiers en cours d'envoi" @@ -210,18 +230,6 @@ msgstr "Taille" msgid "Modified" msgstr "Modifié" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -325,22 +333,6 @@ msgstr "Les fichiers sont en cours d'analyse, veuillez patienter." msgid "Current scanning" msgstr "Analyse en cours" -#: templates/part.list.php:74 -msgid "directory" -msgstr "dossier" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "dossiers" - -#: templates/part.list.php:85 -msgid "file" -msgstr "fichier" - -#: templates/part.list.php:87 -msgid "files" -msgstr "fichiers" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Mise à niveau du cache du système de fichier" diff --git a/l10n/gl/core.po b/l10n/gl/core.po index c594c9f86d..ed5c0b1b09 100644 --- a/l10n/gl/core.po +++ b/l10n/gl/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -23,30 +23,34 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s compartiu «%s» con vostede" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" -msgstr "" +msgstr "Modo de mantemento activado" #: ajax/update.php:14 msgid "Turned off maintenance mode" -msgstr "" +msgstr "Modo de mantemento desactivado" #: ajax/update.php:17 msgid "Updated database" -msgstr "" +msgstr "Base de datos actualizada" #: ajax/update.php:20 msgid "Updating filecache, this may take really long..." -msgstr "" +msgstr "Actualizando o ficheiro da caché, isto pode levar bastante tempo..." #: ajax/update.php:23 msgid "Updated filecache" -msgstr "" +msgstr "Ficheiro da caché actualizado" #: ajax/update.php:26 #, php-format msgid "... %d%% done ..." -msgstr "" +msgstr "... %d%% feito ..." #: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25 msgid "Category type not provided." @@ -468,7 +472,7 @@ msgstr "Persoal" msgid "Users" msgstr "Usuarios" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplicativos" @@ -601,10 +605,6 @@ msgstr "%s está dispoñíbel. Obteña máis información sobre como actualizar. msgid "Log out" msgstr "Desconectar" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Máis aplicativos" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Rexeitouse a entrada automática" @@ -619,19 +619,19 @@ msgstr "Se non fixo recentemente cambios de contrasinal é posíbel que a súa c msgid "Please change your password to secure your account again." msgstr "Cambie de novo o seu contrasinal para asegurar a súa conta." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Perdeu o contrasinal?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "lembrar" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Conectar" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Accesos alternativos" diff --git a/l10n/gl/files.po b/l10n/gl/files.po index ddf953cade..f655969e06 100644 --- a/l10n/gl/files.po +++ b/l10n/gl/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -75,7 +75,11 @@ msgstr "Produciuse un erro ao escribir no disco" msgid "Not enough storage available" msgstr "Non hai espazo de almacenamento abondo" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "O directorio é incorrecto." @@ -95,20 +99,20 @@ msgstr "O espazo dispoñíbel é insuficiente" msgid "Upload cancelled." msgstr "Envío cancelado." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "O envío do ficheiro está en proceso. Saír agora da páxina cancelará o envío." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "O URL non pode quedar baleiro." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Nome de cartafol incorrecto. O uso de «Compartido» e «Shared» está reservado para o ownClod" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Erro" @@ -124,41 +128,57 @@ msgstr "Eliminar permanentemente" msgid "Rename" msgstr "Renomear" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Pendentes" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "Xa existe un {new_name}" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "substituír" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "suxerir nome" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "cancelar" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "substituír {new_name} por {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "desfacer" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n cartafol" +msgstr[1] "%n cartafoles" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n ficheiro" +msgstr[1] "%n ficheiros" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Cargando %n ficheiro" msgstr[1] "Cargando %n ficheiros" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "ficheiros enviándose" @@ -208,18 +228,6 @@ msgstr "Tamaño" msgid "Modified" msgstr "Modificado" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n cartafol" -msgstr[1] "%n cartafoles" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n ficheiro" -msgstr[1] "%n ficheiros" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -323,22 +331,6 @@ msgstr "Estanse analizando os ficheiros. Agarde." msgid "Current scanning" msgstr "Análise actual" -#: templates/part.list.php:74 -msgid "directory" -msgstr "directorio" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "directorios" - -#: templates/part.list.php:85 -msgid "file" -msgstr "ficheiro" - -#: templates/part.list.php:87 -msgid "files" -msgstr "ficheiros" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Anovando a caché do sistema de ficheiros..." diff --git a/l10n/gl/lib.po b/l10n/gl/lib.po index 08a5c66539..48006ace76 100644 --- a/l10n/gl/lib.po +++ b/l10n/gl/lib.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-25 19:18-0400\n" -"PO-Revision-Date: 2013-08-25 23:18+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-29 08:30+0000\n" +"Last-Translator: mbouzada \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,11 +23,11 @@ msgstr "" msgid "" "App \"%s\" can't be installed because it is not compatible with this version" " of ownCloud." -msgstr "" +msgstr "Non é posíbel instalar o aplicativo «%s» por non seren compatíbel con esta versión do ownCloud." #: app.php:250 msgid "No app name specified" -msgstr "" +msgstr "Non se especificou o nome do aplicativo" #: app.php:361 msgid "Help" @@ -87,59 +87,59 @@ msgstr "Descargue os ficheiros en cachos máis pequenos e por separado, ou pída #: installer.php:63 msgid "No source specified when installing app" -msgstr "" +msgstr "Non foi especificada ningunha orixe ao instalar aplicativos" #: installer.php:70 msgid "No href specified when installing app from http" -msgstr "" +msgstr "Non foi especificada ningunha href ao instalar aplicativos" #: installer.php:75 msgid "No path specified when installing app from local file" -msgstr "" +msgstr "Non foi especificada ningunha ruta ao instalar aplicativos desde un ficheiro local" #: installer.php:89 #, php-format msgid "Archives of type %s are not supported" -msgstr "" +msgstr "Os arquivos do tipo %s non están admitidos" #: installer.php:103 msgid "Failed to open archive when installing app" -msgstr "" +msgstr "Non foi posíbel abrir o arquivo ao instalar aplicativos" #: installer.php:123 msgid "App does not provide an info.xml file" -msgstr "" +msgstr "O aplicativo non fornece un ficheiro info.xml" #: installer.php:129 msgid "App can't be installed because of not allowed code in the App" -msgstr "" +msgstr "Non é posíbel instalar o aplicativo por mor de conter código non permitido" #: installer.php:138 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" -msgstr "" +msgstr "Non é posíbel instalar o aplicativo por non seren compatíbel con esta versión do ownCloud." #: installer.php:144 msgid "" "App can't be installed because it contains the true tag " "which is not allowed for non shipped apps" -msgstr "" +msgstr "Non é posíbel instalar o aplicativo por conter a etiqueta\n\n\ntrue\n\nque non está permitida para os aplicativos non enviados" #: installer.php:150 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" -msgstr "" +msgstr "Non é posíbel instalar o aplicativo xa que a versión en info.xml/version non é a mesma que a versión informada desde a App Store" #: installer.php:160 msgid "App directory already exists" -msgstr "" +msgstr "Xa existe o directorio do aplicativo" #: installer.php:173 #, php-format msgid "Can't create app folder. Please fix permissions. %s" -msgstr "" +msgstr "Non é posíbel crear o cartafol de aplicativos. Corrixa os permisos. %s" #: json.php:28 msgid "Application is not enabled" diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po index fda92370b3..e04bf9e31b 100644 --- a/l10n/gl/settings.po +++ b/l10n/gl/settings.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-25 19:18-0400\n" -"PO-Revision-Date: 2013-08-25 23:18+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-28 22:30+0000\n" +"Last-Translator: mbouzada \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -85,47 +85,47 @@ msgstr "Non é posíbel eliminar o usuario do grupo %s" msgid "Couldn't update app." msgstr "Non foi posíbel actualizar o aplicativo." -#: js/apps.js:35 +#: js/apps.js:43 msgid "Update to {appversion}" msgstr "Actualizar á {appversion}" -#: js/apps.js:41 js/apps.js:74 js/apps.js:100 +#: js/apps.js:49 js/apps.js:82 js/apps.js:108 msgid "Disable" msgstr "Desactivar" -#: js/apps.js:41 js/apps.js:81 js/apps.js:94 js/apps.js:109 +#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117 msgid "Enable" msgstr "Activar" -#: js/apps.js:63 +#: js/apps.js:71 msgid "Please wait...." msgstr "Agarde..." -#: js/apps.js:71 js/apps.js:72 js/apps.js:92 +#: js/apps.js:79 js/apps.js:80 js/apps.js:100 msgid "Error while disabling app" -msgstr "" +msgstr "Produciuse un erro ao desactivar o aplicativo" -#: js/apps.js:91 js/apps.js:104 js/apps.js:105 +#: js/apps.js:99 js/apps.js:112 js/apps.js:113 msgid "Error while enabling app" -msgstr "" +msgstr "Produciuse un erro ao activar o aplicativo" -#: js/apps.js:115 +#: js/apps.js:123 msgid "Updating...." msgstr "Actualizando..." -#: js/apps.js:118 +#: js/apps.js:126 msgid "Error while updating app" msgstr "Produciuse un erro mentres actualizaba o aplicativo" -#: js/apps.js:118 +#: js/apps.js:126 msgid "Error" msgstr "Erro" -#: js/apps.js:119 templates/apps.php:43 +#: js/apps.js:127 templates/apps.php:43 msgid "Update" msgstr "Actualizar" -#: js/apps.js:122 +#: js/apps.js:130 msgid "Updated" msgstr "Actualizado" diff --git a/l10n/he/core.po b/l10n/he/core.po index 6ec8af7aaf..ccf747517c 100644 --- a/l10n/he/core.po +++ b/l10n/he/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s שיתף/שיתפה איתך את »%s«" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -469,7 +473,7 @@ msgstr "אישי" msgid "Users" msgstr "משתמשים" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "יישומים" @@ -602,10 +606,6 @@ msgstr "%s זמינה להורדה. ניתן ללחוץ כדי לקבל מידע msgid "Log out" msgstr "התנתקות" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "יישומים נוספים" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "בקשת הכניסה האוטומטית נדחתה!" @@ -620,19 +620,19 @@ msgstr "אם לא שינית את ססמתך לאחרונה, יתכן שחשבו msgid "Please change your password to secure your account again." msgstr "נא לשנות את הססמה שלך כדי לאבטח את חשבונך מחדש." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "שכחת את ססמתך?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "שמירת הססמה" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "כניסה" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "כניסות אלטרנטיביות" diff --git a/l10n/he/files.po b/l10n/he/files.po index 3d889a5512..9002e898ce 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -75,7 +75,11 @@ msgstr "הכתיבה לכונן נכשלה" msgid "Not enough storage available" msgstr "אין די שטח פנוי באחסון" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "תיקייה שגויה." @@ -95,20 +99,20 @@ msgstr "" msgid "Upload cancelled." msgstr "ההעלאה בוטלה." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "קישור אינו יכול להיות ריק." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "שגיאה" @@ -124,41 +128,57 @@ 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:573 msgid "Pending" msgstr "ממתין" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} כבר קיים" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "החלפה" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "הצעת שם" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "ביטול" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{new_name} הוחלף ב־{old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "ביטול" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "קבצים בהעלאה" @@ -208,18 +228,6 @@ msgstr "גודל" msgid "Modified" msgstr "זמן שינוי" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -323,22 +331,6 @@ msgstr "הקבצים נסרקים, נא להמתין." msgid "Current scanning" msgstr "הסריקה הנוכחית" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "קובץ" - -#: templates/part.list.php:87 -msgid "files" -msgstr "קבצים" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/hi/core.po b/l10n/hi/core.po index 4e3345632b..479e61d7c6 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -23,6 +23,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -468,7 +472,7 @@ msgstr "यक्तिगत" msgid "Users" msgstr "उपयोगकर्ता" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Apps" @@ -601,10 +605,6 @@ msgstr "" msgid "Log out" msgstr "लोग आउट" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -619,19 +619,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "याद रखें" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/hi/files.po b/l10n/hi/files.po index 0255297a18..67aa5d887d 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "त्रुटि" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/hr/core.po b/l10n/hr/core.po index 58b1610541..693dc05658 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -471,7 +475,7 @@ msgstr "Osobno" msgid "Users" msgstr "Korisnici" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplikacije" @@ -604,10 +608,6 @@ msgstr "" msgid "Log out" msgstr "Odjava" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -622,19 +622,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Izgubili ste lozinku?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "zapamtiti" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Prijava" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/hr/files.po b/l10n/hr/files.po index ad81139baf..b576a0b7cb 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "Neuspjelo pisanje na disk" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "Slanje poništeno." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Učitavanje datoteke. Napuštanjem stranice će prekinuti učitavanje." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Greška" @@ -123,42 +127,60 @@ msgstr "" msgid "Rename" msgstr "Promjeni ime" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "U tijeku" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "zamjeni" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "predloži ime" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "odustani" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "vrati" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "datoteke se učitavaju" @@ -208,20 +230,6 @@ msgstr "Veličina" msgid "Modified" msgstr "Zadnja promjena" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -325,22 +333,6 @@ msgstr "Datoteke se skeniraju, molimo pričekajte." msgid "Current scanning" msgstr "Trenutno skeniranje" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "datoteka" - -#: templates/part.list.php:87 -msgid "files" -msgstr "datoteke" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po index f0a3a78d4f..85a6b3a0d1 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s megosztotta Önnel ezt: »%s«" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -469,7 +473,7 @@ msgstr "Személyes" msgid "Users" msgstr "Felhasználók" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Alkalmazások" @@ -602,10 +606,6 @@ msgstr "%s rendelkezésre áll. További információ a frissítéshez." msgid "Log out" msgstr "Kilépés" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Az automatikus bejelentkezés sikertelen!" @@ -620,19 +620,19 @@ msgstr "Ha mostanában nem módosította a jelszavát, akkor lehetséges, hogy i msgid "Please change your password to secure your account again." msgstr "A biztonsága érdekében változtassa meg a jelszavát!" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Elfelejtette a jelszavát?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "emlékezzen" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Bejelentkezés" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternatív bejelentkezés" diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po index 9ea607c824..48876d9d47 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -75,7 +75,11 @@ msgstr "Nem sikerült a lemezre történő írás" msgid "Not enough storage available" msgstr "Nincs elég szabad hely." -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Érvénytelen mappa." @@ -95,20 +99,20 @@ msgstr "Nincs elég szabad hely" msgid "Upload cancelled." msgstr "A feltöltést megszakítottuk." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Az URL nem lehet semmi." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Érvénytelen mappanév. A 'Shared' az ownCloud számára fenntartott elnevezés" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Hiba" @@ -124,41 +128,57 @@ msgstr "Végleges törlés" msgid "Rename" msgstr "Átnevezés" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Folyamatban" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} már létezik" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "írjuk fölül" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "legyen más neve" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "mégse" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{new_name} fájlt kicseréltük ezzel: {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "visszavonás" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "fájl töltődik föl" @@ -208,18 +228,6 @@ msgstr "Méret" msgid "Modified" msgstr "Módosítva" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -323,22 +331,6 @@ msgstr "A fájllista ellenőrzése zajlik, kis türelmet!" msgid "Current scanning" msgstr "Ellenőrzés alatt" -#: templates/part.list.php:74 -msgid "directory" -msgstr "mappa" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "mappa" - -#: templates/part.list.php:85 -msgid "file" -msgstr "fájl" - -#: templates/part.list.php:87 -msgid "files" -msgstr "fájlok" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "A fájlrendszer gyorsítótárának frissítése zajlik..." diff --git a/l10n/hy/core.po b/l10n/hy/core.po index 22460f69dd..9d22bb2fd7 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/hy/files.po b/l10n/hy/files.po index e645c744ff..6c477202b4 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/ia/core.po b/l10n/ia/core.po index 72f712753e..7dfa76c49e 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "Personal" msgid "Users" msgstr "Usatores" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Applicationes" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "Clauder le session" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Tu perdeva le contrasigno?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "memora" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Aperir session" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ia/files.po b/l10n/ia/files.po index 6000c6cf60..97ce4fab71 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Error" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "Dimension" msgid "Modified" msgstr "Modificate" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/id/core.po b/l10n/id/core.po index c42fea70e8..51d44b0f57 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -463,7 +467,7 @@ msgstr "Pribadi" msgid "Users" msgstr "Pengguna" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplikasi" @@ -596,10 +600,6 @@ msgstr "" msgid "Log out" msgstr "Keluar" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Masuk otomatis ditolak!" @@ -614,19 +614,19 @@ msgstr "Jika tidak pernah mengubah sandi Anda baru-baru ini, akun Anda mungkin d msgid "Please change your password to secure your account again." msgstr "Mohon ubah sandi Anda untuk mengamankan kembali akun Anda." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Lupa sandi?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "selalu masuk" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Masuk" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Cara Alternatif untuk Masuk" diff --git a/l10n/id/files.po b/l10n/id/files.po index 467e1dd2a3..5d512ec38d 100644 --- a/l10n/id/files.po +++ b/l10n/id/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "Gagal menulis ke disk" msgid "Not enough storage available" msgstr "Ruang penyimpanan tidak mencukupi" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Direktori tidak valid." @@ -94,20 +98,20 @@ msgstr "Ruang penyimpanan tidak mencukupi" msgid "Upload cancelled." msgstr "Pengunggahan dibatalkan." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Berkas sedang diunggah. Meninggalkan halaman ini akan membatalkan proses." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL tidak boleh kosong" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Galat" @@ -123,40 +127,54 @@ msgstr "Hapus secara permanen" msgid "Rename" msgstr "Ubah nama" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Menunggu" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} sudah ada" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "ganti" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "sarankan nama" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "batalkan" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "mengganti {new_name} dengan {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "urungkan" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "berkas diunggah" @@ -206,16 +224,6 @@ msgstr "Ukuran" msgid "Modified" msgstr "Dimodifikasi" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -319,22 +327,6 @@ msgstr "Berkas sedang dipindai, silakan tunggu." msgid "Current scanning" msgstr "Yang sedang dipindai" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "berkas" - -#: templates/part.list.php:87 -msgid "files" -msgstr "berkas-berkas" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Meningkatkan tembolok sistem berkas..." diff --git a/l10n/is/core.po b/l10n/is/core.po index 428ebc7861..643a8c1682 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -23,6 +23,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -468,7 +472,7 @@ msgstr "Um mig" msgid "Users" msgstr "Notendur" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Forrit" @@ -601,10 +605,6 @@ msgstr "%s er til boða. Fáðu meiri upplýsingar um hvernig þú uppfærir." msgid "Log out" msgstr "Útskrá" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Sjálfvirkri innskráningu hafnað!" @@ -619,19 +619,19 @@ msgstr "Ef þú breyttir ekki lykilorðinu þínu fyrir skömmu, er mögulegt a msgid "Please change your password to secure your account again." msgstr "Vinsamlegast breyttu lykilorðinu þínu til að tryggja öryggi þitt." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Týndir þú lykilorðinu?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "muna eftir mér" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Skrá inn" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/is/files.po b/l10n/is/files.po index 64dc57bc97..10e1d535f4 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "Tókst ekki að skrifa á disk" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Ógild mappa." @@ -94,20 +98,20 @@ msgstr "Ekki nægt pláss tiltækt" msgid "Upload cancelled." msgstr "Hætt við innsendingu." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Innsending í gangi. Ef þú ferð af þessari síðu mun innsending misheppnast." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Vefslóð má ekki vera tóm." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Villa" @@ -123,41 +127,57 @@ msgstr "" msgid "Rename" msgstr "Endurskýra" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Bíður" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} er þegar til" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "yfirskrifa" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "stinga upp á nafni" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "hætta við" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "yfirskrifaði {new_name} með {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "afturkalla" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "Stærð" msgid "Modified" msgstr "Breytt" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "Verið er að skima skrár, vinsamlegast hinkraðu." msgid "Current scanning" msgstr "Er að skima" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/it/core.po b/l10n/it/core.po index 154aa4c326..9a45ffabc3 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -25,30 +25,34 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s ha condiviso «%s» con te" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" -msgstr "" +msgstr "Modalità di manutenzione attivata" #: ajax/update.php:14 msgid "Turned off maintenance mode" -msgstr "" +msgstr "Modalità di manutenzione disattivata" #: ajax/update.php:17 msgid "Updated database" -msgstr "" +msgstr "Database aggiornato" #: ajax/update.php:20 msgid "Updating filecache, this may take really long..." -msgstr "" +msgstr "Aggiornamento della cache dei file in corso, potrebbe richiedere molto tempo..." #: ajax/update.php:23 msgid "Updated filecache" -msgstr "" +msgstr "Cache dei file aggiornata" #: ajax/update.php:26 #, php-format msgid "... %d%% done ..." -msgstr "" +msgstr "... %d%% completato ..." #: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25 msgid "Category type not provided." @@ -470,7 +474,7 @@ msgstr "Personale" msgid "Users" msgstr "Utenti" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Applicazioni" @@ -603,10 +607,6 @@ msgstr "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento." msgid "Log out" msgstr "Esci" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Altre applicazioni" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Accesso automatico rifiutato." @@ -621,19 +621,19 @@ msgstr "Se non hai cambiato la password recentemente, il tuo account potrebbe es msgid "Please change your password to secure your account again." msgstr "Cambia la password per rendere nuovamente sicuro il tuo account." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Hai perso la password?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "ricorda" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Accedi" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Accessi alternativi" diff --git a/l10n/it/files.po b/l10n/it/files.po index 465bb80784..6b88648425 100644 --- a/l10n/it/files.po +++ b/l10n/it/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -76,7 +76,11 @@ msgstr "Scrittura su disco non riuscita" msgid "Not enough storage available" msgstr "Spazio di archiviazione insufficiente" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Cartella non valida." @@ -96,20 +100,20 @@ msgstr "Spazio disponibile insufficiente" msgid "Upload cancelled." msgstr "Invio annullato" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Caricamento del file in corso. La chiusura della pagina annullerà il caricamento." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "L'URL non può essere vuoto." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Nome della cartella non valido. L'uso di 'Shared' è riservato a ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Errore" @@ -125,41 +129,57 @@ msgstr "Elimina definitivamente" msgid "Rename" msgstr "Rinomina" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "In corso" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} esiste già" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "sostituisci" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "suggerisci nome" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "annulla" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "sostituito {new_name} con {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "annulla" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n cartella" +msgstr[1] "%n cartelle" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n file" +msgstr[1] "%n file" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Caricamento di %n file in corso" msgstr[1] "Caricamento di %n file in corso" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "caricamento file" @@ -209,18 +229,6 @@ msgstr "Dimensione" msgid "Modified" msgstr "Modificato" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n cartella" -msgstr[1] "%n cartelle" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n file" -msgstr[1] "%n file" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -324,22 +332,6 @@ msgstr "Scansione dei file in corso, attendi" msgid "Current scanning" msgstr "Scansione corrente" -#: templates/part.list.php:74 -msgid "directory" -msgstr "cartella" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "cartelle" - -#: templates/part.list.php:85 -msgid "file" -msgstr "file" - -#: templates/part.list.php:87 -msgid "files" -msgstr "file" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Aggiornamento della cache del filesystem in corso..." diff --git a/l10n/it/lib.po b/l10n/it/lib.po index 84dacdb52d..e119006c71 100644 --- a/l10n/it/lib.po +++ b/l10n/it/lib.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-25 19:18-0400\n" -"PO-Revision-Date: 2013-08-25 23:18+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-29 19:30+0000\n" +"Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,11 +24,11 @@ msgstr "" msgid "" "App \"%s\" can't be installed because it is not compatible with this version" " of ownCloud." -msgstr "" +msgstr "L'applicazione \"%s\" non può essere installata poiché non è compatibile con questa versione di ownCloud." #: app.php:250 msgid "No app name specified" -msgstr "" +msgstr "Il nome dell'applicazione non è specificato" #: app.php:361 msgid "Help" @@ -88,38 +88,38 @@ msgstr "Scarica i file in blocchi più piccoli, separatamente o chiedi al tuo am #: installer.php:63 msgid "No source specified when installing app" -msgstr "" +msgstr "Nessuna fonte specificata durante l'installazione dell'applicazione" #: installer.php:70 msgid "No href specified when installing app from http" -msgstr "" +msgstr "Nessun href specificato durante l'installazione dell'applicazione da http" #: installer.php:75 msgid "No path specified when installing app from local file" -msgstr "" +msgstr "Nessun percorso specificato durante l'installazione dell'applicazione da file locale" #: installer.php:89 #, php-format msgid "Archives of type %s are not supported" -msgstr "" +msgstr "Gli archivi di tipo %s non sono supportati" #: installer.php:103 msgid "Failed to open archive when installing app" -msgstr "" +msgstr "Apertura archivio non riuscita durante l'installazione dell'applicazione" #: installer.php:123 msgid "App does not provide an info.xml file" -msgstr "" +msgstr "L'applicazione non fornisce un file info.xml" #: installer.php:129 msgid "App can't be installed because of not allowed code in the App" -msgstr "" +msgstr "L'applicazione non può essere installata a causa di codice non consentito al suo interno" #: installer.php:138 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" -msgstr "" +msgstr "L'applicazione non può essere installata poiché non è compatibile con questa versione di ownCloud" #: installer.php:144 msgid "" @@ -131,16 +131,16 @@ msgstr "" msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" -msgstr "" +msgstr "L'applicazione non può essere installata poiché la versione in info.xml/version non è la stessa riportata dall'app store" #: installer.php:160 msgid "App directory already exists" -msgstr "" +msgstr "La cartella dell'applicazione esiste già" #: installer.php:173 #, php-format msgid "Can't create app folder. Please fix permissions. %s" -msgstr "" +msgstr "Impossibile creare la cartella dell'applicazione. Correggi i permessi. %s" #: json.php:28 msgid "Application is not enabled" diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po index 30dbfefeed..7effb5774b 100644 --- a/l10n/ja_JP/core.po +++ b/l10n/ja_JP/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -26,6 +26,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%sが あなたと »%s«を共有しました" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "個人" msgid "Users" msgstr "ユーザ" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "アプリ" @@ -600,10 +604,6 @@ msgstr "%s が利用可能です。更新方法に関してさらに情報を取 msgid "Log out" msgstr "ログアウト" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "他のアプリ" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "自動ログインは拒否されました!" @@ -618,19 +618,19 @@ msgstr "最近パスワードを変更していない場合、あなたのアカ msgid "Please change your password to secure your account again." msgstr "アカウント保護の為、パスワードを再度の変更をお願いいたします。" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "パスワードを忘れましたか?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "パスワードを記憶する" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "ログイン" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "代替ログイン" diff --git a/l10n/ja_JP/files.po b/l10n/ja_JP/files.po index 9212428332..b8591173f3 100644 --- a/l10n/ja_JP/files.po +++ b/l10n/ja_JP/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -79,7 +79,11 @@ msgstr "ディスクへの書き込みに失敗しました" msgid "Not enough storage available" msgstr "ストレージに十分な空き容量がありません" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "無効なディレクトリです。" @@ -99,20 +103,20 @@ msgstr "利用可能なスペースが十分にありません" msgid "Upload cancelled." msgstr "アップロードはキャンセルされました。" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URLは空にできません。" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "無効なフォルダ名です。'Shared' の利用はownCloudで予約済みです" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "エラー" @@ -128,40 +132,54 @@ 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:573 msgid "Pending" msgstr "中断" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} はすでに存在しています" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "置き換え" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "推奨名称" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "キャンセル" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{old_name} を {new_name} に置換" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "元に戻す" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n個のフォルダ" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n個のファイル" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n 個のファイルをアップロード中" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "ファイルをアップロード中" @@ -211,16 +229,6 @@ msgstr "サイズ" msgid "Modified" msgstr "変更" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n個のフォルダ" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n個のファイル" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -324,22 +332,6 @@ msgstr "ファイルをスキャンしています、しばらくお待ちくだ msgid "Current scanning" msgstr "スキャン中" -#: templates/part.list.php:74 -msgid "directory" -msgstr "ディレクトリ" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "ディレクトリ" - -#: templates/part.list.php:85 -msgid "file" -msgstr "ファイル" - -#: templates/part.list.php:87 -msgid "files" -msgstr "ファイル" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "ファイルシステムキャッシュを更新中..." diff --git a/l10n/ka/core.po b/l10n/ka/core.po index d913c55a78..d8e9583737 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -463,7 +467,7 @@ msgstr "პერსონა" msgid "Users" msgstr "მომხმარებლები" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -596,10 +600,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -614,19 +614,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ka/files.po b/l10n/ka/files.po index 168581e96b..8189ecec47 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,40 +127,54 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -206,16 +224,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -319,22 +327,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/ka_GE/core.po b/l10n/ka_GE/core.po index fc18e19a2f..5611a46795 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -463,7 +467,7 @@ msgstr "პირადი" msgid "Users" msgstr "მომხმარებელი" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "აპლიკაციები" @@ -596,10 +600,6 @@ msgstr "" msgid "Log out" msgstr "გამოსვლა" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "ავტომატური შესვლა უარყოფილია!" @@ -614,19 +614,19 @@ msgstr "თუ თქვენ არ შეცვლით პაროლს, msgid "Please change your password to secure your account again." msgstr "გთხოვთ შეცვალოთ თქვენი პაროლი, თქვენი ანგარიშის დასაცავად." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "დაგავიწყდათ პაროლი?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "დამახსოვრება" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "შესვლა" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "ალტერნატიული Login–ი" diff --git a/l10n/ka_GE/files.po b/l10n/ka_GE/files.po index a2608f1795..b162233b9c 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "შეცდომა დისკზე ჩაწერისას" msgid "Not enough storage available" msgstr "საცავში საკმარისი ადგილი არ არის" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "დაუშვებელი დირექტორია." @@ -94,20 +98,20 @@ msgstr "საკმარისი ადგილი არ არის" msgid "Upload cancelled." msgstr "ატვირთვა შეჩერებულ იქნა." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "მიმდინარეობს ფაილის ატვირთვა. სხვა გვერდზე გადასვლა გამოიწვევს ატვირთვის შეჩერებას" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL არ შეიძლება იყოს ცარიელი." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "შეცდომა" @@ -123,40 +127,54 @@ 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:573 msgid "Pending" msgstr "მოცდის რეჟიმში" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} უკვე არსებობს" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "შეცვლა" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "სახელის შემოთავაზება" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "უარყოფა" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{new_name} შეცვლილია {old_name}–ით" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "დაბრუნება" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "ფაილები იტვირთება" @@ -206,16 +224,6 @@ msgstr "ზომა" msgid "Modified" msgstr "შეცვლილია" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -319,22 +327,6 @@ msgstr "მიმდინარეობს ფაილების სკა msgid "Current scanning" msgstr "მიმდინარე სკანირება" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "ფაილური სისტემის ქეშის განახლება...." diff --git a/l10n/kn/core.po b/l10n/kn/core.po index 173c3cebfd..7e2f5e0cca 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -463,7 +467,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -596,10 +600,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -614,19 +614,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/kn/files.po b/l10n/kn/files.po index 293b737fe1..59f02ce2c4 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-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,40 +127,54 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -206,16 +224,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -319,22 +327,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/ko/core.po b/l10n/ko/core.po index fd2020b36d..414603b41d 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -465,7 +469,7 @@ msgstr "개인" msgid "Users" msgstr "사용자" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "앱" @@ -598,10 +602,6 @@ msgstr "" msgid "Log out" msgstr "로그아웃" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "자동 로그인이 거부되었습니다!" @@ -616,19 +616,19 @@ msgstr "최근에 암호를 변경하지 않았다면 계정이 탈취되었을 msgid "Please change your password to secure your account again." msgstr "계정의 안전을 위하여 암호를 변경하십시오." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "암호를 잊으셨습니까?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "기억하기" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "로그인" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "대체 " diff --git a/l10n/ko/files.po b/l10n/ko/files.po index 6141204cfa..f7c8401395 100644 --- a/l10n/ko/files.po +++ b/l10n/ko/files.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Sungjin Gang , 2013 -# Sungjin Gang , 2013 +# ujuc Gang , 2013 +# ujuc Gang , 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -76,7 +76,11 @@ msgstr "디스크에 쓰지 못했습니다" msgid "Not enough storage available" msgstr "저장소가 용량이 충분하지 않습니다." -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "올바르지 않은 디렉터리입니다." @@ -96,20 +100,20 @@ msgstr "여유 공간이 부족합니다" msgid "Upload cancelled." msgstr "업로드가 취소되었습니다." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL을 입력해야 합니다." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "오류" @@ -125,40 +129,54 @@ 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:573 msgid "Pending" msgstr "대기 중" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name}이(가) 이미 존재함" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "바꾸기" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "이름 제안" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "취소" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{old_name}이(가) {new_name}(으)로 대체됨" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "되돌리기" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "파일 업로드중" @@ -208,16 +226,6 @@ msgstr "크기" msgid "Modified" msgstr "수정됨" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -321,22 +329,6 @@ msgstr "파일을 검색하고 있습니다. 기다려 주십시오." msgid "Current scanning" msgstr "현재 검색" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "파일" - -#: templates/part.list.php:87 -msgid "files" -msgstr "파일" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "파일 시스템 캐시 업그레이드 중..." diff --git a/l10n/ku_IQ/core.po b/l10n/ku_IQ/core.po index 450c02ae9f..1948a8cf5e 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "" msgid "Users" msgstr "به‌كارهێنه‌ر" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "به‌رنامه‌كان" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "چوونەدەرەوە" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ku_IQ/files.po b/l10n/ku_IQ/files.po index b8a21fbbfc..b209e07c6f 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "ناونیشانی به‌سته‌ر نابێت به‌تاڵ بێت." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "هه‌ڵه" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/lb/core.po b/l10n/lb/core.po index 90c5408850..6acfd95e04 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -23,6 +23,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "Den/D' %s huet »%s« mat dir gedeelt" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -468,7 +472,7 @@ msgstr "Perséinlech" msgid "Users" msgstr "Benotzer" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Applikatiounen" @@ -601,10 +605,6 @@ msgstr "%s ass verfügbar. Kréi méi Informatiounen doriwwer wéi d'Aktualiséi msgid "Log out" msgstr "Ofmellen" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatesch Umeldung ofgeleent!" @@ -619,19 +619,19 @@ msgstr "Falls du däi Passwuert net viru kuerzem geännert hues, kéint däin Ac msgid "Please change your password to secure your account again." msgstr "Änner w.e.gl däi Passwuert fir däin Account nees ofzesécheren." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Passwuert vergiess?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "verhalen" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Umellen" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternativ Umeldungen" diff --git a/l10n/lb/files.po b/l10n/lb/files.po index 2b25a70819..02542786a6 100644 --- a/l10n/lb/files.po +++ b/l10n/lb/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "Konnt net op den Disk schreiwen" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "Upload ofgebrach." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "File Upload am gaang. Wann's de des Säit verléiss gëtt den Upload ofgebrach." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Fehler" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "ersetzen" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "ofbriechen" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "réckgängeg man" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "Gréisst" msgid "Modified" msgstr "Geännert" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "Fichieren gi gescannt, war weg." msgid "Current scanning" msgstr "Momentane Scan" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "Datei" - -#: templates/part.list.php:87 -msgid "files" -msgstr "Dateien" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po index fba54c74e3..493b46ace2 100644 --- a/l10n/lt_LT/core.po +++ b/l10n/lt_LT/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -25,6 +25,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s pasidalino »%s« su tavimi" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -474,7 +478,7 @@ msgstr "Asmeniniai" msgid "Users" msgstr "Vartotojai" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Programos" @@ -607,10 +611,6 @@ msgstr "%s yra prieinama. Gaukite daugiau informacijos apie atnaujinimą." msgid "Log out" msgstr "Atsijungti" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Daugiau programų" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatinis prisijungimas atmestas!" @@ -625,19 +625,19 @@ msgstr "Jei paskutinių metu nekeitėte savo slaptažodžio, Jūsų paskyra gali msgid "Please change your password to secure your account again." msgstr "Prašome pasikeisti slaptažodį dar kartą, dėl paskyros saugumo." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Pamiršote slaptažodį?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "prisiminti" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Prisijungti" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternatyvūs prisijungimai" diff --git a/l10n/lt_LT/files.po b/l10n/lt_LT/files.po index d6f81df72f..6fe0fe9291 100644 --- a/l10n/lt_LT/files.po +++ b/l10n/lt_LT/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -75,7 +75,11 @@ msgstr "Nepavyko įrašyti į diską" msgid "Not enough storage available" msgstr "Nepakanka vietos serveryje" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Neteisingas aplankas" @@ -95,20 +99,20 @@ msgstr "Nepakanka vietos" msgid "Upload cancelled." msgstr "Įkėlimas atšauktas." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Failo įkėlimas pradėtas. Jei paliksite šį puslapį, įkėlimas nutrūks." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL negali būti tuščias." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Negalimas aplanko pavadinimas. 'Shared' pavadinimas yra rezervuotas ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Klaida" @@ -124,42 +128,60 @@ msgstr "Ištrinti negrįžtamai" msgid "Rename" msgstr "Pervadinti" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Laukiantis" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} jau egzistuoja" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "pakeisti" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "pasiūlyti pavadinimą" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "atšaukti" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "pakeiskite {new_name} į {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "anuliuoti" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "įkeliami failai" @@ -209,20 +231,6 @@ msgstr "Dydis" msgid "Modified" msgstr "Pakeista" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -326,22 +334,6 @@ msgstr "Skenuojami failai, prašome palaukti." msgid "Current scanning" msgstr "Šiuo metu skenuojama" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "failas" - -#: templates/part.list.php:87 -msgid "files" -msgstr "failai" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Atnaujinamas sistemos kešavimas..." diff --git a/l10n/lv/core.po b/l10n/lv/core.po index 6d064f72ab..689ad0da12 100644 --- a/l10n/lv/core.po +++ b/l10n/lv/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -23,6 +23,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s kopīgots »%s« ar jums" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -472,7 +476,7 @@ msgstr "Personīgi" msgid "Users" msgstr "Lietotāji" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Lietotnes" @@ -605,10 +609,6 @@ msgstr "%s ir pieejams. Uzziniet vairāk kā atjaunināt." msgid "Log out" msgstr "Izrakstīties" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Vairāk programmu" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automātiskā ierakstīšanās ir noraidīta!" @@ -623,19 +623,19 @@ msgstr "Ja neesat pēdējā laikā mainījis paroli, iespējams, ka jūsu konts msgid "Please change your password to secure your account again." msgstr "Lūdzu, nomainiet savu paroli, lai atkal nodrošinātu savu kontu." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Aizmirsāt paroli?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "atcerēties" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Ierakstīties" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternatīvās pieteikšanās" diff --git a/l10n/lv/files.po b/l10n/lv/files.po index a8d25e9c41..5eff48359d 100644 --- a/l10n/lv/files.po +++ b/l10n/lv/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -75,7 +75,11 @@ msgstr "Neizdevās saglabāt diskā" msgid "Not enough storage available" msgstr "Nav pietiekami daudz vietas" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Nederīga direktorija." @@ -95,20 +99,20 @@ msgstr "Nepietiek brīvas vietas" msgid "Upload cancelled." msgstr "Augšupielāde ir atcelta." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Notiek augšupielāde. Pametot lapu tagad, tiks atcelta augšupielāde." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL nevar būt tukšs." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Kļūdains mapes nosaukums. 'Shared' lietošana ir rezervēta no ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Kļūda" @@ -124,42 +128,60 @@ msgstr "Dzēst pavisam" msgid "Rename" msgstr "Pārsaukt" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Gaida savu kārtu" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} jau eksistē" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "aizvietot" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "ieteiktais nosaukums" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "atcelt" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "aizvietoja {new_name} ar {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "atsaukt" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n mapes" +msgstr[1] "%n mape" +msgstr[2] "%n mapes" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n faili" +msgstr[1] "%n fails" +msgstr[2] "%n faili" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n" msgstr[1] "Augšupielāde %n failu" msgstr[2] "Augšupielāde %n failus" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "fails augšupielādējas" @@ -209,20 +231,6 @@ msgstr "Izmērs" msgid "Modified" msgstr "Mainīts" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n mapes" -msgstr[1] "%n mape" -msgstr[2] "%n mapes" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n faili" -msgstr[1] "%n fails" -msgstr[2] "%n faili" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -326,22 +334,6 @@ msgstr "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet." msgid "Current scanning" msgstr "Šobrīd tiek caurskatīts" -#: templates/part.list.php:74 -msgid "directory" -msgstr "direktorija" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "direktorijas" - -#: templates/part.list.php:85 -msgid "file" -msgstr "fails" - -#: templates/part.list.php:87 -msgid "files" -msgstr "faili" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Uzlabo datņu sistēmas kešatmiņu..." diff --git a/l10n/mk/core.po b/l10n/mk/core.po index 16a948973c..c94527ab53 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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "Лично" msgid "Users" msgstr "Корисници" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Аппликации" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "Одјава" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Одбиена автоматска најава!" @@ -618,19 +618,19 @@ msgstr "Ако не сте ја промениле лозинката во ск msgid "Please change your password to secure your account again." msgstr "Ве молам сменете ја лозинката да ја обезбедите вашата сметка повторно." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Ја заборавивте лозинката?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "запамти" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Најава" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/mk/files.po b/l10n/mk/files.po index 32514622d6..19942eb2ca 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "Неуспеав да запишам на диск" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "Преземањето е прекинато." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Подигање на датотека е во тек. Напуштење на страницата ќе го прекине." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Адресата неможе да биде празна." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Грешка" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "Чека" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} веќе постои" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "замени" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "предложи име" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "откажи" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "заменета {new_name} со {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "врати" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "Големина" msgid "Modified" msgstr "Променето" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "Се скенираат датотеки, ве молам почекај msgid "Current scanning" msgstr "Моментално скенирам" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "датотека" - -#: templates/part.list.php:87 -msgid "files" -msgstr "датотеки" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/ml_IN/core.po b/l10n/ml_IN/core.po index 9ad45f5453..1e8a07eb01 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ml_IN/files.po b/l10n/ml_IN/files.po index 141b28bd76..6f1d3f841e 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-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po index 93497a4ddd..0e3255b6eb 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -463,7 +467,7 @@ msgstr "Peribadi" msgid "Users" msgstr "Pengguna" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplikasi" @@ -596,10 +600,6 @@ msgstr "" msgid "Log out" msgstr "Log keluar" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -614,19 +614,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Hilang kata laluan?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "ingat" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Log masuk" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po index a199e2b8ac..ce73924876 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "Gagal untuk disimpan" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "Muatnaik dibatalkan." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Ralat" @@ -123,40 +127,54 @@ 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:573 msgid "Pending" msgstr "Dalam proses" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "ganti" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "Batal" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -206,16 +224,6 @@ msgstr "Saiz" msgid "Modified" msgstr "Dimodifikasi" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -319,22 +327,6 @@ msgstr "Fail sedang diimbas, harap bersabar." msgid "Current scanning" msgstr "Imbasan semasa" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "fail" - -#: templates/part.list.php:87 -msgid "files" -msgstr "fail" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/my_MM/core.po b/l10n/my_MM/core.po index 9731f51472..4a7e283b44 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+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" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -463,7 +467,7 @@ msgstr "" msgid "Users" msgstr "သုံးစွဲသူ" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Apps" @@ -596,10 +600,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -614,19 +614,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "သင်၏စကားဝှက်ပျောက်သွားပြီလား။" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "မှတ်မိစေသည်" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "ဝင်ရောက်ရန်" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/my_MM/files.po b/l10n/my_MM/files.po index b3e7927bbe..65da5b1877 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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+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" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,40 +127,54 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -206,16 +224,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -319,22 +327,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po index 39afa61d12..4bd2753d75 100644 --- a/l10n/nb_NO/core.po +++ b/l10n/nb_NO/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -23,6 +23,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s delte »%s« med deg" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -468,7 +472,7 @@ msgstr "Personlig" msgid "Users" msgstr "Brukere" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Apper" @@ -601,10 +605,6 @@ msgstr "" msgid "Log out" msgstr "Logg ut" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatisk pålogging avvist!" @@ -619,19 +619,19 @@ msgstr "Hvis du ikke har endret passordet ditt nylig kan kontoen din være kompr msgid "Please change your password to secure your account again." msgstr "Vennligst skift passord for å gjøre kontoen din sikker igjen." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Mistet passordet ditt?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "husk" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Logg inn" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/nb_NO/files.po b/l10n/nb_NO/files.po index 4485c76201..c59874212b 100644 --- a/l10n/nb_NO/files.po +++ b/l10n/nb_NO/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,11 @@ msgstr "Klarte ikke å skrive til disk" msgid "Not enough storage available" msgstr "Ikke nok lagringsplass" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Ugyldig katalog." @@ -97,20 +101,20 @@ msgstr "Ikke nok lagringsplass" msgid "Upload cancelled." msgstr "Opplasting avbrutt." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Filopplasting pågår. Forlater du siden nå avbrytes opplastingen." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL-en kan ikke være tom." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Ugyldig mappenavn. Bruk av \"Shared\" er reservert av ownCloud." -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Feil" @@ -126,41 +130,57 @@ msgstr "Slett permanent" msgid "Rename" msgstr "Gi nytt navn" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Ventende" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} finnes allerede" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "erstatt" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "foreslå navn" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "avbryt" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "erstattet {new_name} med {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "angre" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n mappe" +msgstr[1] "%n mapper" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n fil" +msgstr[1] "%n filer" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Laster opp %n fil" msgstr[1] "Laster opp %n filer" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "filer lastes opp" @@ -210,18 +230,6 @@ msgstr "Størrelse" msgid "Modified" msgstr "Endret" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n mappe" -msgstr[1] "%n mapper" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n fil" -msgstr[1] "%n filer" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -325,22 +333,6 @@ msgstr "Skanner filer, vennligst vent." msgid "Current scanning" msgstr "Pågående skanning" -#: templates/part.list.php:74 -msgid "directory" -msgstr "katalog" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "kataloger" - -#: templates/part.list.php:85 -msgid "file" -msgstr "fil" - -#: templates/part.list.php:87 -msgid "files" -msgstr "filer" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Oppgraderer filsystemets mellomlager..." diff --git a/l10n/ne/core.po b/l10n/ne/core.po index fe95a40004..5183d02893 100644 --- a/l10n/ne/core.po +++ b/l10n/ne/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ne/files.po b/l10n/ne/files.po index f5777db036..16ee274737 100644 --- a/l10n/ne/files.po +++ b/l10n/ne/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/nl/core.po b/l10n/nl/core.po index 29c60b93ff..340455fdb1 100644 --- a/l10n/nl/core.po +++ b/l10n/nl/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -25,6 +25,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s deelde »%s« met jou" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -470,7 +474,7 @@ msgstr "Persoonlijk" msgid "Users" msgstr "Gebruikers" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Apps" @@ -603,10 +607,6 @@ msgstr "%s is beschikbaar. Verkrijg meer informatie over het bijwerken." msgid "Log out" msgstr "Afmelden" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Meer applicaties" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatische aanmelding geweigerd!" @@ -621,19 +621,19 @@ msgstr "Als je je wachtwoord niet onlangs heeft aangepast, kan je account overge msgid "Please change your password to secure your account again." msgstr "Wijzig je wachtwoord zodat je account weer beveiligd is." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Wachtwoord vergeten?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "onthoud gegevens" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Meld je aan" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternatieve inlogs" diff --git a/l10n/nl/files.po b/l10n/nl/files.po index 963583df01..1ef60e724a 100644 --- a/l10n/nl/files.po +++ b/l10n/nl/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,11 @@ msgstr "Schrijven naar schijf mislukt" msgid "Not enough storage available" msgstr "Niet genoeg opslagruimte beschikbaar" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Ongeldige directory." @@ -96,20 +100,20 @@ msgstr "Niet genoeg ruimte beschikbaar" msgid "Upload cancelled." msgstr "Uploaden geannuleerd." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Bestandsupload is bezig. Wanneer de pagina nu verlaten wordt, stopt de upload." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL kan niet leeg zijn." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Ongeldige mapnaam. Gebruik van 'Gedeeld' is voorbehouden aan Owncloud zelf" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Fout" @@ -125,41 +129,57 @@ msgstr "Verwijder definitief" msgid "Rename" msgstr "Hernoem" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "In behandeling" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} bestaat al" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "vervang" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "Stel een naam voor" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "annuleren" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "verving {new_name} met {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "ongedaan maken" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "%n mappen" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "%n bestanden" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n bestand aan het uploaden" msgstr[1] "%n bestanden aan het uploaden" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "bestanden aan het uploaden" @@ -209,18 +229,6 @@ msgstr "Grootte" msgid "Modified" msgstr "Aangepast" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "%n mappen" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "%n bestanden" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -324,22 +332,6 @@ msgstr "Bestanden worden gescand, even wachten." msgid "Current scanning" msgstr "Er wordt gescand" -#: templates/part.list.php:74 -msgid "directory" -msgstr "directory" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "directories" - -#: templates/part.list.php:85 -msgid "file" -msgstr "bestand" - -#: templates/part.list.php:87 -msgid "files" -msgstr "bestanden" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Upgraden bestandssysteem cache..." diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po index 8a9fabb4af..dd3e636cc4 100644 --- a/l10n/nn_NO/core.po +++ b/l10n/nn_NO/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -469,7 +473,7 @@ msgstr "Personleg" msgid "Users" msgstr "Brukarar" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Program" @@ -602,10 +606,6 @@ msgstr "%s er tilgjengeleg. Få meir informasjon om korleis du oppdaterer." msgid "Log out" msgstr "Logg ut" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatisk innlogging avvist!" @@ -620,19 +620,19 @@ msgstr "Viss du ikkje endra passordet ditt nyleg, så kan kontoen din vera kompr msgid "Please change your password to secure your account again." msgstr "Ver venleg og endra passordet for å gjera kontoen din trygg igjen." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Gløymt passordet?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "hugs" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Logg inn" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternative innloggingar" diff --git a/l10n/nn_NO/files.po b/l10n/nn_NO/files.po index 1a2e3f21ed..be3bfcba3e 100644 --- a/l10n/nn_NO/files.po +++ b/l10n/nn_NO/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,11 @@ msgstr "Klarte ikkje skriva til disk" msgid "Not enough storage available" msgstr "Ikkje nok lagringsplass tilgjengeleg" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Ugyldig mappe." @@ -96,20 +100,20 @@ msgstr "Ikkje nok lagringsplass tilgjengeleg" msgid "Upload cancelled." msgstr "Opplasting avbroten." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Fila lastar no opp. Viss du forlèt sida no vil opplastinga verta avbroten." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Nettadressa kan ikkje vera tom." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Ugyldig mappenamn. Mappa «Shared» er reservert av ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Feil" @@ -125,41 +129,57 @@ msgstr "Slett for godt" msgid "Rename" msgstr "Endra namn" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Under vegs" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} finst allereie" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "byt ut" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "føreslå namn" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "avbryt" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "bytte ut {new_name} med {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "angre" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "filer lastar opp" @@ -209,18 +229,6 @@ msgstr "Storleik" msgid "Modified" msgstr "Endra" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -324,22 +332,6 @@ msgstr "Skannar filer, ver venleg og vent." msgid "Current scanning" msgstr "Køyrande skanning" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Oppgraderer mellomlageret av filsystemet …" diff --git a/l10n/oc/core.po b/l10n/oc/core.po index f05370e666..f419c3efaf 100644 --- a/l10n/oc/core.po +++ b/l10n/oc/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "Personal" msgid "Users" msgstr "Usancièrs" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Apps" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "Sortida" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "L'as perdut lo senhal ?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "bremba-te" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Dintrada" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/oc/files.po b/l10n/oc/files.po index 457161c53a..d33b8a7f8a 100644 --- a/l10n/oc/files.po +++ b/l10n/oc/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "L'escriptura sul disc a fracassat" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "Amontcargar anullat." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Un amontcargar es a se far. Daissar aquesta pagina ara tamparà lo cargament. " -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Error" @@ -123,41 +127,57 @@ msgstr "" msgid "Rename" msgstr "Torna nomenar" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Al esperar" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "remplaça" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "nom prepausat" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "anulla" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "defar" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "fichièrs al amontcargar" @@ -207,18 +227,6 @@ msgstr "Talha" msgid "Modified" msgstr "Modificat" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "Los fiichièrs son a èsser explorats, " msgid "Current scanning" msgstr "Exploracion en cors" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "fichièr" - -#: templates/part.list.php:87 -msgid "files" -msgstr "fichièrs" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/pl/core.po b/l10n/pl/core.po index 262ba294d2..edaed21e00 100644 --- a/l10n/pl/core.po +++ b/l10n/pl/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s Współdzielone »%s« z tobą" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -473,7 +477,7 @@ msgstr "Osobiste" msgid "Users" msgstr "Użytkownicy" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplikacje" @@ -606,10 +610,6 @@ msgstr "%s jest dostępna. Dowiedz się więcej na temat aktualizacji." msgid "Log out" msgstr "Wyloguj" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Więcej aplikacji" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatyczne logowanie odrzucone!" @@ -624,19 +624,19 @@ msgstr "Jeśli hasło było dawno niezmieniane, twoje konto może być zagrożon msgid "Please change your password to secure your account again." msgstr "Zmień swoje hasło, aby ponownie zabezpieczyć swoje konto." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Nie pamiętasz hasła?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "pamiętaj" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Zaloguj" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternatywne loginy" diff --git a/l10n/pl/files.po b/l10n/pl/files.po index 201660307e..fc48660989 100644 --- a/l10n/pl/files.po +++ b/l10n/pl/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,11 @@ msgstr "Błąd zapisu na dysk" msgid "Not enough storage available" msgstr "Za mało dostępnego miejsca" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Zła ścieżka." @@ -96,20 +100,20 @@ msgstr "Za mało miejsca" msgid "Upload cancelled." msgstr "Wczytywanie anulowane." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Wysyłanie pliku jest w toku. Jeśli opuścisz tę stronę, wysyłanie zostanie przerwane." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL nie może być pusty." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Nieprawidłowa nazwa folderu. Wykorzystanie 'Shared' jest zarezerwowane przez ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Błąd" @@ -125,42 +129,60 @@ msgstr "Trwale usuń" msgid "Rename" msgstr "Zmień nazwę" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Oczekujące" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} już istnieje" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "zastąp" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "zasugeruj nazwę" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "anuluj" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "zastąpiono {new_name} przez {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "cofnij" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "pliki wczytane" @@ -210,20 +232,6 @@ msgstr "Rozmiar" msgid "Modified" msgstr "Modyfikacja" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -327,22 +335,6 @@ msgstr "Skanowanie plików, proszę czekać." msgid "Current scanning" msgstr "Aktualnie skanowane" -#: templates/part.list.php:74 -msgid "directory" -msgstr "Katalog" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "Katalogi" - -#: templates/part.list.php:85 -msgid "file" -msgstr "plik" - -#: templates/part.list.php:87 -msgid "files" -msgstr "pliki" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Uaktualnianie plików pamięci podręcznej..." diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po index f39dcf5386..44989e4aad 100644 --- a/l10n/pt_BR/core.po +++ b/l10n/pt_BR/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s compartilhou »%s« com você" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -469,7 +473,7 @@ msgstr "Pessoal" msgid "Users" msgstr "Usuários" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplicações" @@ -602,10 +606,6 @@ msgstr "%s está disponível. Obtenha mais informações sobre como atualizar." msgid "Log out" msgstr "Sair" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Mais aplicativos" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Entrada Automática no Sistema Rejeitada!" @@ -620,19 +620,19 @@ msgstr "Se você não mudou a sua senha recentemente, a sua conta pode estar com msgid "Please change your password to secure your account again." msgstr "Por favor troque sua senha para tornar sua conta segura novamente." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Esqueceu sua senha?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "lembrar" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Fazer login" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Logins alternativos" diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po index 1b16070f4e..5f0718ae9d 100644 --- a/l10n/pt_BR/files.po +++ b/l10n/pt_BR/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,11 @@ msgstr "Falha ao escrever no disco" msgid "Not enough storage available" msgstr "Espaço de armazenamento insuficiente" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Diretório inválido." @@ -97,20 +101,20 @@ msgstr "Espaço de armazenamento insuficiente" msgid "Upload cancelled." msgstr "Envio cancelado." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Upload em andamento. Sair da página agora resultará no cancelamento do envio." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL não pode ficar em branco" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Nome de pasta inválido. O uso do nome 'Compartilhado' é reservado ao ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Erro" @@ -126,41 +130,57 @@ msgstr "Excluir permanentemente" msgid "Rename" msgstr "Renomear" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Pendente" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} já existe" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "substituir" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "sugerir nome" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "cancelar" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "Substituído {old_name} por {new_name} " -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "desfazer" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "enviando arquivos" @@ -210,18 +230,6 @@ msgstr "Tamanho" msgid "Modified" msgstr "Modificado" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -325,22 +333,6 @@ msgstr "Arquivos sendo escaneados, por favor aguarde." msgid "Current scanning" msgstr "Scanning atual" -#: templates/part.list.php:74 -msgid "directory" -msgstr "diretório" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "diretórios" - -#: templates/part.list.php:85 -msgid "file" -msgstr "arquivo" - -#: templates/part.list.php:87 -msgid "files" -msgstr "arquivos" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Atualizando cache do sistema de arquivos..." diff --git a/l10n/pt_PT/core.po b/l10n/pt_PT/core.po index 75b60246ea..e188e5ccc3 100644 --- a/l10n/pt_PT/core.po +++ b/l10n/pt_PT/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -26,6 +26,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s partilhado »%s« contigo" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -471,7 +475,7 @@ msgstr "Pessoal" msgid "Users" msgstr "Utilizadores" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplicações" @@ -604,10 +608,6 @@ msgstr "%s está disponível. Tenha mais informações como actualizar." msgid "Log out" msgstr "Sair" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Login automático rejeitado!" @@ -622,19 +622,19 @@ msgstr "Se não mudou a sua palavra-passe recentemente, a sua conta pode ter sid msgid "Please change your password to secure your account again." msgstr "Por favor mude a sua palavra-passe para assegurar a sua conta de novo." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Esqueceu-se da sua password?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "lembrar" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Entrar" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Contas de acesso alternativas" diff --git a/l10n/pt_PT/files.po b/l10n/pt_PT/files.po index 8d4a96c779..78b0893041 100644 --- a/l10n/pt_PT/files.po +++ b/l10n/pt_PT/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,11 @@ msgstr "Falhou a escrita no disco" msgid "Not enough storage available" msgstr "Não há espaço suficiente em disco" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Directório Inválido" @@ -96,20 +100,20 @@ msgstr "Espaço em disco insuficiente!" msgid "Upload cancelled." msgstr "Envio cancelado." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Envio de ficheiro em progresso. Irá cancelar o envio se sair da página agora." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "O URL não pode estar vazio." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Nome da pasta inválido. Palavra 'Shared' é reservado pela ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Erro" @@ -125,41 +129,57 @@ msgstr "Eliminar permanentemente" msgid "Rename" msgstr "Renomear" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Pendente" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "O nome {new_name} já existe" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "substituir" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "sugira um nome" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "cancelar" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "substituido {new_name} por {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "desfazer" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "A enviar os ficheiros" @@ -209,18 +229,6 @@ msgstr "Tamanho" msgid "Modified" msgstr "Modificado" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -324,22 +332,6 @@ msgstr "Os ficheiros estão a ser analisados, por favor aguarde." msgid "Current scanning" msgstr "Análise actual" -#: templates/part.list.php:74 -msgid "directory" -msgstr "diretório" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "diretórios" - -#: templates/part.list.php:85 -msgid "file" -msgstr "ficheiro" - -#: templates/part.list.php:87 -msgid "files" -msgstr "ficheiros" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Atualizar cache do sistema de ficheiros..." diff --git a/l10n/ro/core.po b/l10n/ro/core.po index c59794b27a..93a50da14d 100644 --- a/l10n/ro/core.po +++ b/l10n/ro/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -26,6 +26,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s Partajat »%s« cu tine de" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -475,7 +479,7 @@ msgstr "Personal" msgid "Users" msgstr "Utilizatori" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplicații" @@ -608,10 +612,6 @@ msgstr "%s este disponibil. Vezi mai multe informații despre procesul de actual msgid "Log out" msgstr "Ieșire" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Autentificare automată respinsă!" @@ -626,19 +626,19 @@ msgstr "Dacă nu ți-ai schimbat parola recent, contul tău ar putea fi compromi msgid "Please change your password to secure your account again." msgstr "Te rog schimbă-ți parola pentru a-ți securiza din nou contul." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Ai uitat parola?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "amintește" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Autentificare" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Conectări alternative" diff --git a/l10n/ro/files.po b/l10n/ro/files.po index 83791045a8..6c1b9795da 100644 --- a/l10n/ro/files.po +++ b/l10n/ro/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,11 @@ msgstr "Eroare la scriere pe disc" msgid "Not enough storage available" msgstr "Nu este suficient spațiu disponibil" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Director invalid." @@ -97,20 +101,20 @@ msgstr "Nu este suficient spațiu disponibil" msgid "Upload cancelled." msgstr "Încărcare anulată." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Fișierul este în curs de încărcare. Părăsirea paginii va întrerupe încărcarea." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Adresa URL nu poate fi goală." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Nume de dosar invalid. Utilizarea 'Shared' e rezervată de ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Eroare" @@ -126,42 +130,60 @@ msgstr "Stergere permanenta" msgid "Rename" msgstr "Redenumire" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "În așteptare" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} deja exista" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "înlocuire" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "sugerează nume" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "anulare" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{new_name} inlocuit cu {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "Anulează ultima acțiune" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "fișiere se încarcă" @@ -211,20 +233,6 @@ msgstr "Dimensiune" msgid "Modified" msgstr "Modificat" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -328,22 +336,6 @@ msgstr "Fișierele sunt scanate, te rog așteptă." msgid "Current scanning" msgstr "În curs de scanare" -#: templates/part.list.php:74 -msgid "directory" -msgstr "catalog" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "cataloage" - -#: templates/part.list.php:85 -msgid "file" -msgstr "fișier" - -#: templates/part.list.php:87 -msgid "files" -msgstr "fișiere" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Modernizare fisiere de sistem cache.." diff --git a/l10n/ru/core.po b/l10n/ru/core.po index 5766701217..59c411b720 100644 --- a/l10n/ru/core.po +++ b/l10n/ru/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -30,6 +30,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s поделился »%s« с вами" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -479,7 +483,7 @@ msgstr "Личное" msgid "Users" msgstr "Пользователи" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Приложения" @@ -612,10 +616,6 @@ msgstr "%s доступно. Получить дополнительную ин msgid "Log out" msgstr "Выйти" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Ещё приложения" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Автоматический вход в систему отключен!" @@ -630,19 +630,19 @@ msgstr "Если Вы недавно не меняли свой пароль, т msgid "Please change your password to secure your account again." msgstr "Пожалуйста, смените пароль, чтобы обезопасить свою учетную запись." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Забыли пароль?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "запомнить" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Войти" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Альтернативные имена пользователя" diff --git a/l10n/ru/files.po b/l10n/ru/files.po index 50051315f0..7a7e2c74f9 100644 --- a/l10n/ru/files.po +++ b/l10n/ru/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -79,7 +79,11 @@ msgstr "Ошибка записи на диск" msgid "Not enough storage available" msgstr "Недостаточно доступного места в хранилище" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Неправильный каталог." @@ -99,20 +103,20 @@ msgstr "Недостаточно свободного места" msgid "Upload cancelled." msgstr "Загрузка отменена." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Файл в процессе загрузки. Покинув страницу вы прервёте загрузку." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Ссылка не может быть пустой." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Неправильное имя каталога. Имя 'Shared' зарезервировано." -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Ошибка" @@ -128,42 +132,60 @@ 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:573 msgid "Pending" msgstr "Ожидание" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} уже существует" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "заменить" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "предложить название" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "отмена" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "заменено {new_name} на {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "отмена" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n папка" +msgstr[1] "%n папки" +msgstr[2] "%n папок" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n файл" +msgstr[1] "%n файла" +msgstr[2] "%n файлов" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Закачка %n файла" msgstr[1] "Закачка %n файлов" msgstr[2] "Закачка %n файлов" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "файлы загружаются" @@ -213,20 +235,6 @@ msgstr "Размер" msgid "Modified" msgstr "Изменён" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n папка" -msgstr[1] "%n папки" -msgstr[2] "%n папок" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n файл" -msgstr[1] "%n файла" -msgstr[2] "%n файлов" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -330,22 +338,6 @@ msgstr "Подождите, файлы сканируются." msgid "Current scanning" msgstr "Текущее сканирование" -#: templates/part.list.php:74 -msgid "directory" -msgstr "директория" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "директории" - -#: templates/part.list.php:85 -msgid "file" -msgstr "файл" - -#: templates/part.list.php:87 -msgid "files" -msgstr "файлы" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Обновление кэша файловой системы..." diff --git a/l10n/si_LK/core.po b/l10n/si_LK/core.po index c5c0acad45..613e055500 100644 --- a/l10n/si_LK/core.po +++ b/l10n/si_LK/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "පෞද්ගලික" msgid "Users" msgstr "පරිශීලකයන්" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "යෙදුම්" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "නික්මීම" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "මුරපදය අමතකද?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "මතක තබාගන්න" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "ප්‍රවේශවන්න" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/si_LK/files.po b/l10n/si_LK/files.po index eaf1115c62..5a47ffe3d4 100644 --- a/l10n/si_LK/files.po +++ b/l10n/si_LK/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "තැටිගත කිරීම අසාර්ථකයි" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "උඩුගත කිරීම අත් හරින්න ලදී" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "උඩුගතකිරීමක් සිදුවේ. පිටුව හැර යාමෙන් එය නැවතෙනු ඇත" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "යොමුව හිස් විය නොහැක" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "දෝෂයක්" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "ප්‍රතිස්ථාපනය කරන්න" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "නමක් යෝජනා කරන්න" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "අත් හරින්න" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "නිෂ්ප්‍රභ කරන්න" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "ප්‍රමාණය" msgid "Modified" msgstr "වෙනස් කළ" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "ගොනු පරික්ෂා කෙරේ. මඳක් රැඳ msgid "Current scanning" msgstr "වර්තමාන පරික්ෂාව" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "ගොනුව" - -#: templates/part.list.php:87 -msgid "files" -msgstr "ගොනු" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/sk/core.po b/l10n/sk/core.po index 66e30ab46b..921159e7c4 100644 --- a/l10n/sk/core.po +++ b/l10n/sk/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -471,7 +475,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -604,10 +608,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -622,19 +622,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/sk/files.po b/l10n/sk/files.po index 42edcfa625..17be34bd16 100644 --- a/l10n/sk/files.po +++ b/l10n/sk/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,42 +127,60 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -208,20 +230,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -325,22 +333,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po index 83405bcf1c..0c6bbe58a8 100644 --- a/l10n/sk_SK/core.po +++ b/l10n/sk_SK/core.po @@ -4,12 +4,13 @@ # # Translators: # mhh , 2013 +# martin, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -23,30 +24,34 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s s Vami zdieľa »%s«" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" -msgstr "" +msgstr "Mód údržby zapnutý" #: ajax/update.php:14 msgid "Turned off maintenance mode" -msgstr "" +msgstr "Mód údržby vypnutý" #: ajax/update.php:17 msgid "Updated database" -msgstr "" +msgstr "Databáza aktualizovaná" #: ajax/update.php:20 msgid "Updating filecache, this may take really long..." -msgstr "" +msgstr "Aktualizácia \"filecache\", toto môže trvať dlhšie..." #: ajax/update.php:23 msgid "Updated filecache" -msgstr "" +msgstr "\"Filecache\" aktualizovaná" #: ajax/update.php:26 #, php-format msgid "... %d%% done ..." -msgstr "" +msgstr "... %d%% dokončených ..." #: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25 msgid "Category type not provided." @@ -472,7 +477,7 @@ msgstr "Osobné" msgid "Users" msgstr "Používatelia" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Aplikácie" @@ -605,10 +610,6 @@ msgstr "%s je dostupná. Získajte viac informácií k postupu aktualizáce." msgid "Log out" msgstr "Odhlásiť" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Viac aplikácií" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatické prihlásenie bolo zamietnuté!" @@ -623,19 +624,19 @@ msgstr "V nedávnej dobe ste nezmenili svoje heslo, Váš účet môže byť kom msgid "Please change your password to secure your account again." msgstr "Prosím, zmeňte svoje heslo pre opätovné zabezpečenie Vášho účtu" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Zabudli ste heslo?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "zapamätať" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Prihlásiť sa" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternatívne prihlasovanie" diff --git a/l10n/sk_SK/files.po b/l10n/sk_SK/files.po index 82282ef230..6b81e2d7ef 100644 --- a/l10n/sk_SK/files.po +++ b/l10n/sk_SK/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -75,7 +75,11 @@ msgstr "Zápis na disk sa nepodaril" msgid "Not enough storage available" msgstr "Nedostatok dostupného úložného priestoru" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Neplatný priečinok." @@ -95,20 +99,20 @@ msgstr "Nie je k dispozícii dostatok miesta" msgid "Upload cancelled." msgstr "Odosielanie zrušené." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Opustenie stránky zruší práve prebiehajúce odosielanie súboru." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL nemôže byť prázdne." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Neplatný názov priečinka. Názov \"Shared\" je rezervovaný pre ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Chyba" @@ -124,42 +128,60 @@ msgstr "Zmazať trvalo" msgid "Rename" msgstr "Premenovať" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Prebieha" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} už existuje" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "nahradiť" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "pomôcť s menom" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "zrušiť" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "prepísaný {new_name} súborom {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "vrátiť" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n priečinok" +msgstr[1] "%n priečinky" +msgstr[2] "%n priečinkov" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n súbor" +msgstr[1] "%n súbory" +msgstr[2] "%n súborov" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Nahrávam %n súbor" msgstr[1] "Nahrávam %n súbory" msgstr[2] "Nahrávam %n súborov" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "nahrávanie súborov" @@ -209,20 +231,6 @@ msgstr "Veľkosť" msgid "Modified" msgstr "Upravené" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n priečinok" -msgstr[1] "%n priečinky" -msgstr[2] "%n priečinkov" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n súbor" -msgstr[1] "%n súbory" -msgstr[2] "%n súborov" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -326,22 +334,6 @@ msgstr "Čakajte, súbory sú prehľadávané." msgid "Current scanning" msgstr "Práve prezerané" -#: templates/part.list.php:74 -msgid "directory" -msgstr "priečinok" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "priečinky" - -#: templates/part.list.php:85 -msgid "file" -msgstr "súbor" - -#: templates/part.list.php:87 -msgid "files" -msgstr "súbory" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Aktualizujem medzipamäť súborového systému..." diff --git a/l10n/sk_SK/files_encryption.po b/l10n/sk_SK/files_encryption.po index 40a9ba181d..7353664590 100644 --- a/l10n/sk_SK/files_encryption.po +++ b/l10n/sk_SK/files_encryption.po @@ -4,13 +4,14 @@ # # Translators: # mhh , 2013 +# martin, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-21 08:10-0400\n" -"PO-Revision-Date: 2013-08-19 19:20+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-28 18:40+0000\n" +"Last-Translator: martin\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -60,22 +61,22 @@ msgid "" "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." -msgstr "" +msgstr "Váš privátny kľúč je nesprávny! Pravdepodobne bolo zmenené vaše heslo mimo systému ownCloud (napr. váš korporátny adresár). Môžte aktualizovať vaše heslo privátneho kľúča v osobných nastaveniach za účelom obnovenia prístupu k zašifrovaným súborom." #: hooks/hooks.php:41 msgid "Missing requirements." -msgstr "" +msgstr "Chýbajúce požiadavky." #: hooks/hooks.php:42 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 "Prosím uistite sa, že PHP verzie 5.3.3 alebo novšej je nainštalované a tiež, že OpenSSL knižnica spolu z PHP rozšírením je povolená a konfigurovaná správne. Nateraz bola aplikácia šifrovania zablokovaná." #: hooks/hooks.php:249 msgid "Following users are not set up for encryption:" -msgstr "" +msgstr "Nasledujúci používatelia nie sú nastavení pre šifrovanie:" #: js/settings-admin.js:11 msgid "Saving..." @@ -89,7 +90,7 @@ msgstr "Váš súkromný kľúč je neplatný. Možno bolo Vaše heslo zmenené #: templates/invalid_private_key.php:7 msgid "You can unlock your private key in your " -msgstr "" +msgstr "Môžte odomknúť váš privátny kľúč v" #: templates/invalid_private_key.php:7 msgid "personal settings" @@ -102,11 +103,11 @@ msgstr "Šifrovanie" #: templates/settings-admin.php:10 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" -msgstr "" +msgstr "Povoliť obnovovací kľúč (umožňuje obnoviť používateľské súbory v prípade straty hesla):" #: templates/settings-admin.php:14 msgid "Recovery key password" -msgstr "" +msgstr "Heslo obnovovacieho kľúča" #: templates/settings-admin.php:21 templates/settings-personal.php:54 msgid "Enabled" @@ -118,15 +119,15 @@ msgstr "Zakázané" #: templates/settings-admin.php:34 msgid "Change recovery key password:" -msgstr "" +msgstr "Zmeniť heslo obnovovacieho kľúča:" #: templates/settings-admin.php:41 msgid "Old Recovery key password" -msgstr "" +msgstr "Staré heslo obnovovacieho kľúča" #: templates/settings-admin.php:48 msgid "New Recovery key password" -msgstr "" +msgstr "Nové heslo obnovovacieho kľúča" #: templates/settings-admin.php:53 msgid "Change Password" diff --git a/l10n/sk_SK/lib.po b/l10n/sk_SK/lib.po index b40d282cdd..0bfa7fd164 100644 --- a/l10n/sk_SK/lib.po +++ b/l10n/sk_SK/lib.po @@ -4,13 +4,14 @@ # # Translators: # mhh , 2013 +# martin, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-25 19:18-0400\n" -"PO-Revision-Date: 2013-08-25 23:18+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-28 18:40+0000\n" +"Last-Translator: martin\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,11 +24,11 @@ msgstr "" msgid "" "App \"%s\" can't be installed because it is not compatible with this version" " of ownCloud." -msgstr "" +msgstr "Aplikácia \"%s\" nemôže byť nainštalovaná kvôli nekompatibilite z danou verziou ownCloudu." #: app.php:250 msgid "No app name specified" -msgstr "" +msgstr "Nešpecifikované meno aplikácie" #: app.php:361 msgid "Help" @@ -87,59 +88,59 @@ msgstr "Stiahnite súbory po menších častiach, samostatne, alebo sa obráťte #: installer.php:63 msgid "No source specified when installing app" -msgstr "" +msgstr "Nešpecifikovaný zdroj pri inštalácii aplikácie" #: installer.php:70 msgid "No href specified when installing app from http" -msgstr "" +msgstr "Nešpecifikovaný atribút \"href\" pri inštalácii aplikácie pomocou protokolu \"http\"" #: installer.php:75 msgid "No path specified when installing app from local file" -msgstr "" +msgstr "Nešpecifikovaná cesta pri inštalácii aplikácie z lokálneho súboru" #: installer.php:89 #, php-format msgid "Archives of type %s are not supported" -msgstr "" +msgstr "Typ archívu %s nie je podporovaný" #: installer.php:103 msgid "Failed to open archive when installing app" -msgstr "" +msgstr "Zlyhanie pri otváraní archívu počas inštalácie aplikácie" #: installer.php:123 msgid "App does not provide an info.xml file" -msgstr "" +msgstr "Aplikácia neposkytuje súbor info.xml" #: installer.php:129 msgid "App can't be installed because of not allowed code in the App" -msgstr "" +msgstr "Aplikácia nemôže byť inštalovaná pre nepovolený kód v aplikácii" #: installer.php:138 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" -msgstr "" +msgstr "Aplikácia nemôže byť inštalovaná pre nekompatibilitu z danou verziou ownCloudu" #: installer.php:144 msgid "" "App can't be installed because it contains the true tag " "which is not allowed for non shipped apps" -msgstr "" +msgstr "Aplikácia nemôže byť inštalovaná pretože obsahuje pravý štítok, ktorý nie je povolený pre zaslané \"shipped\" aplikácie" #: installer.php:150 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" -msgstr "" +msgstr "Aplikácia nemôže byť inštalovaná pretože verzia v info.xml/version nezodpovedá verzii špecifikovanej v aplikačnom obchode" #: installer.php:160 msgid "App directory already exists" -msgstr "" +msgstr "Aplikačný adresár už existuje" #: installer.php:173 #, php-format msgid "Can't create app folder. Please fix permissions. %s" -msgstr "" +msgstr "Nemožno vytvoriť aplikačný priečinok. Prosím upravte povolenia. %s" #: json.php:28 msgid "Application is not enabled" diff --git a/l10n/sk_SK/settings.po b/l10n/sk_SK/settings.po index 456e726abf..809ca007cb 100644 --- a/l10n/sk_SK/settings.po +++ b/l10n/sk_SK/settings.po @@ -4,13 +4,14 @@ # # Translators: # mhh , 2013 +# martin, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-25 19:18-0400\n" -"PO-Revision-Date: 2013-08-25 23:18+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-28 18:11+0000\n" +"Last-Translator: martin\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -85,47 +86,47 @@ msgstr "Nie je možné odstrániť používateľa zo skupiny %s" msgid "Couldn't update app." msgstr "Nemožno aktualizovať aplikáciu." -#: js/apps.js:35 +#: js/apps.js:43 msgid "Update to {appversion}" msgstr "Aktualizovať na {appversion}" -#: js/apps.js:41 js/apps.js:74 js/apps.js:100 +#: js/apps.js:49 js/apps.js:82 js/apps.js:108 msgid "Disable" msgstr "Zakázať" -#: js/apps.js:41 js/apps.js:81 js/apps.js:94 js/apps.js:109 +#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117 msgid "Enable" msgstr "Zapnúť" -#: js/apps.js:63 +#: js/apps.js:71 msgid "Please wait...." msgstr "Čakajte prosím..." -#: js/apps.js:71 js/apps.js:72 js/apps.js:92 +#: js/apps.js:79 js/apps.js:80 js/apps.js:100 msgid "Error while disabling app" -msgstr "" +msgstr "Chyba pri zablokovaní aplikácie" -#: js/apps.js:91 js/apps.js:104 js/apps.js:105 +#: js/apps.js:99 js/apps.js:112 js/apps.js:113 msgid "Error while enabling app" -msgstr "" +msgstr "Chyba pri povoľovaní aplikácie" -#: js/apps.js:115 +#: js/apps.js:123 msgid "Updating...." msgstr "Aktualizujem..." -#: js/apps.js:118 +#: js/apps.js:126 msgid "Error while updating app" msgstr "chyba pri aktualizácii aplikácie" -#: js/apps.js:118 +#: js/apps.js:126 msgid "Error" msgstr "Chyba" -#: js/apps.js:119 templates/apps.php:43 +#: js/apps.js:127 templates/apps.php:43 msgid "Update" msgstr "Aktualizovať" -#: js/apps.js:122 +#: js/apps.js:130 msgid "Updated" msgstr "Aktualizované" @@ -480,7 +481,7 @@ msgstr "Šifrovanie" #: templates/personal.php:119 msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "" +msgstr "Šifrovacia aplikácia nie je povolená, dešifrujte všetky vaše súbory" #: templates/personal.php:125 msgid "Log-in password" diff --git a/l10n/sk_SK/user_ldap.po b/l10n/sk_SK/user_ldap.po index 0c495d4dbc..df53e53b60 100644 --- a/l10n/sk_SK/user_ldap.po +++ b/l10n/sk_SK/user_ldap.po @@ -4,13 +4,14 @@ # # Translators: # mhh , 2013 +# martin, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-19 15:06-0400\n" -"PO-Revision-Date: 2013-08-19 19:07+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-28 18:21+0000\n" +"Last-Translator: martin\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -156,7 +157,7 @@ msgstr "Filter prihlásenia používateľov" msgid "" "Defines the filter to apply, when login is attempted. %%uid replaces the " "username in the login action. Example: \"uid=%%uid\"" -msgstr "" +msgstr "Určuje použitý filter, pri pokuse o prihlásenie. %%uid nahradzuje používateľské meno v činnosti prihlásenia. Napríklad: \"uid=%%uid\"" #: templates/settings.php:55 msgid "User List Filter" @@ -166,7 +167,7 @@ msgstr "Filter zoznamov používateľov" msgid "" "Defines the filter to apply, when retrieving users (no placeholders). " "Example: \"objectClass=person\"" -msgstr "" +msgstr "Definuje použitý filter, pri získavaní používateľov (bez \"placeholderov\"). Napríklad: \"objectClass=osoba\"" #: templates/settings.php:59 msgid "Group Filter" @@ -176,7 +177,7 @@ msgstr "Filter skupiny" msgid "" "Defines the filter to apply, when retrieving groups (no placeholders). " "Example: \"objectClass=posixGroup\"" -msgstr "" +msgstr "Definuje použitý filter, pri získavaní skupín (bez \"placeholderov\"). Napríklad: \"objectClass=posixSkupina\"" #: templates/settings.php:66 msgid "Connection Settings" @@ -237,7 +238,7 @@ msgstr "Vypnúť overovanie SSL certifikátu." msgid "" "Not recommended, use it for testing only! If connection only works with this" " option, import the LDAP server's SSL certificate in your %s server." -msgstr "" +msgstr "Neodporúčané, použite iba pri testovaní! Pokiaľ spojenie funguje iba z daným nastavením, importujte SSL certifikát LDAP servera do vášho %s servera." #: templates/settings.php:76 msgid "Cache Time-To-Live" diff --git a/l10n/sl/core.po b/l10n/sl/core.po index 06c4333a9d..fa6ea1ad86 100644 --- a/l10n/sl/core.po +++ b/l10n/sl/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s je delil »%s« z vami" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -477,7 +481,7 @@ msgstr "Osebno" msgid "Users" msgstr "Uporabniki" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Programi" @@ -610,10 +614,6 @@ msgstr "%s je na voljo. Pridobite več podrobnosti za posodobitev." msgid "Log out" msgstr "Odjava" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Samodejno prijavljanje je zavrnjeno!" @@ -628,19 +628,19 @@ msgstr "V primeru, da gesla za dostop že nekaj časa niste spremenili, je raču msgid "Please change your password to secure your account again." msgstr "Spremenite geslo za izboljšanje zaščite računa." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Ali ste pozabili geslo?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "zapomni si" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Prijava" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Druge prijavne možnosti" diff --git a/l10n/sl/files.po b/l10n/sl/files.po index bf44c66320..1428fd2d73 100644 --- a/l10n/sl/files.po +++ b/l10n/sl/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -75,7 +75,11 @@ msgstr "Pisanje na disk je spodletelo" msgid "Not enough storage available" msgstr "Na voljo ni dovolj prostora" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Neveljavna mapa." @@ -95,20 +99,20 @@ msgstr "Na voljo ni dovolj prostora." msgid "Upload cancelled." msgstr "Pošiljanje je preklicano." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "V teku je pošiljanje datoteke. Če zapustite to stran zdaj, bo pošiljanje preklicano." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Naslov URL ne sme biti prazna vrednost." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Ime mape je neveljavno. Uporaba oznake \"Souporaba\" je rezervirana za ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Napaka" @@ -124,35 +128,55 @@ msgstr "Izbriši dokončno" msgid "Rename" msgstr "Preimenuj" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "V čakanju ..." -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} že obstaja" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "zamenjaj" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "predlagaj ime" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "prekliči" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "preimenovano ime {new_name} z imenom {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "razveljavi" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" @@ -160,7 +184,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "poteka pošiljanje datotek" @@ -210,22 +234,6 @@ msgstr "Velikost" msgid "Modified" msgstr "Spremenjeno" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -329,22 +337,6 @@ msgstr "Poteka preučevanje datotek, počakajte ..." msgid "Current scanning" msgstr "Trenutno poteka preučevanje" -#: templates/part.list.php:74 -msgid "directory" -msgstr "direktorij" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "direktoriji" - -#: templates/part.list.php:85 -msgid "file" -msgstr "datoteka" - -#: templates/part.list.php:87 -msgid "files" -msgstr "datoteke" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Nadgrajevanje predpomnilnika datotečnega sistema ..." diff --git a/l10n/sq/core.po b/l10n/sq/core.po index 3d68349d79..5b7abe91da 100644 --- a/l10n/sq/core.po +++ b/l10n/sq/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -469,7 +473,7 @@ msgstr "Personale" msgid "Users" msgstr "Përdoruesit" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "App" @@ -602,10 +606,6 @@ msgstr "" msgid "Log out" msgstr "Dalje" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Hyrja automatike u refuzua!" @@ -620,19 +620,19 @@ msgstr "Nqse nuk keni ndryshuar kodin kohët e fundit, llogaria juaj mund të je msgid "Please change your password to secure your account again." msgstr "Ju lutemi, ndryshoni kodin për ta siguruar përsëri llogarinë tuaj." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Ke humbur kodin?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "kujto" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Hyrje" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Hyrje alternative" diff --git a/l10n/sq/files.po b/l10n/sq/files.po index 2816c2a5d6..506285caa5 100644 --- a/l10n/sq/files.po +++ b/l10n/sq/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "Ruajtja në disk dështoi" msgid "Not enough storage available" msgstr "Nuk ka mbetur hapësirë memorizimi e mjaftueshme" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Dosje e pavlefshme." @@ -94,20 +98,20 @@ msgstr "Nuk ka hapësirë memorizimi e mjaftueshme" msgid "Upload cancelled." msgstr "Ngarkimi u anulua." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Ngarkimi i skedarit është në vazhdim. Nqse ndërroni faqen tani ngarkimi do të anulohet." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL-i nuk mund të jetë bosh." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Veprim i gabuar" @@ -123,41 +127,57 @@ msgstr "Elimino përfundimisht" msgid "Rename" msgstr "Riemërto" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Pezulluar" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} ekziston" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "zëvëndëso" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "sugjero një emër" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "anulo" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "U zëvëndësua {new_name} me {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "anulo" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "po ngarkoj skedarët" @@ -207,18 +227,6 @@ msgstr "Dimensioni" msgid "Modified" msgstr "Modifikuar" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "Skedarët po analizohen, ju lutemi pritni." msgid "Current scanning" msgstr "Analizimi aktual" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Po përmirësoj memorjen e filesystem-it..." diff --git a/l10n/sr/core.po b/l10n/sr/core.po index 3d063b8411..be1b85599a 100644 --- a/l10n/sr/core.po +++ b/l10n/sr/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -471,7 +475,7 @@ msgstr "Лично" msgid "Users" msgstr "Корисници" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Апликације" @@ -604,10 +608,6 @@ msgstr "" msgid "Log out" msgstr "Одјава" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Аутоматска пријава је одбијена!" @@ -622,19 +622,19 @@ msgstr "Ако ускоро не промените лозинку ваш нал msgid "Please change your password to secure your account again." msgstr "Промените лозинку да бисте обезбедили налог." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Изгубили сте лозинку?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "упамти" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Пријава" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/sr/files.po b/l10n/sr/files.po index e6d5664fac..c5f4089097 100644 --- a/l10n/sr/files.po +++ b/l10n/sr/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "Не могу да пишем на диск" msgid "Not enough storage available" msgstr "Нема довољно простора" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "неисправна фасцикла." @@ -94,20 +98,20 @@ msgstr "Нема довољно простора" msgid "Upload cancelled." msgstr "Отпремање је прекинуто." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Отпремање датотеке је у току. Ако сада напустите страницу, прекинућете отпремање." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "Адреса не може бити празна." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Грешка" @@ -123,42 +127,60 @@ 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:573 msgid "Pending" msgstr "На чекању" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} већ постоји" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "замени" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "предложи назив" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "откажи" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "замењено {new_name} са {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "опозови" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "датотеке се отпремају" @@ -208,20 +230,6 @@ msgstr "Величина" msgid "Modified" msgstr "Измењено" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -325,22 +333,6 @@ msgstr "Скенирам датотеке…" msgid "Current scanning" msgstr "Тренутно скенирање" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Дограђујем кеш система датотека…" diff --git a/l10n/sr@latin/core.po b/l10n/sr@latin/core.po index c8f1959893..d4e845dc02 100644 --- a/l10n/sr@latin/core.po +++ b/l10n/sr@latin/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -471,7 +475,7 @@ msgstr "Lično" msgid "Users" msgstr "Korisnici" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Programi" @@ -604,10 +608,6 @@ msgstr "" msgid "Log out" msgstr "Odjava" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -622,19 +622,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Izgubili ste lozinku?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "upamti" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/sr@latin/files.po b/l10n/sr@latin/files.po index 0e1c498699..429c1a1d2f 100644 --- a/l10n/sr@latin/files.po +++ b/l10n/sr@latin/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,42 +127,60 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -208,20 +230,6 @@ msgstr "Veličina" msgid "Modified" msgstr "Zadnja izmena" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -325,22 +333,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/sv/core.po b/l10n/sv/core.po index 563206aaec..0147f55088 100644 --- a/l10n/sv/core.po +++ b/l10n/sv/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -26,30 +26,34 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s delade »%s« med dig" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" -msgstr "" +msgstr "Aktiverade underhållsläge" #: ajax/update.php:14 msgid "Turned off maintenance mode" -msgstr "" +msgstr "Deaktiverade underhållsläge" #: ajax/update.php:17 msgid "Updated database" -msgstr "" +msgstr "Uppdaterade databasen" #: ajax/update.php:20 msgid "Updating filecache, this may take really long..." -msgstr "" +msgstr "Uppdaterar filcache, det kan ta lång tid..." #: ajax/update.php:23 msgid "Updated filecache" -msgstr "" +msgstr "Uppdaterade filcache" #: ajax/update.php:26 #, php-format msgid "... %d%% done ..." -msgstr "" +msgstr "... %d%% klart ..." #: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25 msgid "Category type not provided." @@ -471,7 +475,7 @@ msgstr "Personligt" msgid "Users" msgstr "Användare" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Program" @@ -604,10 +608,6 @@ msgstr "%s är tillgänglig. Få mer information om hur du går tillväga för a msgid "Log out" msgstr "Logga ut" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Fler appar" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatisk inloggning inte tillåten!" @@ -622,19 +622,19 @@ msgstr "Om du inte har ändrat ditt lösenord nyligen så kan ditt konto vara ma msgid "Please change your password to secure your account again." msgstr "Ändra genast lösenord för att säkra ditt konto." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Glömt ditt lösenord?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "kom ihåg" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Logga in" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternativa inloggningar" diff --git a/l10n/sv/files.po b/l10n/sv/files.po index b9cbd6f04a..00cbd7f1a3 100644 --- a/l10n/sv/files.po +++ b/l10n/sv/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -78,7 +78,11 @@ msgstr "Misslyckades spara till disk" msgid "Not enough storage available" msgstr "Inte tillräckligt med lagringsutrymme tillgängligt" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Felaktig mapp." @@ -98,20 +102,20 @@ msgstr "Inte tillräckligt med utrymme tillgängligt" msgid "Upload cancelled." msgstr "Uppladdning avbruten." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL kan inte vara tom." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Ogiltigt mappnamn. Användning av 'Shared' är reserverad av ownCloud" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Fel" @@ -127,41 +131,57 @@ msgstr "Radera permanent" msgid "Rename" msgstr "Byt namn" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Väntar" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} finns redan" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "ersätt" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "föreslå namn" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "avbryt" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "ersatt {new_name} med {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "ångra" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n mapp" +msgstr[1] "%n mappar" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n fil" +msgstr[1] "%n filer" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Laddar upp %n fil" msgstr[1] "Laddar upp %n filer" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "filer laddas upp" @@ -211,18 +231,6 @@ msgstr "Storlek" msgid "Modified" msgstr "Ändrad" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n mapp" -msgstr[1] "%n mappar" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n fil" -msgstr[1] "%n filer" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -326,22 +334,6 @@ msgstr "Filer skannas, var god vänta" msgid "Current scanning" msgstr "Aktuell skanning" -#: templates/part.list.php:74 -msgid "directory" -msgstr "mapp" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "mappar" - -#: templates/part.list.php:85 -msgid "file" -msgstr "fil" - -#: templates/part.list.php:87 -msgid "files" -msgstr "filer" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Uppgraderar filsystemets cache..." diff --git a/l10n/sv/lib.po b/l10n/sv/lib.po index 3230a1c404..68d9e07613 100644 --- a/l10n/sv/lib.po +++ b/l10n/sv/lib.po @@ -4,14 +4,15 @@ # # Translators: # medialabs, 2013 +# Magnus Höglund , 2013 # medialabs, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-25 19:18-0400\n" -"PO-Revision-Date: 2013-08-25 23:18+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" +"PO-Revision-Date: 2013-08-28 12:10+0000\n" +"Last-Translator: Magnus Höglund \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,11 +25,11 @@ msgstr "" msgid "" "App \"%s\" can't be installed because it is not compatible with this version" " of ownCloud." -msgstr "" +msgstr "Appen \"%s\" kan inte installeras eftersom att den inte är kompatibel med denna version av ownCloud." #: app.php:250 msgid "No app name specified" -msgstr "" +msgstr "Inget appnamn angivet" #: app.php:361 msgid "Help" @@ -88,59 +89,59 @@ msgstr "Ladda ner filerna i mindre bitar, separat eller fråga din administratö #: installer.php:63 msgid "No source specified when installing app" -msgstr "" +msgstr "Ingen källa angiven vid installation av app " #: installer.php:70 msgid "No href specified when installing app from http" -msgstr "" +msgstr "Ingen href angiven vid installation av app från http" #: installer.php:75 msgid "No path specified when installing app from local file" -msgstr "" +msgstr "Ingen sökväg angiven vid installation av app från lokal fil" #: installer.php:89 #, php-format msgid "Archives of type %s are not supported" -msgstr "" +msgstr "Arkiv av typen %s stöds ej" #: installer.php:103 msgid "Failed to open archive when installing app" -msgstr "" +msgstr "Kunde inte öppna arkivet när appen skulle installeras" #: installer.php:123 msgid "App does not provide an info.xml file" -msgstr "" +msgstr "Appen har ingen info.xml fil" #: installer.php:129 msgid "App can't be installed because of not allowed code in the App" -msgstr "" +msgstr "Appen kan inte installeras eftersom att den innehåller otillåten kod" #: installer.php:138 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" -msgstr "" +msgstr "Appen kan inte installeras eftersom att den inte är kompatibel med denna version av ownCloud" #: installer.php:144 msgid "" "App can't be installed because it contains the true tag " "which is not allowed for non shipped apps" -msgstr "" +msgstr "Appen kan inte installeras eftersom att den innehåller etiketten true vilket inte är tillåtet för icke inkluderade appar" #: installer.php:150 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" -msgstr "" +msgstr "Appen kan inte installeras eftersom versionen i info.xml inte är samma som rapporteras från app store" #: installer.php:160 msgid "App directory already exists" -msgstr "" +msgstr "Appens mapp finns redan" #: installer.php:173 #, php-format msgid "Can't create app folder. Please fix permissions. %s" -msgstr "" +msgstr "Kan inte skapa appens mapp. Var god åtgärda rättigheterna. %s" #: json.php:28 msgid "Application is not enabled" diff --git a/l10n/sv/user_ldap.po b/l10n/sv/user_ldap.po index f29bad549d..fe62bebfde 100644 --- a/l10n/sv/user_ldap.po +++ b/l10n/sv/user_ldap.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-19 15:06-0400\n" -"PO-Revision-Date: 2013-08-19 19:07+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-28 11:40+0000\n" +"Last-Translator: Magnus Höglund \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -158,7 +158,7 @@ msgstr "Filter logga in användare" msgid "" "Defines the filter to apply, when login is attempted. %%uid replaces the " "username in the login action. Example: \"uid=%%uid\"" -msgstr "" +msgstr "Definierar filter som tillämpas vid inloggning. %%uid ersätter användarnamn vid inloggningen. Exempel: \"uid=%%uid\"" #: templates/settings.php:55 msgid "User List Filter" @@ -168,7 +168,7 @@ msgstr "Filter lista användare" msgid "" "Defines the filter to apply, when retrieving users (no placeholders). " "Example: \"objectClass=person\"" -msgstr "" +msgstr "Definierar filter som tillämpas vid sökning efter användare (inga platshållare). Exempel: \"objectClass=person\"" #: templates/settings.php:59 msgid "Group Filter" @@ -178,7 +178,7 @@ msgstr "Gruppfilter" msgid "" "Defines the filter to apply, when retrieving groups (no placeholders). " "Example: \"objectClass=posixGroup\"" -msgstr "" +msgstr "Definierar filter som tillämpas vid sökning efter grupper (inga platshållare). Exempel: \"objectClass=posixGroup\"" #: templates/settings.php:66 msgid "Connection Settings" @@ -239,7 +239,7 @@ msgstr "Stäng av verifiering av SSL-certifikat." msgid "" "Not recommended, use it for testing only! If connection only works with this" " option, import the LDAP server's SSL certificate in your %s server." -msgstr "" +msgstr "Rekommenderas inte, använd endast för test! Om anslutningen bara fungerar med denna inställning behöver du importera LDAP-serverns SSL-certifikat till din %s server." #: templates/settings.php:76 msgid "Cache Time-To-Live" diff --git a/l10n/sw_KE/core.po b/l10n/sw_KE/core.po index d2936e463c..1dec294805 100644 --- a/l10n/sw_KE/core.po +++ b/l10n/sw_KE/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/sw_KE/files.po b/l10n/sw_KE/files.po index aa0606fc49..f32f2a01fd 100644 --- a/l10n/sw_KE/files.po +++ b/l10n/sw_KE/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/ta_LK/core.po b/l10n/ta_LK/core.po index 2e5eebcca8..71c2bdbf22 100644 --- a/l10n/ta_LK/core.po +++ b/l10n/ta_LK/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "தனிப்பட்ட" msgid "Users" msgstr "பயனாளர்" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "செயலிகள்" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "விடுபதிகை செய்க" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "தன்னிச்சையான புகுபதிகை நிராகரிப்பட்டது!" @@ -618,19 +618,19 @@ msgstr "உங்களுடைய கடவுச்சொல்லை அண msgid "Please change your password to secure your account again." msgstr "உங்களுடைய கணக்கை மீண்டும் பாதுகாக்க தயவுசெய்து உங்களுடைய கடவுச்சொல்லை மாற்றவும்." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "உங்கள் கடவுச்சொல்லை தொலைத்துவிட்டீர்களா?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "ஞாபகப்படுத்துக" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "புகுபதிகை" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ta_LK/files.po b/l10n/ta_LK/files.po index 79dfa233f9..9bc657e7df 100644 --- a/l10n/ta_LK/files.po +++ b/l10n/ta_LK/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "வட்டில் எழுத முடியவில்லை" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "பதிவேற்றல் இரத்து செய்யப்பட்டுள்ளது" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "கோப்பு பதிவேற்றம் செயல்பாட்டில் உள்ளது. இந்தப் பக்கத்திலிருந்து வெறியேறுவதானது பதிவேற்றலை இரத்து செய்யும்." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL வெறுமையாக இருக்கமுடியாது." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "வழு" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "நிலுவையிலுள்ள" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} ஏற்கனவே உள்ளது" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "மாற்றிடுக" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "பெயரை பரிந்துரைக்க" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "இரத்து செய்க" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{new_name} ஆனது {old_name} இனால் மாற்றப்பட்டது" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "முன் செயல் நீக்கம் " -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "அளவு" msgid "Modified" msgstr "மாற்றப்பட்டது" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "கோப்புகள் வருடப்படுகின்ற msgid "Current scanning" msgstr "தற்போது வருடப்படுபவை" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/te/core.po b/l10n/te/core.po index 0c79b701dc..2101fe896a 100644 --- a/l10n/te/core.po +++ b/l10n/te/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "" msgid "Users" msgstr "వాడుకరులు" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "నిష్క్రమించు" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "మీ సంకేతపదం పోయిందా?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/te/files.po b/l10n/te/files.po index bfc6052c32..f414cfe474 100644 --- a/l10n/te/files.po +++ b/l10n/te/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "పొరపాటు" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "రద్దుచేయి" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "పరిమాణం" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 8da1fb6f5b..f9ccbd0049 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,6 +23,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -468,7 +472,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "" @@ -601,10 +605,6 @@ msgstr "" msgid "Log out" msgstr "" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -619,19 +619,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 5b561431a0..be393c4492 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -75,7 +75,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -95,20 +99,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "" @@ -124,41 +128,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -208,18 +228,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -323,22 +331,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index 07e3a942a0..06a88da545 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 5153def3a1..79b7984dd1 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index 3fa6985763..4cfc080a08 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index b419588427..ed36dd2e0d 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,43 +28,43 @@ msgstr "" msgid "Couldn't restore %s" msgstr "" -#: js/trash.js:7 js/trash.js:100 +#: js/trash.js:7 js/trash.js:102 msgid "perform restore operation" msgstr "" -#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146 +#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148 msgid "Error" msgstr "" -#: js/trash.js:36 +#: js/trash.js:37 msgid "delete file permanently" msgstr "" -#: js/trash.js:127 +#: js/trash.js:129 msgid "Delete permanently" msgstr "" -#: js/trash.js:182 templates/index.php:17 +#: js/trash.js:184 templates/index.php:17 msgid "Name" msgstr "" -#: js/trash.js:183 templates/index.php:27 +#: js/trash.js:185 templates/index.php:27 msgid "Deleted" msgstr "" -#: js/trash.js:191 +#: js/trash.js:193 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/trash.js:197 +#: js/trash.js:199 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: lib/trash.php:819 lib/trash.php:821 +#: lib/trash.php:814 lib/trash.php:816 msgid "restored" msgstr "" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index ac1e6d8ffd..5576a3f45b 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index a5eed85152..16f9354255 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index 2a61530b56..33409afceb 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" +"POT-Creation-Date: 2013-08-30 09:33-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -84,47 +84,47 @@ msgstr "" msgid "Couldn't update app." msgstr "" -#: js/apps.js:35 +#: js/apps.js:43 msgid "Update to {appversion}" msgstr "" -#: js/apps.js:41 js/apps.js:74 js/apps.js:100 +#: js/apps.js:49 js/apps.js:82 js/apps.js:108 msgid "Disable" msgstr "" -#: js/apps.js:41 js/apps.js:81 js/apps.js:94 js/apps.js:109 +#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117 msgid "Enable" msgstr "" -#: js/apps.js:63 +#: js/apps.js:71 msgid "Please wait...." msgstr "" -#: js/apps.js:71 js/apps.js:72 js/apps.js:92 +#: js/apps.js:79 js/apps.js:80 js/apps.js:100 msgid "Error while disabling app" msgstr "" -#: js/apps.js:91 js/apps.js:104 js/apps.js:105 +#: js/apps.js:99 js/apps.js:112 js/apps.js:113 msgid "Error while enabling app" msgstr "" -#: js/apps.js:115 +#: js/apps.js:123 msgid "Updating...." msgstr "" -#: js/apps.js:118 +#: js/apps.js:126 msgid "Error while updating app" msgstr "" -#: js/apps.js:118 +#: js/apps.js:126 msgid "Error" msgstr "" -#: js/apps.js:119 templates/apps.php:43 +#: js/apps.js:127 templates/apps.php:43 msgid "Update" msgstr "" -#: js/apps.js:122 +#: js/apps.js:130 msgid "Updated" msgstr "" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 2aba7bb3e3..32ba6b4a95 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index d998828621..04f405c739 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/th_TH/core.po b/l10n/th_TH/core.po index e963a34429..d1e093aba8 100644 --- a/l10n/th_TH/core.po +++ b/l10n/th_TH/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -463,7 +467,7 @@ msgstr "ส่วนตัว" msgid "Users" msgstr "ผู้ใช้งาน" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "แอปฯ" @@ -596,10 +600,6 @@ msgstr "" msgid "Log out" msgstr "ออกจากระบบ" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "การเข้าสู่ระบบอัตโนมัติถูกปฏิเสธแล้ว" @@ -614,19 +614,19 @@ msgstr "หากคุณยังไม่ได้เปลี่ยนรห msgid "Please change your password to secure your account again." msgstr "กรุณาเปลี่ยนรหัสผ่านของคุณอีกครั้ง เพื่อป้องกันบัญชีของคุณให้ปลอดภัย" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "ลืมรหัสผ่าน?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "จำรหัสผ่าน" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "เข้าสู่ระบบ" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/th_TH/files.po b/l10n/th_TH/files.po index b690a1127d..800c07574f 100644 --- a/l10n/th_TH/files.po +++ b/l10n/th_TH/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "เขียนข้อมูลลงแผ่นดิสก์ล้ msgid "Not enough storage available" msgstr "เหลือพื้นที่ไม่เพียงสำหรับใช้งาน" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "ไดเร็กทอรี่ไม่ถูกต้อง" @@ -94,20 +98,20 @@ msgstr "มีพื้นที่เหลือไม่เพียงพอ msgid "Upload cancelled." msgstr "การอัพโหลดถูกยกเลิก" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL ไม่สามารถเว้นว่างได้" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "ข้อผิดพลาด" @@ -123,40 +127,54 @@ 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:573 msgid "Pending" msgstr "อยู่ระหว่างดำเนินการ" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} มีอยู่แล้วในระบบ" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "แทนที่" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "แนะนำชื่อ" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "ยกเลิก" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "แทนที่ {new_name} ด้วย {old_name} แล้ว" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "เลิกทำ" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "การอัพโหลดไฟล์" @@ -206,16 +224,6 @@ msgstr "ขนาด" msgid "Modified" msgstr "แก้ไขแล้ว" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -319,22 +327,6 @@ msgstr "ไฟล์กำลังอยู่ระหว่างการส msgid "Current scanning" msgstr "ไฟล์ที่กำลังสแกนอยู่ขณะนี้" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "ไฟล์" - -#: templates/part.list.php:87 -msgid "files" -msgstr "ไฟล์" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "กำลังอัพเกรดหน่วยความจำแคชของระบบไฟล์..." diff --git a/l10n/tr/core.po b/l10n/tr/core.po index f23d51c91e..ad793be7d8 100644 --- a/l10n/tr/core.po +++ b/l10n/tr/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s sizinle »%s« paylaşımında bulundu" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -469,7 +473,7 @@ msgstr "Kişisel" msgid "Users" msgstr "Kullanıcılar" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Uygulamalar" @@ -602,10 +606,6 @@ msgstr "%s mevcuttur. Güncelleştirme hakkında daha fazla bilgi alın." msgid "Log out" msgstr "Çıkış yap" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "Daha fazla Uygulama" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Otomatik oturum açma reddedildi!" @@ -620,19 +620,19 @@ msgstr "Yakın zamanda parolanızı değiştirmedi iseniz hesabınız riske gire msgid "Please change your password to secure your account again." msgstr "Hesabınızı korumak için lütfen parolanızı değiştirin." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Parolanızı mı unuttunuz?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "hatırla" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Giriş yap" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Alternatif Girişler" diff --git a/l10n/tr/files.po b/l10n/tr/files.po index 5f272c31eb..ec4947bf1e 100644 --- a/l10n/tr/files.po +++ b/l10n/tr/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,11 @@ msgstr "Diske yazılamadı" msgid "Not enough storage available" msgstr "Yeterli disk alanı yok" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Geçersiz dizin." @@ -97,20 +101,20 @@ msgstr "Yeterli disk alanı yok" msgid "Upload cancelled." msgstr "Yükleme iptal edildi." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Dosya yükleme işlemi sürüyor. Şimdi sayfadan ayrılırsanız işleminiz iptal olur." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL boş olamaz." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "Geçersiz dizin adı. 'Shared' dizin ismi kullanımı ownCloud tarafından rezerve edilmiştir." -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Hata" @@ -126,41 +130,57 @@ msgstr "Kalıcı olarak sil" msgid "Rename" msgstr "İsim değiştir." -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Bekliyor" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} zaten mevcut" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "değiştir" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "Öneri ad" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "iptal" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "{new_name} ismi {old_name} ile değiştirildi" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "geri al" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n dizin" +msgstr[1] "%n dizin" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n dosya" +msgstr[1] "%n dosya" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n dosya yükleniyor" msgstr[1] "%n dosya yükleniyor" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "Dosyalar yükleniyor" @@ -210,18 +230,6 @@ msgstr "Boyut" msgid "Modified" msgstr "Değiştirilme" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n dizin" -msgstr[1] "%n dizin" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n dosya" -msgstr[1] "%n dosya" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -325,22 +333,6 @@ msgstr "Dosyalar taranıyor, lütfen bekleyin." msgid "Current scanning" msgstr "Güncel tarama" -#: templates/part.list.php:74 -msgid "directory" -msgstr "dizin" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "dizinler" - -#: templates/part.list.php:85 -msgid "file" -msgstr "dosya" - -#: templates/part.list.php:87 -msgid "files" -msgstr "dosyalar" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Sistem dosyası önbelleği güncelleniyor" diff --git a/l10n/ug/core.po b/l10n/ug/core.po index ab7f2d6894..e4e9c2bb89 100644 --- a/l10n/ug/core.po +++ b/l10n/ug/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 17:30+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Uighur \n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -463,7 +467,7 @@ msgstr "شەخسىي" msgid "Users" msgstr "ئىشلەتكۈچىلەر" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "ئەپلەر" @@ -596,10 +600,6 @@ msgstr "" msgid "Log out" msgstr "تىزىمدىن چىق" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -614,19 +614,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ug/files.po b/l10n/ug/files.po index bedb7ab4da..2872d4e43e 100644 --- a/l10n/ug/files.po +++ b/l10n/ug/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Uighur \n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "دىسكىغا يازالمىدى" msgid "Not enough storage available" msgstr "يېتەرلىك ساقلاش بوشلۇقى يوق" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "يېتەرلىك بوشلۇق يوق" msgid "Upload cancelled." msgstr "يۈكلەشتىن ۋاز كەچتى." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "ھۆججەت يۈكلەش مەشغۇلاتى ئېلىپ بېرىلىۋاتىدۇ. Leaving the page now will cancel the upload." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "خاتالىق" @@ -123,40 +127,54 @@ 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:573 msgid "Pending" msgstr "كۈتۈۋاتىدۇ" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} مەۋجۇت" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "ئالماشتۇر" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "تەۋسىيە ئات" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "ۋاز كەچ" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "يېنىۋال" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "ھۆججەت يۈكلىنىۋاتىدۇ" @@ -206,16 +224,6 @@ msgstr "چوڭلۇقى" msgid "Modified" msgstr "ئۆزگەرتكەن" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -319,22 +327,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "ھۆججەت سىستېما غەملىكىنى يۈكسەلدۈرۈۋاتىدۇ…" diff --git a/l10n/uk/core.po b/l10n/uk/core.po index effc4b2893..5626dcfa66 100644 --- a/l10n/uk/core.po +++ b/l10n/uk/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -471,7 +475,7 @@ msgstr "Особисте" msgid "Users" msgstr "Користувачі" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Додатки" @@ -604,10 +608,6 @@ msgstr "" msgid "Log out" msgstr "Вихід" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Автоматичний вхід в систему відхилений!" @@ -622,19 +622,19 @@ msgstr "Якщо Ви не міняли пароль останнім часом msgid "Please change your password to secure your account again." msgstr "Будь ласка, змініть свій пароль, щоб знову захистити Ваш обліковий запис." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Забули пароль?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "запам'ятати" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Вхід" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Альтернативні Логіни" diff --git a/l10n/uk/files.po b/l10n/uk/files.po index 7510ca1284..b862958c94 100644 --- a/l10n/uk/files.po +++ b/l10n/uk/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -75,7 +75,11 @@ msgstr "Невдалося записати на диск" msgid "Not enough storage available" msgstr "Місця більше немає" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Невірний каталог." @@ -95,20 +99,20 @@ msgstr "Місця більше немає" msgid "Upload cancelled." msgstr "Завантаження перервано." -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Виконується завантаження файлу. Закриття цієї сторінки приведе до відміни завантаження." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL не може бути пустим." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Помилка" @@ -124,42 +128,60 @@ 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:573 msgid "Pending" msgstr "Очікування" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} вже існує" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "заміна" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "запропонуйте назву" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "відміна" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "замінено {new_name} на {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "відмінити" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "файли завантажуються" @@ -209,20 +231,6 @@ msgstr "Розмір" msgid "Modified" msgstr "Змінено" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -326,22 +334,6 @@ msgstr "Файли скануються, зачекайте, будь-ласка msgid "Current scanning" msgstr "Поточне сканування" -#: templates/part.list.php:74 -msgid "directory" -msgstr "каталог" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "каталоги" - -#: templates/part.list.php:85 -msgid "file" -msgstr "файл" - -#: templates/part.list.php:87 -msgid "files" -msgstr "файли" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Оновлення кеша файлової системи..." diff --git a/l10n/ur_PK/core.po b/l10n/ur_PK/core.po index 3db491e409..4e063c0068 100644 --- a/l10n/ur_PK/core.po +++ b/l10n/ur_PK/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -467,7 +471,7 @@ msgstr "ذاتی" msgid "Users" msgstr "یوزرز" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "ایپز" @@ -600,10 +604,6 @@ msgstr "" msgid "Log out" msgstr "لاگ آؤٹ" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" @@ -618,19 +618,19 @@ msgstr "" msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "کیا آپ پاسورڈ بھول گئے ہیں؟" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "یاد رکھیں" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "لاگ ان" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ur_PK/files.po b/l10n/ur_PK/files.po index d3669262ad..e92fc72d7f 100644 --- a/l10n/ur_PK/files.po +++ b/l10n/ur_PK/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "ایرر" @@ -123,41 +127,57 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" +msgstr[1] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -207,18 +227,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/vi/core.po b/l10n/vi/core.po index 4f501bb51f..d7196f3ab9 100644 --- a/l10n/vi/core.po +++ b/l10n/vi/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -23,6 +23,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -464,7 +468,7 @@ msgstr "Cá nhân" msgid "Users" msgstr "Người dùng" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "Ứng dụng" @@ -597,10 +601,6 @@ msgstr "%s còn trống. Xem thêm thông tin cách cập nhật." msgid "Log out" msgstr "Đăng xuất" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Tự động đăng nhập đã bị từ chối !" @@ -615,19 +615,19 @@ msgstr "Nếu bạn không thay đổi mật khẩu gần đây của bạn, tà msgid "Please change your password to secure your account again." msgstr "Vui lòng thay đổi mật khẩu của bạn để đảm bảo tài khoản của bạn một lần nữa." -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "Bạn quên mật khẩu ?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "ghi nhớ" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "Đăng nhập" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "Đăng nhập khác" diff --git a/l10n/vi/files.po b/l10n/vi/files.po index 5f7330c3bc..3d1f24debd 100644 --- a/l10n/vi/files.po +++ b/l10n/vi/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -75,7 +75,11 @@ msgstr "Không thể ghi " msgid "Not enough storage available" msgstr "Không đủ không gian lưu trữ" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "Thư mục không hợp lệ" @@ -95,20 +99,20 @@ msgstr "Không đủ chỗ trống cần thiết" msgid "Upload cancelled." msgstr "Hủy tải lên" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "Tập tin tải lên đang được xử lý. Nếu bạn rời khỏi trang bây giờ sẽ hủy quá trình này." -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL không được để trống." -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "Lỗi" @@ -124,40 +128,54 @@ msgstr "Xóa vĩnh vễn" msgid "Rename" msgstr "Sửa tên" -#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:573 msgid "Pending" msgstr "Đang chờ" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} đã tồn tại" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "thay thế" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "tên gợi ý" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "hủy" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "đã thay thế {new_name} bằng {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "lùi lại" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "tệp tin đang được tải lên" @@ -207,16 +225,6 @@ msgstr "Kích cỡ" msgid "Modified" msgstr "Thay đổi" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -320,22 +328,6 @@ msgstr "Tập tin đang được quét ,vui lòng chờ." msgid "Current scanning" msgstr "Hiện tại đang quét" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "file" - -#: templates/part.list.php:87 -msgid "files" -msgstr "files" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "Đang nâng cấp bộ nhớ đệm cho tập tin hệ thống..." diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po index 35152650e5..d05019be94 100644 --- a/l10n/zh_CN/core.po +++ b/l10n/zh_CN/core.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" -"Last-Translator: Xuetian Weng \n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,6 +25,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s 向您分享了 »%s«" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "启用维护模式" @@ -466,7 +470,7 @@ msgstr "个人" msgid "Users" msgstr "用户" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "应用" @@ -599,10 +603,6 @@ msgstr "%s 可用。获取更多关于如何升级的信息。" msgid "Log out" msgstr "注销" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "更多应用" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "自动登录被拒绝!" @@ -617,19 +617,19 @@ msgstr "如果您没有最近修改您的密码,您的帐户可能会受到影 msgid "Please change your password to secure your account again." msgstr "请修改您的密码,以保护您的账户安全。" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "忘记密码?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "记住" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "登录" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "其他登录方式" diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po index d35b319b1c..fe65471744 100644 --- a/l10n/zh_CN/files.po +++ b/l10n/zh_CN/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,11 @@ msgstr "写入磁盘失败" msgid "Not enough storage available" msgstr "没有足够的存储空间" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "无效文件夹。" @@ -97,20 +101,20 @@ msgstr "没有足够可用空间" msgid "Upload cancelled." msgstr "上传已取消" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "文件正在上传中。现在离开此页会导致上传动作被取消。" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL不能为空" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "无效的文件夹名。”Shared“ 是 Owncloud 预留的文件夹" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "错误" @@ -126,40 +130,54 @@ 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:573 msgid "Pending" msgstr "等待" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} 已存在" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "替换" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "建议名称" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "取消" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "已将 {old_name}替换成 {new_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "撤销" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n 文件夹" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n个文件" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "文件上传中" @@ -209,16 +227,6 @@ msgstr "大小" msgid "Modified" msgstr "修改日期" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n 文件夹" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n个文件" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -322,22 +330,6 @@ msgstr "文件正在被扫描,请稍候。" msgid "Current scanning" msgstr "当前扫描" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "文件" - -#: templates/part.list.php:87 -msgid "files" -msgstr "文件" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "正在更新文件系统缓存..." diff --git a/l10n/zh_HK/core.po b/l10n/zh_HK/core.po index b5d97e7304..13d575a3d0 100644 --- a/l10n/zh_HK/core.po +++ b/l10n/zh_HK/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-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -463,7 +467,7 @@ msgstr "個人" msgid "Users" msgstr "用戶" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "軟件" @@ -596,10 +600,6 @@ msgstr "" msgid "Log out" msgstr "登出" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "自動登入被拒" @@ -614,19 +614,19 @@ msgstr "如果你近期未曾更改密碼, 你的帳號可能被洩露!" msgid "Please change your password to secure your account again." msgstr "請更改你的密碼以保護你的帳戶" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "忘記密碼" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "記住" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "登入" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "" diff --git a/l10n/zh_HK/files.po b/l10n/zh_HK/files.po index dc0fe5ad6f..32b94a8ffc 100644 --- a/l10n/zh_HK/files.po +++ b/l10n/zh_HK/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,11 @@ msgstr "" msgid "Not enough storage available" msgstr "" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "" @@ -94,20 +98,20 @@ msgstr "" msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "錯誤" @@ -123,40 +127,54 @@ 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:573 msgid "Pending" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "" @@ -206,16 +224,6 @@ msgstr "" msgid "Modified" msgstr "" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -319,22 +327,6 @@ msgstr "" msgid "Current scanning" msgstr "" -#: templates/part.list.php:74 -msgid "directory" -msgstr "" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "" - -#: templates/part.list.php:85 -msgid "file" -msgstr "" - -#: templates/part.list.php:87 -msgid "files" -msgstr "" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "" diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po index 435e7b2b7f..52d6f70117 100644 --- a/l10n/zh_TW/core.po +++ b/l10n/zh_TW/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-28 06:22-0400\n" -"PO-Revision-Date: 2013-08-27 22:31+0000\n" +"POT-Creation-Date: 2013-08-30 09:32-0400\n" +"PO-Revision-Date: 2013-08-30 13:33+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -24,6 +24,10 @@ msgstr "" msgid "%s shared »%s« with you" msgstr "%s 與您分享了 %s" +#: ajax/share.php:227 +msgid "group" +msgstr "" + #: ajax/update.php:11 msgid "Turned on maintenance mode" msgstr "" @@ -465,7 +469,7 @@ msgstr "個人" msgid "Users" msgstr "使用者" -#: strings.php:7 +#: strings.php:7 templates/layout.user.php:105 msgid "Apps" msgstr "應用程式" @@ -598,10 +602,6 @@ msgstr "%s 已經釋出,瞭解更多資訊以進行更新。" msgid "Log out" msgstr "登出" -#: templates/layout.user.php:100 -msgid "More apps" -msgstr "更多 Apps" - #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "自動登入被拒!" @@ -616,19 +616,19 @@ msgstr "如果您最近並未更改密碼,您的帳號可能已經遭到入侵 msgid "Please change your password to secure your account again." msgstr "請更改您的密碼以再次取得您帳戶的控制權。" -#: templates/login.php:34 +#: templates/login.php:32 msgid "Lost your password?" msgstr "忘記密碼?" -#: templates/login.php:39 +#: templates/login.php:37 msgid "remember" msgstr "記住" -#: templates/login.php:41 +#: templates/login.php:39 msgid "Log in" msgstr "登入" -#: templates/login.php:47 +#: templates/login.php:45 msgid "Alternative Logins" msgstr "替代登入方法" diff --git a/l10n/zh_TW/files.po b/l10n/zh_TW/files.po index 59f8bf9186..ffc68f1238 100644 --- a/l10n/zh_TW/files.po +++ b/l10n/zh_TW/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-27 11:18-0400\n" -"PO-Revision-Date: 2013-08-27 15:18+0000\n" +"POT-Creation-Date: 2013-08-30 09:31-0400\n" +"PO-Revision-Date: 2013-08-30 13:34+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -75,7 +75,11 @@ msgstr "寫入硬碟失敗" msgid "Not enough storage available" msgstr "儲存空間不足" -#: ajax/upload.php:123 +#: ajax/upload.php:109 +msgid "Upload failed" +msgstr "" + +#: ajax/upload.php:127 msgid "Invalid directory." msgstr "無效的資料夾。" @@ -95,20 +99,20 @@ msgstr "沒有足夠的可用空間" msgid "Upload cancelled." msgstr "上傳已取消" -#: js/file-upload.js:167 +#: js/file-upload.js:165 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "檔案上傳中。離開此頁面將會取消上傳。" -#: js/file-upload.js:241 +#: js/file-upload.js:239 msgid "URL cannot be empty." msgstr "URL 不能為空白。" -#: js/file-upload.js:246 lib/app.php:53 +#: js/file-upload.js:244 lib/app.php:53 msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" msgstr "無效的資料夾名稱,'Shared' 的使用被 ownCloud 保留" -#: js/file-upload.js:277 js/file-upload.js:293 js/files.js:511 js/files.js:549 +#: js/file-upload.js:275 js/file-upload.js:291 js/files.js:511 js/files.js:549 msgid "Error" msgstr "錯誤" @@ -124,40 +128,54 @@ 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:573 msgid "Pending" msgstr "等候中" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "{new_name} already exists" msgstr "{new_name} 已經存在" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "replace" msgstr "取代" -#: js/filelist.js:303 +#: js/filelist.js:305 msgid "suggest name" msgstr "建議檔名" -#: js/filelist.js:303 js/filelist.js:305 +#: js/filelist.js:305 js/filelist.js:307 msgid "cancel" msgstr "取消" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "replaced {new_name} with {old_name}" msgstr "使用 {new_name} 取代 {old_name}" -#: js/filelist.js:350 +#: js/filelist.js:352 msgid "undo" msgstr "復原" -#: js/filelist.js:453 +#: js/filelist.js:422 js/filelist.js:488 js/files.js:580 +msgid "%n folder" +msgid_plural "%n folders" +msgstr[0] "%n 個資料夾" + +#: js/filelist.js:423 js/filelist.js:489 js/files.js:586 +msgid "%n file" +msgid_plural "%n files" +msgstr[0] "%n 個檔案" + +#: js/filelist.js:430 +msgid "{dirs} and {files}" +msgstr "" + +#: js/filelist.js:561 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "%n 個檔案正在上傳" -#: js/filelist.js:518 +#: js/filelist.js:626 msgid "files uploading" msgstr "檔案正在上傳中" @@ -207,16 +225,6 @@ msgstr "大小" msgid "Modified" msgstr "修改" -#: js/files.js:580 -msgid "%n folder" -msgid_plural "%n folders" -msgstr[0] "%n 個資料夾" - -#: js/files.js:586 -msgid "%n file" -msgid_plural "%n files" -msgstr[0] "%n 個檔案" - #: lib/app.php:73 #, php-format msgid "%s could not be renamed" @@ -320,22 +328,6 @@ msgstr "正在掃描檔案,請稍等。" msgid "Current scanning" msgstr "目前掃描" -#: templates/part.list.php:74 -msgid "directory" -msgstr "目錄" - -#: templates/part.list.php:76 -msgid "directories" -msgstr "目錄" - -#: templates/part.list.php:85 -msgid "file" -msgstr "檔案" - -#: templates/part.list.php:87 -msgid "files" -msgstr "檔案" - #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." msgstr "正在升級檔案系統快取..." diff --git a/lib/l10n/cs_CZ.php b/lib/l10n/cs_CZ.php index 1a80fc78bb..fed9ad03c0 100644 --- a/lib/l10n/cs_CZ.php +++ b/lib/l10n/cs_CZ.php @@ -1,5 +1,7 @@ "Aplikace \"%s\" nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud.", +"No app name specified" => "Nebyl zadan název aplikace", "Help" => "Nápověda", "Personal" => "Osobní", "Settings" => "Nastavení", @@ -13,6 +15,18 @@ $TRANSLATIONS = array( "Back to Files" => "Zpět k souborům", "Selected files too large to generate zip file." => "Vybrané soubory jsou příliš velké pro vytvoření ZIP souboru.", "Download the files in smaller chunks, seperately or kindly ask your administrator." => "Stáhněte soubory po menších částech, samostatně, nebo se obraťte na správce.", +"No source specified when installing app" => "Nebyl zadán zdroj při instalaci aplikace", +"No href specified when installing app from http" => "Nebyl zadán odkaz pro instalaci aplikace z HTTP", +"No path specified when installing app from local file" => "Nebyla zadána cesta pro instalaci aplikace z místního souboru", +"Archives of type %s are not supported" => "Archivy typu %s nejsou podporovány", +"Failed to open archive when installing app" => "Chyba při otevírání archivu během instalace aplikace", +"App does not provide an info.xml file" => "Aplikace neposkytuje soubor info.xml", +"App can't be installed because of not allowed code in the App" => "Aplikace nemůže být nainstalována, protože obsahuje nepovolený kód", +"App can't be installed because it is not compatible with this version of ownCloud" => "Aplikace nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud", +"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Aplikace nemůže být nainstalována, protože obsahuje značku\n\n\ntrue\n\n\ncož není povoleno pro nedodávané aplikace", +"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Aplikace nemůže být nainstalována, protože verze uvedená v info.xml/version nesouhlasí s verzí oznámenou z úložiště aplikací.", +"App directory already exists" => "Adresář aplikace již existuje", +"Can't create app folder. Please fix permissions. %s" => "Nelze vytvořit složku aplikace. Opravte práva souborů. %s", "Application is not enabled" => "Aplikace není povolena", "Authentication error" => "Chyba ověření", "Token expired. Please reload page." => "Token vypršel. Obnovte prosím stránku.", diff --git a/lib/l10n/da.php b/lib/l10n/da.php index 78859b0874..2690314276 100644 --- a/lib/l10n/da.php +++ b/lib/l10n/da.php @@ -1,5 +1,7 @@ "App'en \"%s\" kan ikke blive installeret, da den ikke er kompatibel med denne version af ownCloud.", +"No app name specified" => "Intet app-navn angivet", "Help" => "Hjælp", "Personal" => "Personligt", "Settings" => "Indstillinger", @@ -13,6 +15,18 @@ $TRANSLATIONS = array( "Back to Files" => "Tilbage til Filer", "Selected files too large to generate zip file." => "De markerede filer er for store til at generere en ZIP-fil.", "Download the files in smaller chunks, seperately or kindly ask your administrator." => "Download filerne i små bider, seperat, eller kontakt venligst din administrator.", +"No source specified when installing app" => "Ingen kilde angivet under installation af app", +"No href specified when installing app from http" => "Ingen href angivet under installation af app via http", +"No path specified when installing app from local file" => "Ingen sti angivet under installation af app fra lokal fil", +"Archives of type %s are not supported" => "Arkiver af type %s understøttes ikke", +"Failed to open archive when installing app" => "Kunne ikke åbne arkiv under installation af appen", +"App does not provide an info.xml file" => "Der følger ingen info.xml-fil med appen", +"App can't be installed because of not allowed code in the App" => "Appen kan ikke installeres, da den indeholder ikke-tilladt kode", +"App can't be installed because it is not compatible with this version of ownCloud" => "Appen kan ikke installeres, da den ikke er kompatibel med denne version af ownCloud.", +"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Appen kan ikke installeres, da den indeholder taget\n\n\ntrue\n\n\nhvilket ikke er tilladt for ikke-medfølgende apps", +"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "App kan ikke installeres, da versionen i info.xml/version ikke er den samme som versionen rapporteret fra app-storen", +"App directory already exists" => "App-mappe findes allerede", +"Can't create app folder. Please fix permissions. %s" => "Kan ikke oprette app-mappe. Ret tilladelser. %s", "Application is not enabled" => "Programmet er ikke aktiveret", "Authentication error" => "Adgangsfejl", "Token expired. Please reload page." => "Adgang er udløbet. Genindlæs siden.", diff --git a/lib/l10n/de.php b/lib/l10n/de.php index 8670e1175c..7a3e2c43e6 100644 --- a/lib/l10n/de.php +++ b/lib/l10n/de.php @@ -1,7 +1,7 @@ "Applikation \"%s\" kann nicht installiert werden, da sie mit dieser ownCloud Version nicht kompatibel ist.", -"No app name specified" => "Es wurde kein App-Name angegeben", +"No app name specified" => "Es wurde kein Applikation-Name angegeben", "Help" => "Hilfe", "Personal" => "Persönlich", "Settings" => "Einstellungen", @@ -16,12 +16,15 @@ $TRANSLATIONS = array( "Selected files too large to generate zip file." => "Die gewählten Dateien sind zu groß, um eine ZIP-Datei zu erstellen.", "Download the files in smaller chunks, seperately or kindly ask your administrator." => "Lade die Dateien in kleineren, separaten, Stücken herunter oder bitte deinen Administrator.", "No source specified when installing app" => "Für die Installation der Applikation wurde keine Quelle angegeben", -"No href specified when installing app from http" => "href wurde nicht angegeben um die Applikation per http zu installieren", +"No href specified when installing app from http" => "Der Link (href) wurde nicht angegeben um die Applikation per http zu installieren", "No path specified when installing app from local file" => "Bei der Installation der Applikation aus einer lokalen Datei wurde kein Pfad angegeben", "Archives of type %s are not supported" => "Archive vom Typ %s werden nicht unterstützt", -"Failed to open archive when installing app" => "Das Archive konnte bei der Installation der Applikation nicht geöffnet werden", +"Failed to open archive when installing app" => "Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden", "App does not provide an info.xml file" => "Die Applikation enthält keine info,xml Datei", "App can't be installed because of not allowed code in the App" => "Die Applikation kann auf Grund von unerlaubten Code nicht installiert werden", +"App can't be installed because it is not compatible with this version of ownCloud" => "Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser Version von ownCloud kompatibel ist.", +"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist ist", +"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist", "App directory already exists" => "Das Applikationsverzeichnis existiert bereits", "Can't create app folder. Please fix permissions. %s" => "Es kann kein Applikationsordner erstellt werden. Bitte passen sie die Berechtigungen an. %s", "Application is not enabled" => "Die Anwendung ist nicht aktiviert", diff --git a/lib/l10n/de_DE.php b/lib/l10n/de_DE.php index eafd76b7ee..0a72f443e4 100644 --- a/lib/l10n/de_DE.php +++ b/lib/l10n/de_DE.php @@ -1,5 +1,7 @@ "Applikation \"%s\" kann nicht installiert werden, da sie mit dieser ownCloud Version nicht kompatibel ist.", +"No app name specified" => "Es wurde kein Applikation-Name angegeben", "Help" => "Hilfe", "Personal" => "Persönlich", "Settings" => "Einstellungen", @@ -13,8 +15,16 @@ $TRANSLATIONS = array( "Back to Files" => "Zurück zu \"Dateien\"", "Selected files too large to generate zip file." => "Die gewählten Dateien sind zu groß, um eine ZIP-Datei zu erstellen.", "Download the files in smaller chunks, seperately or kindly ask your administrator." => "Laden Sie die Dateien in kleineren, separaten, Stücken herunter oder bitten Sie Ihren Administrator.", +"No source specified when installing app" => "Für die Installation der Applikation wurde keine Quelle angegeben", +"No href specified when installing app from http" => "Der Link (href) wurde nicht angegeben um die Applikation per http zu installieren", +"No path specified when installing app from local file" => "Bei der Installation der Applikation aus einer lokalen Datei wurde kein Pfad angegeben", "Archives of type %s are not supported" => "Archive des Typs %s werden nicht unterstützt.", +"Failed to open archive when installing app" => "Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden", +"App does not provide an info.xml file" => "Die Applikation enthält keine info,xml Datei", +"App can't be installed because of not allowed code in the App" => "Die Applikation kann auf Grund von unerlaubten Code nicht installiert werden", "App can't be installed because it is not compatible with this version of ownCloud" => "Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser Version von ownCloud kompatibel ist.", +"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist ist", +"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist", "App directory already exists" => "Der Ordner für die Anwendung existiert bereits.", "Can't create app folder. Please fix permissions. %s" => "Der Ordner für die Anwendung konnte nicht angelegt werden. Bitte überprüfen Sie die Ordner- und Dateirechte und passen Sie diese entsprechend an. %s", "Application is not enabled" => "Die Anwendung ist nicht aktiviert", diff --git a/lib/l10n/en_GB.php b/lib/l10n/en_GB.php new file mode 100644 index 0000000000..f799c071c7 --- /dev/null +++ b/lib/l10n/en_GB.php @@ -0,0 +1,69 @@ + "App \"%s\" can't be installed because it is not compatible with this version of ownCloud.", +"No app name specified" => "No app name specified", +"Help" => "Help", +"Personal" => "Personal", +"Settings" => "Settings", +"Users" => "Users", +"Admin" => "Admin", +"Failed to upgrade \"%s\"." => "Failed to upgrade \"%s\".", +"web services under your control" => "web services under your control", +"cannot open \"%s\"" => "cannot open \"%s\"", +"ZIP download is turned off." => "ZIP download is turned off.", +"Files need to be downloaded one by one." => "Files need to be downloaded one by one.", +"Back to Files" => "Back to Files", +"Selected files too large to generate zip file." => "Selected files too large to generate zip file.", +"Download the files in smaller chunks, seperately or kindly ask your administrator." => "Download the files in smaller chunks, seperately or kindly ask your administrator.", +"No source specified when installing app" => "No source specified when installing app", +"No href specified when installing app from http" => "No href specified when installing app from http", +"No path specified when installing app from local file" => "No path specified when installing app from local file", +"Archives of type %s are not supported" => "Archives of type %s are not supported", +"Failed to open archive when installing app" => "Failed to open archive when installing app", +"App does not provide an info.xml file" => "App does not provide an info.xml file", +"App can't be installed because of not allowed code in the App" => "App can't be installed because of unallowed code in the App", +"App can't be installed because it is not compatible with this version of ownCloud" => "App can't be installed because it is not compatible with this version of ownCloud", +"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "App can't be installed because it contains the true tag which is not allowed for non shipped apps", +"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store", +"App directory already exists" => "App directory already exists", +"Can't create app folder. Please fix permissions. %s" => "Can't create app folder. Please fix permissions. %s", +"Application is not enabled" => "Application is not enabled", +"Authentication error" => "Authentication error", +"Token expired. Please reload page." => "Token expired. Please reload page.", +"Files" => "Files", +"Text" => "Text", +"Images" => "Images", +"%s enter the database username." => "%s enter the database username.", +"%s enter the database name." => "%s enter the database name.", +"%s you may not use dots in the database name" => "%s you may not use dots in the database name", +"MS SQL username and/or password not valid: %s" => "MS SQL username and/or password not valid: %s", +"You need to enter either an existing account or the administrator." => "You need to enter either an existing account or the administrator.", +"MySQL username and/or password not valid" => "MySQL username and/or password not valid", +"DB Error: \"%s\"" => "DB Error: \"%s\"", +"Offending command was: \"%s\"" => "Offending command was: \"%s\"", +"MySQL user '%s'@'localhost' exists already." => "MySQL user '%s'@'localhost' exists already.", +"Drop this user from MySQL" => "Drop this user from MySQL", +"MySQL user '%s'@'%%' already exists" => "MySQL user '%s'@'%%' already exists", +"Drop this user from MySQL." => "Drop this user from MySQL.", +"Oracle connection could not be established" => "Oracle connection could not be established", +"Oracle username and/or password not valid" => "Oracle username and/or password not valid", +"Offending command was: \"%s\", name: %s, password: %s" => "Offending command was: \"%s\", name: %s, password: %s", +"PostgreSQL username and/or password not valid" => "PostgreSQL username and/or password not valid", +"Set an admin username." => "Set an admin username.", +"Set an admin password." => "Set an admin password.", +"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Your web server is not yet properly setup to allow files synchronisation because the WebDAV interface seems to be broken.", +"Please double check the installation guides." => "Please double check the installation guides.", +"seconds ago" => "seconds ago", +"_%n minute ago_::_%n minutes ago_" => array("","%n minutes ago"), +"_%n hour ago_::_%n hours ago_" => array("","%n hours ago"), +"today" => "today", +"yesterday" => "yesterday", +"_%n day go_::_%n days ago_" => array("","%n days ago"), +"last month" => "last month", +"_%n month ago_::_%n months ago_" => array("","%n months ago"), +"last year" => "last year", +"years ago" => "years ago", +"Caused by:" => "Caused by:", +"Could not find category \"%s\"" => "Could not find category \"%s\"" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/gl.php b/lib/l10n/gl.php index 4d92e89ebb..a8fee3b1bc 100644 --- a/lib/l10n/gl.php +++ b/lib/l10n/gl.php @@ -1,5 +1,7 @@ "Non é posíbel instalar o aplicativo «%s» por non seren compatíbel con esta versión do ownCloud.", +"No app name specified" => "Non se especificou o nome do aplicativo", "Help" => "Axuda", "Personal" => "Persoal", "Settings" => "Axustes", @@ -13,6 +15,18 @@ $TRANSLATIONS = array( "Back to Files" => "Volver aos ficheiros", "Selected files too large to generate zip file." => "Os ficheiros seleccionados son demasiado grandes como para xerar un ficheiro zip.", "Download the files in smaller chunks, seperately or kindly ask your administrator." => "Descargue os ficheiros en cachos máis pequenos e por separado, ou pídallos amabelmente ao seu administrador.", +"No source specified when installing app" => "Non foi especificada ningunha orixe ao instalar aplicativos", +"No href specified when installing app from http" => "Non foi especificada ningunha href ao instalar aplicativos", +"No path specified when installing app from local file" => "Non foi especificada ningunha ruta ao instalar aplicativos desde un ficheiro local", +"Archives of type %s are not supported" => "Os arquivos do tipo %s non están admitidos", +"Failed to open archive when installing app" => "Non foi posíbel abrir o arquivo ao instalar aplicativos", +"App does not provide an info.xml file" => "O aplicativo non fornece un ficheiro info.xml", +"App can't be installed because of not allowed code in the App" => "Non é posíbel instalar o aplicativo por mor de conter código non permitido", +"App can't be installed because it is not compatible with this version of ownCloud" => "Non é posíbel instalar o aplicativo por non seren compatíbel con esta versión do ownCloud.", +"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Non é posíbel instalar o aplicativo por conter a etiqueta\n\n\ntrue\n\nque non está permitida para os aplicativos non enviados", +"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Non é posíbel instalar o aplicativo xa que a versión en info.xml/version non é a mesma que a versión informada desde a App Store", +"App directory already exists" => "Xa existe o directorio do aplicativo", +"Can't create app folder. Please fix permissions. %s" => "Non é posíbel crear o cartafol de aplicativos. Corrixa os permisos. %s", "Application is not enabled" => "O aplicativo non está activado", "Authentication error" => "Produciuse un erro de autenticación", "Token expired. Please reload page." => "Testemuña caducada. Recargue a páxina.", diff --git a/lib/l10n/it.php b/lib/l10n/it.php index 983152a14c..a35027eb96 100644 --- a/lib/l10n/it.php +++ b/lib/l10n/it.php @@ -1,5 +1,7 @@ "L'applicazione \"%s\" non può essere installata poiché non è compatibile con questa versione di ownCloud.", +"No app name specified" => "Il nome dell'applicazione non è specificato", "Help" => "Aiuto", "Personal" => "Personale", "Settings" => "Impostazioni", @@ -13,6 +15,17 @@ $TRANSLATIONS = array( "Back to Files" => "Torna ai file", "Selected files too large to generate zip file." => "I file selezionati sono troppo grandi per generare un file zip.", "Download the files in smaller chunks, seperately or kindly ask your administrator." => "Scarica i file in blocchi più piccoli, separatamente o chiedi al tuo amministratore.", +"No source specified when installing app" => "Nessuna fonte specificata durante l'installazione dell'applicazione", +"No href specified when installing app from http" => "Nessun href specificato durante l'installazione dell'applicazione da http", +"No path specified when installing app from local file" => "Nessun percorso specificato durante l'installazione dell'applicazione da file locale", +"Archives of type %s are not supported" => "Gli archivi di tipo %s non sono supportati", +"Failed to open archive when installing app" => "Apertura archivio non riuscita durante l'installazione dell'applicazione", +"App does not provide an info.xml file" => "L'applicazione non fornisce un file info.xml", +"App can't be installed because of not allowed code in the App" => "L'applicazione non può essere installata a causa di codice non consentito al suo interno", +"App can't be installed because it is not compatible with this version of ownCloud" => "L'applicazione non può essere installata poiché non è compatibile con questa versione di ownCloud", +"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "L'applicazione non può essere installata poiché la versione in info.xml/version non è la stessa riportata dall'app store", +"App directory already exists" => "La cartella dell'applicazione esiste già", +"Can't create app folder. Please fix permissions. %s" => "Impossibile creare la cartella dell'applicazione. Correggi i permessi. %s", "Application is not enabled" => "L'applicazione non è abilitata", "Authentication error" => "Errore di autenticazione", "Token expired. Please reload page." => "Token scaduto. Ricarica la pagina.", diff --git a/lib/l10n/sk_SK.php b/lib/l10n/sk_SK.php index 4101af247c..13487b039d 100644 --- a/lib/l10n/sk_SK.php +++ b/lib/l10n/sk_SK.php @@ -1,5 +1,7 @@ "Aplikácia \"%s\" nemôže byť nainštalovaná kvôli nekompatibilite z danou verziou ownCloudu.", +"No app name specified" => "Nešpecifikované meno aplikácie", "Help" => "Pomoc", "Personal" => "Osobné", "Settings" => "Nastavenia", @@ -13,6 +15,18 @@ $TRANSLATIONS = array( "Back to Files" => "Späť na súbory", "Selected files too large to generate zip file." => "Zvolené súbory sú príliš veľké na vygenerovanie zip súboru.", "Download the files in smaller chunks, seperately or kindly ask your administrator." => "Stiahnite súbory po menších častiach, samostatne, alebo sa obráťte na správcu.", +"No source specified when installing app" => "Nešpecifikovaný zdroj pri inštalácii aplikácie", +"No href specified when installing app from http" => "Nešpecifikovaný atribút \"href\" pri inštalácii aplikácie pomocou protokolu \"http\"", +"No path specified when installing app from local file" => "Nešpecifikovaná cesta pri inštalácii aplikácie z lokálneho súboru", +"Archives of type %s are not supported" => "Typ archívu %s nie je podporovaný", +"Failed to open archive when installing app" => "Zlyhanie pri otváraní archívu počas inštalácie aplikácie", +"App does not provide an info.xml file" => "Aplikácia neposkytuje súbor info.xml", +"App can't be installed because of not allowed code in the App" => "Aplikácia nemôže byť inštalovaná pre nepovolený kód v aplikácii", +"App can't be installed because it is not compatible with this version of ownCloud" => "Aplikácia nemôže byť inštalovaná pre nekompatibilitu z danou verziou ownCloudu", +"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Aplikácia nemôže byť inštalovaná pretože obsahuje pravý štítok, ktorý nie je povolený pre zaslané \"shipped\" aplikácie", +"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Aplikácia nemôže byť inštalovaná pretože verzia v info.xml/version nezodpovedá verzii špecifikovanej v aplikačnom obchode", +"App directory already exists" => "Aplikačný adresár už existuje", +"Can't create app folder. Please fix permissions. %s" => "Nemožno vytvoriť aplikačný priečinok. Prosím upravte povolenia. %s", "Application is not enabled" => "Aplikácia nie je zapnutá", "Authentication error" => "Chyba autentifikácie", "Token expired. Please reload page." => "Token vypršal. Obnovte, prosím, stránku.", diff --git a/lib/l10n/sv.php b/lib/l10n/sv.php index dd54e6ca5d..e7c3420a85 100644 --- a/lib/l10n/sv.php +++ b/lib/l10n/sv.php @@ -1,5 +1,7 @@ "Appen \"%s\" kan inte installeras eftersom att den inte är kompatibel med denna version av ownCloud.", +"No app name specified" => "Inget appnamn angivet", "Help" => "Hjälp", "Personal" => "Personligt", "Settings" => "Inställningar", @@ -13,6 +15,18 @@ $TRANSLATIONS = array( "Back to Files" => "Tillbaka till Filer", "Selected files too large to generate zip file." => "Valda filer är för stora för att skapa zip-fil.", "Download the files in smaller chunks, seperately or kindly ask your administrator." => "Ladda ner filerna i mindre bitar, separat eller fråga din administratör.", +"No source specified when installing app" => "Ingen källa angiven vid installation av app ", +"No href specified when installing app from http" => "Ingen href angiven vid installation av app från http", +"No path specified when installing app from local file" => "Ingen sökväg angiven vid installation av app från lokal fil", +"Archives of type %s are not supported" => "Arkiv av typen %s stöds ej", +"Failed to open archive when installing app" => "Kunde inte öppna arkivet när appen skulle installeras", +"App does not provide an info.xml file" => "Appen har ingen info.xml fil", +"App can't be installed because of not allowed code in the App" => "Appen kan inte installeras eftersom att den innehåller otillåten kod", +"App can't be installed because it is not compatible with this version of ownCloud" => "Appen kan inte installeras eftersom att den inte är kompatibel med denna version av ownCloud", +"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Appen kan inte installeras eftersom att den innehåller etiketten true vilket inte är tillåtet för icke inkluderade appar", +"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Appen kan inte installeras eftersom versionen i info.xml inte är samma som rapporteras från app store", +"App directory already exists" => "Appens mapp finns redan", +"Can't create app folder. Please fix permissions. %s" => "Kan inte skapa appens mapp. Var god åtgärda rättigheterna. %s", "Application is not enabled" => "Applikationen är inte aktiverad", "Authentication error" => "Fel vid autentisering", "Token expired. Please reload page." => "Ogiltig token. Ladda om sidan.", diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index a6288e471f..09caacbb5a 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -20,12 +20,14 @@ $TRANSLATIONS = array( "Disable" => "Zakázat", "Enable" => "Povolit", "Please wait...." => "Čekejte prosím...", +"Error while disabling app" => "Chyba při zakazování aplikace", +"Error while enabling app" => "Chyba při povolování aplikace", "Updating...." => "Aktualizuji...", "Error while updating app" => "Chyba při aktualizaci aplikace", "Error" => "Chyba", "Update" => "Aktualizovat", "Updated" => "Aktualizováno", -"Decrypting files... Please wait, this can take some time." => "Probíhá odšifrování souborů... Prosíme počkejte, tato operace může trvat několik minut.", +"Decrypting files... Please wait, this can take some time." => "Probíhá dešifrování souborů... Čekejte prosím, tato operace může trvat nějakou dobu.", "Saving..." => "Ukládám...", "deleted" => "smazáno", "undo" => "vrátit zpět", @@ -103,8 +105,8 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Použijte tuto adresu pro přístup k vašim souborům přes WebDAV", "Encryption" => "Šifrování", -"The encryption app is no longer enabled, decrypt all your file" => "Šifrovací aplikace již není spuštěna, odšifrujte všechny své soubory", -"Log-in password" => "Heslo", +"The encryption app is no longer enabled, decrypt all your file" => "Šifrovací aplikace již není zapnuta, odšifrujte všechny své soubory", +"Log-in password" => "Přihlašovací heslo", "Decrypt all Files" => "Odšifrovat všechny soubory", "Login Name" => "Přihlašovací jméno", "Create" => "Vytvořit", diff --git a/settings/l10n/de.php b/settings/l10n/de.php index 2c30e51017..87e935a93c 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -20,6 +20,8 @@ $TRANSLATIONS = array( "Disable" => "Deaktivieren", "Enable" => "Aktivieren", "Please wait...." => "Bitte warten...", +"Error while disabling app" => "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten", +"Error while enabling app" => "Beim Aktivieren der Applikation ist ein Fehler aufgetreten", "Updating...." => "Aktualisierung...", "Error while updating app" => "Fehler beim Aktualisieren der App", "Error" => "Fehler", diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php index c14e5a3606..6998b51042 100644 --- a/settings/l10n/de_DE.php +++ b/settings/l10n/de_DE.php @@ -20,8 +20,8 @@ $TRANSLATIONS = array( "Disable" => "Deaktivieren", "Enable" => "Aktivieren", "Please wait...." => "Bitte warten....", -"Error while disabling app" => "Beim deaktivieren der Applikation ist ein Fehler aufgetreten.", -"Error while enabling app" => "Beim aktivieren der Applikation ist ein Fehler aufgetreten.", +"Error while disabling app" => "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten", +"Error while enabling app" => "Beim Aktivieren der Applikation ist ein Fehler aufgetreten", "Updating...." => "Update...", "Error while updating app" => "Es ist ein Fehler während des Updates aufgetreten", "Error" => "Fehler", diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php new file mode 100644 index 0000000000..e1a0064390 --- /dev/null +++ b/settings/l10n/en_GB.php @@ -0,0 +1,124 @@ + "Unable to load list from App Store", +"Authentication error" => "Authentication error", +"Your display name has been changed." => "Your display name has been changed.", +"Unable to change display name" => "Unable to change display name", +"Group already exists" => "Group already exists", +"Unable to add group" => "Unable to add group", +"Email saved" => "Email saved", +"Invalid email" => "Invalid email", +"Unable to delete group" => "Unable to delete group", +"Unable to delete user" => "Unable to delete user", +"Language changed" => "Language changed", +"Invalid request" => "Invalid request", +"Admins can't remove themself from the admin group" => "Admins can't remove themselves from the admin group", +"Unable to add user to group %s" => "Unable to add user to group %s", +"Unable to remove user from group %s" => "Unable to remove user from group %s", +"Couldn't update app." => "Couldn't update app.", +"Update to {appversion}" => "Update to {appversion}", +"Disable" => "Disable", +"Enable" => "Enable", +"Please wait...." => "Please wait....", +"Error while disabling app" => "Error whilst disabling app", +"Error while enabling app" => "Error whilst enabling app", +"Updating...." => "Updating....", +"Error while updating app" => "Error whilst updating app", +"Error" => "Error", +"Update" => "Update", +"Updated" => "Updated", +"Decrypting files... Please wait, this can take some time." => "Decrypting files... Please wait, this can take some time.", +"Saving..." => "Saving...", +"deleted" => "deleted", +"undo" => "undo", +"Unable to remove user" => "Unable to remove user", +"Groups" => "Groups", +"Group Admin" => "Group Admin", +"Delete" => "Delete", +"add group" => "add group", +"A valid username must be provided" => "A valid username must be provided", +"Error creating user" => "Error creating user", +"A valid password must be provided" => "A valid password must be provided", +"__language_name__" => "__language_name__", +"Security Warning" => "Security Warning", +"Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root.", +"Setup Warning" => "Setup Warning", +"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Your web server is not yet properly setup to allow files synchronisation because the WebDAV interface seems to be broken.", +"Please double check the installation guides." => "Please double check the installation guides.", +"Module 'fileinfo' missing" => "Module 'fileinfo' missing", +"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection.", +"Locale not working" => "Locale not working", +"System locale can't be set to %s. This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support %s." => "System locale can't be set to %s. This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support %s.", +"Internet connection not working" => "Internet connection not working", +"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don't work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features.", +"Cron" => "Cron", +"Execute one task with each page loaded" => "Execute one task with each page loaded", +"cron.php is registered at a webcron service to call cron.php once a minute over http." => "cron.php is registered at a webcron service to call cron.php once a minute over http.", +"Use systems cron service to call the cron.php file once a minute." => "Use systems cron service to call the cron.php file once a minute.", +"Sharing" => "Sharing", +"Enable Share API" => "Enable Share API", +"Allow apps to use the Share API" => "Allow apps to use the Share API", +"Allow links" => "Allow links", +"Allow users to share items to the public with links" => "Allow users to share items to the public with links", +"Allow public uploads" => "Allow public uploads", +"Allow users to enable others to upload into their publicly shared folders" => "Allow users to enable others to upload into their publicly shared folders", +"Allow resharing" => "Allow resharing", +"Allow users to share items shared with them again" => "Allow users to share items shared with them again", +"Allow users to share with anyone" => "Allow users to share with anyone", +"Allow users to only share with users in their groups" => "Allow users to only share with users in their groups", +"Security" => "Security", +"Enforce HTTPS" => "Enforce HTTPS", +"Forces the clients to connect to %s via an encrypted connection." => "Forces the clients to connect to %s via an encrypted connection.", +"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Please connect to your %s via HTTPS to enable or disable the SSL enforcement.", +"Log" => "Log", +"Log level" => "Log level", +"More" => "More", +"Less" => "Less", +"Version" => "Version", +"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Developed by the ownCloud community, the source code is licensed under the AGPL.", +"Add your App" => "Add your App", +"More Apps" => "More Apps", +"Select an App" => "Select an App", +"See application page at apps.owncloud.com" => "See application page at apps.owncloud.com", +"-licensed by " => "-licensed by ", +"User Documentation" => "User Documentation", +"Administrator Documentation" => "Administrator Documentation", +"Online Documentation" => "Online Documentation", +"Forum" => "Forum", +"Bugtracker" => "Bugtracker", +"Commercial Support" => "Commercial Support", +"Get the apps to sync your files" => "Get the apps to sync your files", +"Show First Run Wizard again" => "Show First Run Wizard again", +"You have used %s of the available %s" => "You have used %s of the available %s", +"Password" => "Password", +"Your password was changed" => "Your password was changed", +"Unable to change your password" => "Unable to change your password", +"Current password" => "Current password", +"New password" => "New password", +"Change password" => "Change password", +"Display Name" => "Display Name", +"Email" => "Email", +"Your email address" => "Your email address", +"Fill in an email address to enable password recovery" => "Fill in an email address to enable password recovery", +"Language" => "Language", +"Help translate" => "Help translate", +"WebDAV" => "WebDAV", +"Use this address to access your Files via WebDAV" => "Use this address to access your Files via WebDAV", +"Encryption" => "Encryption", +"The encryption app is no longer enabled, decrypt all your file" => "The encryption app is no longer enabled, decrypt all your files", +"Log-in password" => "Log-in password", +"Decrypt all Files" => "Decrypt all Files", +"Login Name" => "Login Name", +"Create" => "Create", +"Admin Recovery Password" => "Admin Recovery Password", +"Enter the recovery password in order to recover the users files during password change" => "Enter the recovery password in order to recover the user's files during password change", +"Default Storage" => "Default Storage", +"Unlimited" => "Unlimited", +"Other" => "Other", +"Username" => "Username", +"Storage" => "Storage", +"change display name" => "change display name", +"set new password" => "set new password", +"Default" => "Default" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php index fb51d793c6..b3e3dfec91 100644 --- a/settings/l10n/gl.php +++ b/settings/l10n/gl.php @@ -20,6 +20,8 @@ $TRANSLATIONS = array( "Disable" => "Desactivar", "Enable" => "Activar", "Please wait...." => "Agarde...", +"Error while disabling app" => "Produciuse un erro ao desactivar o aplicativo", +"Error while enabling app" => "Produciuse un erro ao activar o aplicativo", "Updating...." => "Actualizando...", "Error while updating app" => "Produciuse un erro mentres actualizaba o aplicativo", "Error" => "Erro", diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php index 0d22ad1074..b83407fc3b 100644 --- a/settings/l10n/sk_SK.php +++ b/settings/l10n/sk_SK.php @@ -20,6 +20,8 @@ $TRANSLATIONS = array( "Disable" => "Zakázať", "Enable" => "Zapnúť", "Please wait...." => "Čakajte prosím...", +"Error while disabling app" => "Chyba pri zablokovaní aplikácie", +"Error while enabling app" => "Chyba pri povoľovaní aplikácie", "Updating...." => "Aktualizujem...", "Error while updating app" => "chyba pri aktualizácii aplikácie", "Error" => "Chyba", @@ -103,6 +105,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Použite túto adresu pre prístup k súborom cez WebDAV", "Encryption" => "Šifrovanie", +"The encryption app is no longer enabled, decrypt all your file" => "Šifrovacia aplikácia nie je povolená, dešifrujte všetky vaše súbory", "Log-in password" => "Prihlasovacie heslo", "Decrypt all Files" => "Dešifrovať všetky súbory", "Login Name" => "Prihlasovacie meno",