diff options
Diffstat (limited to 'apps/files_sharing')
69 files changed, 197 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ar.php b/apps/files_sharing/l10n/ar.php index 3f8b49913f2..efb51a22fc0 100644 --- a/apps/files_sharing/l10n/ar.php +++ b/apps/files_sharing/l10n/ar.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "مشاركة من طرف {owner}", +"Shared by" => "تم مشاركتها بواسطة", "This share is password-protected" => "هذه المشاركة محمية بكلمة مرور", "The password is wrong. Try again." => "كلمة المرور خاطئة. حاول مرة أخرى", "Password" => "كلمة المرور", +"Name" => "اسم", "Sorry, this link doesn’t seem to work anymore." => "عذرا، يبدو أن هذا الرابط لم يعد يعمل.", "Reasons might be:" => "الأسباب الممكنة :", "the item was removed" => "تم حذف العنصر المطلوب", diff --git a/apps/files_sharing/l10n/ast.php b/apps/files_sharing/l10n/ast.php index fa3704ea6ba..1ea54279523 100644 --- a/apps/files_sharing/l10n/ast.php +++ b/apps/files_sharing/l10n/ast.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Compartíu por {owner}", +"Shared by" => "Compartíu por", "This share is password-protected" => "Esta compartición tien contraseña protexida", "The password is wrong. Try again." => "La contraseña ye incorreuta. Inténtalo otra vegada.", "Password" => "Contraseña", +"Name" => "Nome", "Sorry, this link doesn’t seem to work anymore." => "Sentímoslo, esti enllaz paez que yá nun furrula.", "Reasons might be:" => "Les razones pueden ser: ", "the item was removed" => "desanicióse l'elementu", diff --git a/apps/files_sharing/l10n/bg_BG.php b/apps/files_sharing/l10n/bg_BG.php index 80bc1176873..0683c192977 100644 --- a/apps/files_sharing/l10n/bg_BG.php +++ b/apps/files_sharing/l10n/bg_BG.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( +"Shared by" => "Споделено от", "Password" => "Парола", +"Name" => "Име", "Download" => "Изтегляне" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/bn_BD.php b/apps/files_sharing/l10n/bn_BD.php index 6c5809f5a0b..9bfd1acba5c 100644 --- a/apps/files_sharing/l10n/bn_BD.php +++ b/apps/files_sharing/l10n/bn_BD.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Password" => "কূটশব্দ", +"Name" => "রাম", "Download" => "ডাউনলোড" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/bs.php b/apps/files_sharing/l10n/bs.php new file mode 100644 index 00000000000..bf5b758a33d --- /dev/null +++ b/apps/files_sharing/l10n/bs.php @@ -0,0 +1,6 @@ +<?php +$TRANSLATIONS = array( +"Shared by" => "Dijeli", +"Name" => "Ime" +); +$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/ca.php b/apps/files_sharing/l10n/ca.php index 8b23af69640..43b9549e407 100644 --- a/apps/files_sharing/l10n/ca.php +++ b/apps/files_sharing/l10n/ca.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Compartits per {owner}", +"Shared by" => "Compartit per", "This share is password-protected" => "Aquest compartit està protegit amb contrasenya", "The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.", "Password" => "Contrasenya", +"Name" => "Nom", "Sorry, this link doesn’t seem to work anymore." => "Aquest enllaç sembla que no funciona.", "Reasons might be:" => "Les raons podrien ser:", "the item was removed" => "l'element ha estat eliminat", diff --git a/apps/files_sharing/l10n/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php index d77cc794940..6792acda1f1 100644 --- a/apps/files_sharing/l10n/cs_CZ.php +++ b/apps/files_sharing/l10n/cs_CZ.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Sdílí {owner}", +"Shared by" => "Sdílí", "This share is password-protected" => "Toto sdílení je chráněno heslem", "The password is wrong. Try again." => "Heslo není správné. Zkuste to znovu.", "Password" => "Heslo", +"Name" => "Název", "Sorry, this link doesn’t seem to work anymore." => "Je nám líto, ale tento odkaz již není funkční.", "Reasons might be:" => "Možné důvody:", "the item was removed" => "položka byla odebrána", diff --git a/apps/files_sharing/l10n/cy_GB.php b/apps/files_sharing/l10n/cy_GB.php index 0012a9fa7f1..67b8ed88fc9 100644 --- a/apps/files_sharing/l10n/cy_GB.php +++ b/apps/files_sharing/l10n/cy_GB.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( +"Shared by" => "Rhannwyd gan", "Password" => "Cyfrinair", +"Name" => "Enw", "Download" => "Llwytho i lawr" ); $PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/apps/files_sharing/l10n/da.php b/apps/files_sharing/l10n/da.php index 07fc5392a8b..7c030bb9213 100644 --- a/apps/files_sharing/l10n/da.php +++ b/apps/files_sharing/l10n/da.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Delt af {owner}", +"Shared by" => "Delt af", "This share is password-protected" => "Delingen er beskyttet af kodeord", "The password is wrong. Try again." => "Kodeordet er forkert. Prøv igen.", "Password" => "Kodeord", +"Name" => "Navn", "Sorry, this link doesn’t seem to work anymore." => "Desværre, dette link ser ikke ud til at fungerer længere.", "Reasons might be:" => "Årsagen kan være:", "the item was removed" => "Filen blev fjernet", diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php index 2ca1a006a93..492351845fd 100644 --- a/apps/files_sharing/l10n/de.php +++ b/apps/files_sharing/l10n/de.php @@ -1,9 +1,17 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Dies wurde mit Dir geteilt", +"Shared with others" => "Dies wurde mit anderen geteilt", +"No files have been shared with you yet." => "Es wurden bis jetzt keine Dateien mit Dir geteilt.", +"You haven't shared any files yet." => "Du hast bis jetzt keine Dateien mit anderen geteilt.", "Shared by {owner}" => "Geteilt von {owner}", +"Shared by" => "Geteilt von ", +"link" => "Link", "This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt", "The password is wrong. Try again." => "Bitte überprüfe Dein Passwort und versuche es erneut.", "Password" => "Passwort", +"Name" => "Name", +"Share time" => "Zeitpunkt der Freigabe", "Sorry, this link doesn’t seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Reasons might be:" => "Gründe könnten sein:", "the item was removed" => "Das Element wurde entfernt", diff --git a/apps/files_sharing/l10n/de_CH.php b/apps/files_sharing/l10n/de_CH.php index 8d3c5f6ed74..87ca31880d1 100644 --- a/apps/files_sharing/l10n/de_CH.php +++ b/apps/files_sharing/l10n/de_CH.php @@ -1,8 +1,10 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Geteilt von {owner}", +"Shared by" => "Geteilt von", "The password is wrong. Try again." => "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", "Password" => "Passwort", +"Name" => "Name", "Sorry, this link doesn’t seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Reasons might be:" => "Gründe könnten sein:", "the item was removed" => "Das Element wurde entfernt", diff --git a/apps/files_sharing/l10n/de_DE.php b/apps/files_sharing/l10n/de_DE.php index 021ec041aa0..3142caaf829 100644 --- a/apps/files_sharing/l10n/de_DE.php +++ b/apps/files_sharing/l10n/de_DE.php @@ -1,9 +1,17 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Dies wurde mit Ihnen geteilt", +"Shared with others" => "Dies wurde mit anderen geteilt", +"No files have been shared with you yet." => "Es wurden bis jetzt keine Dateien mit Ihnen geteilt.", +"You haven't shared any files yet." => "Sie haben bis jetzt keine Dateien mit anderen geteilt.", "Shared by {owner}" => "Geteilt von {owner}", +"Shared by" => "Geteilt von", +"link" => "Link", "This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt", "The password is wrong. Try again." => "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", "Password" => "Passwort", +"Name" => "Name", +"Share time" => "Zeitpunkt der Freigabe", "Sorry, this link doesn’t seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Reasons might be:" => "Gründe könnten sein:", "the item was removed" => "Das Element wurde entfernt", diff --git a/apps/files_sharing/l10n/el.php b/apps/files_sharing/l10n/el.php index eb559a682d9..abc23d460d4 100644 --- a/apps/files_sharing/l10n/el.php +++ b/apps/files_sharing/l10n/el.php @@ -1,9 +1,17 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Διαμοιρασμένο με εσάς", +"Shared with others" => "Διαμοιρασμένο με άλλους", +"No files have been shared with you yet." => "Κανένα αρχείο δνε έχει διαμοιραστεί ακόμα με εσάς.", +"You haven't shared any files yet." => "Δεν έχετε διαμοιραστεί κανένα αρχείο ακόμα.", "Shared by {owner}" => "Διαμοιράστηκε από τον {owner}", +"Shared by" => "Διαμοιράστηκε από", +"link" => "σύνδεσμος", "This share is password-protected" => "Αυτός ο κοινόχρηστος φάκελος προστατεύεται με κωδικό", "The password is wrong. Try again." => "Εσφαλμένος κωδικός πρόσβασης. Προσπαθήστε ξανά.", "Password" => "Κωδικός πρόσβασης", +"Name" => "Όνομα", +"Share time" => "Χρόνος διαμοιρασμού", "Sorry, this link doesn’t seem to work anymore." => "Συγγνώμη, αυτός ο σύνδεσμος μοιάζει να μην ισχύει πια.", "Reasons might be:" => "Οι λόγοι μπορεί να είναι:", "the item was removed" => "το αντικείμενο απομακρύνθηκε", diff --git a/apps/files_sharing/l10n/en_GB.php b/apps/files_sharing/l10n/en_GB.php index e263f3cf6df..966c6a5e814 100644 --- a/apps/files_sharing/l10n/en_GB.php +++ b/apps/files_sharing/l10n/en_GB.php @@ -1,9 +1,17 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Shared with you", +"Shared with others" => "Shared with others", +"No files have been shared with you yet." => "No files have been shared with you yet.", +"You haven't shared any files yet." => "You haven't shared any files yet.", "Shared by {owner}" => "Shared by {owner}", +"Shared by" => "Shared by", +"link" => "link", "This share is password-protected" => "This share is password-protected", "The password is wrong. Try again." => "The password is wrong. Try again.", "Password" => "Password", +"Name" => "Name", +"Share time" => "Share time", "Sorry, this link doesn’t seem to work anymore." => "Sorry, this link doesn’t seem to work anymore.", "Reasons might be:" => "Reasons might be:", "the item was removed" => "the item was removed", diff --git a/apps/files_sharing/l10n/eo.php b/apps/files_sharing/l10n/eo.php index 127ac02206e..7cff8ca4a4a 100644 --- a/apps/files_sharing/l10n/eo.php +++ b/apps/files_sharing/l10n/eo.php @@ -1,8 +1,10 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Kunhavigita de {owner}", +"Shared by" => "Kunhavigita de", "This share is password-protected" => "Ĉi tiu kunhavigo estas protektata per pasvorto", "Password" => "Pasvorto", +"Name" => "Nomo", "Sorry, this link doesn’t seem to work anymore." => "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.", "Reasons might be:" => "Kialoj povas esti:", "the item was removed" => "la ero foriĝis", diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php index 6978c7ce72c..aecbe010ae3 100644 --- a/apps/files_sharing/l10n/es.php +++ b/apps/files_sharing/l10n/es.php @@ -1,9 +1,16 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Compartido contigo", +"Shared with others" => "Compartido con otros", +"No files have been shared with you yet." => "Aún no han compartido contigo ningún archivo.", +"You haven't shared any files yet." => "Aún no has compartido ningún archivo.", "Shared by {owner}" => "Compartido por {owner}", +"Shared by" => "Compartido por", +"link" => "enlace", "This share is password-protected" => "Este elemento compartido esta protegido por contraseña", "The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.", "Password" => "Contraseña", +"Name" => "Nombre", "Sorry, this link doesn’t seem to work anymore." => "Vaya, este enlace parece que no volverá a funcionar.", "Reasons might be:" => "Las causas podrían ser:", "the item was removed" => "el elemento fue eliminado", diff --git a/apps/files_sharing/l10n/es_AR.php b/apps/files_sharing/l10n/es_AR.php index 9a9db794938..5fc12ca2af5 100644 --- a/apps/files_sharing/l10n/es_AR.php +++ b/apps/files_sharing/l10n/es_AR.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Compartido por {owner}", +"Shared by" => "Compartido por", "This share is password-protected" => "Esto está protegido por contraseña", "The password is wrong. Try again." => "La contraseña no es correcta. Probá de nuevo.", "Password" => "Contraseña", +"Name" => "Nombre", "Sorry, this link doesn’t seem to work anymore." => "Perdón, este enlace parece no funcionar más.", "Reasons might be:" => "Las causas podrían ser:", "the item was removed" => "el elemento fue borrado", diff --git a/apps/files_sharing/l10n/es_MX.php b/apps/files_sharing/l10n/es_MX.php index 1a1ebe4b4c6..a7a7302def3 100644 --- a/apps/files_sharing/l10n/es_MX.php +++ b/apps/files_sharing/l10n/es_MX.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Compartido por {owner}", +"Shared by" => "Compartido por", "This share is password-protected" => "Este elemento compartido esta protegido por contraseña", "The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.", "Password" => "Contraseña", +"Name" => "Nombre", "Sorry, this link doesn’t seem to work anymore." => "Lo siento, este enlace al parecer ya no funciona.", "Reasons might be:" => "Las causas podrían ser:", "the item was removed" => "el elemento fue eliminado", diff --git a/apps/files_sharing/l10n/et_EE.php b/apps/files_sharing/l10n/et_EE.php index e95e6271957..9122c6e2360 100644 --- a/apps/files_sharing/l10n/et_EE.php +++ b/apps/files_sharing/l10n/et_EE.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Jagas {owner}", +"Shared by" => "Jagas", "This share is password-protected" => "See jagamine on parooliga kaitstud", "The password is wrong. Try again." => "Parool on vale. Proovi uuesti.", "Password" => "Parool", +"Name" => "Nimi", "Sorry, this link doesn’t seem to work anymore." => "Vabandust, see link ei tundu enam toimivat.", "Reasons might be:" => "Põhjused võivad olla:", "the item was removed" => "üksus on eemaldatud", diff --git a/apps/files_sharing/l10n/eu.php b/apps/files_sharing/l10n/eu.php index 8be7bcb2a4b..1e18ab76593 100644 --- a/apps/files_sharing/l10n/eu.php +++ b/apps/files_sharing/l10n/eu.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "{owner}-k partekatuta", +"Shared by" => "Honek elkarbanatuta", "This share is password-protected" => "Elkarbanatutako hau pasahitzarekin babestuta dago", "The password is wrong. Try again." => "Pasahitza ez da egokia. Saiatu berriro.", "Password" => "Pasahitza", +"Name" => "Izena", "Sorry, this link doesn’t seem to work anymore." => "Barkatu, lotura ez dirudi eskuragarria dagoenik.", "Reasons might be:" => "Arrazoiak hurrengoak litezke:", "the item was removed" => "fitxategia ezbatua izan da", diff --git a/apps/files_sharing/l10n/fa.php b/apps/files_sharing/l10n/fa.php index fb6a4bc8709..ce036184d38 100644 --- a/apps/files_sharing/l10n/fa.php +++ b/apps/files_sharing/l10n/fa.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "اشتراک گذارنده {owner}", +"Shared by" => "اشتراک گذاشته شده به وسیله", "This share is password-protected" => "این اشتراک توسط رمز عبور محافظت می شود", "The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.", "Password" => "گذرواژه", +"Name" => "نام", "Sorry, this link doesn’t seem to work anymore." => "متاسفانه این پیوند دیگر کار نمی کند", "Reasons might be:" => "ممکن است به این دلایل باشد:", "the item was removed" => "این مورد حذف شده است", diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php index 851463c4b83..1a79a2eb0a8 100644 --- a/apps/files_sharing/l10n/fi_FI.php +++ b/apps/files_sharing/l10n/fi_FI.php @@ -1,9 +1,17 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Jaettu kanssasi", +"Shared with others" => "Jaettu muiden kanssa", +"No files have been shared with you yet." => "Kukaan ei ole jakanut tiedostoja kanssasi vielä.", +"You haven't shared any files yet." => "Et ole jakanut yhtäkään tiedostoa vielä.", "Shared by {owner}" => "Jakanut {owner}", +"Shared by" => "Jakanut", +"link" => "linkki", "This share is password-protected" => "Tämä jako on suojattu salasanalla", "The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.", "Password" => "Salasana", +"Name" => "Nimi", +"Share time" => "Jakamisen ajankohta", "Sorry, this link doesn’t seem to work anymore." => "Valitettavasti linkki ei vaikuta enää toimivan.", "Reasons might be:" => "Mahdollisia syitä:", "the item was removed" => "kohde poistettiin", diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php index a5b75e412f7..9c93a4d7f2c 100644 --- a/apps/files_sharing/l10n/fr.php +++ b/apps/files_sharing/l10n/fr.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Partagé par {owner}", +"Shared by" => "Partagé par", "This share is password-protected" => "Ce partage est protégé par un mot de passe", "The password is wrong. Try again." => "Le mot de passe est incorrect. Veuillez réessayer.", "Password" => "Mot de passe", +"Name" => "Nom", "Sorry, this link doesn’t seem to work anymore." => "Désolé, mais le lien semble ne plus fonctionner.", "Reasons might be:" => "Les raisons peuvent être :", "the item was removed" => "l'item a été supprimé", diff --git a/apps/files_sharing/l10n/gl.php b/apps/files_sharing/l10n/gl.php index f5e1c6645f6..3301b9725ee 100644 --- a/apps/files_sharing/l10n/gl.php +++ b/apps/files_sharing/l10n/gl.php @@ -1,9 +1,17 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "compartido con vostede", +"Shared with others" => "Compartido con outros", +"No files have been shared with you yet." => "Aínda non hai ficheiros compartidos con vostede.", +"You haven't shared any files yet." => "Aínda non compartíu ningún ficheiro.", "Shared by {owner}" => "Compartido por {owner}", +"Shared by" => "Compartido por", +"link" => "ligazón", "This share is password-protected" => "Esta compartición está protexida con contrasinal", "The password is wrong. Try again." => "O contrasinal é incorrecto. Ténteo de novo.", "Password" => "Contrasinal", +"Name" => "Nome", +"Share time" => "Compartir o tempo", "Sorry, this link doesn’t seem to work anymore." => "Semella que esta ligazón non funciona.", "Reasons might be:" => "As razóns poderían ser:", "the item was removed" => "o elemento foi retirado", diff --git a/apps/files_sharing/l10n/he.php b/apps/files_sharing/l10n/he.php index e56fdb2c801..923234c7cb2 100644 --- a/apps/files_sharing/l10n/he.php +++ b/apps/files_sharing/l10n/he.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "שותף בידי {owner}", +"Shared by" => "שותף על־ידי", "Password" => "סיסמא", +"Name" => "שם", "Download" => "הורדה" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/hi.php b/apps/files_sharing/l10n/hi.php index 74a2c320438..47625e00207 100644 --- a/apps/files_sharing/l10n/hi.php +++ b/apps/files_sharing/l10n/hi.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Shared by" => "द्वारा साझा", "Password" => "पासवर्ड" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/hr.php b/apps/files_sharing/l10n/hr.php index 16776cdba27..45a29df4448 100644 --- a/apps/files_sharing/l10n/hr.php +++ b/apps/files_sharing/l10n/hr.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Password" => "Lozinka", +"Name" => "Ime", "Download" => "Preuzimanje" ); $PLURAL_FORMS = "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"; diff --git a/apps/files_sharing/l10n/hu_HU.php b/apps/files_sharing/l10n/hu_HU.php index 82210116100..82683852d25 100644 --- a/apps/files_sharing/l10n/hu_HU.php +++ b/apps/files_sharing/l10n/hu_HU.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Megosztotta: {owner}", +"Shared by" => "Megosztotta Önnel", "This share is password-protected" => "Ez egy jelszóval védett megosztás", "The password is wrong. Try again." => "A megadott jelszó nem megfelelő. Próbálja újra!", "Password" => "Jelszó", +"Name" => "Név", "Sorry, this link doesn’t seem to work anymore." => "Sajnos úgy tűnik, ez a link már nem működik.", "Reasons might be:" => "Ennek az oka a következő lehet:", "the item was removed" => "az állományt időközben eltávolították", diff --git a/apps/files_sharing/l10n/ia.php b/apps/files_sharing/l10n/ia.php index 03e2deb431a..a872a83797c 100644 --- a/apps/files_sharing/l10n/ia.php +++ b/apps/files_sharing/l10n/ia.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Password" => "Contrasigno", +"Name" => "Nomine", "Download" => "Discargar" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/id.php b/apps/files_sharing/l10n/id.php index 72670c23b39..6411d18462f 100644 --- a/apps/files_sharing/l10n/id.php +++ b/apps/files_sharing/l10n/id.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Dibagikan oleh {owner}", +"Shared by" => "Dibagikan oleh", "This share is password-protected" => "Berbagi ini dilindungi sandi", "The password is wrong. Try again." => "Sandi salah. Coba lagi", "Password" => "Sandi", +"Name" => "Nama", "Sorry, this link doesn’t seem to work anymore." => "Maaf, tautan ini tampaknya tidak berfungsi lagi.", "Reasons might be:" => "Alasan mungkin:", "the item was removed" => "item telah dihapus", diff --git a/apps/files_sharing/l10n/is.php b/apps/files_sharing/l10n/is.php index 795dfeb6bfe..c8e1e146c50 100644 --- a/apps/files_sharing/l10n/is.php +++ b/apps/files_sharing/l10n/is.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( +"Shared by" => "Deilt af", "Password" => "Lykilorð", +"Name" => "Nafn", "Download" => "Niðurhal" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php index 94c2a66808c..30d37b82848 100644 --- a/apps/files_sharing/l10n/it.php +++ b/apps/files_sharing/l10n/it.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Condiviso da {owner}", +"Shared by" => "Condiviso da", "This share is password-protected" => "Questa condivione è protetta da password", "The password is wrong. Try again." => "La password è errata. Prova ancora.", "Password" => "Password", +"Name" => "Nome", "Sorry, this link doesn’t seem to work anymore." => "Spiacenti, questo collegamento sembra non essere più attivo.", "Reasons might be:" => "I motivi potrebbero essere:", "the item was removed" => "l'elemento è stato rimosso", diff --git a/apps/files_sharing/l10n/ja.php b/apps/files_sharing/l10n/ja.php index a45da97dcad..ca9298aacd7 100644 --- a/apps/files_sharing/l10n/ja.php +++ b/apps/files_sharing/l10n/ja.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "{owner} と共有中", +"Shared by" => "共有者:", "This share is password-protected" => "この共有はパスワードで保護されています", "The password is wrong. Try again." => "パスワードが間違っています。再試行してください。", "Password" => "パスワード", +"Name" => "名前", "Sorry, this link doesn’t seem to work anymore." => "申し訳ございません。このリンクはもう利用できません。", "Reasons might be:" => "理由は以下の通りと考えられます:", "the item was removed" => "アイテムが削除されました", diff --git a/apps/files_sharing/l10n/ka_GE.php b/apps/files_sharing/l10n/ka_GE.php index 132bcb274c8..57927466c2c 100644 --- a/apps/files_sharing/l10n/ka_GE.php +++ b/apps/files_sharing/l10n/ka_GE.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "გაზიარდა {owner} –ის მიერ", +"Shared by" => "აზიარებს", "Password" => "პაროლი", +"Name" => "სახელი", "Download" => "ჩამოტვირთვა" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/km.php b/apps/files_sharing/l10n/km.php index 75f5679d97a..d609345f454 100644 --- a/apps/files_sharing/l10n/km.php +++ b/apps/files_sharing/l10n/km.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "{owner} បានចែករំលែក", +"Shared by" => "បានចែករំលែកដោយ", "This share is password-protected" => "ការចែករំលែកនេះត្រូវបានការពារដោយពាក្យសម្ងាត់", "The password is wrong. Try again." => "ពាក្យសម្ងាត់ខុសហើយ។ ព្យាយាមម្ដងទៀត។", "Password" => "ពាក្យសម្ងាត់", +"Name" => "ឈ្មោះ", "Sorry, this link doesn’t seem to work anymore." => "សូមទោស តំណនេះហាក់ដូចជាលែងដើរហើយ។", "Reasons might be:" => "មូលហេតុអាចជា៖", "the item was removed" => "របស់ត្រូវបានដកចេញ", diff --git a/apps/files_sharing/l10n/ko.php b/apps/files_sharing/l10n/ko.php index 00818abf4a4..22b76509a6b 100644 --- a/apps/files_sharing/l10n/ko.php +++ b/apps/files_sharing/l10n/ko.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "{owner} 님이 공유함", +"Shared by" => "공유한 사용자:", "This share is password-protected" => "이 공유는 암호로 보호되어 있습니다", "The password is wrong. Try again." => "암호가 잘못되었습니다. 다시 입력해 주십시오.", "Password" => "암호", +"Name" => "이름", "Sorry, this link doesn’t seem to work anymore." => "죄송합니다. 이 링크는 더 이상 작동하지 않습니다.", "Reasons might be:" => "이유는 다음과 같을 수 있습니다:", "the item was removed" => "항목이 삭제됨", diff --git a/apps/files_sharing/l10n/ku_IQ.php b/apps/files_sharing/l10n/ku_IQ.php index b16e87d81c3..f7765a95398 100644 --- a/apps/files_sharing/l10n/ku_IQ.php +++ b/apps/files_sharing/l10n/ku_IQ.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Password" => "وشەی تێپەربو", +"Name" => "ناو", "Download" => "داگرتن" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/lb.php b/apps/files_sharing/l10n/lb.php index a3e98138225..f0e5b762440 100644 --- a/apps/files_sharing/l10n/lb.php +++ b/apps/files_sharing/l10n/lb.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( +"Shared by" => "Gedeelt vun", "The password is wrong. Try again." => "Den Passwuert ass incorrect. Probeier ed nach eng keier.", "Password" => "Passwuert", +"Name" => "Numm", "Download" => "Download" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/lt_LT.php b/apps/files_sharing/l10n/lt_LT.php index 4c05e9217a2..770a56d465b 100644 --- a/apps/files_sharing/l10n/lt_LT.php +++ b/apps/files_sharing/l10n/lt_LT.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Bendrina {owner}", +"Shared by" => "Dalinasi", "This share is password-protected" => "Turinys apsaugotas slaptažodžiu", "The password is wrong. Try again." => "Netinka slaptažodis: Bandykite dar kartą.", "Password" => "Slaptažodis", +"Name" => "Pavadinimas", "Sorry, this link doesn’t seem to work anymore." => "Atleiskite, panašu, kad nuoroda yra neveiksni.", "Reasons might be:" => "Galimos priežastys:", "the item was removed" => "elementas buvo pašalintas", diff --git a/apps/files_sharing/l10n/lv.php b/apps/files_sharing/l10n/lv.php index 693f91d3b5c..286dd431bae 100644 --- a/apps/files_sharing/l10n/lv.php +++ b/apps/files_sharing/l10n/lv.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Dalījās {owner}", +"Shared by" => "Dalījās", "Password" => "Parole", +"Name" => "Nosaukums", "Download" => "Lejupielādēt" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/mk.php b/apps/files_sharing/l10n/mk.php index b7281825a83..aaeca27feab 100644 --- a/apps/files_sharing/l10n/mk.php +++ b/apps/files_sharing/l10n/mk.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Споделени од {owner}", +"Shared by" => "Споделено од", "Password" => "Лозинка", +"Name" => "Име", "Download" => "Преземи" ); $PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/apps/files_sharing/l10n/ms_MY.php b/apps/files_sharing/l10n/ms_MY.php index 43ea0b2d880..63e48b38729 100644 --- a/apps/files_sharing/l10n/ms_MY.php +++ b/apps/files_sharing/l10n/ms_MY.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( +"Shared by" => "Dikongsi dengan", "Password" => "Kata laluan", +"Name" => "Nama", "Download" => "Muat turun" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/nb_NO.php b/apps/files_sharing/l10n/nb_NO.php index 3595a49cbf7..b2d5b8d65be 100644 --- a/apps/files_sharing/l10n/nb_NO.php +++ b/apps/files_sharing/l10n/nb_NO.php @@ -1,9 +1,17 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Delt med deg", +"Shared with others" => "Delt med andre", +"No files have been shared with you yet." => "Ingen filer er delt med deg ennå.", +"You haven't shared any files yet." => "Du har ikke delt noen filer ennå.", "Shared by {owner}" => "Delt av {owner}", +"Shared by" => "Delt av", +"link" => "lenke", "This share is password-protected" => "Denne delingen er passordbeskyttet", "The password is wrong. Try again." => "Passordet er feil. Prøv på nytt.", "Password" => "Passord", +"Name" => "Navn", +"Share time" => "Delingstidspunkt", "Sorry, this link doesn’t seem to work anymore." => "Beklager, denne lenken ser ikke ut til å virke lenger.", "Reasons might be:" => "Mulige årsaker:", "the item was removed" => "elementet er fjernet", diff --git a/apps/files_sharing/l10n/nl.php b/apps/files_sharing/l10n/nl.php index e35898862cf..f5f4e22602e 100644 --- a/apps/files_sharing/l10n/nl.php +++ b/apps/files_sharing/l10n/nl.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Gedeeld door {owner}", +"Shared by" => "Gedeeld door", "This share is password-protected" => "Deze share is met een wachtwoord beveiligd", "The password is wrong. Try again." => "Wachtwoord ongeldig. Probeer het nogmaals.", "Password" => "Wachtwoord", +"Name" => "Naam", "Sorry, this link doesn’t seem to work anymore." => "Sorry, deze link lijkt niet meer in gebruik te zijn.", "Reasons might be:" => "Redenen kunnen zijn:", "the item was removed" => "bestand was verwijderd", diff --git a/apps/files_sharing/l10n/nn_NO.php b/apps/files_sharing/l10n/nn_NO.php index e85c019d5c7..34c70a554d3 100644 --- a/apps/files_sharing/l10n/nn_NO.php +++ b/apps/files_sharing/l10n/nn_NO.php @@ -1,8 +1,10 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Delt av {owner}", +"Shared by" => "Delt av", "The password is wrong. Try again." => "Passordet er gale. Prøv igjen.", "Password" => "Passord", +"Name" => "Namn", "Sorry, this link doesn’t seem to work anymore." => "Orsak, denne lenkja fungerer visst ikkje lenger.", "Reasons might be:" => "Moglege grunnar:", "the item was removed" => "fila/mappa er fjerna", diff --git a/apps/files_sharing/l10n/oc.php b/apps/files_sharing/l10n/oc.php index 15ef1720ad2..2127e9dcfac 100644 --- a/apps/files_sharing/l10n/oc.php +++ b/apps/files_sharing/l10n/oc.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Password" => "Senhal", +"Name" => "Nom", "Download" => "Avalcarga" ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php index bf62ead1076..86ef63998b2 100644 --- a/apps/files_sharing/l10n/pl.php +++ b/apps/files_sharing/l10n/pl.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Udostępnione przez {owner}", +"Shared by" => "Udostępniane przez", "This share is password-protected" => "Udział ten jest chroniony hasłem", "The password is wrong. Try again." => "To hasło jest niewłaściwe. Spróbuj ponownie.", "Password" => "Hasło", +"Name" => "Nazwa", "Sorry, this link doesn’t seem to work anymore." => "Przepraszamy ale wygląda na to, że ten link już nie działa.", "Reasons might be:" => "Możliwe powody:", "the item was removed" => "element został usunięty", diff --git a/apps/files_sharing/l10n/pt_BR.php b/apps/files_sharing/l10n/pt_BR.php index 7167f99c2d2..eae8c6d720b 100644 --- a/apps/files_sharing/l10n/pt_BR.php +++ b/apps/files_sharing/l10n/pt_BR.php @@ -1,9 +1,17 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Compartilhado com você", +"Shared with others" => "Compartilhados com outros", +"No files have been shared with you yet." => "Nenhum arquivo ainda foi compartilhado com você.", +"You haven't shared any files yet." => "Você ainda não compartilhou nenhum arquivo.", "Shared by {owner}" => "Compartilhado por {owner}", +"Shared by" => "Compartilhada por", +"link" => "link", "This share is password-protected" => "Este compartilhamento esta protegido por senha", "The password is wrong. Try again." => "Senha incorreta. Tente novamente.", "Password" => "Senha", +"Name" => "Nome", +"Share time" => "Tempo de compartilhamento", "Sorry, this link doesn’t seem to work anymore." => "Desculpe, este link parece não mais funcionar.", "Reasons might be:" => "As razões podem ser:", "the item was removed" => "o item foi removido", diff --git a/apps/files_sharing/l10n/pt_PT.php b/apps/files_sharing/l10n/pt_PT.php index b28e2b188dc..e6b30c4fbe2 100644 --- a/apps/files_sharing/l10n/pt_PT.php +++ b/apps/files_sharing/l10n/pt_PT.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Partilhado por {owner}", +"Shared by" => "Partilhado por", "This share is password-protected" => "Esta partilha está protegida por palavra-chave", "The password is wrong. Try again." => "Password errada, por favor tente de novo", "Password" => "Palavra-passe", +"Name" => "Nome", "Sorry, this link doesn’t seem to work anymore." => "Desculpe, mas este link parece não estar a funcionar.", "Reasons might be:" => "As razões poderão ser:", "the item was removed" => "O item foi removido", diff --git a/apps/files_sharing/l10n/ro.php b/apps/files_sharing/l10n/ro.php index 024011bf29c..49ef06b5fd7 100644 --- a/apps/files_sharing/l10n/ro.php +++ b/apps/files_sharing/l10n/ro.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( +"Shared by" => "impartite in ", "The password is wrong. Try again." => "Parola este incorectă. Încercaţi din nou.", "Password" => "Parolă", +"Name" => "Nume", "Download" => "Descarcă" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php index 468bcdd85e6..635508ac75e 100644 --- a/apps/files_sharing/l10n/ru.php +++ b/apps/files_sharing/l10n/ru.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Доступ открыл {owner}", +"Shared by" => "Опубликовано", "This share is password-protected" => "Для доступа к информации необходимо ввести пароль", "The password is wrong. Try again." => "Неверный пароль. Попробуйте еще раз.", "Password" => "Пароль", +"Name" => "Имя", "Sorry, this link doesn’t seem to work anymore." => "Эта ссылка устарела и более не действительна.", "Reasons might be:" => "Причиной может быть:", "the item was removed" => "объект был удалён", diff --git a/apps/files_sharing/l10n/si_LK.php b/apps/files_sharing/l10n/si_LK.php index da0390033af..bd71de99b34 100644 --- a/apps/files_sharing/l10n/si_LK.php +++ b/apps/files_sharing/l10n/si_LK.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Password" => "මුර පදය", +"Name" => "නම", "Download" => "බාන්න" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/sk_SK.php b/apps/files_sharing/l10n/sk_SK.php index 48054b6c7af..44754d4e16a 100644 --- a/apps/files_sharing/l10n/sk_SK.php +++ b/apps/files_sharing/l10n/sk_SK.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Zdieľa {owner}", +"Shared by" => "Zdieľa", "This share is password-protected" => "Toto zdieľanie je chránené heslom", "The password is wrong. Try again." => "Heslo je chybné. Skúste to znova.", "Password" => "Heslo", +"Name" => "Názov", "Sorry, this link doesn’t seem to work anymore." => "To je nepríjemné, ale tento odkaz už nie je funkčný.", "Reasons might be:" => "Možné dôvody:", "the item was removed" => "položka bola presunutá", diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php index 361f2f1b04f..4c6fdbfd3a4 100644 --- a/apps/files_sharing/l10n/sl.php +++ b/apps/files_sharing/l10n/sl.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Souporabo omogoča {owner}", +"Shared by" => "V souporabi z", "This share is password-protected" => "To mesto je zaščiteno z geslom.", "The password is wrong. Try again." => "Geslo je napačno. Poskusite znova.", "Password" => "Geslo", +"Name" => "Ime", "Sorry, this link doesn’t seem to work anymore." => "Povezava očitno ni več v uporabi.", "Reasons might be:" => "Vzrok je lahko:", "the item was removed" => "predmet je odstranjen,", diff --git a/apps/files_sharing/l10n/sq.php b/apps/files_sharing/l10n/sq.php index f6729dafc3e..ee8207e6d91 100644 --- a/apps/files_sharing/l10n/sq.php +++ b/apps/files_sharing/l10n/sq.php @@ -1,8 +1,10 @@ <?php $TRANSLATIONS = array( +"Shared by" => "Ndarë nga", "This share is password-protected" => "Kjo pjesë është e mbrojtur me fjalëkalim", "The password is wrong. Try again." => "Kodi është i gabuar. Provojeni përsëri.", "Password" => "Kodi", +"Name" => "Emri", "Sorry, this link doesn’t seem to work anymore." => "Ju kërkojmë ndjesë, kjo lidhje duket sikur nuk punon më.", "Reasons might be:" => "Arsyet mund të jenë:", "the item was removed" => "elementi është eliminuar", diff --git a/apps/files_sharing/l10n/sr.php b/apps/files_sharing/l10n/sr.php index 947e57551ac..e5b72d3a501 100644 --- a/apps/files_sharing/l10n/sr.php +++ b/apps/files_sharing/l10n/sr.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( +"Shared by" => "Делио", "Password" => "Лозинка", +"Name" => "Име", "Download" => "Преузми" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/sr@latin.php b/apps/files_sharing/l10n/sr@latin.php index f44821fc0d8..a0cf64c0f1d 100644 --- a/apps/files_sharing/l10n/sr@latin.php +++ b/apps/files_sharing/l10n/sr@latin.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Password" => "Lozinka", +"Name" => "Ime", "Download" => "Preuzmi" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/sv.php b/apps/files_sharing/l10n/sv.php index a1951401d75..abf7780c242 100644 --- a/apps/files_sharing/l10n/sv.php +++ b/apps/files_sharing/l10n/sv.php @@ -1,9 +1,17 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Delat med dig", +"Shared with others" => "Delat med andra", +"No files have been shared with you yet." => "Inga filer har ännu delats med dig.", +"You haven't shared any files yet." => "Du har inte delat några filer ännu.", "Shared by {owner}" => "Delad av {owner}", +"Shared by" => "Delad av", +"link" => "länk", "This share is password-protected" => "Den här delningen är lösenordsskyddad", "The password is wrong. Try again." => "Lösenordet är fel. Försök igen.", "Password" => "Lösenord", +"Name" => "Namn", +"Share time" => "Delningstid", "Sorry, this link doesn’t seem to work anymore." => "Tyvärr, denna länk verkar inte fungera längre.", "Reasons might be:" => "Orsaker kan vara:", "the item was removed" => "objektet togs bort", diff --git a/apps/files_sharing/l10n/ta_LK.php b/apps/files_sharing/l10n/ta_LK.php index 05443e0522c..c1b451ae7f8 100644 --- a/apps/files_sharing/l10n/ta_LK.php +++ b/apps/files_sharing/l10n/ta_LK.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Shared by {owner}" => "பகிரப்பட்டது {சொந்தகாரர்}", "Password" => "கடவுச்சொல்", +"Name" => "பெயர்", "Download" => "பதிவிறக்குக" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/te.php b/apps/files_sharing/l10n/te.php index 94ca7650e5f..e9da4e6963d 100644 --- a/apps/files_sharing/l10n/te.php +++ b/apps/files_sharing/l10n/te.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "సంకేతపదం" +"Password" => "సంకేతపదం", +"Name" => "పేరు" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/th_TH.php b/apps/files_sharing/l10n/th_TH.php index f2f90088da7..fdb9555babe 100644 --- a/apps/files_sharing/l10n/th_TH.php +++ b/apps/files_sharing/l10n/th_TH.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "ถูกแชร์โดย {owner}", +"Shared by" => "ถูกแชร์โดย", "Password" => "รหัสผ่าน", +"Name" => "ชื่อ", "Download" => "ดาวน์โหลด" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/tr.php b/apps/files_sharing/l10n/tr.php index ac3cb526562..d32cd07d0c5 100644 --- a/apps/files_sharing/l10n/tr.php +++ b/apps/files_sharing/l10n/tr.php @@ -1,9 +1,17 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Sizinle paylaşılmış", +"Shared with others" => "Diğerleri ile paylaşılmış", +"No files have been shared with you yet." => "Henüz sizinle paylaşılan bir dosya yok.", +"You haven't shared any files yet." => "Henüz hiçbir dosya paylaşmadınız.", "Shared by {owner}" => "{owner} tarafından paylaşılmış", +"Shared by" => "Paylaşan", +"link" => "bağlantı", "This share is password-protected" => "Bu paylaşım parola korumalı", "The password is wrong. Try again." => "Parola hatalı. Yeniden deneyin.", "Password" => "Parola", +"Name" => "Ad", +"Share time" => "Paylaşma zamanı", "Sorry, this link doesn’t seem to work anymore." => "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor.", "Reasons might be:" => "Sebepleri şunlar olabilir:", "the item was removed" => "öge kaldırılmış", diff --git a/apps/files_sharing/l10n/ug.php b/apps/files_sharing/l10n/ug.php index fd6a1c71c9b..544f2f3f76c 100644 --- a/apps/files_sharing/l10n/ug.php +++ b/apps/files_sharing/l10n/ug.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( +"Shared by" => "ھەمبەھىرلىگۈچى", "Password" => "ئىم", +"Name" => "ئاتى", "Download" => "چۈشۈر" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/uk.php b/apps/files_sharing/l10n/uk.php index 7b0acb661b6..0033c5036e3 100644 --- a/apps/files_sharing/l10n/uk.php +++ b/apps/files_sharing/l10n/uk.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Опублікував {owner}", +"Shared by" => "Опубліковано", "This share is password-protected" => "Цей ресурс обміну захищений паролем", "The password is wrong. Try again." => "Невірний пароль. Спробуйте ще раз.", "Password" => "Пароль", +"Name" => "Ім'я", "Sorry, this link doesn’t seem to work anymore." => "На жаль, посилання більше не працює.", "Reasons might be:" => "Можливі причини:", "the item was removed" => "цей пункт був вилучений", diff --git a/apps/files_sharing/l10n/ur_PK.php b/apps/files_sharing/l10n/ur_PK.php index b0b90367771..f96b0c0cba0 100644 --- a/apps/files_sharing/l10n/ur_PK.php +++ b/apps/files_sharing/l10n/ur_PK.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( +"Shared by" => "سے اشتراک شدہ", "Password" => "پاسورڈ", +"Name" => "اسم", "Download" => "ڈاؤن لوڈ،" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/vi.php b/apps/files_sharing/l10n/vi.php index 1db740c0234..33c0d2188d8 100644 --- a/apps/files_sharing/l10n/vi.php +++ b/apps/files_sharing/l10n/vi.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Được chia sẽ bởi {owner}", +"Shared by" => "Chia sẻ bởi", "Password" => "Mật khẩu", +"Name" => "Tên", "Download" => "Tải về" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/zh_CN.php b/apps/files_sharing/l10n/zh_CN.php index 5cc95b71af7..0a8c0950497 100644 --- a/apps/files_sharing/l10n/zh_CN.php +++ b/apps/files_sharing/l10n/zh_CN.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "由{owner}共享", +"Shared by" => "共享人", "This share is password-protected" => "这是一个密码保护的共享", "The password is wrong. Try again." => "用户名或密码错误!请重试", "Password" => "密码", +"Name" => "名称", "Sorry, this link doesn’t seem to work anymore." => "抱歉,此链接已失效", "Reasons might be:" => "可能原因是:", "the item was removed" => "此项已移除", diff --git a/apps/files_sharing/l10n/zh_HK.php b/apps/files_sharing/l10n/zh_HK.php index 3c561acce43..9856b504cfa 100644 --- a/apps/files_sharing/l10n/zh_HK.php +++ b/apps/files_sharing/l10n/zh_HK.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Password" => "密碼", +"Name" => "名稱", "Download" => "下載" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/zh_TW.php b/apps/files_sharing/l10n/zh_TW.php index 07abcb6999d..d603059ec9e 100644 --- a/apps/files_sharing/l10n/zh_TW.php +++ b/apps/files_sharing/l10n/zh_TW.php @@ -1,9 +1,11 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "由 {owner} 分享", +"Shared by" => "由...分享", "This share is password-protected" => "這個分享有密碼保護", "The password is wrong. Try again." => "請檢查您的密碼並再試一次", "Password" => "密碼", +"Name" => "名稱", "Sorry, this link doesn’t seem to work anymore." => "抱歉,此連結已經失效", "Reasons might be:" => "可能的原因:", "the item was removed" => "項目已經移除", |