diff --git a/apps/files/l10n/ar.php b/apps/files/l10n/ar.php index f405406825..5c8962c22d 100644 --- a/apps/files/l10n/ar.php +++ b/apps/files/l10n/ar.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "فشل في نقل الملف %s - يوجد ملف بنفس هذا الاسم", "Could not move %s" => "فشل في نقل %s", +"File name cannot be empty." => "اسم الملف لا يجوز أن يكون فارغا", "Unable to set upload directory." => "غير قادر على تحميل المجلد", "Invalid Token" => "علامة غير صالحة", "No file was uploaded. Unknown error" => "لم يتم رفع أي ملف , خطأ غير معروف", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} و {files}", "_Uploading %n file_::_Uploading %n files_" => array("لا يوجد ملفات %n لتحميلها","تحميل 1 ملف %n","تحميل 2 ملف %n","يتم تحميل عدد قليل من ملفات %n","يتم تحميل عدد كبير من ملفات %n","يتم تحميل ملفات %n"), "'.' is an invalid file name." => "\".\" اسم ملف غير صحيح.", -"File name cannot be empty." => "اسم الملف لا يجوز أن يكون فارغا", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "اسم غير صحيح , الرموز '\\', '/', '<', '>', ':', '\"', '|', '?' و \"*\" غير مسموح استخدامها", "Your storage is full, files can not be updated or synced anymore!" => "مساحتك التخزينية ممتلئة, لا يمكم تحديث ملفاتك أو مزامنتها بعد الآن !", "Your storage is almost full ({usedSpacePercent}%)" => "مساحتك التخزينية امتلأت تقريبا ", diff --git a/apps/files/l10n/bn_BD.php b/apps/files/l10n/bn_BD.php index def19d99d4..b24aa979e2 100644 --- a/apps/files/l10n/bn_BD.php +++ b/apps/files/l10n/bn_BD.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s কে স্থানান্তর করা সম্ভব হলো না - এই নামের ফাইল বিদ্যমান", "Could not move %s" => "%s কে স্থানান্তর করা সম্ভব হলো না", +"File name cannot be empty." => "ফাইলের নামটি ফাঁকা রাখা যাবে না।", "No file was uploaded. Unknown error" => "কোন ফাইল আপলোড করা হয় নি। সমস্যার কারণটি অজ্ঞাত।", "There is no error, the file uploaded with success" => "কোন সমস্যা হয় নি, ফাইল আপলোড সুসম্পন্ন হয়েছে।", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "আপলোড করা ফাইলটি php.ini তে বর্ণিত upload_max_filesize নির্দেশিত আয়তন অতিক্রম করছেঃ", @@ -25,7 +26,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "'.' is an invalid file name." => "টি একটি অননুমোদিত নাম।", -"File name cannot be empty." => "ফাইলের নামটি ফাঁকা রাখা যাবে না।", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "নামটি সঠিক নয়, '\\', '/', '<', '>', ':', '\"', '|', '?' এবং '*' অনুমোদিত নয়।", "Error" => "সমস্যা", "Name" => "রাম", diff --git a/apps/files/l10n/ca.php b/apps/files/l10n/ca.php index 3595e355ea..9625d162dc 100644 --- a/apps/files/l10n/ca.php +++ b/apps/files/l10n/ca.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "No s'ha pogut moure %s - Ja hi ha un fitxer amb aquest nom", "Could not move %s" => " No s'ha pogut moure %s", +"File name cannot be empty." => "El nom del fitxer no pot ser buit.", "Unable to set upload directory." => "No es pot establir la carpeta de pujada.", "Invalid Token" => "Testimoni no vàlid", "No file was uploaded. Unknown error" => "No s'ha carregat cap fitxer. Error desconegut", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} i {files}", "_Uploading %n file_::_Uploading %n files_" => array("Pujant %n fitxer","Pujant %n fitxers"), "'.' is an invalid file name." => "'.' és un nom no vàlid per un fitxer.", -"File name cannot be empty." => "El nom del fitxer no pot ser buit.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos.", "Your storage is full, files can not be updated or synced anymore!" => "El vostre espai d'emmagatzemament és ple, els fitxers ja no es poden actualitzar o sincronitzar!", "Your storage is almost full ({usedSpacePercent}%)" => "El vostre espai d'emmagatzemament és gairebé ple ({usedSpacePercent}%)", diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index 5f1fcbf56d..bca68d9536 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Nelze přesunout %s - již existuje soubor se stejným názvem", "Could not move %s" => "Nelze přesunout %s", +"File name cannot be empty." => "Název souboru nemůže být prázdný řetězec.", "Unable to set upload directory." => "Nelze nastavit adresář pro nahrané soubory.", "Invalid Token" => "Neplatný token", "No file was uploaded. Unknown error" => "Žádný soubor nebyl odeslán. Neznámá chyba", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} a {files}", "_Uploading %n file_::_Uploading %n files_" => array("Nahrávám %n soubor","Nahrávám %n soubory","Nahrávám %n souborů"), "'.' is an invalid file name." => "'.' je neplatným názvem souboru.", -"File name cannot be empty." => "Název souboru nemůže být prázdný řetězec.", "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}%)", diff --git a/apps/files/l10n/cy_GB.php b/apps/files/l10n/cy_GB.php index 1d0c785ef5..b08c02d8d0 100644 --- a/apps/files/l10n/cy_GB.php +++ b/apps/files/l10n/cy_GB.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Methwyd symud %s - Mae ffeil gyda'r enw hwn eisoes yn bodoli", "Could not move %s" => "Methwyd symud %s", +"File name cannot be empty." => "Does dim hawl cael enw ffeil gwag.", "No file was uploaded. Unknown error" => "Ni lwythwyd ffeil i fyny. Gwall anhysbys.", "There is no error, the file uploaded with success" => "Does dim gwall, llwythodd y ffeil i fyny'n llwyddiannus", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb upload_max_filesize yn php.ini:", @@ -27,7 +28,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("","","",""), "_Uploading %n file_::_Uploading %n files_" => array("","","",""), "'.' is an invalid file name." => "Mae '.' yn enw ffeil annilys.", -"File name cannot be empty." => "Does dim hawl cael enw ffeil gwag.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Enw annilys, ni chaniateir, '\\', '/', '<', '>', ':', '\"', '|', '?' na '*'.", "Your storage is full, files can not be updated or synced anymore!" => "Mae eich storfa'n llawn, ni ellir diweddaru a chydweddu ffeiliau mwyach!", "Your storage is almost full ({usedSpacePercent}%)" => "Mae eich storfa bron a bod yn llawn ({usedSpacePercent}%)", diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php index d523bb37ef..4fe2fa21c5 100644 --- a/apps/files/l10n/da.php +++ b/apps/files/l10n/da.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Kunne ikke flytte %s - der findes allerede en fil med dette navn", "Could not move %s" => "Kunne ikke flytte %s", +"File name cannot be empty." => "Filnavnet kan ikke stå tomt.", "Unable to set upload directory." => "Ude af stand til at vælge upload mappe.", "Invalid Token" => "Ugyldig Token ", "No file was uploaded. Unknown error" => "Ingen fil blev uploadet. Ukendt fejl.", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} og {files}", "_Uploading %n file_::_Uploading %n files_" => array("Uploader %n fil","Uploader %n filer"), "'.' is an invalid file name." => "'.' er et ugyldigt filnavn.", -"File name cannot be empty." => "Filnavnet kan ikke stå tomt.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ugyldigt navn, '\\', '/', '<', '>', ':' | '?', '\"', '', og '*' er ikke tilladt.", "Your storage is full, files can not be updated or synced anymore!" => "Din opbevaringsplads er fyldt op, filer kan ikke opdateres eller synkroniseres længere!", "Your storage is almost full ({usedSpacePercent}%)" => "Din opbevaringsplads er næsten fyldt op ({usedSpacePercent}%)", diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php index 4f589da30b..9aad5d73cb 100644 --- a/apps/files/l10n/de.php +++ b/apps/files/l10n/de.php @@ -2,6 +2,14 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Konnte %s nicht verschieben. Eine Datei mit diesem Namen existiert bereits", "Could not move %s" => "Konnte %s nicht verschieben", +"File name cannot be empty." => "Der Dateiname darf nicht leer sein.", +"File name must not contain \"/\". Please choose a different name." => "Der Dateiname darf kein \"/\" enthalten. Bitte wähle einen anderen Namen.", +"The name %s is already used in the folder %s. Please choose a different name." => "Der Name %s wird bereits im Ordner %s benutzt. Bitte wählen Sie einen anderen Namen.", +"Not a valid source" => "Keine gültige Quelle", +"Error while downloading %s to %s" => "Fehler beim Herunterladen von %s nach %s", +"Error when creating the file" => "Fehler beim Erstellen der Datei", +"Folder name must not contain \"/\". Please choose a different name." => "Der Ordner-Name darf kein \"/\" enthalten. Bitte wähle einen anderen Namen.", +"Error when creating the folder" => "Fehler beim Erstellen des Ordners", "Unable to set upload directory." => "Das Upload-Verzeichnis konnte nicht gesetzt werden.", "Invalid Token" => "Ungültiges Merkmal", "No file was uploaded. Unknown error" => "Keine Datei hochgeladen. Unbekannter Fehler", @@ -22,11 +30,16 @@ $TRANSLATIONS = array( "Upload cancelled." => "Upload abgebrochen.", "Could not get result from server." => "Ergebnis konnte nicht vom Server abgerufen werden.", "File upload is in progress. Leaving the page now will cancel the upload." => "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload abgebrochen.", +"URL cannot be empty" => "Die URL darf nicht leer sein", +"In the home folder 'Shared' is a reserved filename" => "Das Benutzerverzeichnis 'Shared' ist ein reservierter Dateiname", "{new_name} already exists" => "{new_name} existiert bereits", +"Could not create file" => "Die Datei konnte nicht erstellt werden", +"Could not create folder" => "Der Ordner konnte nicht erstellt werden", "Share" => "Teilen", "Delete permanently" => "Endgültig löschen", "Rename" => "Umbenennen", "Pending" => "Ausstehend", +"Could not rename file" => "Die Datei konnte nicht umbenannt werden", "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"), @@ -34,7 +47,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} und {files}", "_Uploading %n file_::_Uploading %n files_" => array("%n Datei wird hochgeladen","%n Dateien werden hochgeladen"), "'.' is an invalid file name." => "'.' ist kein gültiger Dateiname.", -"File name cannot be empty." => "Der Dateiname darf nicht leer sein.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.", "Your storage is full, files can not be updated or synced anymore!" => "Dein Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", "Your storage is almost full ({usedSpacePercent}%)" => "Dein Speicher ist fast voll ({usedSpacePercent}%)", @@ -64,6 +76,7 @@ $TRANSLATIONS = array( "From link" => "Von einem Link", "Deleted files" => "Gelöschte Dateien", "Cancel upload" => "Upload abbrechen", +"You don’t have permission to upload or create files here" => "Du besitzt hier keine Berechtigung Dateien hochzuladen oder zu erstellen", "Nothing in here. Upload something!" => "Alles leer. Lade etwas hoch!", "Download" => "Herunterladen", "Unshare" => "Freigabe aufheben", diff --git a/apps/files/l10n/de_CH.php b/apps/files/l10n/de_CH.php index fcb0711ece..cd04c8094d 100644 --- a/apps/files/l10n/de_CH.php +++ b/apps/files/l10n/de_CH.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s konnte nicht verschoben werden. Eine Datei mit diesem Namen existiert bereits.", "Could not move %s" => "Konnte %s nicht verschieben", +"File name cannot be empty." => "Der Dateiname darf nicht leer sein.", "Unable to set upload directory." => "Das Upload-Verzeichnis konnte nicht gesetzt werden.", "Invalid Token" => "Ungültiges Merkmal", "No file was uploaded. Unknown error" => "Keine Datei hochgeladen. Unbekannter Fehler", @@ -29,7 +30,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("","%n Dateien"), "_Uploading %n file_::_Uploading %n files_" => array("%n Datei wird hochgeladen","%n Dateien werden hochgeladen"), "'.' is an invalid file name." => "'.' ist kein gültiger Dateiname.", -"File name cannot be empty." => "Der Dateiname darf nicht leer sein.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, «\\», «/», «<», «>», «:», «\"», «|», «?» und «*» sind nicht zulässig.", "Your storage is full, files can not be updated or synced anymore!" => "Ihr Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", "Your storage is almost full ({usedSpacePercent}%)" => "Ihr Speicher ist fast voll ({usedSpacePercent}%)", diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php index 6aa65e1f0d..5abf25629f 100644 --- a/apps/files/l10n/de_DE.php +++ b/apps/files/l10n/de_DE.php @@ -2,6 +2,14 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s konnte nicht verschoben werden. Eine Datei mit diesem Namen existiert bereits.", "Could not move %s" => "Konnte %s nicht verschieben", +"File name cannot be empty." => "Der Dateiname darf nicht leer sein.", +"File name must not contain \"/\". Please choose a different name." => "Der Dateiname darf kein \"/\" enthalten. Bitte wählen Sie einen anderen Namen.", +"The name %s is already used in the folder %s. Please choose a different name." => "Der Name %s wird bereits im Ordner %s benutzt. Bitte wählen Sie einen anderen Namen.", +"Not a valid source" => "Keine gültige Quelle", +"Error while downloading %s to %s" => "Fehler beim Herunterladen von %s nach %s", +"Error when creating the file" => "Fehler beim Erstellen der Datei", +"Folder name must not contain \"/\". Please choose a different name." => "Der Ordner-Name darf kein \"/\" enthalten. Bitte wählen Sie einen anderen Namen.", +"Error when creating the folder" => "Fehler beim Erstellen des Ordners", "Unable to set upload directory." => "Das Upload-Verzeichnis konnte nicht gesetzt werden.", "Invalid Token" => "Ungültiges Merkmal", "No file was uploaded. Unknown error" => "Keine Datei hochgeladen. Unbekannter Fehler", @@ -22,11 +30,16 @@ $TRANSLATIONS = array( "Upload cancelled." => "Upload abgebrochen.", "Could not get result from server." => "Ergebnis konnte nicht vom Server abgerufen werden.", "File upload is in progress. Leaving the page now will cancel the upload." => "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.", +"URL cannot be empty" => "Die URL darf nicht leer sein", +"In the home folder 'Shared' is a reserved filename" => "Das Benutzerverzeichnis 'Shared' ist ein reservierter Dateiname", "{new_name} already exists" => "{new_name} existiert bereits", +"Could not create file" => "Datei konnte nicht erstellt werden", +"Could not create folder" => "Der Ordner konnte nicht erstellt werden", "Share" => "Teilen", "Delete permanently" => "Endgültig löschen", "Rename" => "Umbenennen", "Pending" => "Ausstehend", +"Could not rename file" => "Die Datei konnte nicht umbenannt werden", "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"), @@ -34,7 +47,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} und {files}", "_Uploading %n file_::_Uploading %n files_" => array("%n Datei wird hoch geladen","%n Dateien werden hoch geladen"), "'.' is an invalid file name." => "'.' ist kein gültiger Dateiname.", -"File name cannot be empty." => "Der Dateiname darf nicht leer sein.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.", "Your storage is full, files can not be updated or synced anymore!" => "Ihr Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", "Your storage is almost full ({usedSpacePercent}%)" => "Ihr Speicher ist fast voll ({usedSpacePercent}%)", @@ -64,6 +76,7 @@ $TRANSLATIONS = array( "From link" => "Von einem Link", "Deleted files" => "Gelöschte Dateien", "Cancel upload" => "Upload abbrechen", +"You don’t have permission to upload or create files here" => "Sie besitzen hier keine Berechtigung Dateien hochzuladen oder zu erstellen", "Nothing in here. Upload something!" => "Alles leer. Laden Sie etwas hoch!", "Download" => "Herunterladen", "Unshare" => "Freigabe aufheben", diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php index 0e2a331c0f..0a1ff975a1 100644 --- a/apps/files/l10n/el.php +++ b/apps/files/l10n/el.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Αδυναμία μετακίνησης του %s - υπάρχει ήδη αρχείο με αυτό το όνομα", "Could not move %s" => "Αδυναμία μετακίνησης του %s", +"File name cannot be empty." => "Το όνομα αρχείου δεν μπορεί να είναι κενό.", "Unable to set upload directory." => "Αδυναμία ορισμού καταλόγου αποστολής.", "Invalid Token" => "Μη έγκυρο Token", "No file was uploaded. Unknown error" => "Δεν ανέβηκε κάποιο αρχείο. Άγνωστο σφάλμα", @@ -29,7 +30,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("%n αρχείο","%n αρχεία"), "_Uploading %n file_::_Uploading %n files_" => array("Ανέβασμα %n αρχείου","Ανέβασμα %n αρχείων"), "'.' is an invalid file name." => "'.' είναι μη έγκυρο όνομα αρχείου.", -"File name cannot be empty." => "Το όνομα αρχείου δεν μπορεί να είναι κενό.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Μη έγκυρο όνομα, '\\', '/', '<', '>', ':', '\"', '|', '?' και '*' δεν επιτρέπονται.", "Your storage is full, files can not be updated or synced anymore!" => "Ο αποθηκευτικός σας χώρος είναι γεμάτος, τα αρχεία δεν μπορούν να ενημερωθούν ή να συγχρονιστούν πια!", "Your storage is almost full ({usedSpacePercent}%)" => "Ο αποθηκευτικός χώρος είναι σχεδόν γεμάτος ({usedSpacePercent}%)", diff --git a/apps/files/l10n/en_GB.php b/apps/files/l10n/en_GB.php index 0d0acaf4b7..f9a8787b4e 100644 --- a/apps/files/l10n/en_GB.php +++ b/apps/files/l10n/en_GB.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Could not move %s - File with this name already exists", "Could not move %s" => "Could not move %s", +"File name cannot be empty." => "File name cannot be empty.", "Unable to set upload directory." => "Unable to set upload directory.", "Invalid Token" => "Invalid Token", "No file was uploaded. Unknown error" => "No file was uploaded. Unknown error", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} and {files}", "_Uploading %n file_::_Uploading %n files_" => array("Uploading %n file","Uploading %n files"), "'.' is an invalid file name." => "'.' is an invalid file name.", -"File name cannot be empty." => "File name cannot be empty.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Invalid name: '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed.", "Your storage is full, files can not be updated or synced anymore!" => "Your storage is full, files can not be updated or synced anymore!", "Your storage is almost full ({usedSpacePercent}%)" => "Your storage is almost full ({usedSpacePercent}%)", diff --git a/apps/files/l10n/eo.php b/apps/files/l10n/eo.php index e0601176ea..9b8653cbee 100644 --- a/apps/files/l10n/eo.php +++ b/apps/files/l10n/eo.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Ne eblis movi %s: dosiero kun ĉi tiu nomo jam ekzistas", "Could not move %s" => "Ne eblis movi %s", +"File name cannot be empty." => "Dosiernomo devas ne malpleni.", "No file was uploaded. Unknown error" => "Neniu dosiero alŝutiĝis. Nekonata eraro.", "There is no error, the file uploaded with success" => "Ne estas eraro, la dosiero alŝutiĝis sukcese.", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "La dosiero alŝutita superas la regulon upload_max_filesize el php.ini: ", @@ -27,7 +28,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "'.' is an invalid file name." => "'.' ne estas valida dosiernomo.", -"File name cannot be empty." => "Dosiernomo devas ne malpleni.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nevalida nomo: “\\”, “/”, “<”, “>”, “:”, “\"”, “|”, “?” kaj “*” ne permesatas.", "Your storage is full, files can not be updated or synced anymore!" => "Via memoro plenas, ne plu eblas ĝisdatigi aŭ sinkronigi dosierojn!", "Your storage is almost full ({usedSpacePercent}%)" => "Via memoro preskaŭ plenas ({usedSpacePercent}%)", diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php index 09ac545ca6..d00565cce2 100644 --- a/apps/files/l10n/es.php +++ b/apps/files/l10n/es.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "No se pudo mover %s - Ya existe un archivo con ese nombre.", "Could not move %s" => "No se pudo mover %s", +"File name cannot be empty." => "El nombre de archivo no puede estar vacío.", "Unable to set upload directory." => "Incapaz de crear directorio de subida.", "Invalid Token" => "Token Inválido", "No file was uploaded. Unknown error" => "No se subió ningún archivo. Error desconocido", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} y {files}", "_Uploading %n file_::_Uploading %n files_" => array("Subiendo %n archivo","Subiendo %n archivos"), "'.' is an invalid file name." => "'.' no es un nombre de archivo válido.", -"File name cannot be empty." => "El nombre de archivo no puede estar vacío.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nombre inválido, los caracteres \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" no están permitidos ", "Your storage is full, files can not be updated or synced anymore!" => "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!", "Your storage is almost full ({usedSpacePercent}%)" => "Su almacenamiento está casi lleno ({usedSpacePercent}%)", diff --git a/apps/files/l10n/es_AR.php b/apps/files/l10n/es_AR.php index a76adb8eec..30db27ee4e 100644 --- a/apps/files/l10n/es_AR.php +++ b/apps/files/l10n/es_AR.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "No se pudo mover %s - Un archivo con este nombre ya existe", "Could not move %s" => "No se pudo mover %s ", +"File name cannot be empty." => "El nombre del archivo no puede quedar vacío.", "Unable to set upload directory." => "No fue posible crear el directorio de subida.", "Invalid Token" => "Token Inválido", "No file was uploaded. Unknown error" => "El archivo no fue subido. Error desconocido", @@ -30,7 +31,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{carpetas} y {archivos}", "_Uploading %n file_::_Uploading %n files_" => array("Subiendo %n archivo","Subiendo %n archivos"), "'.' is an invalid file name." => "'.' es un nombre de archivo inválido.", -"File name cannot be empty." => "El nombre del archivo no puede quedar vacío.", "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}%)", diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php index 99bf921d65..3b67ffac76 100644 --- a/apps/files/l10n/et_EE.php +++ b/apps/files/l10n/et_EE.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Ei saa liigutada faili %s - samanimeline fail on juba olemas", "Could not move %s" => "%s liigutamine ebaõnnestus", +"File name cannot be empty." => "Faili nimi ei saa olla tühi.", "Unable to set upload directory." => "Üleslaadimiste kausta määramine ebaõnnestus.", "Invalid Token" => "Vigane kontrollkood", "No file was uploaded. Unknown error" => "Ühtegi faili ei laetud üles. Tundmatu viga", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} ja {files}", "_Uploading %n file_::_Uploading %n files_" => array("Laadin üles %n faili","Laadin üles %n faili"), "'.' is an invalid file name." => "'.' on vigane failinimi.", -"File name cannot be empty." => "Faili nimi ei saa olla tühi.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Vigane nimi, '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' pole lubatud.", "Your storage is full, files can not be updated or synced anymore!" => "Sinu andmemaht on täis! Faile ei uuendata ega sünkroniseerita!", "Your storage is almost full ({usedSpacePercent}%)" => "Su andmemaht on peaaegu täis ({usedSpacePercent}%)", diff --git a/apps/files/l10n/eu.php b/apps/files/l10n/eu.php index 526624c4bd..8d46042590 100644 --- a/apps/files/l10n/eu.php +++ b/apps/files/l10n/eu.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Ezin da %s mugitu - Izen hau duen fitxategia dagoeneko existitzen da", "Could not move %s" => "Ezin dira fitxategiak mugitu %s", +"File name cannot be empty." => "Fitxategi izena ezin da hutsa izan.", "Unable to set upload directory." => "Ezin da igoera direktorioa ezarri.", "Invalid Token" => "Lekuko baliogabea", "No file was uploaded. Unknown error" => "Ez da fitxategirik igo. Errore ezezaguna", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} eta {files}", "_Uploading %n file_::_Uploading %n files_" => array("Fitxategi %n igotzen","%n fitxategi igotzen"), "'.' is an invalid file name." => "'.' ez da fitxategi izen baliogarria.", -"File name cannot be empty." => "Fitxategi izena ezin da hutsa izan.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "IZen aliogabea, '\\', '/', '<', '>', ':', '\"', '|', '?' eta '*' ez daude baimenduta.", "Your storage is full, files can not be updated or synced anymore!" => "Zure biltegiratzea beterik dago, ezingo duzu aurrerantzean fitxategirik igo edo sinkronizatu!", "Your storage is almost full ({usedSpacePercent}%)" => "Zure biltegiratzea nahiko beterik dago (%{usedSpacePercent})", diff --git a/apps/files/l10n/fa.php b/apps/files/l10n/fa.php index e905187e6c..91deb97bda 100644 --- a/apps/files/l10n/fa.php +++ b/apps/files/l10n/fa.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s نمی تواند حرکت کند - در حال حاضر پرونده با این نام وجود دارد. ", "Could not move %s" => "%s نمی تواند حرکت کند ", +"File name cannot be empty." => "نام پرونده نمی تواند خالی باشد.", "Unable to set upload directory." => "قادر به تنظیم پوشه آپلود نمی باشد.", "Invalid Token" => "رمز نامعتبر", "No file was uploaded. Unknown error" => "هیچ فایلی آپلود نشد.خطای ناشناس", @@ -29,7 +30,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), "'.' 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}%)", diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php index 29447be902..3092c738c3 100644 --- a/apps/files/l10n/fi_FI.php +++ b/apps/files/l10n/fi_FI.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Kohteen %s siirto ei onnistunut - Tiedosto samalla nimellä on jo olemassa", "Could not move %s" => "Kohteen %s siirto ei onnistunut", +"File name cannot be empty." => "Tiedoston nimi ei voi olla tyhjä.", "No file was uploaded. Unknown error" => "Tiedostoa ei lähetetty. Tuntematon virhe", "There is no error, the file uploaded with success" => "Ei virheitä, tiedosto lähetettiin onnistuneesti", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Lähetetyn tiedoston koko ylittää php.ini-tiedoston upload_max_filesize-säännön:", @@ -29,7 +30,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} ja {files}", "_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ä.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Virheellinen nimi, merkit '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' eivät ole sallittuja.", "Your storage is full, files can not be updated or synced anymore!" => "Tallennustila on loppu, tiedostoja ei voi enää päivittää tai synkronoida!", "Your storage is almost full ({usedSpacePercent}%)" => "Tallennustila on melkein loppu ({usedSpacePercent}%)", diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php index 44f2a5ea5e..a9ad3d1c0c 100644 --- a/apps/files/l10n/fr.php +++ b/apps/files/l10n/fr.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Impossible de déplacer %s - Un fichier possédant ce nom existe déjà", "Could not move %s" => "Impossible de déplacer %s", +"File name cannot be empty." => "Le nom de fichier ne peut être vide.", "Unable to set upload directory." => "Impossible de définir le dossier pour l'upload, charger.", "Invalid Token" => "Jeton non valide", "No file was uploaded. Unknown error" => "Aucun fichier n'a été envoyé. Erreur inconnue", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dir} et {files}", "_Uploading %n file_::_Uploading %n files_" => array("Téléversement de %n fichier","Téléversement de %n fichiers"), "'.' is an invalid file name." => "'.' n'est pas un nom de fichier valide.", -"File name cannot be empty." => "Le nom de fichier ne peut être vide.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nom invalide, les caractères '\\', '/', '<', '>', ':', '\"', '|', '?' et '*' ne sont pas autorisés.", "Your storage is full, files can not be updated or synced anymore!" => "Votre espage de stockage est plein, les fichiers ne peuvent plus être téléversés ou synchronisés !", "Your storage is almost full ({usedSpacePercent}%)" => "Votre espace de stockage est presque plein ({usedSpacePercent}%)", diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php index 4c8423bffe..0848a577e2 100644 --- a/apps/files/l10n/gl.php +++ b/apps/files/l10n/gl.php @@ -2,6 +2,14 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Non se moveu %s - Xa existe un ficheiro con ese nome.", "Could not move %s" => "Non foi posíbel mover %s", +"File name cannot be empty." => "O nome de ficheiro non pode estar baleiro", +"File name must not contain \"/\". Please choose a different name." => "O nome do ficheiro non pode conter «/». Escolla outro nome.", +"The name %s is already used in the folder %s. Please choose a different name." => "Xa existe o nome %s no cartafol %s. Escolla outro nome.", +"Not a valid source" => "Esta orixe non é correcta", +"Error while downloading %s to %s" => "Produciuse un erro ao descargar %s en %s", +"Error when creating the file" => "Produciuse un erro ao crear o ficheiro", +"Folder name must not contain \"/\". Please choose a different name." => "O nome do cartafol non pode conter «/». Escolla outro nome.", +"Error when creating the folder" => "Produciuse un erro ao crear o cartafol", "Unable to set upload directory." => "Non é posíbel configurar o directorio de envíos.", "Invalid Token" => "Marca incorrecta", "No file was uploaded. Unknown error" => "Non se enviou ningún ficheiro. Produciuse un erro descoñecido.", @@ -22,11 +30,16 @@ $TRANSLATIONS = array( "Upload cancelled." => "Envío cancelado.", "Could not get result from server." => "Non foi posíbel obter o resultado do servidor.", "File upload is in progress. Leaving the page now will cancel the upload." => "O envío do ficheiro está en proceso. Saír agora da páxina cancelará o envío.", +"URL cannot be empty" => "O URL non pode quedar en branco.", +"In the home folder 'Shared' is a reserved filename" => "«Shared» dentro do cartafol persoal é un nome reservado", "{new_name} already exists" => "Xa existe un {new_name}", +"Could not create file" => "Non foi posíbel crear o ficheiro", +"Could not create folder" => "Non foi posíbel crear o cartafol", "Share" => "Compartir", "Delete permanently" => "Eliminar permanentemente", "Rename" => "Renomear", "Pending" => "Pendentes", +"Could not rename file" => "Non foi posíbel renomear o ficheiro", "replaced {new_name} with {old_name}" => "substituír {new_name} por {old_name}", "undo" => "desfacer", "_%n folder_::_%n folders_" => array("%n cartafol","%n cartafoles"), @@ -34,7 +47,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} e {files}", "_Uploading %n file_::_Uploading %n files_" => array("Cargando %n ficheiro","Cargando %n ficheiros"), "'.' is an invalid file name." => "«.» é un nome de ficheiro incorrecto", -"File name cannot be empty." => "O nome de ficheiro non pode estar baleiro", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome incorrecto, non se permite «\\», «/», «<», «>», «:», «\"», «|», «?» e «*».", "Your storage is full, files can not be updated or synced anymore!" => "O seu espazo de almacenamento está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!", "Your storage is almost full ({usedSpacePercent}%)" => "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)", @@ -64,6 +76,7 @@ $TRANSLATIONS = array( "From link" => "Desde a ligazón", "Deleted files" => "Ficheiros eliminados", "Cancel upload" => "Cancelar o envío", +"You don’t have permission to upload or create files here" => "Non ten permisos para enviar ou crear ficheiros aquí.", "Nothing in here. Upload something!" => "Aquí non hai nada. Envíe algo.", "Download" => "Descargar", "Unshare" => "Deixar de compartir", diff --git a/apps/files/l10n/hu_HU.php b/apps/files/l10n/hu_HU.php index 5702e32268..67c2d9906d 100644 --- a/apps/files/l10n/hu_HU.php +++ b/apps/files/l10n/hu_HU.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s áthelyezése nem sikerült - már létezik másik fájl ezzel a névvel", "Could not move %s" => "Nem sikerült %s áthelyezése", +"File name cannot be empty." => "A fájlnév nem lehet semmi.", "Unable to set upload directory." => "Nem található a mappa, ahova feltölteni szeretne.", "Invalid Token" => "Hibás mappacím", "No file was uploaded. Unknown error" => "Nem történt feltöltés. Ismeretlen hiba", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} és {files}", "_Uploading %n file_::_Uploading %n files_" => array("%n állomány feltöltése","%n állomány feltöltése"), "'.' is an invalid file name." => "'.' fájlnév érvénytelen.", -"File name cannot be empty." => "A fájlnév nem lehet semmi.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Érvénytelen elnevezés. Ezek a karakterek nem használhatók: '\\', '/', '<', '>', ':', '\"', '|', '?' és '*'", "Your storage is full, files can not be updated or synced anymore!" => "A tároló tele van, a fájlok nem frissíthetőek vagy szinkronizálhatóak a jövőben.", "Your storage is almost full ({usedSpacePercent}%)" => "A tároló majdnem tele van ({usedSpacePercent}%)", diff --git a/apps/files/l10n/id.php b/apps/files/l10n/id.php index 8d056616eb..a472ccbbc1 100644 --- a/apps/files/l10n/id.php +++ b/apps/files/l10n/id.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Tidak dapat memindahkan %s - Berkas dengan nama ini sudah ada", "Could not move %s" => "Tidak dapat memindahkan %s", +"File name cannot be empty." => "Nama berkas tidak boleh kosong.", "No file was uploaded. Unknown error" => "Tidak ada berkas yang diunggah. Galat tidak dikenal.", "There is no error, the file uploaded with success" => "Tidak ada galat, berkas sukses diunggah", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Berkas yang diunggah melampaui direktif upload_max_filesize pada php.ini", @@ -27,7 +28,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), "'.' is an invalid file name." => "'.' bukan nama berkas yang valid.", -"File name cannot be empty." => "Nama berkas tidak boleh kosong.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nama tidak valid, karakter '\\', '/', '<', '>', ':', '\"', '|', '?' dan '*' tidak diizinkan.", "Your storage is full, files can not be updated or synced anymore!" => "Ruang penyimpanan Anda penuh, berkas tidak dapat diperbarui atau disinkronkan lagi!", "Your storage is almost full ({usedSpacePercent}%)" => "Ruang penyimpanan hampir penuh ({usedSpacePercent}%)", diff --git a/apps/files/l10n/is.php b/apps/files/l10n/is.php index 339fa204d3..9aae5390db 100644 --- a/apps/files/l10n/is.php +++ b/apps/files/l10n/is.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Gat ekki fært %s - Skrá með þessu nafni er þegar til", "Could not move %s" => "Gat ekki fært %s", +"File name cannot be empty." => "Nafn skráar má ekki vera tómt", "No file was uploaded. Unknown error" => "Engin skrá var send inn. Óþekkt villa.", "There is no error, the file uploaded with success" => "Engin villa, innsending heppnaðist", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Innsend skrá er stærri en upload_max stillingin í php.ini:", @@ -25,7 +26,6 @@ $TRANSLATIONS = 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", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ógilt nafn, táknin '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' eru ekki leyfð.", "Error" => "Villa", "Name" => "Nafn", diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php index 8105e9c01a..820facda52 100644 --- a/apps/files/l10n/it.php +++ b/apps/files/l10n/it.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Impossibile spostare %s - un file con questo nome esiste già", "Could not move %s" => "Impossibile spostare %s", +"File name cannot be empty." => "Il nome del file non può essere vuoto.", "Unable to set upload directory." => "Impossibile impostare una cartella di caricamento.", "Invalid Token" => "Token non valido", "No file was uploaded. Unknown error" => "Nessun file è stato inviato. Errore sconosciuto", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} e {files}", "_Uploading %n file_::_Uploading %n files_" => array("Caricamento di %n file in corso","Caricamento di %n file in corso"), "'.' is an invalid file name." => "'.' non è un nome file valido.", -"File name cannot be empty." => "Il nome del file non può essere vuoto.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome non valido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' non sono consentiti.", "Your storage is full, files can not be updated or synced anymore!" => "Lo spazio di archiviazione è pieno, i file non possono essere più aggiornati o sincronizzati!", "Your storage is almost full ({usedSpacePercent}%)" => "Lo spazio di archiviazione è quasi pieno ({usedSpacePercent}%)", diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php index db5ef9c891..e95a3fa517 100644 --- a/apps/files/l10n/ja_JP.php +++ b/apps/files/l10n/ja_JP.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s を移動できませんでした ― この名前のファイルはすでに存在します", "Could not move %s" => "%s を移動できませんでした", +"File name cannot be empty." => "ファイル名を空にすることはできません。", "Unable to set upload directory." => "アップロードディレクトリを設定出来ません。", "Invalid Token" => "無効なトークン", "No file was uploaded. Unknown error" => "ファイルは何もアップロードされていません。不明なエラー", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} と {files}", "_Uploading %n file_::_Uploading %n files_" => array("%n 個のファイルをアップロード中"), "'.' is an invalid file name." => "'.' は無効なファイル名です。", -"File name cannot be empty." => "ファイル名を空にすることはできません。", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。", "Your storage is full, files can not be updated or synced anymore!" => "あなたのストレージは一杯です。ファイルの更新と同期はもうできません!", "Your storage is almost full ({usedSpacePercent}%)" => "あなたのストレージはほぼ一杯です({usedSpacePercent}%)", diff --git a/apps/files/l10n/ka_GE.php b/apps/files/l10n/ka_GE.php index 9cf4c77714..97af3f3122 100644 --- a/apps/files/l10n/ka_GE.php +++ b/apps/files/l10n/ka_GE.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s –ის გადატანა ვერ მოხერხდა – ფაილი ამ სახელით უკვე არსებობს", "Could not move %s" => "%s –ის გადატანა ვერ მოხერხდა", +"File name cannot be empty." => "ფაილის სახელი არ შეიძლება იყოს ცარიელი.", "No file was uploaded. Unknown error" => "ფაილი არ აიტვირთა. უცნობი შეცდომა", "There is no error, the file uploaded with success" => "ჭოცდომა არ დაფიქსირდა, ფაილი წარმატებით აიტვირთა", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "ატვირთული ფაილი აჭარბებს upload_max_filesize დირექტივას php.ini ფაილში", @@ -27,7 +28,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), "'.' 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}%)", diff --git a/apps/files/l10n/ko.php b/apps/files/l10n/ko.php index d9aa1cc849..53bb734d80 100644 --- a/apps/files/l10n/ko.php +++ b/apps/files/l10n/ko.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s 항목을 이동시키지 못하였음 - 파일 이름이 이미 존재함", "Could not move %s" => "%s 항목을 이딩시키지 못하였음", +"File name cannot be empty." => "파일 이름이 비어 있을 수 없습니다.", "Unable to set upload directory." => "업로드 디렉터리를 정할수 없습니다", "Invalid Token" => "잘못된 토큰", "No file was uploaded. Unknown error" => "파일이 업로드되지 않았습니다. 알 수 없는 오류입니다", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} 그리고 {files}", "_Uploading %n file_::_Uploading %n files_" => array("%n 개의 파일을 업로드중"), "'.' is an invalid file name." => "'.' 는 올바르지 않은 파일 이름 입니다.", -"File name cannot be empty." => "파일 이름이 비어 있을 수 없습니다.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "폴더 이름이 올바르지 않습니다. 이름에 문자 '\\', '/', '<', '>', ':', '\"', '|', '? ', '*'는 사용할 수 없습니다.", "Your storage is full, files can not be updated or synced anymore!" => "저장 공간이 가득 찼습니다. 파일을 업데이트하거나 동기화할 수 없습니다!", "Your storage is almost full ({usedSpacePercent}%)" => "저장 공간이 거의 가득 찼습니다 ({usedSpacePercent}%)", diff --git a/apps/files/l10n/lt_LT.php b/apps/files/l10n/lt_LT.php index f90feb4345..2270e21a96 100644 --- a/apps/files/l10n/lt_LT.php +++ b/apps/files/l10n/lt_LT.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Nepavyko perkelti %s - failas su tokiu pavadinimu jau egzistuoja", "Could not move %s" => "Nepavyko perkelti %s", +"File name cannot be empty." => "Failo pavadinimas negali būti tuščias.", "Unable to set upload directory." => "Nepavyksta nustatyti įkėlimų katalogo.", "Invalid Token" => "Netinkamas ženklas", "No file was uploaded. Unknown error" => "Failai nebuvo įkelti dėl nežinomos priežasties", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} ir {files}", "_Uploading %n file_::_Uploading %n files_" => array("Įkeliamas %n failas","Įkeliami %n failai","Įkeliama %n failų"), "'.' is an invalid file name." => "'.' yra neleidžiamas failo pavadinime.", -"File name cannot be empty." => "Failo pavadinimas negali būti tuščias.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Neleistinas pavadinimas, '\\', '/', '<', '>', ':', '\"', '|', '?' ir '*' yra neleidžiami.", "Your storage is full, files can not be updated or synced anymore!" => "Jūsų visa vieta serveryje užimta", "Your storage is almost full ({usedSpacePercent}%)" => "Jūsų vieta serveryje beveik visa užimta ({usedSpacePercent}%)", diff --git a/apps/files/l10n/lv.php b/apps/files/l10n/lv.php index 24986d1ea2..24fb8b6f7c 100644 --- a/apps/files/l10n/lv.php +++ b/apps/files/l10n/lv.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Nevarēja pārvietot %s — jau eksistē datne ar tādu nosaukumu", "Could not move %s" => "Nevarēja pārvietot %s", +"File name cannot be empty." => "Datnes nosaukums nevar būt tukšs.", "Unable to set upload directory." => "Nevar uzstādīt augšupielādes mapi.", "Invalid Token" => "Nepareiza pilnvara", "No file was uploaded. Unknown error" => "Netika augšupielādēta neviena datne. Nezināma kļūda", @@ -29,7 +30,6 @@ $TRANSLATIONS = array( "_%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"), "'.' is an invalid file name." => "'.' ir nederīgs datnes nosaukums.", -"File name cannot be empty." => "Datnes nosaukums nevar būt tukšs.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nederīgs nosaukums, nav atļauti '\\', '/', '<', '>', ':', '\"', '|', '?' un '*'.", "Your storage is full, files can not be updated or synced anymore!" => "Jūsu krātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!", "Your storage is almost full ({usedSpacePercent}%)" => "Jūsu krātuve ir gandrīz pilna ({usedSpacePercent}%)", diff --git a/apps/files/l10n/nb_NO.php b/apps/files/l10n/nb_NO.php index dd5ce9e0c1..fbcdd3ab18 100644 --- a/apps/files/l10n/nb_NO.php +++ b/apps/files/l10n/nb_NO.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Kan ikke flytte %s - En fil med samme navn finnes allerede", "Could not move %s" => "Kunne ikke flytte %s", +"File name cannot be empty." => "Filnavn kan ikke være tomt.", "Unable to set upload directory." => "Kunne ikke sette opplastingskatalog.", "Invalid Token" => "Ugyldig nøkkel", "No file was uploaded. Unknown error" => "Ingen filer ble lastet opp. Ukjent feil.", @@ -29,7 +30,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("%n fil","%n filer"), "_Uploading %n file_::_Uploading %n files_" => array("Laster opp %n fil","Laster opp %n filer"), "'.' is an invalid file name." => "'.' er et ugyldig filnavn.", -"File name cannot be empty." => "Filnavn kan ikke være tomt.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ugyldig navn, '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' er ikke tillatt.", "Your storage is full, files can not be updated or synced anymore!" => "Lagringsplass er oppbrukt, filer kan ikke lenger oppdateres eller synkroniseres!", "Your storage is almost full ({usedSpacePercent}%)" => "Lagringsplass er nesten brukt opp ([usedSpacePercent}%)", diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php index b0a9552b3a..9d68518b39 100644 --- a/apps/files/l10n/nl.php +++ b/apps/files/l10n/nl.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Kon %s niet verplaatsen - Er bestaat al een bestand met deze naam", "Could not move %s" => "Kon %s niet verplaatsen", +"File name cannot be empty." => "Bestandsnaam kan niet leeg zijn.", "Unable to set upload directory." => "Kan upload map niet instellen.", "Invalid Token" => "Ongeldig Token", "No file was uploaded. Unknown error" => "Er was geen bestand geladen. Onbekende fout", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} en {files}", "_Uploading %n file_::_Uploading %n files_" => array("%n bestand aan het uploaden","%n bestanden aan het uploaden"), "'.' is an invalid file name." => "'.' is een ongeldige bestandsnaam.", -"File name cannot be empty." => "Bestandsnaam kan niet leeg zijn.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Onjuiste naam; '\\', '/', '<', '>', ':', '\"', '|', '?' en '*' zijn niet toegestaan.", "Your storage is full, files can not be updated or synced anymore!" => "Uw opslagruimte zit vol, Bestanden kunnen niet meer worden ge-upload of gesynchroniseerd!", "Your storage is almost full ({usedSpacePercent}%)" => "Uw opslagruimte zit bijna vol ({usedSpacePercent}%)", diff --git a/apps/files/l10n/nn_NO.php b/apps/files/l10n/nn_NO.php index a1c857fd63..6111de5d58 100644 --- a/apps/files/l10n/nn_NO.php +++ b/apps/files/l10n/nn_NO.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Klarte ikkje flytta %s – det finst allereie ei fil med dette namnet", "Could not move %s" => "Klarte ikkje flytta %s", +"File name cannot be empty." => "Filnamnet kan ikkje vera tomt.", "Unable to set upload directory." => "Klarte ikkje å endra opplastingsmappa.", "Invalid Token" => "Ugyldig token", "No file was uploaded. Unknown error" => "Ingen filer lasta opp. Ukjend feil", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} og {files}", "_Uploading %n file_::_Uploading %n files_" => array("Lastar opp %n fil","Lastar opp %n filer"), "'.' is an invalid file name." => "«.» er eit ugyldig filnamn.", -"File name cannot be empty." => "Filnamnet kan ikkje vera tomt.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ugyldig namn, «\\», «/», «<», «>», «:», «\"», «|», «?» og «*» er ikkje tillate.", "Your storage is full, files can not be updated or synced anymore!" => "Lagringa di er full, kan ikkje lenger oppdatera eller synkronisera!", "Your storage is almost full ({usedSpacePercent}%)" => "Lagringa di er nesten full ({usedSpacePercent} %)", diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php index 74bec35ab6..b5dc3aa2b6 100644 --- a/apps/files/l10n/pl.php +++ b/apps/files/l10n/pl.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Nie można było przenieść %s - Plik o takiej nazwie już istnieje", "Could not move %s" => "Nie można było przenieść %s", +"File name cannot be empty." => "Nazwa pliku nie może być pusta.", "Unable to set upload directory." => "Nie można ustawić katalog wczytywania.", "Invalid Token" => "Nieprawidłowy Token", "No file was uploaded. Unknown error" => "Żaden plik nie został załadowany. Nieznany błąd", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{katalogi} and {pliki}", "_Uploading %n file_::_Uploading %n files_" => array("Wysyłanie %n pliku","Wysyłanie %n plików","Wysyłanie %n plików"), "'.' is an invalid file name." => "„.” jest nieprawidłową nazwą pliku.", -"File name cannot be empty." => "Nazwa pliku nie może być pusta.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nieprawidłowa nazwa. Znaki '\\', '/', '<', '>', ':', '\"', '|', '?' oraz '*' są niedozwolone.", "Your storage is full, files can not be updated or synced anymore!" => "Magazyn jest pełny. Pliki nie mogą zostać zaktualizowane lub zsynchronizowane!", "Your storage is almost full ({usedSpacePercent}%)" => "Twój magazyn jest prawie pełny ({usedSpacePercent}%)", diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php index ee3c95166a..a141d33a33 100644 --- a/apps/files/l10n/pt_BR.php +++ b/apps/files/l10n/pt_BR.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Impossível mover %s - Um arquivo com este nome já existe", "Could not move %s" => "Impossível mover %s", +"File name cannot be empty." => "O nome do arquivo não pode estar vazio.", "Unable to set upload directory." => "Impossível configurar o diretório de upload", "Invalid Token" => "Token inválido", "No file was uploaded. Unknown error" => "Nenhum arquivo foi enviado. Erro desconhecido", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} e {files}", "_Uploading %n file_::_Uploading %n files_" => array("Enviando %n arquivo","Enviando %n arquivos"), "'.' is an invalid file name." => "'.' é um nome de arquivo inválido.", -"File name cannot be empty." => "O nome do arquivo não pode estar vazio.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome inválido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' não são permitidos.", "Your storage is full, files can not be updated or synced anymore!" => "Seu armazenamento está cheio, arquivos não podem mais ser atualizados ou sincronizados!", "Your storage is almost full ({usedSpacePercent}%)" => "Seu armazenamento está quase cheio ({usedSpacePercent}%)", diff --git a/apps/files/l10n/pt_PT.php b/apps/files/l10n/pt_PT.php index 104539c57d..7fe1d8ee13 100644 --- a/apps/files/l10n/pt_PT.php +++ b/apps/files/l10n/pt_PT.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Não foi possível mover o ficheiro %s - Já existe um ficheiro com esse nome", "Could not move %s" => "Não foi possível move o ficheiro %s", +"File name cannot be empty." => "O nome do ficheiro não pode estar vazio.", "Unable to set upload directory." => "Não foi possível criar o diretório de upload", "Invalid Token" => "Token inválido", "No file was uploaded. Unknown error" => "Nenhum ficheiro foi carregado. Erro desconhecido", @@ -32,7 +33,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} e {files}", "_Uploading %n file_::_Uploading %n files_" => array("A carregar %n ficheiro","A carregar %n ficheiros"), "'.' is an invalid file name." => "'.' não é um nome de ficheiro válido!", -"File name cannot be empty." => "O nome do ficheiro não pode estar vazio.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome Inválido, os caracteres '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' não são permitidos.", "Your storage is full, files can not be updated or synced anymore!" => "O seu armazenamento está cheio, os ficheiros não podem ser sincronizados.", "Your storage is almost full ({usedSpacePercent}%)" => "O seu espaço de armazenamento está quase cheiro ({usedSpacePercent}%)", diff --git a/apps/files/l10n/ro.php b/apps/files/l10n/ro.php index 7f6f4baea1..aec311bb6d 100644 --- a/apps/files/l10n/ro.php +++ b/apps/files/l10n/ro.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s nu se poate muta - Fișierul cu acest nume există deja ", "Could not move %s" => "Nu s-a putut muta %s", +"File name cannot be empty." => "Numele fișierului nu poate rămâne gol.", "Unable to set upload directory." => "Imposibil de a seta directorul pentru incărcare.", "Invalid Token" => "Jeton Invalid", "No file was uploaded. Unknown error" => "Nici un fișier nu a fost încărcat. Eroare necunoscută", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} și {files}", "_Uploading %n file_::_Uploading %n files_" => array("Se încarcă %n fișier.","Se încarcă %n fișiere.","Se încarcă %n fișiere."), "'.' is an invalid file name." => "'.' este un nume invalid de fișier.", -"File name cannot be empty." => "Numele fișierului nu poate rămâne gol.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nume invalide, '\\', '/', '<', '>', ':', '\"', '|', '?' si '*' nu sunt permise.", "Your storage is full, files can not be updated or synced anymore!" => "Spatiul de stocare este plin, fisierele nu mai pot fi actualizate sau sincronizate", "Your storage is almost full ({usedSpacePercent}%)" => "Spatiul de stocare este aproape plin {spatiu folosit}%", diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php index 292b418596..b7bc4173d3 100644 --- a/apps/files/l10n/ru.php +++ b/apps/files/l10n/ru.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Невозможно переместить %s - файл с таким именем уже существует", "Could not move %s" => "Невозможно переместить %s", +"File name cannot be empty." => "Имя файла не может быть пустым.", "Unable to set upload directory." => "Не удалось установить каталог загрузки.", "Invalid Token" => "Недопустимый маркер", "No file was uploaded. Unknown error" => "Файл не был загружен. Неизвестная ошибка", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} и {files}", "_Uploading %n file_::_Uploading %n files_" => array("Закачка %n файла","Закачка %n файлов","Закачка %n файлов"), "'.' is an invalid file name." => "'.' - неправильное имя файла.", -"File name cannot be empty." => "Имя файла не может быть пустым.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неправильное имя, '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' недопустимы.", "Your storage is full, files can not be updated or synced anymore!" => "Ваше дисковое пространство полностью заполнено, произведите очистку перед загрузкой новых файлов.", "Your storage is almost full ({usedSpacePercent}%)" => "Ваше хранилище почти заполнено ({usedSpacePercent}%)", diff --git a/apps/files/l10n/sk_SK.php b/apps/files/l10n/sk_SK.php index 9e4ceb978f..0bd5971eab 100644 --- a/apps/files/l10n/sk_SK.php +++ b/apps/files/l10n/sk_SK.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Nie je možné presunúť %s - súbor s týmto menom už existuje", "Could not move %s" => "Nie je možné presunúť %s", +"File name cannot be empty." => "Meno súboru nemôže byť prázdne", "Unable to set upload directory." => "Nemožno nastaviť priečinok pre nahrané súbory.", "Invalid Token" => "Neplatný token", "No file was uploaded. Unknown error" => "Žiaden súbor nebol nahraný. Neznáma chyba", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} a {files}", "_Uploading %n file_::_Uploading %n files_" => array("Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov"), "'.' is an invalid file name." => "'.' je neplatné meno súboru.", -"File name cannot be empty." => "Meno súboru nemôže byť prázdne", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nesprávne meno, '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nie sú povolené hodnoty.", "Your storage is full, files can not be updated or synced anymore!" => "Vaše úložisko je plné. Súbory nemožno aktualizovať ani synchronizovať!", "Your storage is almost full ({usedSpacePercent}%)" => "Vaše úložisko je takmer plné ({usedSpacePercent}%)", diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php index 148e95f15e..c68c11c922 100644 --- a/apps/files/l10n/sl.php +++ b/apps/files/l10n/sl.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s ni mogoče premakniti - datoteka s tem imenom že obstaja", "Could not move %s" => "Ni mogoče premakniti %s", +"File name cannot be empty." => "Ime datoteke ne sme biti prazno polje.", "Unable to set upload directory." => "Mapo, v katero boste prenašali dokumente, ni mogoče določiti", "Invalid Token" => "Neveljaven žeton", "No file was uploaded. Unknown error" => "Ni poslane datoteke. Neznana napaka.", @@ -29,7 +30,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("","","",""), "_Uploading %n file_::_Uploading %n files_" => array("","","",""), "'.' is an invalid file name." => "'.' je neveljavno ime datoteke.", -"File name cannot be empty." => "Ime datoteke ne sme biti prazno polje.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Neveljavno ime, znaki '\\', '/', '<', '>', ':', '\"', '|', '?' in '*' niso dovoljeni.", "Your storage is full, files can not be updated or synced anymore!" => "Shramba je povsem napolnjena. Datotek ni več mogoče posodabljati in usklajevati!", "Your storage is almost full ({usedSpacePercent}%)" => "Mesto za shranjevanje je skoraj polno ({usedSpacePercent}%)", diff --git a/apps/files/l10n/sq.php b/apps/files/l10n/sq.php index 3a0a790a06..bbff45a596 100644 --- a/apps/files/l10n/sq.php +++ b/apps/files/l10n/sq.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "E pa mundur zhvendosja e %s - ekziston nje skedar me te njetin emer", "Could not move %s" => "Nuk mund të zhvendoset %s", +"File name cannot be empty." => "Emri i skedarit nuk mund të jetë bosh.", "Unable to set upload directory." => "E pa mundur të vendoset dosja e ngarkimit", "Invalid Token" => "Shenjë e gabuar", "No file was uploaded. Unknown error" => "Asnjë skedar nuk u dërgua. Gabim i pa njohur", @@ -30,7 +31,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} dhe {files}", "_Uploading %n file_::_Uploading %n files_" => array("Po ngarkoj %n skedar","Po ngarkoj %n skedarë"), "'.' is an invalid file name." => "'.' nuk është skedar i vlefshem.", -"File name cannot be empty." => "Emri i skedarit nuk mund të jetë bosh.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Emër jo i vlefshëm, '\\', '/', '<', '>', ':', '\"', '|', '?' dhe '*' nuk lejohen.", "Your storage is full, files can not be updated or synced anymore!" => "Hapsira juaj e arkivimit është plot, skedarët nuk mund të përditësohen ose sinkronizohen!", "Your storage is almost full ({usedSpacePercent}%)" => "Hapsira juaj e arkivimit është pothuajse në fund ({usedSpacePercent}%)", diff --git a/apps/files/l10n/sr.php b/apps/files/l10n/sr.php index 453a5c15c4..38dc6988da 100644 --- a/apps/files/l10n/sr.php +++ b/apps/files/l10n/sr.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Не могу да преместим %s – датотека с овим именом већ постоји", "Could not move %s" => "Не могу да преместим %s", +"File name cannot be empty." => "Име датотеке не може бити празно.", "No file was uploaded. Unknown error" => "Ниједна датотека није отпремљена услед непознате грешке", "There is no error, the file uploaded with success" => "Није дошло до грешке. Датотека је успешно отпремљена.", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Отпремљена датотека прелази смерницу upload_max_filesize у датотеци php.ini:", @@ -27,7 +28,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("","",""), "_Uploading %n file_::_Uploading %n files_" => array("","",""), "'.' 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}%)", diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php index 55e758c965..c570bc32e5 100644 --- a/apps/files/l10n/sv.php +++ b/apps/files/l10n/sv.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Kunde inte flytta %s - Det finns redan en fil med detta namn", "Could not move %s" => "Kan inte flytta %s", +"File name cannot be empty." => "Filnamn kan inte vara tomt.", "Unable to set upload directory." => "Kan inte sätta mapp för uppladdning.", "Invalid Token" => "Ogiltig token", "No file was uploaded. Unknown error" => "Ingen fil uppladdad. Okänt fel", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} och {files}", "_Uploading %n file_::_Uploading %n files_" => array("Laddar upp %n fil","Laddar upp %n filer"), "'.' is an invalid file name." => "'.' är ett ogiltigt filnamn.", -"File name cannot be empty." => "Filnamn kan inte vara tomt.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ogiltigt namn, '\\', '/', '<', '>', ':', '\"', '|', '?' och '*' är inte tillåtet.", "Your storage is full, files can not be updated or synced anymore!" => "Ditt lagringsutrymme är fullt, filer kan inte längre uppdateras eller synkroniseras!", "Your storage is almost full ({usedSpacePercent}%)" => "Ditt lagringsutrymme är nästan fullt ({usedSpacePercent}%)", diff --git a/apps/files/l10n/th_TH.php b/apps/files/l10n/th_TH.php index 21fab11404..86c25c6de7 100644 --- a/apps/files/l10n/th_TH.php +++ b/apps/files/l10n/th_TH.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "ไม่สามารถย้าย %s ได้ - ไฟล์ที่ใช้ชื่อนี้มีอยู่แล้ว", "Could not move %s" => "ไม่สามารถย้าย %s ได้", +"File name cannot be empty." => "ชื่อไฟล์ไม่สามารถเว้นว่างได้", "No file was uploaded. Unknown error" => "ยังไม่มีไฟล์ใดที่ถูกอัพโหลด เกิดข้อผิดพลาดที่ไม่ทราบสาเหตุ", "There is no error, the file uploaded with success" => "ไม่พบข้อผิดพลาดใดๆ, ไฟล์ถูกอัพโหลดเรียบร้อยแล้ว", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "ขนาดไฟล์ที่อัพโหลดมีขนาดเกิน upload_max_filesize ที่ระบุไว้ใน php.ini", @@ -26,7 +27,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), "'.' 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}%)", diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php index f6cf754bde..b7b83f869e 100644 --- a/apps/files/l10n/tr.php +++ b/apps/files/l10n/tr.php @@ -2,6 +2,14 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s taşınamadı. Bu isimde dosya zaten var.", "Could not move %s" => "%s taşınamadı", +"File name cannot be empty." => "Dosya adı boş olamaz.", +"File name must not contain \"/\". Please choose a different name." => "Dosya adı \"/\" içermemelidir. Lütfen farklı bir isim seçin.", +"The name %s is already used in the folder %s. Please choose a different name." => "%s ismi zaten %s klasöründe kullanılıyor. Lütfen farklı bir isim seçin.", +"Not a valid source" => "Geçerli bir kaynak değil", +"Error while downloading %s to %s" => "%s, %s içine indirilirken hata", +"Error when creating the file" => "Dosya oluşturulurken hata", +"Folder name must not contain \"/\". Please choose a different name." => "Klasör adı \"/\" içermemelidir. Lütfen farklı bir isim seçin.", +"Error when creating the folder" => "Klasör oluşturulurken hata", "Unable to set upload directory." => "Yükleme dizini tanımlanamadı.", "Invalid Token" => "Geçeriz simge", "No file was uploaded. Unknown error" => "Dosya yüklenmedi. Bilinmeyen hata", @@ -22,11 +30,16 @@ $TRANSLATIONS = array( "Upload cancelled." => "Yükleme iptal edildi.", "Could not get result from server." => "Sunucudan sonuç alınamadı.", "File upload is in progress. Leaving the page now will cancel the upload." => "Dosya yükleme işlemi sürüyor. Şimdi sayfadan ayrılırsanız işleminiz iptal olur.", +"URL cannot be empty" => "URL boş olamaz", +"In the home folder 'Shared' is a reserved filename" => "Ev klasöründeki 'Paylaşılan', ayrılmış bir dosya adıdır", "{new_name} already exists" => "{new_name} zaten mevcut", +"Could not create file" => "Dosya oluşturulamadı", +"Could not create folder" => "Klasör oluşturulamadı", "Share" => "Paylaş", "Delete permanently" => "Kalıcı olarak sil", "Rename" => "İsim değiştir.", "Pending" => "Bekliyor", +"Could not rename file" => "Dosya adlandırılamadı", "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"), @@ -34,7 +47,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} ve {files}", "_Uploading %n file_::_Uploading %n files_" => array("%n dosya yükleniyor","%n dosya yükleniyor"), "'.' is an invalid file name." => "'.' geçersiz dosya adı.", -"File name cannot be empty." => "Dosya adı boş olamaz.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Geçersiz isim, '\\', '/', '<', '>', ':', '\"', '|', '?' ve '*' karakterlerine izin verilmemektedir.", "Your storage is full, files can not be updated or synced anymore!" => "Depolama alanınız dolu, artık dosyalar güncellenmeyecek yada senkronizasyon edilmeyecek.", "Your storage is almost full ({usedSpacePercent}%)" => "Depolama alanınız neredeyse dolu ({usedSpacePercent}%)", @@ -64,6 +76,7 @@ $TRANSLATIONS = array( "From link" => "Bağlantıdan", "Deleted files" => "Silinmiş dosyalar", "Cancel upload" => "Yüklemeyi iptal et", +"You don’t have permission to upload or create files here" => "Buraya dosya yükleme veya oluşturma izniniz yok", "Nothing in here. Upload something!" => "Burada hiçbir şey yok. Bir şeyler yükleyin!", "Download" => "İndir", "Unshare" => "Paylaşılmayan", diff --git a/apps/files/l10n/uk.php b/apps/files/l10n/uk.php index 9679850b23..5a949b3117 100644 --- a/apps/files/l10n/uk.php +++ b/apps/files/l10n/uk.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Не вдалося перемістити %s - Файл з таким ім'ям вже існує", "Could not move %s" => "Не вдалося перемістити %s", +"File name cannot be empty." => " Ім'я файлу не може бути порожнім.", "Unable to set upload directory." => "Не вдалося встановити каталог завантаження.", "No file was uploaded. Unknown error" => "Не завантажено жодного файлу. Невідома помилка", "There is no error, the file uploaded with success" => "Файл успішно вивантажено без помилок.", @@ -28,7 +29,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("","",""), "_Uploading %n file_::_Uploading %n files_" => array("","",""), "'.' 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}%)", diff --git a/apps/files/l10n/vi.php b/apps/files/l10n/vi.php index 48dc43e439..b5ca6c501d 100644 --- a/apps/files/l10n/vi.php +++ b/apps/files/l10n/vi.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Không thể di chuyển %s - Đã có tên tập tin này trên hệ thống", "Could not move %s" => "Không thể di chuyển %s", +"File name cannot be empty." => "Tên file không được rỗng", "No file was uploaded. Unknown error" => "Không có tập tin nào được tải lên. Lỗi không xác định", "There is no error, the file uploaded with success" => "Không có lỗi, các tập tin đã được tải lên thành công", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "The uploaded file exceeds the upload_max_filesize directive in php.ini: ", @@ -27,7 +28,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), "'.' is an invalid file name." => "'.' là một tên file không hợp lệ", -"File name cannot be empty." => "Tên file không được rỗng", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Tên không hợp lệ, '\\', '/', '<', '>', ':', '\"', '|', '?' và '*' thì không được phép dùng.", "Your storage is full, files can not be updated or synced anymore!" => "Your storage is full, files can not be updated or synced anymore!", "Your storage is almost full ({usedSpacePercent}%)" => "Your storage is almost full ({usedSpacePercent}%)", diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php index eeaebffd85..cff4becb0c 100644 --- a/apps/files/l10n/zh_CN.php +++ b/apps/files/l10n/zh_CN.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "无法移动 %s - 同名文件已存在", "Could not move %s" => "无法移动 %s", +"File name cannot be empty." => "文件名不能为空。", "Unable to set upload directory." => "无法设置上传文件夹。", "Invalid Token" => "无效密匙", "No file was uploaded. Unknown error" => "没有文件被上传。未知错误", @@ -29,7 +30,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("%n个文件"), "_Uploading %n file_::_Uploading %n files_" => array(""), "'.' 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}%)", diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php index 1c918240d9..809829423f 100644 --- a/apps/files/l10n/zh_TW.php +++ b/apps/files/l10n/zh_TW.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "無法移動 %s ,同名的檔案已經存在", "Could not move %s" => "無法移動 %s", +"File name cannot be empty." => "檔名不能為空", "Unable to set upload directory." => "無法設定上傳目錄", "Invalid Token" => "無效的 token", "No file was uploaded. Unknown error" => "沒有檔案被上傳,原因未知", @@ -34,7 +35,6 @@ $TRANSLATIONS = array( "{dirs} and {files}" => "{dirs} 和 {files}", "_Uploading %n file_::_Uploading %n files_" => array("%n 個檔案正在上傳"), "'.' is an invalid file name." => "'.' 是不合法的檔名", -"File name cannot be empty." => "檔名不能為空", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 \\ / < > : \" | ? * 字元", "Your storage is full, files can not be updated or synced anymore!" => "您的儲存空間已滿,沒有辦法再更新或是同步檔案!", "Your storage is almost full ({usedSpacePercent}%)" => "您的儲存空間快要滿了 ({usedSpacePercent}%)", diff --git a/apps/user_ldap/l10n/de.php b/apps/user_ldap/l10n/de.php index 629a7727c7..4a66e0ad45 100644 --- a/apps/user_ldap/l10n/de.php +++ b/apps/user_ldap/l10n/de.php @@ -5,6 +5,10 @@ $TRANSLATIONS = array( "The configuration is valid and the connection could be established!" => "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfe die Servereinstellungen und Anmeldeinformationen.", "The configuration is invalid. Please look in the ownCloud log for further details." => "Die Konfiguration ist ungültig, sieh für weitere Details bitte im ownCloud Log nach", +"No action specified" => "Keine Aktion spezifiziert", +"No configuration specified" => "Keine Konfiguration spezifiziert", +"No data specified" => "Keine Daten spezifiziert", +" Could not set configuration %s" => "Die Konfiguration %s konnte nicht gesetzt werden", "Deletion failed" => "Löschen fehlgeschlagen", "Take over settings from recent server configuration?" => "Einstellungen von letzter Konfiguration übernehmen?", "Keep settings?" => "Einstellungen beibehalten?", @@ -13,14 +17,29 @@ $TRANSLATIONS = array( "Success" => "Erfolgreich", "Error" => "Fehler", "Select groups" => "Wähle Gruppen aus", +"Select object classes" => "Objekt-Klassen auswählen", +"Select attributes" => "Attribute auswählen", "Connection test succeeded" => "Verbindungstest erfolgreich", "Connection test failed" => "Verbindungstest fehlgeschlagen", "Do you really want to delete the current Server Configuration?" => "Möchtest Du die aktuelle Serverkonfiguration wirklich löschen?", "Confirm Deletion" => "Löschung bestätigen", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), +"_%s group found_::_%s groups found_" => array("%s Gruppe gefunden","%s Gruppen gefunden"), +"_%s user found_::_%s users found_" => array("%s Benutzer gefunden","%s Benutzer gefunden"), +"Invalid Host" => "Ungültiger Host", +"Could not find the desired feature" => "Konnte die gewünschte Funktion nicht finden", "Test Configuration" => "Testkonfiguration", "Help" => "Hilfe", +"Limit the access to %s to groups meeting this criteria:" => "Beschränken Sie den Zugriff auf %s für die Gruppen-Sitzungen durch folgende Kriterien:", +"only those object classes:" => "Nur diese Objekt-Klassen:", +"only from those groups:" => "Nur von diesen Gruppen:", +"Edit raw filter instead" => "Original-Filter stattdessen bearbeiten", +"Raw LDAP filter" => "Original LDAP-Filter", +"The filter specifies which LDAP groups shall have access to the %s instance." => "Der Filter definiert welche LDAP-Gruppen Zugriff auf die %s Instanz haben sollen.", +"groups found" => "Gruppen gefunden", +"What attribute shall be used as login name:" => "Welches Attribut soll als Login-Name verwendet werden:", +"LDAP Username:" => "LDAP-Benutzername:", +"LDAP Email Address:" => "LDAP E-Mail-Adresse:", +"Other Attributes:" => "Andere Attribute:", "Add Server Configuration" => "Serverkonfiguration hinzufügen", "Host" => "Host", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Du kannst das Protokoll auslassen, außer wenn Du SSL benötigst. Beginne dann mit ldaps://", @@ -31,6 +50,9 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "Lasse die Felder DN und Passwort für anonymen Zugang leer.", "One Base DN per line" => "Ein Basis-DN pro Zeile", "You can specify Base DN for users and groups in the Advanced tab" => "Du kannst Basis-DN für Benutzer und Gruppen in dem \"Erweitert\"-Reiter konfigurieren", +"Limit the access to %s to users meeting this criteria:" => "Beschränken Sie den Zugriff auf %s für die Benutzer-Sitzungen durch folgende Kriterien:", +"The filter specifies which LDAP users shall have access to the %s instance." => "Der Filter definiert welche LDAP-Benutzer Zugriff auf die %s Instanz haben sollen.", +"users found" => "Benutzer gefunden", "Back" => "Zurück", "Continue" => "Fortsetzen", "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitte\ndeinen Systemadministator eine der beiden Anwendungen zu deaktivieren.", diff --git a/apps/user_ldap/l10n/de_DE.php b/apps/user_ldap/l10n/de_DE.php index 13fd801e9b..184c59aba7 100644 --- a/apps/user_ldap/l10n/de_DE.php +++ b/apps/user_ldap/l10n/de_DE.php @@ -5,6 +5,10 @@ $TRANSLATIONS = array( "The configuration is valid and the connection could be established!" => "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfen Sie die Servereinstellungen und die Anmeldeinformationen.", "The configuration is invalid. Please look in the ownCloud log for further details." => "Die Konfiguration ist ungültig, sehen Sie für weitere Details bitte im ownCloud Log nach", +"No action specified" => "Keine Aktion spezifiziert", +"No configuration specified" => "Keine Konfiguration spezifiziert", +"No data specified" => "Keine Daten spezifiziert", +" Could not set configuration %s" => "Die Konfiguration %s konnte nicht gesetzt werden", "Deletion failed" => "Löschen fehlgeschlagen", "Take over settings from recent server configuration?" => "Einstellungen von letzter Konfiguration übernehmen?", "Keep settings?" => "Einstellungen beibehalten?", @@ -13,14 +17,29 @@ $TRANSLATIONS = array( "Success" => "Erfolg", "Error" => "Fehler", "Select groups" => "Wähle Gruppen", +"Select object classes" => "Objekt-Klassen auswählen", +"Select attributes" => "Attribute auswählen", "Connection test succeeded" => "Verbindungstest erfolgreich", "Connection test failed" => "Verbindungstest fehlgeschlagen", "Do you really want to delete the current Server Configuration?" => "Möchten Sie die aktuelle Serverkonfiguration wirklich löschen?", "Confirm Deletion" => "Löschung bestätigen", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), +"_%s group found_::_%s groups found_" => array("%s Gruppe gefunden","%s Gruppen gefunden"), +"_%s user found_::_%s users found_" => array("%s Benutzer gefunden","%s Benutzer gefunden"), +"Invalid Host" => "Ungültiger Host", +"Could not find the desired feature" => "Konnte die gewünschte Funktion nicht finden", "Test Configuration" => "Testkonfiguration", "Help" => "Hilfe", +"Limit the access to %s to groups meeting this criteria:" => "Beschränken Sie den Zugriff auf %s für die Gruppen-Sitzungen durch folgende Kriterien:", +"only those object classes:" => "Nur diese Objekt-Klassen:", +"only from those groups:" => "Nur von diesen Gruppen:", +"Edit raw filter instead" => "Original-Filter stattdessen bearbeiten", +"Raw LDAP filter" => "Original LDAP-Filter", +"The filter specifies which LDAP groups shall have access to the %s instance." => "Der Filter definiert welche LDAP-Gruppen Zugriff auf die %s Instanz haben sollen.", +"groups found" => "Gruppen gefunden", +"What attribute shall be used as login name:" => "Welches Attribut soll als Login-Name verwendet werden:", +"LDAP Username:" => "LDAP-Benutzername:", +"LDAP Email Address:" => "LDAP E-Mail-Adresse:", +"Other Attributes:" => "Andere Attribute:", "Add Server Configuration" => "Serverkonfiguration hinzufügen", "Host" => "Host", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Sie können das Protokoll auslassen, außer wenn Sie SSL benötigen. Beginnen Sie dann mit ldaps://", @@ -31,6 +50,9 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "Lassen Sie die Felder DN und Passwort für einen anonymen Zugang leer.", "One Base DN per line" => "Ein Basis-DN pro Zeile", "You can specify Base DN for users and groups in the Advanced tab" => "Sie können Basis-DN für Benutzer und Gruppen in dem \"Erweitert\"-Reiter konfigurieren", +"Limit the access to %s to users meeting this criteria:" => "Beschränken Sie den Zugriff auf %s für die Benutzer-Sitzungen durch folgende Kriterien:", +"The filter specifies which LDAP users shall have access to the %s instance." => "Der Filter definiert welche LDAP-Benutzer Zugriff auf die %s Instanz haben sollen.", +"users found" => "Benutzer gefunden", "Back" => "Zurück", "Continue" => "Fortsetzen", "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitten Sie Ihren Systemadministator eine der beiden Anwendungen zu deaktivieren.", diff --git a/apps/user_ldap/l10n/el.php b/apps/user_ldap/l10n/el.php index af0ef6b8b6..3df521b091 100644 --- a/apps/user_ldap/l10n/el.php +++ b/apps/user_ldap/l10n/el.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "One Base DN per line" => "Ένα DN Βάσης ανά γραμμή ", "You can specify Base DN for users and groups in the Advanced tab" => "Μπορείτε να καθορίσετε το Base DN για χρήστες και ομάδες από την καρτέλα Προηγμένες ρυθμίσεις", "Back" => "Επιστροφή", +"Continue" => "Συνέχεια", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Προσοχή: Το άρθρωμα PHP LDAP δεν είναι εγκατεστημένο και το σύστημα υποστήριξης δεν θα δουλέψει. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να το εγκαταστήσει.", "Connection Settings" => "Ρυθμίσεις Σύνδεσης", "Configuration Active" => "Ενεργοποιηση ρυθμισεων", diff --git a/apps/user_ldap/l10n/gl.php b/apps/user_ldap/l10n/gl.php index a3e03c03f8..9cccf16ee9 100644 --- a/apps/user_ldap/l10n/gl.php +++ b/apps/user_ldap/l10n/gl.php @@ -5,6 +5,10 @@ $TRANSLATIONS = array( "The configuration is valid and the connection could be established!" => "A configuración é correcta e pode estabelecerse a conexión.", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "A configuración é correcta, mais a ligazón non. Comprobe a configuración do servidor e as credenciais.", "The configuration is invalid. Please look in the ownCloud log for further details." => "A configuración non é correcta. Vexa o rexistro de ownCloud para máis detalles", +"No action specified" => "Non se especificou unha acción", +"No configuration specified" => "Non se especificou unha configuración", +"No data specified" => "Non se especificaron datos", +" Could not set configuration %s" => "Non foi posíbel estabelecer a configuración %s", "Deletion failed" => "Produciuse un fallo ao eliminar", "Take over settings from recent server configuration?" => "Tomar os recentes axustes de configuración do servidor?", "Keep settings?" => "Manter os axustes?", @@ -13,14 +17,29 @@ $TRANSLATIONS = array( "Success" => "Correcto", "Error" => "Erro", "Select groups" => "Seleccionar grupos", +"Select object classes" => "Seleccione as clases de obxectos", +"Select attributes" => "Seleccione os atributos", "Connection test succeeded" => "A proba de conexión foi satisfactoria", "Connection test failed" => "A proba de conexión fracasou", "Do you really want to delete the current Server Configuration?" => "Confirma que quere eliminar a configuración actual do servidor?", "Confirm Deletion" => "Confirmar a eliminación", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), +"_%s group found_::_%s groups found_" => array("Atopouse %s grupo","Atopáronse %s grupos"), +"_%s user found_::_%s users found_" => array("Atopouse %s usuario","Atopáronse %s usuarios"), +"Invalid Host" => "Máquina incorrecta", +"Could not find the desired feature" => "Non foi posíbel atopar a función desexada", "Test Configuration" => "Probar a configuración", "Help" => "Axuda", +"Limit the access to %s to groups meeting this criteria:" => "Limitar o acceso a %s aos grupos que coincidan con estes criterios:", +"only those object classes:" => "só as clases de obxecto:", +"only from those groups:" => "só dos grupos:", +"Edit raw filter instead" => "Editar, no seu canto, o filtro en bruto", +"Raw LDAP filter" => "Filtro LDAP en bruto", +"The filter specifies which LDAP groups shall have access to the %s instance." => "O filtro especifica que grupos LDAP teñen acceso á instancia %s.", +"groups found" => "atopáronse grupos", +"What attribute shall be used as login name:" => "Atributo que utilizar como nome de usuario:", +"LDAP Username:" => "Nome de usuario LDAP:", +"LDAP Email Address:" => "Enderezo de correo LDAP:", +"Other Attributes:" => "Outros atributos:", "Add Server Configuration" => "Engadir a configuración do servidor", "Host" => "Servidor", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Pode omitir o protocolo agás que precise de SSL. Nese caso comece con ldaps://", @@ -31,6 +50,9 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "One Base DN per line" => "Un DN base por liña", "You can specify Base DN for users and groups in the Advanced tab" => "Pode especificar a DN base para usuarios e grupos na lapela de «Avanzado»", +"Limit the access to %s to users meeting this criteria:" => "Limitar o acceso a %s aos usuarios que coincidan con estes criterios:", +"The filter specifies which LDAP users shall have access to the %s instance." => "O filtro especifica que usuarios LDAP teñen acceso á instancia %s.", +"users found" => "atopáronse usuarios", "Back" => "Atrás", "Continue" => "Continuar", "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Aviso: Os aplicativos user_ldap e user_webdavauth son incompatíbeis. Pode acontecer un comportamento estraño. Consulte co administrador do sistema para desactivar un deles.", diff --git a/core/l10n/de.php b/core/l10n/de.php index f3b0e0dc30..0aa5a6243a 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Error while changing permissions" => "Fehler beim Ändern der Rechte", "Shared with you and the group {group} by {owner}" => "{owner} hat dies mit Dir und der Gruppe {group} geteilt", "Shared with you by {owner}" => "{owner} hat dies mit Dir geteilt", +"Share with user or group …" => "Mit Benutzer oder Gruppe teilen ....", +"Share link" => "Link Teilen", "Password protect" => "Passwortschutz", "Password" => "Passwort", "Allow Public Upload" => "Öffentliches Hochladen erlauben", @@ -80,6 +82,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "Weiterverteilen ist nicht erlaubt", "Shared in {item} with {user}" => "Für {user} in {item} freigegeben", "Unshare" => "Freigabe aufheben", +"notify by email" => "Per E-Mail informieren", "can edit" => "kann bearbeiten", "access control" => "Zugriffskontrolle", "create" => "erstellen", @@ -163,6 +166,10 @@ $TRANSLATIONS = array( "Alternative Logins" => "Alternative Logins", "Hey there,

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

" => "Hallo,

wollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat.
Schau es dir an.

", "The share will expire on %s.

" => "Die Freigabe wird ablaufen am %s.

", -"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern." +"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern.", +"This ownCloud instance is currently being updated, which may take a while." => "Diese OwnCloud-Instanz wird gerade aktualisiert, was eine Weile dauert.", +"Please reload this page after a short time to continue using ownCloud." => "Bitte lade diese Seite nach kurzer Zeit neu, um mit der Nutzung von OwnCloud fortzufahren.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", +"Thank you for your patience." => "Vielen Dank für Deine Geduld." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php index 2a05df983f..9504e5b6ff 100644 --- a/core/l10n/de_DE.php +++ b/core/l10n/de_DE.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Error while changing permissions" => "Fehler bei der Änderung der Rechte", "Shared with you and the group {group} by {owner}" => "Von {owner} mit Ihnen und der Gruppe {group} geteilt.", "Shared with you by {owner}" => "Von {owner} mit Ihnen geteilt.", +"Share with user or group …" => "Mit Benutzer oder Gruppe teilen ....", +"Share link" => "Link teilen", "Password protect" => "Passwortschutz", "Password" => "Passwort", "Allow Public Upload" => "Öffentliches Hochladen erlauben", @@ -80,6 +82,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "Das Weiterverteilen ist nicht erlaubt", "Shared in {item} with {user}" => "Freigegeben in {item} von {user}", "Unshare" => "Freigabe aufheben", +"notify by email" => "Per E-Mail informieren", "can edit" => "kann bearbeiten", "access control" => "Zugriffskontrolle", "create" => "erstellen", @@ -163,6 +166,10 @@ $TRANSLATIONS = array( "Alternative Logins" => "Alternative Logins", "Hey there,

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

" => "Hallo,

ich wollte Sie nur wissen lassen, dass %s %s mit Ihnen teilt.
Schauen Sie es sich an!

", "The share will expire on %s.

" => "Die Freigabe wird ablaufen am %s.

", -"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern." +"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern.", +"This ownCloud instance is currently being updated, which may take a while." => "Diese OwnCloud-Instanz wird gerade aktualisiert, was eine Weile dauert.", +"Please reload this page after a short time to continue using ownCloud." => "Bitte laden Sie diese Seite nach kurzer Zeit neu, um mit der Nutzung von OwnCloud fortzufahren.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", +"Thank you for your patience." => "Vielen Dank für Ihre Geduld." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/el.php b/core/l10n/el.php index 0d4270bb50..5edfbbe060 100644 --- a/core/l10n/el.php +++ b/core/l10n/el.php @@ -1,6 +1,11 @@ "Ο %s διαμοιράστηκε μαζί σας το »%s«", +"Turned on maintenance mode" => "Η κατάσταση συντήρησης ενεργοποιήθηκε", +"Turned off maintenance mode" => "Η κατάσταση συντήρησης απενεργοποιήθηκε", +"Updated database" => "Ενημερωμένη βάση δεδομένων", +"Unknown filetype" => "Άγνωστος τύπος αρχείου", +"Invalid image" => "Μη έγκυρη εικόνα", "Sunday" => "Κυριακή", "Monday" => "Δευτέρα", "Tuesday" => "Τρίτη", @@ -38,6 +43,7 @@ $TRANSLATIONS = array( "Ok" => "Οκ", "_{count} file conflict_::_{count} file conflicts_" => array("",""), "Cancel" => "Άκυρο", +"Continue" => "Συνέχεια", "Shared" => "Κοινόχρηστα", "Share" => "Διαμοιρασμός", "Error" => "Σφάλμα", @@ -46,6 +52,8 @@ $TRANSLATIONS = array( "Error while changing permissions" => "Σφάλμα κατά την αλλαγή των δικαιωμάτων", "Shared with you and the group {group} by {owner}" => "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}", "Shared with you by {owner}" => "Διαμοιράστηκε με σας από τον {owner}", +"Share with user or group …" => "Διαμοιρασμός με χρήστη ή ομάδα ...", +"Share link" => "Διαμοιρασμός συνδέσμου", "Password protect" => "Προστασία συνθηματικού", "Password" => "Συνθηματικό", "Allow Public Upload" => "Να επιτρέπεται η Δημόσια Αποστολή", @@ -59,6 +67,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "Ξαναμοιρασμός δεν επιτρέπεται", "Shared in {item} with {user}" => "Διαμοιρασμός του {item} με τον {user}", "Unshare" => "Σταμάτημα διαμοιρασμού", +"notify by email" => "ειδοποίηση με email", "can edit" => "δυνατότητα αλλαγής", "access control" => "έλεγχος πρόσβασης", "create" => "δημιουργία", @@ -72,8 +81,10 @@ $TRANSLATIONS = array( "Email sent" => "Το Email απεστάλη ", "Warning" => "Προειδοποίηση", "The object type is not specified." => "Δεν καθορίστηκε ο τύπος του αντικειμένου.", +"Enter new" => "Εισαγωγή νέου", "Delete" => "Διαγραφή", "Add" => "Προσθήκη", +"Edit tags" => "Επεξεργασία ετικετών", "The update was unsuccessful. Please report this issue to the ownCloud community." => "Η ενημέρωση ήταν ανεπιτυχής. Παρακαλώ στείλτε αναφορά στην κοινότητα ownCloud.", "The update was successful. Redirecting you to ownCloud now." => "Η ενημέρωση ήταν επιτυχής. Μετάβαση στο ownCloud.", "Use the following link to reset your password: {link}" => "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επανεκδόσετε τον κωδικό: {link}", @@ -93,6 +104,7 @@ $TRANSLATIONS = array( "Apps" => "Εφαρμογές", "Admin" => "Διαχειριστής", "Help" => "Βοήθεια", +"Tag already exists" => "Υπάρχει ήδη η ετικέτα", "Access forbidden" => "Δεν επιτρέπεται η πρόσβαση", "Cloud not found" => "Δεν βρέθηκε νέφος", "Security Warning" => "Προειδοποίηση Ασφαλείας", @@ -122,6 +134,7 @@ $TRANSLATIONS = array( "remember" => "απομνημόνευση", "Log in" => "Είσοδος", "Alternative Logins" => "Εναλλακτικές Συνδέσεις", -"Updating ownCloud to version %s, this may take a while." => "Ενημερώνοντας το ownCloud στην έκδοση %s,μπορεί να πάρει λίγο χρόνο." +"Updating ownCloud to version %s, this may take a while." => "Ενημερώνοντας το ownCloud στην έκδοση %s,μπορεί να πάρει λίγο χρόνο.", +"Thank you for your patience." => "Σας ευχαριστούμε για την υπομονή σας." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/gl.php b/core/l10n/gl.php index 827f7253b1..3b9fad2687 100644 --- a/core/l10n/gl.php +++ b/core/l10n/gl.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Error while changing permissions" => "Produciuse un erro ao cambiar os permisos", "Shared with you and the group {group} by {owner}" => "Compartido con vostede e co grupo {group} por {owner}", "Shared with you by {owner}" => "Compartido con vostede por {owner}", +"Share with user or group …" => "Compartir cun usuario ou grupo ...", +"Share link" => "Ligazón para compartir", "Password protect" => "Protexido con contrasinais", "Password" => "Contrasinal", "Allow Public Upload" => "Permitir o envío público", @@ -80,6 +82,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "Non se permite volver a compartir", "Shared in {item} with {user}" => "Compartido en {item} con {user}", "Unshare" => "Deixar de compartir", +"notify by email" => "notificar por correo", "can edit" => "pode editar", "access control" => "control de acceso", "create" => "crear", @@ -163,6 +166,10 @@ $TRANSLATIONS = array( "Alternative Logins" => "Accesos alternativos", "Hey there,

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

" => "Ola,

Só facerlle saber que %s compartiu «%s» con vostede.
Véxao!

", "The share will expire on %s.

" => "Esta compartición caduca o %s.

", -"Updating ownCloud to version %s, this may take a while." => "Actualizando ownCloud a versión %s, esto pode levar un anaco." +"Updating ownCloud to version %s, this may take a while." => "Actualizando ownCloud a versión %s, esto pode levar un anaco.", +"This ownCloud instance is currently being updated, which may take a while." => "Esta instancia do ownCloud está actualizandose neste momento, pode levarlle un chisco.", +"Please reload this page after a short time to continue using ownCloud." => "Volva cargar a páxina de aquí a pouco para para continuar co ownCloud.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.", +"Thank you for your patience." => "Grazas pola súa paciencia." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/tr.php b/core/l10n/tr.php index 234ba925cd..5468e220f6 100644 --- a/core/l10n/tr.php +++ b/core/l10n/tr.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Error while changing permissions" => "İzinleri değiştirirken hata oluştu", "Shared with you and the group {group} by {owner}" => " {owner} tarafından sizinle ve {group} ile paylaştırılmış", "Shared with you by {owner}" => "{owner} trafından sizinle paylaştırıldı", +"Share with user or group …" => "Kullanıcı veya grup ile paylaş..", +"Share link" => "Paylaşma bağlantısı", "Password protect" => "Parola koruması", "Password" => "Parola", "Allow Public Upload" => "Herkes tarafından yüklemeye izin ver", @@ -80,6 +82,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "Tekrar paylaşmaya izin verilmiyor", "Shared in {item} with {user}" => " {item} içinde {user} ile paylaşılanlarlar", "Unshare" => "Paylaşılmayan", +"notify by email" => "e-posta ile bildir", "can edit" => "düzenleyebilir", "access control" => "erişim kontrolü", "create" => "oluştur", @@ -163,6 +166,10 @@ $TRANSLATIONS = array( "Alternative Logins" => "Alternatif Girişler", "Hey there,

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

" => "Merhaba,

%s sizinle »%s« paylaşımında bulundu.
Paylaşımı gör!

İyi günler!", "The share will expire on %s.

" => "Bu paylaşım %s tarihinde dolacaktır.

", -"Updating ownCloud to version %s, this may take a while." => "Owncloud %s versiyonuna güncelleniyor. Biraz zaman alabilir." +"Updating ownCloud to version %s, this may take a while." => "Owncloud %s versiyonuna güncelleniyor. Biraz zaman alabilir.", +"This ownCloud instance is currently being updated, which may take a while." => "Bu ownCloud örneği şu anda güncelleniyor, bu biraz zaman alabilir.", +"Please reload this page after a short time to continue using ownCloud." => "ownCloud kullanmaya devam etmek için kısa bir süre sonra lütfen sayfayı yenileyin.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.", +"Thank you for your patience." => "Sabrınız için teşekkür ederiz." ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/l10n/ach/files.po b/l10n/ach/files.po index 71fcd4b6bf..55652c00fa 100644 --- a/l10n/ach/files.po +++ b/l10n/ach/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ady/files.po b/l10n/ady/files.po index 97b2c1660a..e961ad80fe 100644 --- a/l10n/ady/files.po +++ b/l10n/ady/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/af/files.po b/l10n/af/files.po index 772e6f55d1..c1f9ffb026 100644 --- a/l10n/af/files.po +++ b/l10n/af/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/af_ZA/files.po b/l10n/af_ZA/files.po index 10f24a4316..529d1bbccf 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ar/files.po b/l10n/ar/files.po index c31d3ca5d3..9ddb836a5e 100644 --- a/l10n/ar/files.po +++ b/l10n/ar/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -29,9 +29,9 @@ msgstr "فشل في نقل الملف %s - يوجد ملف بنفس هذا ال msgid "Could not move %s" msgstr "فشل في نقل %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "اسم الملف لا يجوز أن يكون فارغا" #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -58,7 +58,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -239,10 +239,6 @@ msgstr[5] "يتم تحميل ملفات %n" msgid "'.' is an invalid file name." msgstr "\".\" اسم ملف غير صحيح." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "اسم الملف لا يجوز أن يكون فارغا" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ar/user_ldap.po b/l10n/ar/user_ldap.po index 779fa5bd70..97ca8a0cc5 100644 --- a/l10n/ar/user_ldap.po +++ b/l10n/ar/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/be/files.po b/l10n/be/files.po index f141b0ecb1..053e778e1d 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -231,10 +231,6 @@ msgstr[3] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po index cb9bdcb27c..fc88902854 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po index 530b55d291..22e631a473 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -27,9 +27,9 @@ msgstr "%s কে স্থানান্তর করা সম্ভব হ msgid "Could not move %s" msgstr "%s কে স্থানান্তর করা সম্ভব হলো না" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "ফাইলের নামটি ফাঁকা রাখা যাবে না।" #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "টি একটি অননুমোদিত নাম।" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "ফাইলের নামটি ফাঁকা রাখা যাবে না।" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/bs/files.po b/l10n/bs/files.po index e24066acb9..b1a2e3dd7c 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -228,10 +228,6 @@ msgstr[2] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ca/core.po b/l10n/ca/core.po index 1f11fe03ae..56a5c1bcc9 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/ca/files.po b/l10n/ca/files.po index 659d1a3af4..20110434c2 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -29,9 +29,9 @@ msgstr "No s'ha pogut moure %s - Ja hi ha un fitxer amb aquest nom" msgid "Could not move %s" msgstr " No s'ha pogut moure %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "El nom del fitxer no pot ser buit." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -58,7 +58,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -227,10 +227,6 @@ msgstr[1] "Pujant %n fitxers" msgid "'.' is an invalid file name." msgstr "'.' és un nom no vàlid per un fitxer." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "El nom del fitxer no pot ser buit." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ca/user_ldap.po b/l10n/ca/user_ldap.po index 403b09b3f2..ba70be3ed0 100644 --- a/l10n/ca/user_ldap.po +++ b/l10n/ca/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index dc32f5fbbb..883fca9720 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index e1112e4aec..617bf6184c 100644 --- a/l10n/cs_CZ/files.po +++ b/l10n/cs_CZ/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -32,9 +32,9 @@ msgstr "Nelze přesunout %s - již existuje soubor se stejným názvem" msgid "Could not move %s" msgstr "Nelze přesunout %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Název souboru nemůže být prázdný řetězec." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -61,7 +61,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -233,10 +233,6 @@ msgstr[2] "Nahrávám %n souborů" msgid "'.' is an invalid file name." msgstr "'.' je neplatným názvem souboru." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Název souboru nemůže být prázdný řetězec." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/cs_CZ/user_ldap.po b/l10n/cs_CZ/user_ldap.po index 3dbcaf20ef..059ad96473 100644 --- a/l10n/cs_CZ/user_ldap.po +++ b/l10n/cs_CZ/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/cy_GB/files.po b/l10n/cy_GB/files.po index c2ec46ef75..35d302c0d8 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -27,9 +27,9 @@ msgstr "Methwyd symud %s - Mae ffeil gyda'r enw hwn eisoes yn bodoli" msgid "Could not move %s" msgstr "Methwyd symud %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Does dim hawl cael enw ffeil gwag." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -231,10 +231,6 @@ msgstr[3] "" msgid "'.' is an invalid file name." msgstr "Mae '.' yn enw ffeil annilys." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Does dim hawl cael enw ffeil gwag." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/da/core.po b/l10n/da/core.po index 806bb1ccc0..fc14c4ca9a 100644 --- a/l10n/da/core.po +++ b/l10n/da/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/da/files.po b/l10n/da/files.po index 349d90be65..8351c30e1e 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -30,9 +30,9 @@ msgstr "Kunne ikke flytte %s - der findes allerede en fil med dette navn" msgid "Could not move %s" msgstr "Kunne ikke flytte %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Filnavnet kan ikke stå tomt." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -59,7 +59,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -228,10 +228,6 @@ msgstr[1] "Uploader %n filer" msgid "'.' is an invalid file name." msgstr "'.' er et ugyldigt filnavn." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Filnavnet kan ikke stå tomt." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/da/user_ldap.po b/l10n/da/user_ldap.po index 66a3d69d82..9b38d6b649 100644 --- a/l10n/da/user_ldap.po +++ b/l10n/da/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/de/core.po b/l10n/de/core.po index 2889eaad5a..cb6b9378b4 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 09:20+0000\n" +"Last-Translator: Mario Siegmann \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -311,11 +311,11 @@ msgstr "{owner} hat dies mit Dir geteilt" #: js/share.js:203 msgid "Share with user or group …" -msgstr "" +msgstr "Mit Benutzer oder Gruppe teilen ...." #: js/share.js:209 msgid "Share link" -msgstr "" +msgstr "Link Teilen" #: js/share.js:212 msgid "Password protect" @@ -371,7 +371,7 @@ msgstr "Freigabe aufheben" #: js/share.js:378 msgid "notify by email" -msgstr "" +msgstr "Per E-Mail informieren" #: js/share.js:381 msgid "can edit" @@ -754,18 +754,18 @@ msgstr "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern." #: templates/update.user.php:3 msgid "" "This ownCloud instance is currently being updated, which may take a while." -msgstr "" +msgstr "Diese OwnCloud-Instanz wird gerade aktualisiert, was eine Weile dauert." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." -msgstr "" +msgstr "Bitte lade diese Seite nach kurzer Zeit neu, um mit der Nutzung von OwnCloud fortzufahren." #: templates/update.user.php:5 msgid "" "Contact your system administrator if this message persists or appeared " "unexpectedly." -msgstr "" +msgstr "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint." #: templates/update.user.php:6 msgid "Thank you for your patience." -msgstr "" +msgstr "Vielen Dank für Deine Geduld." diff --git a/l10n/de/files.po b/l10n/de/files.po index efb188968e..953783566b 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" @@ -33,45 +33,45 @@ msgstr "Konnte %s nicht verschieben. Eine Datei mit diesem Namen existiert berei msgid "Could not move %s" msgstr "Konnte %s nicht verschieben" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Der Dateiname darf nicht leer sein." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." -msgstr "" +msgstr "Der Dateiname darf kein \"/\" enthalten. Bitte wähle einen anderen Namen." #: ajax/newfile.php:72 ajax/newfolder.php:37 lib/app.php:67 #, php-format msgid "" "The name %s is already used in the folder %s. Please choose a different " "name." -msgstr "" +msgstr "Der Name %s wird bereits im Ordner %s benutzt. Bitte wählen Sie einen anderen Namen." #: ajax/newfile.php:81 msgid "Not a valid source" -msgstr "" +msgstr "Keine gültige Quelle" #: ajax/newfile.php:94 #, php-format msgid "Error while downloading %s to %s" -msgstr "" +msgstr "Fehler beim Herunterladen von %s nach %s" #: ajax/newfile.php:127 msgid "Error when creating the file" -msgstr "" +msgstr "Fehler beim Erstellen der Datei" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 msgid "Folder name must not contain \"/\". Please choose a different name." -msgstr "" +msgstr "Der Ordner-Name darf kein \"/\" enthalten. Bitte wähle einen anderen Namen." #: ajax/newfolder.php:56 msgid "Error when creating the folder" -msgstr "" +msgstr "Fehler beim Erstellen des Ordners" #: ajax/upload.php:18 ajax/upload.php:50 msgid "Unable to set upload directory." @@ -159,11 +159,11 @@ msgstr "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload a #: js/file-upload.js:511 msgid "URL cannot be empty" -msgstr "" +msgstr "Die URL darf nicht leer sein" #: js/file-upload.js:515 js/filelist.js:361 msgid "In the home folder 'Shared' is a reserved filename" -msgstr "" +msgstr "Das Benutzerverzeichnis 'Shared' ist ein reservierter Dateiname" #: js/file-upload.js:517 js/filelist.js:363 msgid "{new_name} already exists" @@ -171,11 +171,11 @@ msgstr "{new_name} existiert bereits" #: js/file-upload.js:576 msgid "Could not create file" -msgstr "" +msgstr "Die Datei konnte nicht erstellt werden" #: js/file-upload.js:592 msgid "Could not create folder" -msgstr "" +msgstr "Der Ordner konnte nicht erstellt werden" #: js/fileactions.js:125 msgid "Share" @@ -195,7 +195,7 @@ msgstr "Ausstehend" #: js/filelist.js:389 msgid "Could not rename file" -msgstr "" +msgstr "Die Datei konnte nicht umbenannt werden" #: js/filelist.js:508 msgid "replaced {new_name} with {old_name}" @@ -231,10 +231,6 @@ msgstr[1] "%n Dateien werden hochgeladen" msgid "'.' is an invalid file name." msgstr "'.' ist kein gültiger Dateiname." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Der Dateiname darf nicht leer sein." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " @@ -365,7 +361,7 @@ msgstr "Upload abbrechen" #: templates/index.php:40 msgid "You don’t have permission to upload or create files here" -msgstr "" +msgstr "Du besitzt hier keine Berechtigung Dateien hochzuladen oder zu erstellen" #: templates/index.php:45 msgid "Nothing in here. Upload something!" diff --git a/l10n/de/settings.po b/l10n/de/settings.po index 3831c3fe7f..3a2c8f9af6 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 09:10+0000\n" +"Last-Translator: Mario Siegmann \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -218,7 +218,7 @@ msgstr "Es muss ein gültiges Passwort angegeben werden" #: js/users.js:472 msgid "Warning: Home directory for user \"{user}\" already exists" -msgstr "" +msgstr "Warnung: Das Benutzerverzeichnis für den Benutzer \"{user}\" existiert bereits" #: personal.php:45 personal.php:46 msgid "__language_name__" @@ -550,7 +550,7 @@ msgstr "WebDAV" msgid "" "Use this address to access your Files via " "WebDAV" -msgstr "" +msgstr "Verwenden Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen" #: templates/personal.php:146 msgid "Encryption" diff --git a/l10n/de/user_ldap.po b/l10n/de/user_ldap.po index a08fbe29d7..74fa596b21 100644 --- a/l10n/de/user_ldap.po +++ b/l10n/de/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 10:40+0000\n" +"Last-Translator: Mario Siegmann \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -47,20 +47,20 @@ msgstr "Die Konfiguration ist ungültig, sieh für weitere Details bitte im ownC #: ajax/wizard.php:32 msgid "No action specified" -msgstr "" +msgstr "Keine Aktion spezifiziert" #: ajax/wizard.php:38 msgid "No configuration specified" -msgstr "" +msgstr "Keine Konfiguration spezifiziert" #: ajax/wizard.php:78 msgid "No data specified" -msgstr "" +msgstr "Keine Daten spezifiziert" #: ajax/wizard.php:86 #, php-format msgid " Could not set configuration %s" -msgstr "" +msgstr "Die Konfiguration %s konnte nicht gesetzt werden" #: js/settings.js:67 msgid "Deletion failed" @@ -96,11 +96,11 @@ msgstr "Wähle Gruppen aus" #: js/settings.js:663 js/settings.js:672 msgid "Select object classes" -msgstr "" +msgstr "Objekt-Klassen auswählen" #: js/settings.js:666 msgid "Select attributes" -msgstr "" +msgstr "Attribute auswählen" #: js/settings.js:694 msgid "Connection test succeeded" @@ -122,23 +122,23 @@ msgstr "Löschung bestätigen" #, php-format msgid "%s group found" msgid_plural "%s groups found" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s Gruppe gefunden" +msgstr[1] "%s Gruppen gefunden" #: lib/wizard.php:123 #, php-format msgid "%s user found" msgid_plural "%s users found" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s Benutzer gefunden" +msgstr[1] "%s Benutzer gefunden" #: lib/wizard.php:752 lib/wizard.php:764 msgid "Invalid Host" -msgstr "" +msgstr "Ungültiger Host" #: lib/wizard.php:910 msgid "Could not find the desired feature" -msgstr "" +msgstr "Konnte die gewünschte Funktion nicht finden" #: templates/part.settingcontrols.php:4 msgid "Test Configuration" @@ -151,53 +151,53 @@ msgstr "Hilfe" #: templates/part.wizard-groupfilter.php:4 #, php-format msgid "Limit the access to %s to groups meeting this criteria:" -msgstr "" +msgstr "Beschränken Sie den Zugriff auf %s für die Gruppen-Sitzungen durch folgende Kriterien:" #: templates/part.wizard-groupfilter.php:8 #: templates/part.wizard-userfilter.php:8 msgid "only those object classes:" -msgstr "" +msgstr "Nur diese Objekt-Klassen:" #: templates/part.wizard-groupfilter.php:17 #: templates/part.wizard-userfilter.php:17 msgid "only from those groups:" -msgstr "" +msgstr "Nur von diesen Gruppen:" #: templates/part.wizard-groupfilter.php:25 #: templates/part.wizard-userfilter.php:25 msgid "Edit raw filter instead" -msgstr "" +msgstr "Original-Filter stattdessen bearbeiten" #: templates/part.wizard-groupfilter.php:30 #: templates/part.wizard-userfilter.php:30 msgid "Raw LDAP filter" -msgstr "" +msgstr "Original LDAP-Filter" #: templates/part.wizard-groupfilter.php:31 #, php-format msgid "" "The filter specifies which LDAP groups shall have access to the %s instance." -msgstr "" +msgstr "Der Filter definiert welche LDAP-Gruppen Zugriff auf die %s Instanz haben sollen." #: templates/part.wizard-groupfilter.php:38 msgid "groups found" -msgstr "" +msgstr "Gruppen gefunden" #: templates/part.wizard-loginfilter.php:4 msgid "What attribute shall be used as login name:" -msgstr "" +msgstr "Welches Attribut soll als Login-Name verwendet werden:" #: templates/part.wizard-loginfilter.php:8 msgid "LDAP Username:" -msgstr "" +msgstr "LDAP-Benutzername:" #: templates/part.wizard-loginfilter.php:16 msgid "LDAP Email Address:" -msgstr "" +msgstr "LDAP E-Mail-Adresse:" #: templates/part.wizard-loginfilter.php:24 msgid "Other Attributes:" -msgstr "" +msgstr "Andere Attribute:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -246,17 +246,17 @@ msgstr "Du kannst Basis-DN für Benutzer und Gruppen in dem \"Erweitert\"-Reiter #: templates/part.wizard-userfilter.php:4 #, php-format msgid "Limit the access to %s to users meeting this criteria:" -msgstr "" +msgstr "Beschränken Sie den Zugriff auf %s für die Benutzer-Sitzungen durch folgende Kriterien:" #: templates/part.wizard-userfilter.php:31 #, php-format msgid "" "The filter specifies which LDAP users shall have access to the %s instance." -msgstr "" +msgstr "Der Filter definiert welche LDAP-Benutzer Zugriff auf die %s Instanz haben sollen." #: templates/part.wizard-userfilter.php:38 msgid "users found" -msgstr "" +msgstr "Benutzer gefunden" #: templates/part.wizardcontrols.php:4 msgid "Back" diff --git a/l10n/de_AT/files.po b/l10n/de_AT/files.po index 4c8d2731d3..8d5ad171d6 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/de_CH/files.po b/l10n/de_CH/files.po index 76ace99fac..1ec24d5562 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -36,9 +36,9 @@ msgstr "%s konnte nicht verschoben werden. Eine Datei mit diesem Namen existiert msgid "Could not move %s" msgstr "Konnte %s nicht verschieben" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Der Dateiname darf nicht leer sein." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -65,7 +65,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -234,10 +234,6 @@ msgstr[1] "%n Dateien werden hochgeladen" msgid "'.' is an invalid file name." msgstr "'.' ist kein gültiger Dateiname." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Der Dateiname darf nicht leer sein." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/de_CH/user_ldap.po b/l10n/de_CH/user_ldap.po index 61b6be5c95..e05aff3153 100644 --- a/l10n/de_CH/user_ldap.po +++ b/l10n/de_CH/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po index d4300bc3ea..a5449e6be1 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 09:20+0000\n" +"Last-Translator: Mario Siegmann \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -311,11 +311,11 @@ msgstr "Von {owner} mit Ihnen geteilt." #: js/share.js:203 msgid "Share with user or group …" -msgstr "" +msgstr "Mit Benutzer oder Gruppe teilen ...." #: js/share.js:209 msgid "Share link" -msgstr "" +msgstr "Link teilen" #: js/share.js:212 msgid "Password protect" @@ -371,7 +371,7 @@ msgstr "Freigabe aufheben" #: js/share.js:378 msgid "notify by email" -msgstr "" +msgstr "Per E-Mail informieren" #: js/share.js:381 msgid "can edit" @@ -754,18 +754,18 @@ msgstr "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern." #: templates/update.user.php:3 msgid "" "This ownCloud instance is currently being updated, which may take a while." -msgstr "" +msgstr "Diese OwnCloud-Instanz wird gerade aktualisiert, was eine Weile dauert." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." -msgstr "" +msgstr "Bitte laden Sie diese Seite nach kurzer Zeit neu, um mit der Nutzung von OwnCloud fortzufahren." #: templates/update.user.php:5 msgid "" "Contact your system administrator if this message persists or appeared " "unexpectedly." -msgstr "" +msgstr "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint." #: templates/update.user.php:6 msgid "Thank you for your patience." -msgstr "" +msgstr "Vielen Dank für Ihre Geduld." diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po index 8d321a5bf1..acc4801b92 100644 --- a/l10n/de_DE/files.po +++ b/l10n/de_DE/files.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -36,45 +36,45 @@ msgstr "%s konnte nicht verschoben werden. Eine Datei mit diesem Namen existiert msgid "Could not move %s" msgstr "Konnte %s nicht verschieben" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Der Dateiname darf nicht leer sein." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." -msgstr "" +msgstr "Der Dateiname darf kein \"/\" enthalten. Bitte wählen Sie einen anderen Namen." #: ajax/newfile.php:72 ajax/newfolder.php:37 lib/app.php:67 #, php-format msgid "" "The name %s is already used in the folder %s. Please choose a different " "name." -msgstr "" +msgstr "Der Name %s wird bereits im Ordner %s benutzt. Bitte wählen Sie einen anderen Namen." #: ajax/newfile.php:81 msgid "Not a valid source" -msgstr "" +msgstr "Keine gültige Quelle" #: ajax/newfile.php:94 #, php-format msgid "Error while downloading %s to %s" -msgstr "" +msgstr "Fehler beim Herunterladen von %s nach %s" #: ajax/newfile.php:127 msgid "Error when creating the file" -msgstr "" +msgstr "Fehler beim Erstellen der Datei" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 msgid "Folder name must not contain \"/\". Please choose a different name." -msgstr "" +msgstr "Der Ordner-Name darf kein \"/\" enthalten. Bitte wählen Sie einen anderen Namen." #: ajax/newfolder.php:56 msgid "Error when creating the folder" -msgstr "" +msgstr "Fehler beim Erstellen des Ordners" #: ajax/upload.php:18 ajax/upload.php:50 msgid "Unable to set upload directory." @@ -162,11 +162,11 @@ msgstr "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload #: js/file-upload.js:511 msgid "URL cannot be empty" -msgstr "" +msgstr "Die URL darf nicht leer sein" #: js/file-upload.js:515 js/filelist.js:361 msgid "In the home folder 'Shared' is a reserved filename" -msgstr "" +msgstr "Das Benutzerverzeichnis 'Shared' ist ein reservierter Dateiname" #: js/file-upload.js:517 js/filelist.js:363 msgid "{new_name} already exists" @@ -174,11 +174,11 @@ msgstr "{new_name} existiert bereits" #: js/file-upload.js:576 msgid "Could not create file" -msgstr "" +msgstr "Datei konnte nicht erstellt werden" #: js/file-upload.js:592 msgid "Could not create folder" -msgstr "" +msgstr "Der Ordner konnte nicht erstellt werden" #: js/fileactions.js:125 msgid "Share" @@ -198,7 +198,7 @@ msgstr "Ausstehend" #: js/filelist.js:389 msgid "Could not rename file" -msgstr "" +msgstr "Die Datei konnte nicht umbenannt werden" #: js/filelist.js:508 msgid "replaced {new_name} with {old_name}" @@ -234,10 +234,6 @@ msgstr[1] "%n Dateien werden hoch geladen" msgid "'.' is an invalid file name." msgstr "'.' ist kein gültiger Dateiname." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Der Dateiname darf nicht leer sein." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " @@ -368,7 +364,7 @@ msgstr "Upload abbrechen" #: templates/index.php:40 msgid "You don’t have permission to upload or create files here" -msgstr "" +msgstr "Sie besitzen hier keine Berechtigung Dateien hochzuladen oder zu erstellen" #: templates/index.php:45 msgid "Nothing in here. Upload something!" diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po index ab51da7ec4..8f99ff6358 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 09:10+0000\n" +"Last-Translator: Mario Siegmann \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -219,7 +219,7 @@ msgstr "Es muss ein gültiges Passwort angegeben werden" #: js/users.js:472 msgid "Warning: Home directory for user \"{user}\" already exists" -msgstr "" +msgstr "Warnung: Das Benutzerverzeichnis für den Benutzer \"{user}\" existiert bereits" #: personal.php:45 personal.php:46 msgid "__language_name__" @@ -551,7 +551,7 @@ msgstr "WebDAV" msgid "" "Use this address to access your Files via " "WebDAV" -msgstr "" +msgstr "Verwenden Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen" #: templates/personal.php:146 msgid "Encryption" diff --git a/l10n/de_DE/user_ldap.po b/l10n/de_DE/user_ldap.po index 0c0dad7a91..56af8d90e3 100644 --- a/l10n/de_DE/user_ldap.po +++ b/l10n/de_DE/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 10:40+0000\n" +"Last-Translator: Mario Siegmann \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -49,20 +49,20 @@ msgstr "Die Konfiguration ist ungültig, sehen Sie für weitere Details bitte im #: ajax/wizard.php:32 msgid "No action specified" -msgstr "" +msgstr "Keine Aktion spezifiziert" #: ajax/wizard.php:38 msgid "No configuration specified" -msgstr "" +msgstr "Keine Konfiguration spezifiziert" #: ajax/wizard.php:78 msgid "No data specified" -msgstr "" +msgstr "Keine Daten spezifiziert" #: ajax/wizard.php:86 #, php-format msgid " Could not set configuration %s" -msgstr "" +msgstr "Die Konfiguration %s konnte nicht gesetzt werden" #: js/settings.js:67 msgid "Deletion failed" @@ -98,11 +98,11 @@ msgstr "Wähle Gruppen" #: js/settings.js:663 js/settings.js:672 msgid "Select object classes" -msgstr "" +msgstr "Objekt-Klassen auswählen" #: js/settings.js:666 msgid "Select attributes" -msgstr "" +msgstr "Attribute auswählen" #: js/settings.js:694 msgid "Connection test succeeded" @@ -124,23 +124,23 @@ msgstr "Löschung bestätigen" #, php-format msgid "%s group found" msgid_plural "%s groups found" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s Gruppe gefunden" +msgstr[1] "%s Gruppen gefunden" #: lib/wizard.php:123 #, php-format msgid "%s user found" msgid_plural "%s users found" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s Benutzer gefunden" +msgstr[1] "%s Benutzer gefunden" #: lib/wizard.php:752 lib/wizard.php:764 msgid "Invalid Host" -msgstr "" +msgstr "Ungültiger Host" #: lib/wizard.php:910 msgid "Could not find the desired feature" -msgstr "" +msgstr "Konnte die gewünschte Funktion nicht finden" #: templates/part.settingcontrols.php:4 msgid "Test Configuration" @@ -153,53 +153,53 @@ msgstr "Hilfe" #: templates/part.wizard-groupfilter.php:4 #, php-format msgid "Limit the access to %s to groups meeting this criteria:" -msgstr "" +msgstr "Beschränken Sie den Zugriff auf %s für die Gruppen-Sitzungen durch folgende Kriterien:" #: templates/part.wizard-groupfilter.php:8 #: templates/part.wizard-userfilter.php:8 msgid "only those object classes:" -msgstr "" +msgstr "Nur diese Objekt-Klassen:" #: templates/part.wizard-groupfilter.php:17 #: templates/part.wizard-userfilter.php:17 msgid "only from those groups:" -msgstr "" +msgstr "Nur von diesen Gruppen:" #: templates/part.wizard-groupfilter.php:25 #: templates/part.wizard-userfilter.php:25 msgid "Edit raw filter instead" -msgstr "" +msgstr "Original-Filter stattdessen bearbeiten" #: templates/part.wizard-groupfilter.php:30 #: templates/part.wizard-userfilter.php:30 msgid "Raw LDAP filter" -msgstr "" +msgstr "Original LDAP-Filter" #: templates/part.wizard-groupfilter.php:31 #, php-format msgid "" "The filter specifies which LDAP groups shall have access to the %s instance." -msgstr "" +msgstr "Der Filter definiert welche LDAP-Gruppen Zugriff auf die %s Instanz haben sollen." #: templates/part.wizard-groupfilter.php:38 msgid "groups found" -msgstr "" +msgstr "Gruppen gefunden" #: templates/part.wizard-loginfilter.php:4 msgid "What attribute shall be used as login name:" -msgstr "" +msgstr "Welches Attribut soll als Login-Name verwendet werden:" #: templates/part.wizard-loginfilter.php:8 msgid "LDAP Username:" -msgstr "" +msgstr "LDAP-Benutzername:" #: templates/part.wizard-loginfilter.php:16 msgid "LDAP Email Address:" -msgstr "" +msgstr "LDAP E-Mail-Adresse:" #: templates/part.wizard-loginfilter.php:24 msgid "Other Attributes:" -msgstr "" +msgstr "Andere Attribute:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -248,17 +248,17 @@ msgstr "Sie können Basis-DN für Benutzer und Gruppen in dem \"Erweitert\"-Reit #: templates/part.wizard-userfilter.php:4 #, php-format msgid "Limit the access to %s to users meeting this criteria:" -msgstr "" +msgstr "Beschränken Sie den Zugriff auf %s für die Benutzer-Sitzungen durch folgende Kriterien:" #: templates/part.wizard-userfilter.php:31 #, php-format msgid "" "The filter specifies which LDAP users shall have access to the %s instance." -msgstr "" +msgstr "Der Filter definiert welche LDAP-Benutzer Zugriff auf die %s Instanz haben sollen." #: templates/part.wizard-userfilter.php:38 msgid "users found" -msgstr "" +msgstr "Benutzer gefunden" #: templates/part.wizardcontrols.php:4 msgid "Back" diff --git a/l10n/el/core.po b/l10n/el/core.po index 96265bb1b3..cceb55a45c 100644 --- a/l10n/el/core.po +++ b/l10n/el/core.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Efstathios Iosifidis , 2013 # Efstathios Iosifidis , 2013 # KAT.RAT12 , 2013 # Teogramm , 2013 @@ -14,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 09:40+0000\n" +"Last-Translator: Efstathios Iosifidis \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,15 +37,15 @@ msgstr "" #: ajax/update.php:11 msgid "Turned on maintenance mode" -msgstr "" +msgstr "Η κατάσταση συντήρησης ενεργοποιήθηκε" #: ajax/update.php:14 msgid "Turned off maintenance mode" -msgstr "" +msgstr "Η κατάσταση συντήρησης απενεργοποιήθηκε" #: ajax/update.php:17 msgid "Updated database" -msgstr "" +msgstr "Ενημερωμένη βάση δεδομένων" #: ajax/update.php:20 msgid "Updating filecache, this may take really long..." @@ -65,11 +66,11 @@ msgstr "" #: avatar/controller.php:81 msgid "Unknown filetype" -msgstr "" +msgstr "Άγνωστος τύπος αρχείου" #: avatar/controller.php:85 msgid "Invalid image" -msgstr "" +msgstr "Μη έγκυρη εικόνα" #: avatar/controller.php:115 avatar/controller.php:142 msgid "No temporary profile picture available, try again" @@ -261,7 +262,7 @@ msgstr "Άκυρο" #: js/oc-dialogs.js:386 msgid "Continue" -msgstr "" +msgstr "Συνέχεια" #: js/oc-dialogs.js:433 js/oc-dialogs.js:446 msgid "(all selected)" @@ -310,11 +311,11 @@ msgstr "Διαμοιράστηκε με σας από τον {owner}" #: js/share.js:203 msgid "Share with user or group …" -msgstr "" +msgstr "Διαμοιρασμός με χρήστη ή ομάδα ..." #: js/share.js:209 msgid "Share link" -msgstr "" +msgstr "Διαμοιρασμός συνδέσμου" #: js/share.js:212 msgid "Password protect" @@ -370,7 +371,7 @@ msgstr "Σταμάτημα διαμοιρασμού" #: js/share.js:378 msgid "notify by email" -msgstr "" +msgstr "ειδοποίηση με email" #: js/share.js:381 msgid "can edit" @@ -426,7 +427,7 @@ msgstr "Δεν καθορίστηκε ο τύπος του αντικειμέν #: js/tags.js:13 msgid "Enter new" -msgstr "" +msgstr "Εισαγωγή νέου" #: js/tags.js:27 msgid "Delete" @@ -438,7 +439,7 @@ msgstr "Προσθήκη" #: js/tags.js:39 msgid "Edit tags" -msgstr "" +msgstr "Επεξεργασία ετικετών" #: js/tags.js:57 msgid "Error loading dialog template: {error}" @@ -546,7 +547,7 @@ msgstr "" #: tags/controller.php:48 msgid "Tag already exists" -msgstr "" +msgstr "Υπάρχει ήδη η ετικέτα" #: tags/controller.php:64 msgid "Error deleting tag(s)" @@ -767,4 +768,4 @@ msgstr "" #: templates/update.user.php:6 msgid "Thank you for your patience." -msgstr "" +msgstr "Σας ευχαριστούμε για την υπομονή σας." diff --git a/l10n/el/files.po b/l10n/el/files.po index 0e5a9fc83b..7b52bba30f 100644 --- a/l10n/el/files.po +++ b/l10n/el/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -31,9 +31,9 @@ msgstr "Αδυναμία μετακίνησης του %s - υπάρχει ήδ msgid "Could not move %s" msgstr "Αδυναμία μετακίνησης του %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Το όνομα αρχείου δεν μπορεί να είναι κενό." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -60,7 +60,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -229,10 +229,6 @@ msgstr[1] "Ανέβασμα %n αρχείων" msgid "'.' is an invalid file name." msgstr "'.' είναι μη έγκυρο όνομα αρχείου." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Το όνομα αρχείου δεν μπορεί να είναι κενό." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/el/lib.po b/l10n/el/lib.po index e60243c428..6497d5229a 100644 --- a/l10n/el/lib.po +++ b/l10n/el/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-23 10:41+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 09:40+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" @@ -56,11 +56,11 @@ msgstr "Αποτυχία αναβάθμισης του \"%s\"." #: private/avatar.php:60 msgid "Unknown filetype" -msgstr "" +msgstr "Άγνωστος τύπος αρχείου" #: private/avatar.php:65 msgid "Invalid image" -msgstr "" +msgstr "Μη έγκυρη εικόνα" #: private/defaults.php:36 msgid "web services under your control" diff --git a/l10n/el/user_ldap.po b/l10n/el/user_ldap.po index 99e366c371..11d69a3a3f 100644 --- a/l10n/el/user_ldap.po +++ b/l10n/el/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 09:40+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" @@ -260,7 +260,7 @@ msgstr "Επιστροφή" #: templates/part.wizardcontrols.php:7 msgid "Continue" -msgstr "" +msgstr "Συνέχεια" #: templates/settings.php:11 msgid "" diff --git a/l10n/en@pirate/files.po b/l10n/en@pirate/files.po index 3f8cba71d0..0326bb21f5 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/en_GB/core.po b/l10n/en_GB/core.po index 462186b546..0151a081b6 100644 --- a/l10n/en_GB/core.po +++ b/l10n/en_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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+0000\n" "Last-Translator: I Robot \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/en_GB/files.po b/l10n/en_GB/files.po index 671693997c..7926f9763f 100644 --- a/l10n/en_GB/files.po +++ b/l10n/en_GB/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -28,9 +28,9 @@ msgstr "Could not move %s - File with this name already exists" msgid "Could not move %s" msgstr "Could not move %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "File name cannot be empty." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -226,10 +226,6 @@ msgstr[1] "Uploading %n files" msgid "'.' is an invalid file name." msgstr "'.' is an invalid file name." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "File name cannot be empty." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/en_GB/user_ldap.po b/l10n/en_GB/user_ldap.po index 1085f578e9..0ec2b20400 100644 --- a/l10n/en_GB/user_ldap.po +++ b/l10n/en_GB/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+0000\n" "Last-Translator: I Robot \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/files.po b/l10n/eo/files.po index eda1f6b2e2..cc4287d7d0 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -28,9 +28,9 @@ msgstr "Ne eblis movi %s: dosiero kun ĉi tiu nomo jam ekzistas" msgid "Could not move %s" msgstr "Ne eblis movi %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Dosiernomo devas ne malpleni." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -226,10 +226,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "'.' ne estas valida dosiernomo." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Dosiernomo devas ne malpleni." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/eo/user_ldap.po b/l10n/eo/user_ldap.po index 14e9dd28ed..6aa334c886 100644 --- a/l10n/eo/user_ldap.po +++ b/l10n/eo/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:50+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" diff --git a/l10n/es/core.po b/l10n/es/core.po index f015c1efdf..fe6731c831 100644 --- a/l10n/es/core.po +++ b/l10n/es/core.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/es/files.po b/l10n/es/files.po index 110607541d..d4eb12aac8 100644 --- a/l10n/es/files.po +++ b/l10n/es/files.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -34,9 +34,9 @@ msgstr "No se pudo mover %s - Ya existe un archivo con ese nombre." msgid "Could not move %s" msgstr "No se pudo mover %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "El nombre de archivo no puede estar vacío." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -63,7 +63,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -232,10 +232,6 @@ msgstr[1] "Subiendo %n archivos" msgid "'.' is an invalid file name." msgstr "'.' no es un nombre de archivo válido." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "El nombre de archivo no puede estar vacío." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/es/user_ldap.po b/l10n/es/user_ldap.po index c5baab0a19..3facb364e8 100644 --- a/l10n/es/user_ldap.po +++ b/l10n/es/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po index 24c3b43aec..c6ae582c35 100644 --- a/l10n/es_AR/files.po +++ b/l10n/es_AR/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -31,9 +31,9 @@ msgstr "No se pudo mover %s - Un archivo con este nombre ya existe" msgid "Could not move %s" msgstr "No se pudo mover %s " -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "El nombre del archivo no puede quedar vacío." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -60,7 +60,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -229,10 +229,6 @@ msgstr[1] "Subiendo %n archivos" msgid "'.' is an invalid file name." msgstr "'.' es un nombre de archivo inválido." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "El nombre del archivo no puede quedar vacío." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/es_AR/user_ldap.po b/l10n/es_AR/user_ldap.po index 4b3dd67df3..595be9e99d 100644 --- a/l10n/es_AR/user_ldap.po +++ b/l10n/es_AR/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/es_MX/files.po b/l10n/es_MX/files.po index 8095b97ed8..f0782aff37 100644 --- a/l10n/es_MX/files.po +++ b/l10n/es_MX/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po index d9d81f812d..c4ba59a218 100644 --- a/l10n/et_EE/core.po +++ b/l10n/et_EE/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po index e503f31266..3b99266339 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -29,9 +29,9 @@ msgstr "Ei saa liigutada faili %s - samanimeline fail on juba olemas" msgid "Could not move %s" msgstr "%s liigutamine ebaõnnestus" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Faili nimi ei saa olla tühi." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -58,7 +58,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -227,10 +227,6 @@ msgstr[1] "Laadin üles %n faili" msgid "'.' is an invalid file name." msgstr "'.' on vigane failinimi." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Faili nimi ei saa olla tühi." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/et_EE/user_ldap.po b/l10n/et_EE/user_ldap.po index 83e3cce963..f79e06d0f3 100644 --- a/l10n/et_EE/user_ldap.po +++ b/l10n/et_EE/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/eu/files.po b/l10n/eu/files.po index 5032253408..6afe55427d 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -29,9 +29,9 @@ msgstr "Ezin da %s mugitu - Izen hau duen fitxategia dagoeneko existitzen da" msgid "Could not move %s" msgstr "Ezin dira fitxategiak mugitu %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Fitxategi izena ezin da hutsa izan." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -58,7 +58,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -227,10 +227,6 @@ msgstr[1] "%n fitxategi igotzen" msgid "'.' is an invalid file name." msgstr "'.' ez da fitxategi izen baliogarria." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Fitxategi izena ezin da hutsa izan." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/eu/user_ldap.po b/l10n/eu/user_ldap.po index b28520d837..8df226405c 100644 --- a/l10n/eu/user_ldap.po +++ b/l10n/eu/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:50+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" diff --git a/l10n/fa/files.po b/l10n/fa/files.po index ba11a86063..2c0912e10d 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -28,9 +28,9 @@ msgstr "%s نمی تواند حرکت کند - در حال حاضر پرونده msgid "Could not move %s" msgstr "%s نمی تواند حرکت کند " -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "نام پرونده نمی تواند خالی باشد." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -223,10 +223,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "'.' یک نام پرونده نامعتبر است." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "نام پرونده نمی تواند خالی باشد." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/fa/user_ldap.po b/l10n/fa/user_ldap.po index ed909a0209..ee17dfa28e 100644 --- a/l10n/fa/user_ldap.po +++ b/l10n/fa/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po index 1ed58c8bcc..7440492453 100644 --- a/l10n/fi_FI/core.po +++ b/l10n/fi_FI/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po index 508ff8f42b..b0782d6c47 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -28,9 +28,9 @@ msgstr "Kohteen %s siirto ei onnistunut - Tiedosto samalla nimellä on jo olemas msgid "Could not move %s" msgstr "Kohteen %s siirto ei onnistunut" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Tiedoston nimi ei voi olla tyhjä." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -226,10 +226,6 @@ msgstr[1] "Lähetetään %n tiedostoa" msgid "'.' is an invalid file name." msgstr "'.' on virheellinen nimi tiedostolle." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Tiedoston nimi ei voi olla tyhjä." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/fi_FI/user_ldap.po b/l10n/fi_FI/user_ldap.po index 715dd5ea63..16a7f9c016 100644 --- a/l10n/fi_FI/user_ldap.po +++ b/l10n/fi_FI/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/fr/core.po b/l10n/fr/core.po index 3fe124f7eb..6ef6467b98 100644 --- a/l10n/fr/core.po +++ b/l10n/fr/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/fr/files.po b/l10n/fr/files.po index 493b7232ba..0ddb2f0d94 100644 --- a/l10n/fr/files.po +++ b/l10n/fr/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -31,9 +31,9 @@ msgstr "Impossible de déplacer %s - Un fichier possédant ce nom existe déjà" msgid "Could not move %s" msgstr "Impossible de déplacer %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Le nom de fichier ne peut être vide." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -60,7 +60,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -229,10 +229,6 @@ msgstr[1] "Téléversement de %n fichiers" msgid "'.' is an invalid file name." msgstr "'.' n'est pas un nom de fichier valide." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Le nom de fichier ne peut être vide." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/fr/user_ldap.po b/l10n/fr/user_ldap.po index 0035832076..80ea79752a 100644 --- a/l10n/fr/user_ldap.po +++ b/l10n/fr/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/gl/core.po b/l10n/gl/core.po index 7f44505744..6778989df0 100644 --- a/l10n/gl/core.po +++ b/l10n/gl/core.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 10: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" @@ -304,11 +304,11 @@ msgstr "Compartido con vostede por {owner}" #: js/share.js:203 msgid "Share with user or group …" -msgstr "" +msgstr "Compartir cun usuario ou grupo ..." #: js/share.js:209 msgid "Share link" -msgstr "" +msgstr "Ligazón para compartir" #: js/share.js:212 msgid "Password protect" @@ -364,7 +364,7 @@ msgstr "Deixar de compartir" #: js/share.js:378 msgid "notify by email" -msgstr "" +msgstr "notificar por correo" #: js/share.js:381 msgid "can edit" @@ -747,18 +747,18 @@ msgstr "Actualizando ownCloud a versión %s, esto pode levar un anaco." #: templates/update.user.php:3 msgid "" "This ownCloud instance is currently being updated, which may take a while." -msgstr "" +msgstr "Esta instancia do ownCloud está actualizandose neste momento, pode levarlle un chisco." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." -msgstr "" +msgstr "Volva cargar a páxina de aquí a pouco para para continuar co ownCloud." #: templates/update.user.php:5 msgid "" "Contact your system administrator if this message persists or appeared " "unexpectedly." -msgstr "" +msgstr "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada." #: templates/update.user.php:6 msgid "Thank you for your patience." -msgstr "" +msgstr "Grazas pola súa paciencia." diff --git a/l10n/gl/files.po b/l10n/gl/files.po index 5225bc450d..a629e5caeb 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -28,45 +28,45 @@ msgstr "Non se moveu %s - Xa existe un ficheiro con ese nome." msgid "Could not move %s" msgstr "Non foi posíbel mover %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "O nome de ficheiro non pode estar baleiro" #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." -msgstr "" +msgstr "O nome do ficheiro non pode conter «/». Escolla outro nome." #: ajax/newfile.php:72 ajax/newfolder.php:37 lib/app.php:67 #, php-format msgid "" "The name %s is already used in the folder %s. Please choose a different " "name." -msgstr "" +msgstr "Xa existe o nome %s no cartafol %s. Escolla outro nome." #: ajax/newfile.php:81 msgid "Not a valid source" -msgstr "" +msgstr "Esta orixe non é correcta" #: ajax/newfile.php:94 #, php-format msgid "Error while downloading %s to %s" -msgstr "" +msgstr "Produciuse un erro ao descargar %s en %s" #: ajax/newfile.php:127 msgid "Error when creating the file" -msgstr "" +msgstr "Produciuse un erro ao crear o ficheiro" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 msgid "Folder name must not contain \"/\". Please choose a different name." -msgstr "" +msgstr "O nome do cartafol non pode conter «/». Escolla outro nome." #: ajax/newfolder.php:56 msgid "Error when creating the folder" -msgstr "" +msgstr "Produciuse un erro ao crear o cartafol" #: ajax/upload.php:18 ajax/upload.php:50 msgid "Unable to set upload directory." @@ -154,11 +154,11 @@ msgstr "O envío do ficheiro está en proceso. Saír agora da páxina cancelará #: js/file-upload.js:511 msgid "URL cannot be empty" -msgstr "" +msgstr "O URL non pode quedar en branco." #: js/file-upload.js:515 js/filelist.js:361 msgid "In the home folder 'Shared' is a reserved filename" -msgstr "" +msgstr "«Shared» dentro do cartafol persoal é un nome reservado" #: js/file-upload.js:517 js/filelist.js:363 msgid "{new_name} already exists" @@ -166,11 +166,11 @@ msgstr "Xa existe un {new_name}" #: js/file-upload.js:576 msgid "Could not create file" -msgstr "" +msgstr "Non foi posíbel crear o ficheiro" #: js/file-upload.js:592 msgid "Could not create folder" -msgstr "" +msgstr "Non foi posíbel crear o cartafol" #: js/fileactions.js:125 msgid "Share" @@ -190,7 +190,7 @@ msgstr "Pendentes" #: js/filelist.js:389 msgid "Could not rename file" -msgstr "" +msgstr "Non foi posíbel renomear o ficheiro" #: js/filelist.js:508 msgid "replaced {new_name} with {old_name}" @@ -226,10 +226,6 @@ msgstr[1] "Cargando %n ficheiros" msgid "'.' is an invalid file name." msgstr "«.» é un nome de ficheiro incorrecto" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "O nome de ficheiro non pode estar baleiro" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " @@ -360,7 +356,7 @@ msgstr "Cancelar o envío" #: templates/index.php:40 msgid "You don’t have permission to upload or create files here" -msgstr "" +msgstr "Non ten permisos para enviar ou crear ficheiros aquí." #: templates/index.php:45 msgid "Nothing in here. Upload something!" diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po index dcc9a78649..ce663cd087 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 10:20+0000\n" +"Last-Translator: mbouzada \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -213,7 +213,7 @@ msgstr "Debe fornecer un contrasinal" #: js/users.js:472 msgid "Warning: Home directory for user \"{user}\" already exists" -msgstr "" +msgstr "Aviso: O directorio persoal para o usuario «{user}» xa existe" #: personal.php:45 personal.php:46 msgid "__language_name__" @@ -545,7 +545,7 @@ msgstr "WebDAV" msgid "" "Use this address to access your Files via " "WebDAV" -msgstr "" +msgstr "Empregue esta ligazón para acceder aos sus ficheiros mediante WebDAV" #: templates/personal.php:146 msgid "Encryption" diff --git a/l10n/gl/user_ldap.po b/l10n/gl/user_ldap.po index 9546bee7f1..1b749ef8a6 100644 --- a/l10n/gl/user_ldap.po +++ b/l10n/gl/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 10:50+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" @@ -44,20 +44,20 @@ msgstr "A configuración non é correcta. Vexa o rexistro de ownCloud para máis #: ajax/wizard.php:32 msgid "No action specified" -msgstr "" +msgstr "Non se especificou unha acción" #: ajax/wizard.php:38 msgid "No configuration specified" -msgstr "" +msgstr "Non se especificou unha configuración" #: ajax/wizard.php:78 msgid "No data specified" -msgstr "" +msgstr "Non se especificaron datos" #: ajax/wizard.php:86 #, php-format msgid " Could not set configuration %s" -msgstr "" +msgstr "Non foi posíbel estabelecer a configuración %s" #: js/settings.js:67 msgid "Deletion failed" @@ -93,11 +93,11 @@ msgstr "Seleccionar grupos" #: js/settings.js:663 js/settings.js:672 msgid "Select object classes" -msgstr "" +msgstr "Seleccione as clases de obxectos" #: js/settings.js:666 msgid "Select attributes" -msgstr "" +msgstr "Seleccione os atributos" #: js/settings.js:694 msgid "Connection test succeeded" @@ -119,23 +119,23 @@ msgstr "Confirmar a eliminación" #, php-format msgid "%s group found" msgid_plural "%s groups found" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Atopouse %s grupo" +msgstr[1] "Atopáronse %s grupos" #: lib/wizard.php:123 #, php-format msgid "%s user found" msgid_plural "%s users found" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Atopouse %s usuario" +msgstr[1] "Atopáronse %s usuarios" #: lib/wizard.php:752 lib/wizard.php:764 msgid "Invalid Host" -msgstr "" +msgstr "Máquina incorrecta" #: lib/wizard.php:910 msgid "Could not find the desired feature" -msgstr "" +msgstr "Non foi posíbel atopar a función desexada" #: templates/part.settingcontrols.php:4 msgid "Test Configuration" @@ -148,53 +148,53 @@ msgstr "Axuda" #: templates/part.wizard-groupfilter.php:4 #, php-format msgid "Limit the access to %s to groups meeting this criteria:" -msgstr "" +msgstr "Limitar o acceso a %s aos grupos que coincidan con estes criterios:" #: templates/part.wizard-groupfilter.php:8 #: templates/part.wizard-userfilter.php:8 msgid "only those object classes:" -msgstr "" +msgstr "só as clases de obxecto:" #: templates/part.wizard-groupfilter.php:17 #: templates/part.wizard-userfilter.php:17 msgid "only from those groups:" -msgstr "" +msgstr "só dos grupos:" #: templates/part.wizard-groupfilter.php:25 #: templates/part.wizard-userfilter.php:25 msgid "Edit raw filter instead" -msgstr "" +msgstr "Editar, no seu canto, o filtro en bruto" #: templates/part.wizard-groupfilter.php:30 #: templates/part.wizard-userfilter.php:30 msgid "Raw LDAP filter" -msgstr "" +msgstr "Filtro LDAP en bruto" #: templates/part.wizard-groupfilter.php:31 #, php-format msgid "" "The filter specifies which LDAP groups shall have access to the %s instance." -msgstr "" +msgstr "O filtro especifica que grupos LDAP teñen acceso á instancia %s." #: templates/part.wizard-groupfilter.php:38 msgid "groups found" -msgstr "" +msgstr "atopáronse grupos" #: templates/part.wizard-loginfilter.php:4 msgid "What attribute shall be used as login name:" -msgstr "" +msgstr "Atributo que utilizar como nome de usuario:" #: templates/part.wizard-loginfilter.php:8 msgid "LDAP Username:" -msgstr "" +msgstr "Nome de usuario LDAP:" #: templates/part.wizard-loginfilter.php:16 msgid "LDAP Email Address:" -msgstr "" +msgstr "Enderezo de correo LDAP:" #: templates/part.wizard-loginfilter.php:24 msgid "Other Attributes:" -msgstr "" +msgstr "Outros atributos:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -243,17 +243,17 @@ msgstr "Pode especificar a DN base para usuarios e grupos na lapela de «Avanzad #: templates/part.wizard-userfilter.php:4 #, php-format msgid "Limit the access to %s to users meeting this criteria:" -msgstr "" +msgstr "Limitar o acceso a %s aos usuarios que coincidan con estes criterios:" #: templates/part.wizard-userfilter.php:31 #, php-format msgid "" "The filter specifies which LDAP users shall have access to the %s instance." -msgstr "" +msgstr "O filtro especifica que usuarios LDAP teñen acceso á instancia %s." #: templates/part.wizard-userfilter.php:38 msgid "users found" -msgstr "" +msgstr "atopáronse usuarios" #: templates/part.wizardcontrols.php:4 msgid "Back" diff --git a/l10n/he/files.po b/l10n/he/files.po index ad3f300373..1798ff94ac 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -28,8 +28,8 @@ msgstr "לא ניתן להעביר את %s - קובץ בשם הזה כבר קי msgid "Could not move %s" msgstr "לא ניתן להעביר את %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -226,10 +226,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/he/user_ldap.po b/l10n/he/user_ldap.po index 982eee573a..32c49ac39c 100644 --- a/l10n/he/user_ldap.po +++ b/l10n/he/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/hi/files.po b/l10n/hi/files.po index 1c4bb65795..2dd53ac9a2 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/hr/files.po b/l10n/hr/files.po index e96bbd2880..816a80042e 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -228,10 +228,6 @@ msgstr[2] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/hr/user_ldap.po b/l10n/hr/user_ldap.po index b837c5e6fd..e09b0d4e86 100644 --- a/l10n/hr/user_ldap.po +++ b/l10n/hr/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po index 394abf70ac..9c7ab2e516 100644 --- a/l10n/hu_HU/core.po +++ b/l10n/hu_HU/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po index f575621311..b7fb0daf7e 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -28,9 +28,9 @@ msgstr "%s áthelyezése nem sikerült - már létezik másik fájl ezzel a név msgid "Could not move %s" msgstr "Nem sikerült %s áthelyezése" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "A fájlnév nem lehet semmi." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -226,10 +226,6 @@ msgstr[1] "%n állomány feltöltése" msgid "'.' is an invalid file name." msgstr "'.' fájlnév érvénytelen." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "A fájlnév nem lehet semmi." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/hu_HU/user_ldap.po b/l10n/hu_HU/user_ldap.po index ad85c5e01f..210fda545f 100644 --- a/l10n/hu_HU/user_ldap.po +++ b/l10n/hu_HU/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hy/files.po b/l10n/hy/files.po index 3c7eebb3a7..1028b2d58e 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ia/files.po b/l10n/ia/files.po index 58628bfe07..9375b62f47 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ia/user_ldap.po b/l10n/ia/user_ldap.po index 92fb55e46f..22c1a02abc 100644 --- a/l10n/ia/user_ldap.po +++ b/l10n/ia/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/id/files.po b/l10n/id/files.po index 5ba3c834a4..248101d468 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -27,9 +27,9 @@ msgstr "Tidak dapat memindahkan %s - Berkas dengan nama ini sudah ada" msgid "Could not move %s" msgstr "Tidak dapat memindahkan %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Nama berkas tidak boleh kosong." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -222,10 +222,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "'.' bukan nama berkas yang valid." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Nama berkas tidak boleh kosong." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/id/user_ldap.po b/l10n/id/user_ldap.po index 6564ccc1c0..3d29405600 100644 --- a/l10n/id/user_ldap.po +++ b/l10n/id/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/files.po b/l10n/is/files.po index 234465c8d1..103836021a 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -27,9 +27,9 @@ msgstr "Gat ekki fært %s - Skrá með þessu nafni er þegar til" msgid "Could not move %s" msgstr "Gat ekki fært %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Nafn skráar má ekki vera tómt" #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "'.' er ekki leyfilegt nafn." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Nafn skráar má ekki vera tómt" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/it/core.po b/l10n/it/core.po index 6c776128e6..702310d0df 100644 --- a/l10n/it/core.po +++ b/l10n/it/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/it/files.po b/l10n/it/files.po index be339d2f5f..77e3b676a4 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -29,9 +29,9 @@ msgstr "Impossibile spostare %s - un file con questo nome esiste già" msgid "Could not move %s" msgstr "Impossibile spostare %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Il nome del file non può essere vuoto." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -58,7 +58,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -227,10 +227,6 @@ msgstr[1] "Caricamento di %n file in corso" msgid "'.' is an invalid file name." msgstr "'.' non è un nome file valido." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Il nome del file non può essere vuoto." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/it/user_ldap.po b/l10n/it/user_ldap.po index 7f6503e323..d8c3fd4078 100644 --- a/l10n/it/user_ldap.po +++ b/l10n/it/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po index 1769eff94b..3aa0d5d59f 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/ja_JP/files.po b/l10n/ja_JP/files.po index e75b7262f8..6948770eb0 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -32,9 +32,9 @@ msgstr "%s を移動できませんでした ― この名前のファイルは msgid "Could not move %s" msgstr "%s を移動できませんでした" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "ファイル名を空にすることはできません。" #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -61,7 +61,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -227,10 +227,6 @@ msgstr[0] "%n 個のファイルをアップロード中" msgid "'.' is an invalid file name." msgstr "'.' は無効なファイル名です。" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "ファイル名を空にすることはできません。" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ja_JP/user_ldap.po b/l10n/ja_JP/user_ldap.po index 3c2a0beb81..21cba050b4 100644 --- a/l10n/ja_JP/user_ldap.po +++ b/l10n/ja_JP/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/ka/files.po b/l10n/ka/files.po index 022c1ec325..5a0ed26210 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -222,10 +222,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ka_GE/files.po b/l10n/ka_GE/files.po index ad7a3de46f..59e914fc9c 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -27,9 +27,9 @@ msgstr "%s –ის გადატანა ვერ მოხერხდა msgid "Could not move %s" msgstr "%s –ის გადატანა ვერ მოხერხდა" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "ფაილის სახელი არ შეიძლება იყოს ცარიელი." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -222,10 +222,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "'.' არის დაუშვებელი ფაილის სახელი." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "ფაილის სახელი არ შეიძლება იყოს ცარიელი." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ka_GE/user_ldap.po b/l10n/ka_GE/user_ldap.po index 717289d936..de016349c7 100644 --- a/l10n/ka_GE/user_ldap.po +++ b/l10n/ka_GE/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:50+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" diff --git a/l10n/km/files.po b/l10n/km/files.po index 6343e69f63..6287d31e15 100644 --- a/l10n/km/files.po +++ b/l10n/km/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -222,10 +222,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/kn/files.po b/l10n/kn/files.po index 189573c9cb..654c2efdb6 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -222,10 +222,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ko/files.po b/l10n/ko/files.po index a9901f56c6..0c7d4b9105 100644 --- a/l10n/ko/files.po +++ b/l10n/ko/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -30,9 +30,9 @@ msgstr "%s 항목을 이동시키지 못하였음 - 파일 이름이 이미 존 msgid "Could not move %s" msgstr "%s 항목을 이딩시키지 못하였음" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "파일 이름이 비어 있을 수 없습니다." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -59,7 +59,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[0] "%n 개의 파일을 업로드중" msgid "'.' is an invalid file name." msgstr "'.' 는 올바르지 않은 파일 이름 입니다." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "파일 이름이 비어 있을 수 없습니다." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ko/user_ldap.po b/l10n/ko/user_ldap.po index c1ebd4bdc0..bb94b795f2 100644 --- a/l10n/ko/user_ldap.po +++ b/l10n/ko/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:50+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" diff --git a/l10n/ku_IQ/files.po b/l10n/ku_IQ/files.po index 159da175f9..3ca913bd65 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/lb/files.po b/l10n/lb/files.po index d71bb56322..53dfb957ac 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/lb/user_ldap.po b/l10n/lb/user_ldap.po index 58af1bff1b..1785853900 100644 --- a/l10n/lb/user_ldap.po +++ b/l10n/lb/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po index 65d68d20c9..27c22e23ff 100644 --- a/l10n/lt_LT/core.po +++ b/l10n/lt_LT/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/lt_LT/files.po b/l10n/lt_LT/files.po index 2ed3b301f4..b8eda9b763 100644 --- a/l10n/lt_LT/files.po +++ b/l10n/lt_LT/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -29,9 +29,9 @@ msgstr "Nepavyko perkelti %s - failas su tokiu pavadinimu jau egzistuoja" msgid "Could not move %s" msgstr "Nepavyko perkelti %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Failo pavadinimas negali būti tuščias." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -58,7 +58,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -230,10 +230,6 @@ msgstr[2] "Įkeliama %n failų" msgid "'.' is an invalid file name." msgstr "'.' yra neleidžiamas failo pavadinime." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Failo pavadinimas negali būti tuščias." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/lt_LT/user_ldap.po b/l10n/lt_LT/user_ldap.po index 70351c09ed..53737e3f89 100644 --- a/l10n/lt_LT/user_ldap.po +++ b/l10n/lt_LT/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/lv/files.po b/l10n/lv/files.po index 54d76eb65b..6d4dac7145 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -28,9 +28,9 @@ msgstr "Nevarēja pārvietot %s — jau eksistē datne ar tādu nosaukumu" msgid "Could not move %s" msgstr "Nevarēja pārvietot %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Datnes nosaukums nevar būt tukšs." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -229,10 +229,6 @@ msgstr[2] "Augšupielāde %n failus" msgid "'.' is an invalid file name." msgstr "'.' ir nederīgs datnes nosaukums." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Datnes nosaukums nevar būt tukšs." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/lv/user_ldap.po b/l10n/lv/user_ldap.po index 8245cc39cf..760a378b5b 100644 --- a/l10n/lv/user_ldap.po +++ b/l10n/lv/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:50+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" diff --git a/l10n/mk/core.po b/l10n/mk/core.po index 7cb8cedb3c..f9c1e5e766 100644 --- a/l10n/mk/core.po +++ b/l10n/mk/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/mk/files.po b/l10n/mk/files.po index 30e9dcff37..6dbdbc7029 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/mk/user_ldap.po b/l10n/mk/user_ldap.po index cd53f89cfa..843c57da04 100644 --- a/l10n/mk/user_ldap.po +++ b/l10n/mk/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/ml_IN/files.po b/l10n/ml_IN/files.po index 7e4cd8a17a..61f7219be2 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po index 8e2511e480..e1d3d22f82 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -222,10 +222,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ms_MY/user_ldap.po b/l10n/ms_MY/user_ldap.po index 4b29947752..7e55ff3bff 100644 --- a/l10n/ms_MY/user_ldap.po +++ b/l10n/ms_MY/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/my_MM/files.po b/l10n/my_MM/files.po index 0eb08be410..7f7b6a278f 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -222,10 +222,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/nb_NO/files.po b/l10n/nb_NO/files.po index f05677ef13..82ee41a973 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -30,9 +30,9 @@ msgstr "Kan ikke flytte %s - En fil med samme navn finnes allerede" msgid "Could not move %s" msgstr "Kunne ikke flytte %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Filnavn kan ikke være tomt." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -59,7 +59,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -228,10 +228,6 @@ msgstr[1] "Laster opp %n filer" msgid "'.' is an invalid file name." msgstr "'.' er et ugyldig filnavn." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Filnavn kan ikke være tomt." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/nb_NO/user_ldap.po b/l10n/nb_NO/user_ldap.po index 6877b8c484..158b2f9624 100644 --- a/l10n/nb_NO/user_ldap.po +++ b/l10n/nb_NO/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/nds/files.po b/l10n/nds/files.po index 8bc84fb6b8..082828635e 100644 --- a/l10n/nds/files.po +++ b/l10n/nds/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ne/files.po b/l10n/ne/files.po index dfdb75e7b5..73ea62fca3 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/nl/core.po b/l10n/nl/core.po index 254e6080e3..81776e3e57 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/nl/files.po b/l10n/nl/files.po index bcf59c3b15..fb3c9e395f 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -29,9 +29,9 @@ msgstr "Kon %s niet verplaatsen - Er bestaat al een bestand met deze naam" msgid "Could not move %s" msgstr "Kon %s niet verplaatsen" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Bestandsnaam kan niet leeg zijn." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -58,7 +58,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -227,10 +227,6 @@ msgstr[1] "%n bestanden aan het uploaden" msgid "'.' is an invalid file name." msgstr "'.' is een ongeldige bestandsnaam." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Bestandsnaam kan niet leeg zijn." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/nl/user_ldap.po b/l10n/nl/user_ldap.po index 833d45fd07..6b13ddab12 100644 --- a/l10n/nl/user_ldap.po +++ b/l10n/nl/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po index 2773b0701f..569c4d4491 100644 --- a/l10n/nn_NO/core.po +++ b/l10n/nn_NO/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/nn_NO/files.po b/l10n/nn_NO/files.po index 5de21f94ea..69ba37f866 100644 --- a/l10n/nn_NO/files.po +++ b/l10n/nn_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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -30,9 +30,9 @@ msgstr "Klarte ikkje flytta %s – det finst allereie ei fil med dette namnet" msgid "Could not move %s" msgstr "Klarte ikkje flytta %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Filnamnet kan ikkje vera tomt." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -59,7 +59,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -228,10 +228,6 @@ msgstr[1] "Lastar opp %n filer" msgid "'.' is an invalid file name." msgstr "«.» er eit ugyldig filnamn." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Filnamnet kan ikkje vera tomt." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/nn_NO/user_ldap.po b/l10n/nn_NO/user_ldap.po index fe63414855..9788a4652d 100644 --- a/l10n/nn_NO/user_ldap.po +++ b/l10n/nn_NO/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:50+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" diff --git a/l10n/nqo/files.po b/l10n/nqo/files.po index 8ac12b68ed..4758c4dee5 100644 --- a/l10n/nqo/files.po +++ b/l10n/nqo/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -222,10 +222,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/oc/files.po b/l10n/oc/files.po index 511efdb01f..6277de2603 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/pa/files.po b/l10n/pa/files.po index 24b14c66e7..1a975dc398 100644 --- a/l10n/pa/files.po +++ b/l10n/pa/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/pl/core.po b/l10n/pl/core.po index 8200b01fcd..e1ffe270e6 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/pl/files.po b/l10n/pl/files.po index 74204e30b0..b6584c69fa 100644 --- a/l10n/pl/files.po +++ b/l10n/pl/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -31,9 +31,9 @@ msgstr "Nie można było przenieść %s - Plik o takiej nazwie już istnieje" msgid "Could not move %s" msgstr "Nie można było przenieść %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Nazwa pliku nie może być pusta." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -60,7 +60,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -232,10 +232,6 @@ msgstr[2] "Wysyłanie %n plików" msgid "'.' is an invalid file name." msgstr "„.” jest nieprawidłową nazwą pliku." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Nazwa pliku nie może być pusta." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/pl/user_ldap.po b/l10n/pl/user_ldap.po index 9960b7f336..c11de5ed6c 100644 --- a/l10n/pl/user_ldap.po +++ b/l10n/pl/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po index 2ad3aff4f8..bf20fee0ec 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po index 9448260ef0..a7f954a2c1 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -30,9 +30,9 @@ msgstr "Impossível mover %s - Um arquivo com este nome já existe" msgid "Could not move %s" msgstr "Impossível mover %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "O nome do arquivo não pode estar vazio." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -59,7 +59,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -228,10 +228,6 @@ msgstr[1] "Enviando %n arquivos" msgid "'.' is an invalid file name." msgstr "'.' é um nome de arquivo inválido." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "O nome do arquivo não pode estar vazio." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/pt_BR/user_ldap.po b/l10n/pt_BR/user_ldap.po index 01f2f3ae7f..978b155cd5 100644 --- a/l10n/pt_BR/user_ldap.po +++ b/l10n/pt_BR/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/pt_PT/core.po b/l10n/pt_PT/core.po index ea1333c7f7..812c1a5c0b 100644 --- a/l10n/pt_PT/core.po +++ b/l10n/pt_PT/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/pt_PT/files.po b/l10n/pt_PT/files.po index 616948f4a5..8fbbc38f62 100644 --- a/l10n/pt_PT/files.po +++ b/l10n/pt_PT/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -30,9 +30,9 @@ msgstr "Não foi possível mover o ficheiro %s - Já existe um ficheiro com esse msgid "Could not move %s" msgstr "Não foi possível move o ficheiro %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "O nome do ficheiro não pode estar vazio." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -59,7 +59,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -228,10 +228,6 @@ msgstr[1] "A carregar %n ficheiros" msgid "'.' is an invalid file name." msgstr "'.' não é um nome de ficheiro válido!" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "O nome do ficheiro não pode estar vazio." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/pt_PT/user_ldap.po b/l10n/pt_PT/user_ldap.po index f7aba08ee6..cb88bd421c 100644 --- a/l10n/pt_PT/user_ldap.po +++ b/l10n/pt_PT/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/ro/core.po b/l10n/ro/core.po index 8ed35b98ff..d25af23f12 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/ro/files.po b/l10n/ro/files.po index 23499d3d65..fb839739e8 100644 --- a/l10n/ro/files.po +++ b/l10n/ro/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -32,9 +32,9 @@ msgstr "%s nu se poate muta - Fișierul cu acest nume există deja " msgid "Could not move %s" msgstr "Nu s-a putut muta %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Numele fișierului nu poate rămâne gol." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -61,7 +61,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -233,10 +233,6 @@ msgstr[2] "Se încarcă %n fișiere." msgid "'.' is an invalid file name." msgstr "'.' este un nume invalid de fișier." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Numele fișierului nu poate rămâne gol." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ro/user_ldap.po b/l10n/ro/user_ldap.po index a11366fc31..c87986a031 100644 --- a/l10n/ro/user_ldap.po +++ b/l10n/ro/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/ru/core.po b/l10n/ru/core.po index de553a6340..61c0aa0171 100644 --- a/l10n/ru/core.po +++ b/l10n/ru/core.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/ru/files.po b/l10n/ru/files.po index 2b702f1ddb..f8e7d298b6 100644 --- a/l10n/ru/files.po +++ b/l10n/ru/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -35,9 +35,9 @@ msgstr "Невозможно переместить %s - файл с таким msgid "Could not move %s" msgstr "Невозможно переместить %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Имя файла не может быть пустым." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -64,7 +64,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -236,10 +236,6 @@ msgstr[2] "Закачка %n файлов" msgid "'.' is an invalid file name." msgstr "'.' - неправильное имя файла." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Имя файла не может быть пустым." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ru/user_ldap.po b/l10n/ru/user_ldap.po index dce999ce06..02175f42c5 100644 --- a/l10n/ru/user_ldap.po +++ b/l10n/ru/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/ru_RU/files.po b/l10n/ru_RU/files.po index 9952668b58..9d8c1f914d 100644 --- a/l10n/ru_RU/files.po +++ b/l10n/ru_RU/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -228,10 +228,6 @@ msgstr[2] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ru_RU/user_ldap.po b/l10n/ru_RU/user_ldap.po index 6710e5012d..cef4fb04a8 100644 --- a/l10n/ru_RU/user_ldap.po +++ b/l10n/ru_RU/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:50+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/files.po b/l10n/si_LK/files.po index 8deb547887..64e831e3bb 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/sk/files.po b/l10n/sk/files.po index da87b5d0e0..5662a4eda6 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -228,10 +228,6 @@ msgstr[2] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po index cba4c4e82d..436aea9908 100644 --- a/l10n/sk_SK/core.po +++ b/l10n/sk_SK/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/sk_SK/files.po b/l10n/sk_SK/files.po index d36b2128a4..9dd2155f64 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -28,9 +28,9 @@ msgstr "Nie je možné presunúť %s - súbor s týmto menom už existuje" msgid "Could not move %s" msgstr "Nie je možné presunúť %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Meno súboru nemôže byť prázdne" #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -229,10 +229,6 @@ msgstr[2] "Nahrávam %n súborov" msgid "'.' is an invalid file name." msgstr "'.' je neplatné meno súboru." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Meno súboru nemôže byť prázdne" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/sk_SK/user_ldap.po b/l10n/sk_SK/user_ldap.po index 44673fabfa..2dd574be6e 100644 --- a/l10n/sk_SK/user_ldap.po +++ b/l10n/sk_SK/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/sl/files.po b/l10n/sl/files.po index 5a7d922ab6..49d80ec20c 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -28,9 +28,9 @@ msgstr "%s ni mogoče premakniti - datoteka s tem imenom že obstaja" msgid "Could not move %s" msgstr "Ni mogoče premakniti %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Ime datoteke ne sme biti prazno polje." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -232,10 +232,6 @@ msgstr[3] "" msgid "'.' is an invalid file name." msgstr "'.' je neveljavno ime datoteke." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Ime datoteke ne sme biti prazno polje." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/sl/user_ldap.po b/l10n/sl/user_ldap.po index f3cd0c73b6..9a7d1ecf76 100644 --- a/l10n/sl/user_ldap.po +++ b/l10n/sl/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/sq/files.po b/l10n/sq/files.po index 915ee28d2a..381fd5d93e 100644 --- a/l10n/sq/files.po +++ b/l10n/sq/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -28,9 +28,9 @@ msgstr "E pa mundur zhvendosja e %s - ekziston nje skedar me te njetin emer" msgid "Could not move %s" msgstr "Nuk mund të zhvendoset %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Emri i skedarit nuk mund të jetë bosh." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -226,10 +226,6 @@ msgstr[1] "Po ngarkoj %n skedarë" msgid "'.' is an invalid file name." msgstr "'.' nuk është skedar i vlefshem." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Emri i skedarit nuk mund të jetë bosh." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/sr/files.po b/l10n/sr/files.po index 0da994eccd..424f16dcf1 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,9 +27,9 @@ msgstr "Не могу да преместим %s – датотека с ови msgid "Could not move %s" msgstr "Не могу да преместим %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Име датотеке не може бити празно." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -228,10 +228,6 @@ msgstr[2] "" msgid "'.' is an invalid file name." msgstr "Датотека „.“ је неисправног имена." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Име датотеке не може бити празно." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/sr/user_ldap.po b/l10n/sr/user_ldap.po index 167e454e77..dc234d3db2 100644 --- a/l10n/sr/user_ldap.po +++ b/l10n/sr/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/sr@latin/files.po b/l10n/sr@latin/files.po index 11338bfc7f..086907e0b7 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -228,10 +228,6 @@ msgstr[2] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/sv/core.po b/l10n/sv/core.po index 3a38156fc8..3391e8723f 100644 --- a/l10n/sv/core.po +++ b/l10n/sv/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/sv/files.po b/l10n/sv/files.po index 824e791752..dfba774e8c 100644 --- a/l10n/sv/files.po +++ b/l10n/sv/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -32,9 +32,9 @@ msgstr "Kunde inte flytta %s - Det finns redan en fil med detta namn" msgid "Could not move %s" msgstr "Kan inte flytta %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Filnamn kan inte vara tomt." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -61,7 +61,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -230,10 +230,6 @@ msgstr[1] "Laddar upp %n filer" msgid "'.' is an invalid file name." msgstr "'.' är ett ogiltigt filnamn." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Filnamn kan inte vara tomt." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/sv/user_ldap.po b/l10n/sv/user_ldap.po index d8d7a09cec..e2ac3319fa 100644 --- a/l10n/sv/user_ldap.po +++ b/l10n/sv/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/sw_KE/files.po b/l10n/sw_KE/files.po index c1d619ce2f..a18e2955b0 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ta_LK/files.po b/l10n/ta_LK/files.po index 9acf417d5e..1291be17f7 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/ta_LK/user_ldap.po b/l10n/ta_LK/user_ldap.po index 2a48dbc421..50fa8f028b 100644 --- a/l10n/ta_LK/user_ldap.po +++ b/l10n/ta_LK/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/te/files.po b/l10n/te/files.po index b133e1177a..89f83979c4 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index bb3f56b863..5c133c712b 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" +"POT-Creation-Date: 2013-10-27 07:25-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.pot b/l10n/templates/files.pot index e720843efd..a961173429 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,8 +28,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index 4ec984fe56..49e00db805 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" +"POT-Creation-Date: 2013-10-27 07:25-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 83975305ca..6f5ee29971 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" +"POT-Creation-Date: 2013-10-27 07:25-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 f2f381df26..5882d68d8a 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" +"POT-Creation-Date: 2013-10-27 07:25-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 38decd614e..40594a635b 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" +"POT-Creation-Date: 2013-10-27 07:25-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_versions.pot b/l10n/templates/files_versions.pot index 644b63a354..dc6f6531e2 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" +"POT-Creation-Date: 2013-10-27 07:25-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 99e1d6ad55..70225fbfb8 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" +"POT-Creation-Date: 2013-10-27 07:25-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/private.pot b/l10n/templates/private.pot index 7a7a16c6d1..85a06145ec 100644 --- a/l10n/templates/private.pot +++ b/l10n/templates/private.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" +"POT-Creation-Date: 2013-10-27 07:25-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 80185d1b62..f51f3d3e44 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" +"POT-Creation-Date: 2013-10-27 07:25-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_ldap.pot b/l10n/templates/user_ldap.pot index 4a2672e266..7647be964a 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" +"POT-Creation-Date: 2013-10-27 07:25-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 e342bdabe0..25cacda047 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" +"POT-Creation-Date: 2013-10-27 07:25-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/files.po b/l10n/th_TH/files.po index 25c31a0adf..5a91bc0b8f 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,9 +27,9 @@ msgstr "ไม่สามารถย้าย %s ได้ - ไฟล์ท msgid "Could not move %s" msgstr "ไม่สามารถย้าย %s ได้" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "ชื่อไฟล์ไม่สามารถเว้นว่างได้" #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -222,10 +222,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "'.' เป็นชื่อไฟล์ที่ไม่ถูกต้อง" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "ชื่อไฟล์ไม่สามารถเว้นว่างได้" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/th_TH/user_ldap.po b/l10n/th_TH/user_ldap.po index efe8355f12..48ee245d7e 100644 --- a/l10n/th_TH/user_ldap.po +++ b/l10n/th_TH/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:50+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" diff --git a/l10n/tr/core.po b/l10n/tr/core.po index 5414967371..14cf19ad21 100644 --- a/l10n/tr/core.po +++ b/l10n/tr/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 09:30+0000\n" +"Last-Translator: volkangezer \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -307,11 +307,11 @@ msgstr "{owner} trafından sizinle paylaştırıldı" #: js/share.js:203 msgid "Share with user or group …" -msgstr "" +msgstr "Kullanıcı veya grup ile paylaş.." #: js/share.js:209 msgid "Share link" -msgstr "" +msgstr "Paylaşma bağlantısı" #: js/share.js:212 msgid "Password protect" @@ -367,7 +367,7 @@ msgstr "Paylaşılmayan" #: js/share.js:378 msgid "notify by email" -msgstr "" +msgstr "e-posta ile bildir" #: js/share.js:381 msgid "can edit" @@ -750,18 +750,18 @@ msgstr "Owncloud %s versiyonuna güncelleniyor. Biraz zaman alabilir." #: templates/update.user.php:3 msgid "" "This ownCloud instance is currently being updated, which may take a while." -msgstr "" +msgstr "Bu ownCloud örneği şu anda güncelleniyor, bu biraz zaman alabilir." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." -msgstr "" +msgstr "ownCloud kullanmaya devam etmek için kısa bir süre sonra lütfen sayfayı yenileyin." #: templates/update.user.php:5 msgid "" "Contact your system administrator if this message persists or appeared " "unexpectedly." -msgstr "" +msgstr "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin." #: templates/update.user.php:6 msgid "Thank you for your patience." -msgstr "" +msgstr "Sabrınız için teşekkür ederiz." diff --git a/l10n/tr/files.po b/l10n/tr/files.po index 8fcbeffdfd..184a431c71 100644 --- a/l10n/tr/files.po +++ b/l10n/tr/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -31,45 +31,45 @@ msgstr "%s taşınamadı. Bu isimde dosya zaten var." msgid "Could not move %s" msgstr "%s taşınamadı" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Dosya adı boş olamaz." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." -msgstr "" +msgstr "Dosya adı \"/\" içermemelidir. Lütfen farklı bir isim seçin." #: ajax/newfile.php:72 ajax/newfolder.php:37 lib/app.php:67 #, php-format msgid "" "The name %s is already used in the folder %s. Please choose a different " "name." -msgstr "" +msgstr "%s ismi zaten %s klasöründe kullanılıyor. Lütfen farklı bir isim seçin." #: ajax/newfile.php:81 msgid "Not a valid source" -msgstr "" +msgstr "Geçerli bir kaynak değil" #: ajax/newfile.php:94 #, php-format msgid "Error while downloading %s to %s" -msgstr "" +msgstr "%s, %s içine indirilirken hata" #: ajax/newfile.php:127 msgid "Error when creating the file" -msgstr "" +msgstr "Dosya oluşturulurken hata" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 msgid "Folder name must not contain \"/\". Please choose a different name." -msgstr "" +msgstr "Klasör adı \"/\" içermemelidir. Lütfen farklı bir isim seçin." #: ajax/newfolder.php:56 msgid "Error when creating the folder" -msgstr "" +msgstr "Klasör oluşturulurken hata" #: ajax/upload.php:18 ajax/upload.php:50 msgid "Unable to set upload directory." @@ -157,11 +157,11 @@ msgstr "Dosya yükleme işlemi sürüyor. Şimdi sayfadan ayrılırsanız işlem #: js/file-upload.js:511 msgid "URL cannot be empty" -msgstr "" +msgstr "URL boş olamaz" #: js/file-upload.js:515 js/filelist.js:361 msgid "In the home folder 'Shared' is a reserved filename" -msgstr "" +msgstr "Ev klasöründeki 'Paylaşılan', ayrılmış bir dosya adıdır" #: js/file-upload.js:517 js/filelist.js:363 msgid "{new_name} already exists" @@ -169,11 +169,11 @@ msgstr "{new_name} zaten mevcut" #: js/file-upload.js:576 msgid "Could not create file" -msgstr "" +msgstr "Dosya oluşturulamadı" #: js/file-upload.js:592 msgid "Could not create folder" -msgstr "" +msgstr "Klasör oluşturulamadı" #: js/fileactions.js:125 msgid "Share" @@ -193,7 +193,7 @@ msgstr "Bekliyor" #: js/filelist.js:389 msgid "Could not rename file" -msgstr "" +msgstr "Dosya adlandırılamadı" #: js/filelist.js:508 msgid "replaced {new_name} with {old_name}" @@ -229,10 +229,6 @@ msgstr[1] "%n dosya yükleniyor" msgid "'.' is an invalid file name." msgstr "'.' geçersiz dosya adı." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Dosya adı boş olamaz." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " @@ -363,7 +359,7 @@ msgstr "Yüklemeyi iptal et" #: templates/index.php:40 msgid "You don’t have permission to upload or create files here" -msgstr "" +msgstr "Buraya dosya yükleme veya oluşturma izniniz yok" #: templates/index.php:45 msgid "Nothing in here. Upload something!" diff --git a/l10n/tr/settings.po b/l10n/tr/settings.po index 55e9caeb2f..756d998d4c 100644 --- a/l10n/tr/settings.po +++ b/l10n/tr/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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 09:20+0000\n" +"Last-Translator: volkangezer \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -216,7 +216,7 @@ msgstr "Geçerli bir parola mutlaka sağlanmalı" #: js/users.js:472 msgid "Warning: Home directory for user \"{user}\" already exists" -msgstr "" +msgstr "Uyarı: \"{user}\" kullanıcısı için zaten bir Ev dizini mevcut" #: personal.php:45 personal.php:46 msgid "__language_name__" @@ -548,7 +548,7 @@ msgstr "WebDAV" msgid "" "Use this address to access your Files via " "WebDAV" -msgstr "" +msgstr "Dosyalarınıza WebDAV aracılığıyla erişmek için bu adresi kullanın" #: templates/personal.php:146 msgid "Encryption" diff --git a/l10n/tr/user_ldap.po b/l10n/tr/user_ldap.po index ae301e7f6e..9aa9ae02a3 100644 --- a/l10n/tr/user_ldap.po +++ b/l10n/tr/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/ug/files.po b/l10n/ug/files.po index 2d6971ee3e..558cadb7ac 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+0000\n" "Last-Translator: I Robot \n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "%s يۆتكىيەلمەيدۇ" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -222,10 +222,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/uk/files.po b/l10n/uk/files.po index 0efd6c1a40..3190996ccd 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -28,9 +28,9 @@ msgstr "Не вдалося перемістити %s - Файл з таким msgid "Could not move %s" msgstr "Не вдалося перемістити %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr " Ім'я файлу не може бути порожнім." #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -229,10 +229,6 @@ msgstr[2] "" msgid "'.' is an invalid file name." msgstr "'.' це невірне ім'я файлу." -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr " Ім'я файлу не може бути порожнім." - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/uk/user_ldap.po b/l10n/uk/user_ldap.po index 2fbc685d7e..07fc121c3a 100644 --- a/l10n/uk/user_ldap.po +++ b/l10n/uk/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:50+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" diff --git a/l10n/ur_PK/files.po b/l10n/ur_PK/files.po index 02f5331ddd..c68c107ece 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[1] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/vi/files.po b/l10n/vi/files.po index 12256b91a1..0f77f6ad50 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -28,9 +28,9 @@ msgstr "Không thể di chuyển %s - Đã có tên tập tin này trên hệ th msgid "Could not move %s" msgstr "Không thể di chuyển %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "Tên file không được rỗng" #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -223,10 +223,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "'.' là một tên file không hợp lệ" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "Tên file không được rỗng" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/vi/user_ldap.po b/l10n/vi/user_ldap.po index a9b4fa11df..3e8f4772c3 100644 --- a/l10n/vi/user_ldap.po +++ b/l10n/vi/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:50+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" diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po index 64d7fdca66..589212089c 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -30,9 +30,9 @@ msgstr "无法移动 %s - 同名文件已存在" msgid "Could not move %s" msgstr "无法移动 %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "文件名不能为空。" #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -59,7 +59,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -225,10 +225,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "'.' 是一个无效的文件名。" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "文件名不能为空。" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/zh_CN/user_ldap.po b/l10n/zh_CN/user_ldap.po index a1e1cd49cc..d44eaec98d 100644 --- a/l10n/zh_CN/user_ldap.po +++ b/l10n/zh_CN/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/zh_HK/files.po b/l10n/zh_HK/files.po index f208492ad2..887d2bdca6 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -27,8 +27,8 @@ msgstr "" msgid "Could not move %s" msgstr "" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." msgstr "" #: ajax/newfile.php:62 @@ -56,7 +56,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -222,10 +222,6 @@ msgstr[0] "" msgid "'.' is an invalid file name." msgstr "" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po index 2ef509fe2f..36a6205468 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/l10n/zh_TW/files.po b/l10n/zh_TW/files.po index 17c5b2a7ff..8507c7f55a 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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:28+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 11:25+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" @@ -28,9 +28,9 @@ msgstr "無法移動 %s ,同名的檔案已經存在" msgid "Could not move %s" msgstr "無法移動 %s" -#: ajax/newfile.php:56 -msgid "File name cannot not be empty." -msgstr "" +#: ajax/newfile.php:56 js/files.js:27 +msgid "File name cannot be empty." +msgstr "檔名不能為空" #: ajax/newfile.php:62 msgid "File name must not contain \"/\". Please choose a different name." @@ -57,7 +57,7 @@ msgid "Error when creating the file" msgstr "" #: ajax/newfolder.php:21 -msgid "Folder name cannot not be empty." +msgid "Folder name cannot be empty." msgstr "" #: ajax/newfolder.php:27 @@ -223,10 +223,6 @@ msgstr[0] "%n 個檔案正在上傳" msgid "'.' is an invalid file name." msgstr "'.' 是不合法的檔名" -#: js/files.js:27 -msgid "File name cannot be empty." -msgstr "檔名不能為空" - #: js/files.js:34 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " diff --git a/l10n/zh_TW/user_ldap.po b/l10n/zh_TW/user_ldap.po index 031183661b..1999574c3b 100644 --- a/l10n/zh_TW/user_ldap.po +++ b/l10n/zh_TW/user_ldap.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-10-27 02:28-0400\n" -"PO-Revision-Date: 2013-10-27 06:30+0000\n" +"POT-Creation-Date: 2013-10-27 07:25-0400\n" +"PO-Revision-Date: 2013-10-27 06:40+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" diff --git a/lib/l10n/el.php b/lib/l10n/el.php index 7f74dafca7..aed5e052a8 100644 --- a/lib/l10n/el.php +++ b/lib/l10n/el.php @@ -6,6 +6,8 @@ $TRANSLATIONS = array( "Users" => "Χρήστες", "Admin" => "Διαχειριστής", "Failed to upgrade \"%s\"." => "Αποτυχία αναβάθμισης του \"%s\".", +"Unknown filetype" => "Άγνωστος τύπος αρχείου", +"Invalid image" => "Μη έγκυρη εικόνα", "web services under your control" => "υπηρεσίες δικτύου υπό τον έλεγχό σας", "cannot open \"%s\"" => "αδυναμία ανοίγματος \"%s\"", "ZIP download is turned off." => "Η λήψη ZIP απενεργοποιήθηκε.", diff --git a/settings/l10n/de.php b/settings/l10n/de.php index 4b457c414f..34958f1313 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -46,6 +46,7 @@ $TRANSLATIONS = array( "A valid username must be provided" => "Es muss ein gültiger Benutzername angegeben werden", "Error creating user" => "Beim Anlegen des Benutzers ist ein Fehler aufgetreten", "A valid password must be provided" => "Es muss ein gültiges Passwort angegeben werden", +"Warning: Home directory for user \"{user}\" already exists" => "Warnung: Das Benutzerverzeichnis für den Benutzer \"{user}\" existiert bereits", "__language_name__" => "Deutsch (Persönlich)", "Security Warning" => "Sicherheitswarnung", "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." => "Dein Datenverzeichnis und deine Dateien sind möglicher Weise aus dem Internet erreichbar. Die .htaccess-Datei funktioniert nicht. Wir raten dir dringend, dass du deinen Webserver dahingehend konfigurierst, dass dein Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder du verschiebst das Datenverzeichnis außerhalb des Wurzelverzeichnisses des Webservers.", @@ -119,6 +120,7 @@ $TRANSLATIONS = array( "Language" => "Sprache", "Help translate" => "Hilf bei der Übersetzung", "WebDAV" => "WebDAV", +"Use this address to access your Files via WebDAV" => "Verwenden Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen", "Encryption" => "Verschlüsselung", "The encryption app is no longer enabled, decrypt all your file" => "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt.", "Log-in password" => "Login-Passwort", diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php index d13e942f78..cc6e6b1a1a 100644 --- a/settings/l10n/de_DE.php +++ b/settings/l10n/de_DE.php @@ -46,6 +46,7 @@ $TRANSLATIONS = array( "A valid username must be provided" => "Es muss ein gültiger Benutzername angegeben werden", "Error creating user" => "Beim Erstellen des Benutzers ist ein Fehler aufgetreten", "A valid password must be provided" => "Es muss ein gültiges Passwort angegeben werden", +"Warning: Home directory for user \"{user}\" already exists" => "Warnung: Das Benutzerverzeichnis für den Benutzer \"{user}\" existiert bereits", "__language_name__" => "Deutsch (Förmlich: Sie)", "Security Warning" => "Sicherheitshinweis", "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." => "Ihr Datenverzeichnis und Ihre Dateien sind möglicherweise aus dem Internet erreichbar. Die .htaccess-Datei funktioniert nicht. Wir raten Ihnen dringend, dass Sie Ihren Webserver dahingehend konfigurieren, dass Ihr Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder Sie verschieben das Datenverzeichnis außerhalb des Wurzelverzeichnisses des Webservers.", @@ -119,6 +120,7 @@ $TRANSLATIONS = array( "Language" => "Sprache", "Help translate" => "Helfen Sie bei der Übersetzung", "WebDAV" => "WebDAV", +"Use this address to access your Files via WebDAV" => "Verwenden Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen", "Encryption" => "Verschlüsselung", "The encryption app is no longer enabled, decrypt all your file" => "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt. ", "Log-in password" => "Login-Passwort", diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php index a937a9d2ab..9d56571eac 100644 --- a/settings/l10n/gl.php +++ b/settings/l10n/gl.php @@ -46,6 +46,7 @@ $TRANSLATIONS = array( "A valid username must be provided" => "Debe fornecer un nome de usuario", "Error creating user" => "Produciuse un erro ao crear o usuario", "A valid password must be provided" => "Debe fornecer un contrasinal", +"Warning: Home directory for user \"{user}\" already exists" => "Aviso: O directorio persoal para o usuario «{user}» xa existe", "__language_name__" => "Galego", "Security Warning" => "Aviso de seguranza", "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." => "O seu cartafol de datos e os seus ficheiros probabelmente sexan accesíbeis a través de internet. O ficheiro .htaccess non está a traballar. Suxerímoslle que configure o seu servidor web de tal maneira que o cartafol de datos non estea accesíbel ou que mova o o directorio de datos fóra da raíz de documentos do servidor web.", @@ -119,6 +120,7 @@ $TRANSLATIONS = array( "Language" => "Idioma", "Help translate" => "Axude na tradución", "WebDAV" => "WebDAV", +"Use this address to access your Files via WebDAV" => "Empregue esta ligazón para acceder aos sus ficheiros mediante WebDAV", "Encryption" => "Cifrado", "The encryption app is no longer enabled, decrypt all your file" => "o aplicativo de cifrado non está activado, descifrar todos os ficheiros", "Log-in password" => "Contrasinal de acceso", diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index d6d03c24de..6339f1bd05 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -46,6 +46,7 @@ $TRANSLATIONS = array( "A valid username must be provided" => "Geçerli bir kullanıcı adı mutlaka sağlanmalı", "Error creating user" => "Kullanıcı oluşturulurken hata", "A valid password must be provided" => "Geçerli bir parola mutlaka sağlanmalı", +"Warning: Home directory for user \"{user}\" already exists" => "Uyarı: \"{user}\" kullanıcısı için zaten bir Ev dizini mevcut", "__language_name__" => "Türkçe", "Security Warning" => "Güvenlik Uyarisi", "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." => "data dizininiz ve dosyalarınız büyük ihtimalle internet üzerinden erişilebilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak data dizinine erişimi kapatmanızı veya data dizinini web sunucu döküman dizini dışına almanızı şiddetle tavsiye ederiz.", @@ -119,6 +120,7 @@ $TRANSLATIONS = array( "Language" => "Dil", "Help translate" => "Çevirilere yardım edin", "WebDAV" => "WebDAV", +"Use this address to access your Files via WebDAV" => "Dosyalarınıza WebDAV aracılığıyla erişmek için bu adresi kullanın", "Encryption" => "Şifreleme", "The encryption app is no longer enabled, decrypt all your file" => "Şifreleme uygulaması artık etkin değil, tüm dosyalarınızın şifresini çözün", "Log-in password" => "Oturum açma parolası",