diff options
Diffstat (limited to 'apps')
70 files changed, 126 insertions, 4 deletions
diff --git a/apps/files/l10n/ar.php b/apps/files/l10n/ar.php index 59f32f70fe3..d601c9f8993 100644 --- a/apps/files/l10n/ar.php +++ b/apps/files/l10n/ar.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "خطأ غير معروف. ", "Could not move %s - File with this name already exists" => "فشل في نقل الملف %s - يوجد ملف بنفس هذا الاسم", "Could not move %s" => "فشل في نقل %s", "File name cannot be empty." => "اسم الملف لا يجوز أن يكون فارغا", diff --git a/apps/files/l10n/ast.php b/apps/files/l10n/ast.php index 706ed56f239..d1b66f84dab 100644 --- a/apps/files/l10n/ast.php +++ b/apps/files/l10n/ast.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Fallu desconocíu", "Could not move %s - File with this name already exists" => "Nun pudo movese %s - Yá existe un ficheru con esi nome.", "Could not move %s" => "Nun pudo movese %s", "File name cannot be empty." => "El nome de ficheru nun pue quedar baleru.", diff --git a/apps/files/l10n/ca.php b/apps/files/l10n/ca.php index 1394692a447..da9c19f3c45 100644 --- a/apps/files/l10n/ca.php +++ b/apps/files/l10n/ca.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Error desconegut", "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.", diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index 5c960c56915..3d78f57fc6e 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Úložiště není dostupné", +"Storage invalid" => "Neplatné úložiště", +"Unknown error" => "Neznámá chyba", "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.", diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php index 1005b92d4bc..deb5d10531c 100644 --- a/apps/files/l10n/da.php +++ b/apps/files/l10n/da.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Ukendt fejl", "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.", diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php index 0f4aa4437cc..9b89c6098af 100644 --- a/apps/files/l10n/de.php +++ b/apps/files/l10n/de.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Speicher nicht verfügbar", +"Storage invalid" => "Speicher ungültig", +"Unknown error" => "Unbekannter Fehler", "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.", diff --git a/apps/files/l10n/de_CH.php b/apps/files/l10n/de_CH.php index c18136a760f..6d5f67f4b49 100644 --- a/apps/files/l10n/de_CH.php +++ b/apps/files/l10n/de_CH.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Unbekannter Fehler", "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.", diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php index 9c973d48133..bc8b88c60a7 100644 --- a/apps/files/l10n/de_DE.php +++ b/apps/files/l10n/de_DE.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Speicher nicht verfügbar", +"Storage invalid" => "Speicher ungültig", +"Unknown error" => "Unbekannter Fehler", "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.", diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php index 4e759945517..a3b40185261 100644 --- a/apps/files/l10n/el.php +++ b/apps/files/l10n/el.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Άγνωστο σφάλμα", "Could not move %s - File with this name already exists" => "Αδυναμία μετακίνησης του %s - υπάρχει ήδη αρχείο με αυτό το όνομα", "Could not move %s" => "Αδυναμία μετακίνησης του %s", "File name cannot be empty." => "Το όνομα αρχείου δεν μπορεί να είναι κενό.", diff --git a/apps/files/l10n/en_GB.php b/apps/files/l10n/en_GB.php index 2c13cc7e543..bdb9b0c445f 100644 --- a/apps/files/l10n/en_GB.php +++ b/apps/files/l10n/en_GB.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Storage not available", +"Storage invalid" => "Storage invalid", +"Unknown error" => "Unknown error", "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.", diff --git a/apps/files/l10n/eo.php b/apps/files/l10n/eo.php index f0333c931dc..f6394c0b055 100644 --- a/apps/files/l10n/eo.php +++ b/apps/files/l10n/eo.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Nekonata eraro", "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.", diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php index 5c3c4999c36..302177af110 100644 --- a/apps/files/l10n/es.php +++ b/apps/files/l10n/es.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Almacenamiento no disponible", +"Storage invalid" => "Almacenamiento inválido", +"Unknown error" => "Error desconocido", "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.", diff --git a/apps/files/l10n/es_AR.php b/apps/files/l10n/es_AR.php index 47a017d8b59..cb6ec950b93 100644 --- a/apps/files/l10n/es_AR.php +++ b/apps/files/l10n/es_AR.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Error desconocido", "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.", diff --git a/apps/files/l10n/es_CL.php b/apps/files/l10n/es_CL.php index fa856ad5292..c92170830cc 100644 --- a/apps/files/l10n/es_CL.php +++ b/apps/files/l10n/es_CL.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Error desconocido", "Files" => "Archivos", "Share" => "Compartir", "Rename" => "Renombrar", diff --git a/apps/files/l10n/es_MX.php b/apps/files/l10n/es_MX.php index da4cb97ca68..79ce99aedd9 100644 --- a/apps/files/l10n/es_MX.php +++ b/apps/files/l10n/es_MX.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Error desconocido", "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.", diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php index 16c299ddb89..07e72aef6bc 100644 --- a/apps/files/l10n/et_EE.php +++ b/apps/files/l10n/et_EE.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Andmehoidla pole saadaval", +"Storage invalid" => "Vigane andmehoidla", +"Unknown error" => "Tundmatu viga", "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.", diff --git a/apps/files/l10n/eu.php b/apps/files/l10n/eu.php index d93da7e5794..161a44a90c2 100644 --- a/apps/files/l10n/eu.php +++ b/apps/files/l10n/eu.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Biltegia ez dago eskuragarri", +"Storage invalid" => "Biltegi bliogabea", +"Unknown error" => "Errore ezezaguna", "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.", diff --git a/apps/files/l10n/fa.php b/apps/files/l10n/fa.php index d746c9f399e..ba2f228230b 100644 --- a/apps/files/l10n/fa.php +++ b/apps/files/l10n/fa.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "خطای نامشخص", "Could not move %s - File with this name already exists" => "%s نمی توان جابجا کرد - در حال حاضر پرونده با این نام وجود دارد. ", "Could not move %s" => "%s نمی تواند حرکت کند ", "File name cannot be empty." => "نام پرونده نمی تواند خالی باشد.", diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php index 5ae86902969..8d31ff42a81 100644 --- a/apps/files/l10n/fi_FI.php +++ b/apps/files/l10n/fi_FI.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Tallennustila ei ole käytettävissä", +"Storage invalid" => "Virheellinen tallennustila", +"Unknown error" => "Tuntematon virhe", "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ä.", diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php index 467ba01872c..bc124c12d92 100644 --- a/apps/files/l10n/fr.php +++ b/apps/files/l10n/fr.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Erreur Inconnue ", "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.", diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php index 4ede7a94278..9e4012c35e3 100644 --- a/apps/files/l10n/gl.php +++ b/apps/files/l10n/gl.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Produciuse un erro descoñecido", "Could not move %s - File with this name already exists" => "Non foi posíbel mover %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", diff --git a/apps/files/l10n/he.php b/apps/files/l10n/he.php index be625d46489..35b05603515 100644 --- a/apps/files/l10n/he.php +++ b/apps/files/l10n/he.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "שגיאה בלתי ידועה", "Could not move %s - File with this name already exists" => "לא ניתן להעביר את %s - קובץ בשם הזה כבר קיים", "Could not move %s" => "לא ניתן להעביר את %s", "File name cannot be empty." => "שם קובץ אינו יכול להיות ריק", diff --git a/apps/files/l10n/hu_HU.php b/apps/files/l10n/hu_HU.php index 8099eb6edc4..ce4cac89b1a 100644 --- a/apps/files/l10n/hu_HU.php +++ b/apps/files/l10n/hu_HU.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Ismeretlen hiba", "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.", diff --git a/apps/files/l10n/ia.php b/apps/files/l10n/ia.php index 5a9cdfac407..04055e9046a 100644 --- a/apps/files/l10n/ia.php +++ b/apps/files/l10n/ia.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Error Incognite", "The uploaded file was only partially uploaded" => "Le file incargate solmente esseva incargate partialmente", "No file was uploaded" => "Nulle file esseva incargate.", "Missing a temporary folder" => "Manca un dossier temporari", diff --git a/apps/files/l10n/id.php b/apps/files/l10n/id.php index 3b2fa56e67c..29a02f5fc5e 100644 --- a/apps/files/l10n/id.php +++ b/apps/files/l10n/id.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Galat tidak diketahui", "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.", diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php index 8070f488806..ffb620579e6 100644 --- a/apps/files/l10n/it.php +++ b/apps/files/l10n/it.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Archiviazione non disponibile", +"Storage invalid" => "Archiviazione non valida", +"Unknown error" => "Errore sconosciuto", "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.", diff --git a/apps/files/l10n/ja.php b/apps/files/l10n/ja.php index 0381d000027..6d605c11c9e 100644 --- a/apps/files/l10n/ja.php +++ b/apps/files/l10n/ja.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "不明なエラー", "Could not move %s - File with this name already exists" => "%s を移動できませんでした ― この名前のファイルはすでに存在します", "Could not move %s" => "%s を移動できませんでした", "File name cannot be empty." => "ファイル名を空にすることはできません。", diff --git a/apps/files/l10n/ka_GE.php b/apps/files/l10n/ka_GE.php index 1b566455436..6de58f1ad70 100644 --- a/apps/files/l10n/ka_GE.php +++ b/apps/files/l10n/ka_GE.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "უცნობი შეცდომა", "Could not move %s - File with this name already exists" => "%s –ის გადატანა ვერ მოხერხდა – ფაილი ამ სახელით უკვე არსებობს", "Could not move %s" => "%s –ის გადატანა ვერ მოხერხდა", "File name cannot be empty." => "ფაილის სახელი არ შეიძლება იყოს ცარიელი.", diff --git a/apps/files/l10n/km.php b/apps/files/l10n/km.php index 6912cac31fc..5c00c5e6d82 100644 --- a/apps/files/l10n/km.php +++ b/apps/files/l10n/km.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "មិនស្គាល់កំហុស", "Could not move %s - File with this name already exists" => "មិនអាចផ្លាស់ទី %s - មានឈ្មោះឯកសារដូចនេះហើយ", "Could not move %s" => "មិនអាចផ្លាស់ទី %s", "File name cannot be empty." => "ឈ្មោះឯកសារមិនអាចនៅទទេបានឡើយ។", diff --git a/apps/files/l10n/ko.php b/apps/files/l10n/ko.php index 22b1c692009..2edf570c3fc 100644 --- a/apps/files/l10n/ko.php +++ b/apps/files/l10n/ko.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "알 수 없는 오류", "Could not move %s - File with this name already exists" => "항목 %s을(를) 이동시킬 수 없음 - 같은 이름의 파일이 이미 존재함", "Could not move %s" => "항목 %s을(를) 이동시킬 수 없음", "File name cannot be empty." => "파일 이름이 비어 있을 수 없습니다.", diff --git a/apps/files/l10n/lb.php b/apps/files/l10n/lb.php index 46d5cdaea39..9ad6717273c 100644 --- a/apps/files/l10n/lb.php +++ b/apps/files/l10n/lb.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Et ass en onbekannte Fehler opgetrueden", "There is no error, the file uploaded with success" => "Keen Feeler, Datei ass komplett ropgelueden ginn", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Déi ropgelueden Datei ass méi grouss wei d'MAX_FILE_SIZE Eegenschaft déi an der HTML form uginn ass", "The uploaded file was only partially uploaded" => "Déi ropgelueden Datei ass nëmmen hallef ropgelueden ginn", diff --git a/apps/files/l10n/lt_LT.php b/apps/files/l10n/lt_LT.php index 26f4f01f000..616a20f1e7a 100644 --- a/apps/files/l10n/lt_LT.php +++ b/apps/files/l10n/lt_LT.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Neatpažinta klaida", "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.", diff --git a/apps/files/l10n/lv.php b/apps/files/l10n/lv.php index 84d34bb7121..b8f0764ea4c 100644 --- a/apps/files/l10n/lv.php +++ b/apps/files/l10n/lv.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Nezināma kļūda", "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.", diff --git a/apps/files/l10n/mk.php b/apps/files/l10n/mk.php index b1213ddadf8..a683af1a6c4 100644 --- a/apps/files/l10n/mk.php +++ b/apps/files/l10n/mk.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Непозната грешка", "Could not move %s - File with this name already exists" => "Не можам да го преместам %s - Датотека со такво име веќе постои", "Could not move %s" => "Не можам да ги префрлам %s", "File name cannot be empty." => "Името на датотеката не може да биде празно.", diff --git a/apps/files/l10n/nb_NO.php b/apps/files/l10n/nb_NO.php index 2efc87ce9ad..cb9be29ccc3 100644 --- a/apps/files/l10n/nb_NO.php +++ b/apps/files/l10n/nb_NO.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Lagringsplass ikke tilgjengelig", +"Storage invalid" => "Lagringsplass ugyldig", +"Unknown error" => "Ukjent feil", "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.", diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php index 59c1e8a3e6e..7a270c5f805 100644 --- a/apps/files/l10n/nl.php +++ b/apps/files/l10n/nl.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Opslag niet beschikbaar", +"Storage invalid" => "Opslag ongeldig", +"Unknown error" => "Onbekende fout", "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.", diff --git a/apps/files/l10n/pa.php b/apps/files/l10n/pa.php index a97bc783685..55af52a4547 100644 --- a/apps/files/l10n/pa.php +++ b/apps/files/l10n/pa.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "ਅਣਜਾਣ ਗਲਤੀ", "Files" => "ਫਾਇਲਾਂ", "Share" => "ਸਾਂਝਾ ਕਰੋ", "Delete" => "ਹਟਾਓ", diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php index ecc63f82c8d..3ee00819eb3 100644 --- a/apps/files/l10n/pl.php +++ b/apps/files/l10n/pl.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Pamięć nie dostępna", +"Storage invalid" => "Pamięć nieprawidłowa", +"Unknown error" => "Nieznany błąd", "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.", diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php index 943f278fb18..b7a7fb9d909 100644 --- a/apps/files/l10n/pt_BR.php +++ b/apps/files/l10n/pt_BR.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Armazanamento não disponível", +"Storage invalid" => "Armazenamento invávilido", +"Unknown error" => "Erro desconhecido", "Could not move %s - File with this name already exists" => "Impossível mover %s - Já existe um arquivo com esse nome", "Could not move %s" => "Impossível mover %s", "File name cannot be empty." => "O nome do arquivo não pode estar vazio.", diff --git a/apps/files/l10n/pt_PT.php b/apps/files/l10n/pt_PT.php index a7062400948..1f37659d5a6 100644 --- a/apps/files/l10n/pt_PT.php +++ b/apps/files/l10n/pt_PT.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Erro Desconhecido", "Could not move %s - File with this name already exists" => "Não foi possível mover %s - Já existe um ficheiro com este nome", "Could not move %s" => "Não foi possível mover %s", "File name cannot be empty." => "O nome do ficheiro não pode estar em branco.", diff --git a/apps/files/l10n/ro.php b/apps/files/l10n/ro.php index 44a1d4e5185..ff3e99bf5be 100644 --- a/apps/files/l10n/ro.php +++ b/apps/files/l10n/ro.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Eroare necunoscută", "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 se poate muta %s", "File name cannot be empty." => "Numele fișierului nu poate rămâne gol.", diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php index 4e1d5547229..83828a14371 100644 --- a/apps/files/l10n/ru.php +++ b/apps/files/l10n/ru.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Неизвестная ошибка", "Could not move %s - File with this name already exists" => "Невозможно переместить %s - файл с таким именем уже существует", "Could not move %s" => "Невозможно переместить %s", "File name cannot be empty." => "Имя файла не может быть пустым.", diff --git a/apps/files/l10n/sk_SK.php b/apps/files/l10n/sk_SK.php index f5c71b6cfce..9d4097d3978 100644 --- a/apps/files/l10n/sk_SK.php +++ b/apps/files/l10n/sk_SK.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Neznáma chyba", "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", diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php index 3a85707abf1..80b4251cd92 100644 --- a/apps/files/l10n/sl.php +++ b/apps/files/l10n/sl.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Na voljo ni dovolj prostora", +"Storage invalid" => "Določen prostor ni veljaven", +"Unknown error" => "Neznana napaka", "Could not move %s - File with this name already exists" => "Datoteke %s ni mogoče premakniti - datoteka s tem imenom že obstaja.", "Could not move %s" => "Datoteke %s ni mogoče premakniti", "File name cannot be empty." => "Ime datoteke ne sme biti prazno polje.", diff --git a/apps/files/l10n/sq.php b/apps/files/l10n/sq.php index 302c7a8ef82..5c3157cd636 100644 --- a/apps/files/l10n/sq.php +++ b/apps/files/l10n/sq.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Gabim panjohur", "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.", diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php index 7d323664d3a..db3889a7986 100644 --- a/apps/files/l10n/sv.php +++ b/apps/files/l10n/sv.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Okänt fel", "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.", diff --git a/apps/files/l10n/th_TH.php b/apps/files/l10n/th_TH.php index e806a0bb7c8..5e1ffb2c283 100644 --- a/apps/files/l10n/th_TH.php +++ b/apps/files/l10n/th_TH.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "ข้อผิดพลาดที่ไม่ทราบสาเหตุ", "Could not move %s - File with this name already exists" => "ไม่สามารถย้าย %s ได้ - ไฟล์ที่ใช้ชื่อนี้มีอยู่แล้ว", "Could not move %s" => "ไม่สามารถย้าย %s ได้", "File name cannot be empty." => "ชื่อไฟล์ไม่สามารถเว้นว่างได้", diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php index 9e74cfc58ef..38edb2de6f4 100644 --- a/apps/files/l10n/tr.php +++ b/apps/files/l10n/tr.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Depolama mevcut değil", +"Storage invalid" => "Depolama geçersiz", +"Unknown error" => "Bilinmeyen hata", "Could not move %s - File with this name already exists" => "%s taşınamadı. Bu isimde dosya zaten mevcut", "Could not move %s" => "%s taşınamadı", "File name cannot be empty." => "Dosya adı boş olamaz.", diff --git a/apps/files/l10n/ug.php b/apps/files/l10n/ug.php index 7f0baec9fd9..53162962c8d 100644 --- a/apps/files/l10n/ug.php +++ b/apps/files/l10n/ug.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "يوچۇن خاتالىق", "Could not move %s" => "%s يۆتكىيەلمەيدۇ", "No file was uploaded. Unknown error" => "ھېچقانداق ھۆججەت يۈكلەنمىدى. يوچۇن خاتالىق", "No file was uploaded" => "ھېچقانداق ھۆججەت يۈكلەنمىدى", diff --git a/apps/files/l10n/uk.php b/apps/files/l10n/uk.php index 268bcfb5dbb..cfa8c917126 100644 --- a/apps/files/l10n/uk.php +++ b/apps/files/l10n/uk.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Невідома помилка", "Could not move %s - File with this name already exists" => "Не вдалося перемістити %s - Файл з таким ім'ям вже існує", "Could not move %s" => "Не вдалося перемістити %s", "File name cannot be empty." => " Ім'я файлу не може бути порожнім.", diff --git a/apps/files/l10n/ur_PK.php b/apps/files/l10n/ur_PK.php index 5e088038cf2..6fcf87be6eb 100644 --- a/apps/files/l10n/ur_PK.php +++ b/apps/files/l10n/ur_PK.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "غیر معروف خرابی", "Share" => "تقسیم", "Delete" => "حذف کریں", "Error" => "ایرر", diff --git a/apps/files/l10n/vi.php b/apps/files/l10n/vi.php index 72ed60e92c0..83f577cca13 100644 --- a/apps/files/l10n/vi.php +++ b/apps/files/l10n/vi.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "Lỗi chưa biết", "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", diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php index 030b11c2312..fd5cf0cff67 100644 --- a/apps/files/l10n/zh_CN.php +++ b/apps/files/l10n/zh_CN.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "存储空间不可用", +"Storage invalid" => "存储空间无效", +"Unknown error" => "未知错误", "Could not move %s - File with this name already exists" => "无法移动 %s - 同名文件已存在", "Could not move %s" => "无法移动 %s", "File name cannot be empty." => "文件名不能为空。", diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php index 5e41198c417..092bfe52c04 100644 --- a/apps/files/l10n/zh_TW.php +++ b/apps/files/l10n/zh_TW.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Unknown error" => "未知的錯誤", "Could not move %s - File with this name already exists" => "無法移動 %s ,同名的檔案已經存在", "Could not move %s" => "無法移動 %s", "File name cannot be empty." => "檔名不能為空", diff --git a/apps/files_external/l10n/et_EE.php b/apps/files_external/l10n/et_EE.php index c55db2ce4cc..9419cb29dc8 100644 --- a/apps/files_external/l10n/et_EE.php +++ b/apps/files_external/l10n/et_EE.php @@ -1,6 +1,10 @@ <?php $TRANSLATIONS = array( +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Tellimustõendi hankimine ebaõnnestus. Veendu, et Su Dropboxi rakendi võti (key) ja saladus (secret) on korrektsed.", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Ligipääsutõendi hankimine ebaõnnestus. Veendu, et Su Dropboxi rakendi võti (key) ja saladus (secret) on korrektsed.", "Please provide a valid Dropbox app key and secret." => "Palun sisesta korrektne Dropboxi rakenduse võti ja salasõna.", +"Step 1 failed. Exception: %s" => "Samm 1 ebaõnnestus. Erind: %s", +"Step 2 failed. Exception: %s" => "Samm 2 ebaõnnestus. Erind: %s", "External storage" => "Väline andmehoidla", "Local" => "Kohalik", "Location" => "Asukoht", diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php index d5f08b6beff..8da950a67be 100644 --- a/apps/files_sharing/l10n/de.php +++ b/apps/files_sharing/l10n/de.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "Der Link ist abgelaufen", "sharing is disabled" => "Teilen ist deaktiviert", "For more info, please ask the person who sent this link." => "Für mehr Informationen, frage bitte die Person, die Dir diesen Link geschickt hat.", +"Add to your ownCloud" => "Zu Deiner ownCloud hinzufügen", "Save" => "Speichern", "Download" => "Herunterladen", "Download %s" => "Download %s", diff --git a/apps/files_sharing/l10n/de_DE.php b/apps/files_sharing/l10n/de_DE.php index 8662add981c..f4134fdf181 100644 --- a/apps/files_sharing/l10n/de_DE.php +++ b/apps/files_sharing/l10n/de_DE.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "Der Link ist abgelaufen", "sharing is disabled" => "Teilen ist deaktiviert", "For more info, please ask the person who sent this link." => "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen Link geschickt hat.", +"Add to your ownCloud" => "Zu Ihrer ownCloud hinzufügen", "Save" => "Speichern", "Download" => "Herunterladen", "Download %s" => "Download %s", diff --git a/apps/files_sharing/l10n/en_GB.php b/apps/files_sharing/l10n/en_GB.php index ac3cf33348f..7b096c89eea 100644 --- a/apps/files_sharing/l10n/en_GB.php +++ b/apps/files_sharing/l10n/en_GB.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "the link expired", "sharing is disabled" => "sharing is disabled", "For more info, please ask the person who sent this link." => "For more info, please ask the person who sent this link.", +"Add to your ownCloud" => "Add to your ownCloud", "Save" => "Save", "Download" => "Download", "Download %s" => "Download %s", diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php index 6710bd44857..8d33d37dab1 100644 --- a/apps/files_sharing/l10n/es.php +++ b/apps/files_sharing/l10n/es.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "el enlace expiró", "sharing is disabled" => "compartir está desactivado", "For more info, please ask the person who sent this link." => "Para mayor información, contacte a la persona que le envió el enlace.", +"Add to your ownCloud" => "Agregue su propio ownCloud", "Save" => "Guardar", "Download" => "Descargar", "Download %s" => "Descargar %s", diff --git a/apps/files_sharing/l10n/et_EE.php b/apps/files_sharing/l10n/et_EE.php index 640e5a653eb..0f07bbffa3f 100644 --- a/apps/files_sharing/l10n/et_EE.php +++ b/apps/files_sharing/l10n/et_EE.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You haven't shared any files yet." => "Sa pole jaganud veel ühtegi faili.", "You haven't shared any files by link yet." => "Sa pole lingiga jaganud veel ühtegi faili.", "Add {name} from {owner}@{remote}" => "Lisa {name} kohast {owner}@{remote}", +"Add Share" => "Lisa jagamine", "Password" => "Parool", "No ownCloud installation found at {remote}" => "Ei leitud ownCloud paigaldust asukohas {remote}", "Invalid ownCloud url" => "Vigane ownCloud url", @@ -24,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "link on aegunud", "sharing is disabled" => "jagamine on peatatud", "For more info, please ask the person who sent this link." => "Täpsema info saamiseks palun pöördu lingi saatnud isiku poole.", +"Add to your ownCloud" => "Lisa oma ownCloudi", "Save" => "Salvesta", "Download" => "Lae alla", "Download %s" => "Laadi alla %s", diff --git a/apps/files_sharing/l10n/eu.php b/apps/files_sharing/l10n/eu.php index bfbc48dd61b..e97f1599670 100644 --- a/apps/files_sharing/l10n/eu.php +++ b/apps/files_sharing/l10n/eu.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "lotura iraungi da", "sharing is disabled" => "elkarbanatzea ez dago gaituta", "For more info, please ask the person who sent this link." => "Informazio gehiagorako, mesedez eskatu lotura hau bidali zuen pertsonari", +"Add to your ownCloud" => "Gehitu zure ownCloud-era", "Save" => "Gorde", "Download" => "Deskargatu", "Download %s" => "Deskargatu %s", diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php index 422b37d9c40..3412db44496 100644 --- a/apps/files_sharing/l10n/fi_FI.php +++ b/apps/files_sharing/l10n/fi_FI.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "linkki vanheni", "sharing is disabled" => "jakaminen on poistettu käytöstä", "For more info, please ask the person who sent this link." => "Kysy lisätietoja henkilöltä, jolta sait linkin.", +"Add to your ownCloud" => "Lisää ownCloudiisi", "Save" => "Tallenna", "Download" => "Lataa", "Download %s" => "Lataa %s", diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php index a27235e5905..1a46f66550e 100644 --- a/apps/files_sharing/l10n/fr.php +++ b/apps/files_sharing/l10n/fr.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "le lien a expiré", "sharing is disabled" => "le partage est désactivé", "For more info, please ask the person who sent this link." => "Pour plus d'informations, veuillez contacter la personne qui a envoyé ce lien.", +"Add to your ownCloud" => "Ajouter à votre ownCloud", "Save" => "Sauvegarder", "Download" => "Télécharger", "Download %s" => "Télécharger %s", diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php index 14f6bae6d9d..b3b0ba2796d 100644 --- a/apps/files_sharing/l10n/it.php +++ b/apps/files_sharing/l10n/it.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "il collegamento è scaduto", "sharing is disabled" => "la condivisione è disabilitata", "For more info, please ask the person who sent this link." => "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.", +"Add to your ownCloud" => "Aggiungi al tuo ownCloud", "Save" => "Salva", "Download" => "Scarica", "Download %s" => "Scarica %s", diff --git a/apps/files_sharing/l10n/nb_NO.php b/apps/files_sharing/l10n/nb_NO.php index 1fb0ae9e962..1d80f2ba17c 100644 --- a/apps/files_sharing/l10n/nb_NO.php +++ b/apps/files_sharing/l10n/nb_NO.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "lenken er utløpt", "sharing is disabled" => "deling er deaktivert", "For more info, please ask the person who sent this link." => "For mer informasjon, spør personen som sendte lenken.", +"Add to your ownCloud" => "Legg til i din ownCloud", "Save" => "Lagre", "Download" => "Last ned", "Download %s" => "Last ned %s", diff --git a/apps/files_sharing/l10n/nl.php b/apps/files_sharing/l10n/nl.php index ee90f4cd2c7..a913bb52e10 100644 --- a/apps/files_sharing/l10n/nl.php +++ b/apps/files_sharing/l10n/nl.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "de link is verlopen", "sharing is disabled" => "delen is uitgeschakeld", "For more info, please ask the person who sent this link." => "Voor meer informatie, neem contact op met de persoon die u deze link heeft gestuurd.", +"Add to your ownCloud" => "Toevoegen aan uw ownCloud", "Save" => "Bewaren", "Download" => "Downloaden", "Download %s" => "Download %s", diff --git a/apps/files_sharing/l10n/pt_BR.php b/apps/files_sharing/l10n/pt_BR.php index 94b8fddbc87..ba202ec68cc 100644 --- a/apps/files_sharing/l10n/pt_BR.php +++ b/apps/files_sharing/l10n/pt_BR.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "o link expirou", "sharing is disabled" => "o compartilhamento está desativado", "For more info, please ask the person who sent this link." => "Para mais informações, por favor, pergunte a pessoa que enviou este link.", +"Add to your ownCloud" => "Adiconar ao seu ownCloud", "Save" => "Salvar", "Download" => "Baixar", "Download %s" => "Baixar %s", diff --git a/apps/files_sharing/l10n/sv.php b/apps/files_sharing/l10n/sv.php index e58b25b28a4..b535bf43616 100644 --- a/apps/files_sharing/l10n/sv.php +++ b/apps/files_sharing/l10n/sv.php @@ -25,11 +25,12 @@ $TRANSLATIONS = array( "the link expired" => "giltighet för länken har gått ut", "sharing is disabled" => "delning är inaktiverat", "For more info, please ask the person who sent this link." => "För mer information, kontakta den person som skickade den här länken.", +"Add to your ownCloud" => "Lägg till i din ownCloud", "Save" => "Spara", "Download" => "Ladda ner", "Download %s" => "Ladda ner %s", "Direct link" => "Direkt länk", -"Remote Shares" => "Fjärrutdelningar", +"Remote Shares" => "Fjärrutdelningar Server-Server", "Allow other instances to mount public links shared from this server" => "Tillåt andra instanser vidaredelning utav publika länkar delade från denna servern", "Allow users to mount public link shares" => "Tillåt användare att montera publika länkar" ); diff --git a/apps/files_sharing/l10n/tr.php b/apps/files_sharing/l10n/tr.php index d017eb35328..a1699acb1b5 100644 --- a/apps/files_sharing/l10n/tr.php +++ b/apps/files_sharing/l10n/tr.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "bağlantı süresi dolmuş", "sharing is disabled" => "paylaşım devre dışı", "For more info, please ask the person who sent this link." => "Daha fazla bilgi için bu bağlantıyı aldığınız kişi ile iletişime geçin.", +"Add to your ownCloud" => "ownCloud'ınıza Ekleyin", "Save" => "Kaydet", "Download" => "İndir", "Download %s" => "İndir: %s", diff --git a/apps/files_sharing/l10n/zh_CN.php b/apps/files_sharing/l10n/zh_CN.php index ad2d04c9a13..29d5f7cb45b 100644 --- a/apps/files_sharing/l10n/zh_CN.php +++ b/apps/files_sharing/l10n/zh_CN.php @@ -1,20 +1,37 @@ <?php $TRANSLATIONS = array( +"Server to server sharing is not enabled on this server" => "此服务器未启用服务器到服务器分享功能", +"Couldn't add remote share" => "无法添加远程分享", +"Shared with you" => "分享给您的文件", +"Shared with others" => "您分享的文件", +"Shared by link" => "分享链接的文件", +"No files have been shared with you yet." => "目前没有文件向您分享。", +"You haven't shared any files yet." => "您还未分享过文件。", +"You haven't shared any files by link yet." => "您还没通过链接分享文件。", +"Add {name} from {owner}@{remote}" => "添加 {name} 来自 {owner}@{remote}", +"Add Share" => "添加分享", "Password" => "密码", -"Shared by {owner}" => "由{owner}共享", +"No ownCloud installation found at {remote}" => "未能在 {remote} 找到 ownCloud 服务", +"Invalid ownCloud url" => "无效的 ownCloud 网址", +"Shared by {owner}" => "由 {owner} 分享", "Shared by" => "共享人", "This share is password-protected" => "这是一个密码保护的共享", "The password is wrong. Try again." => "用户名或密码错误!请重试", "Name" => "名称", +"Share time" => "分享时间", "Sorry, this link doesn’t seem to work anymore." => "抱歉,此链接已失效", "Reasons might be:" => "可能原因是:", "the item was removed" => "此项已移除", "the link expired" => "链接过期", -"sharing is disabled" => "共享已禁用", +"sharing is disabled" => "分享已禁用", "For more info, please ask the person who sent this link." => "欲知详情,请联系发给你链接的人。", +"Add to your ownCloud" => "添加到您的 ownCloud", "Save" => "保存", "Download" => "下载", "Download %s" => "下载 %s", -"Direct link" => "直接链接" +"Direct link" => "直接链接", +"Remote Shares" => "远程分享", +"Allow other instances to mount public links shared from this server" => "允许其他实例挂载由此服务器分享的公共链接", +"Allow users to mount public link shares" => "允许用户挂载公共链接分享" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |