зеркало из https://github.com/nextcloud/server.git
[tx-robot] updated from transifex
This commit is contained in:
Родитель
479cee66f4
Коммит
764504de19
|
@ -75,8 +75,6 @@ OC.L10N.register(
|
|||
"_%n byte_::_%n bytes_" : ["%n ไบต์"],
|
||||
"Favorited" : "รายการโปรด",
|
||||
"Favorite" : "รายการโปรด",
|
||||
"Text file" : "ไฟล์ข้อความ",
|
||||
"New text file.txt" : "ไฟล์ข้อความใหม่ .txt",
|
||||
"Folder" : "แฟ้มเอกสาร",
|
||||
"New folder" : "โฟลเดอร์ใหม่",
|
||||
"{newname} already exists" : "{newname} ถูกใช้ไปแล้ว",
|
||||
|
@ -106,6 +104,8 @@ OC.L10N.register(
|
|||
"Maximum upload size" : "ขนาดไฟล์สูงสุดที่อัพโหลดได้",
|
||||
"max. possible: " : "จำนวนสูงสุดที่สามารถทำได้: ",
|
||||
"Save" : "บันทึก",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "กับ PHP-FPM อาจใช้เวลา 5 นาทีสำหรับการเปลี่ยนแปลงที่ถูกนำมาใช้",
|
||||
"Missing permissions to edit from here." : "สิทธิ์ในการแก้ไขส่วนนี้หายไป",
|
||||
"Settings" : "ตั้งค่า",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "ใช้ที่อยู่นี้เพื่อ <a href=\"%s\" target=\"_blank\">เข้าถึงไฟล์ของคุณผ่าน WebDAV</a>",
|
||||
|
@ -119,6 +119,8 @@ OC.L10N.register(
|
|||
"Files are being scanned, please wait." : "ไฟล์กำลังอยู่ระหว่างการสแกน, กรุณารอสักครู่.",
|
||||
"Currently scanning" : "ปัจจุบันกำลังสแกน",
|
||||
"No favorites" : "ไม่มีรายการโปรด",
|
||||
"Files and folders you mark as favorite will show up here" : "ไฟล์และโฟลเดอร์ที่คุณทำเครื่องหมายเป็นรายการโปรดจะปรากฏขึ้นที่นี่"
|
||||
"Files and folders you mark as favorite will show up here" : "ไฟล์และโฟลเดอร์ที่คุณทำเครื่องหมายเป็นรายการโปรดจะปรากฏขึ้นที่นี่",
|
||||
"Text file" : "ไฟล์ข้อความ",
|
||||
"New text file.txt" : "ไฟล์ข้อความใหม่ .txt"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -73,8 +73,6 @@
|
|||
"_%n byte_::_%n bytes_" : ["%n ไบต์"],
|
||||
"Favorited" : "รายการโปรด",
|
||||
"Favorite" : "รายการโปรด",
|
||||
"Text file" : "ไฟล์ข้อความ",
|
||||
"New text file.txt" : "ไฟล์ข้อความใหม่ .txt",
|
||||
"Folder" : "แฟ้มเอกสาร",
|
||||
"New folder" : "โฟลเดอร์ใหม่",
|
||||
"{newname} already exists" : "{newname} ถูกใช้ไปแล้ว",
|
||||
|
@ -104,6 +102,8 @@
|
|||
"Maximum upload size" : "ขนาดไฟล์สูงสุดที่อัพโหลดได้",
|
||||
"max. possible: " : "จำนวนสูงสุดที่สามารถทำได้: ",
|
||||
"Save" : "บันทึก",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "กับ PHP-FPM อาจใช้เวลา 5 นาทีสำหรับการเปลี่ยนแปลงที่ถูกนำมาใช้",
|
||||
"Missing permissions to edit from here." : "สิทธิ์ในการแก้ไขส่วนนี้หายไป",
|
||||
"Settings" : "ตั้งค่า",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "ใช้ที่อยู่นี้เพื่อ <a href=\"%s\" target=\"_blank\">เข้าถึงไฟล์ของคุณผ่าน WebDAV</a>",
|
||||
|
@ -117,6 +117,8 @@
|
|||
"Files are being scanned, please wait." : "ไฟล์กำลังอยู่ระหว่างการสแกน, กรุณารอสักครู่.",
|
||||
"Currently scanning" : "ปัจจุบันกำลังสแกน",
|
||||
"No favorites" : "ไม่มีรายการโปรด",
|
||||
"Files and folders you mark as favorite will show up here" : "ไฟล์และโฟลเดอร์ที่คุณทำเครื่องหมายเป็นรายการโปรดจะปรากฏขึ้นที่นี่"
|
||||
"Files and folders you mark as favorite will show up here" : "ไฟล์และโฟลเดอร์ที่คุณทำเครื่องหมายเป็นรายการโปรดจะปรากฏขึ้นที่นี่",
|
||||
"Text file" : "ไฟล์ข้อความ",
|
||||
"New text file.txt" : "ไฟล์ข้อความใหม่ .txt"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -87,6 +87,6 @@ OC.L10N.register(
|
|||
"Advanced settings" : "Erweiterte Einstellungen",
|
||||
"Delete" : "Löschen",
|
||||
"Add storage" : "Speicher hinzufügen",
|
||||
"Allow users to mount the following external storage" : "Erlaube es Benutzern, den folgenden externen Speicher einzubinden"
|
||||
"Allow users to mount the following external storage" : "Benutzern erlauben, den oder die folgenden externen Speicher einzubinden:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -85,6 +85,6 @@
|
|||
"Advanced settings" : "Erweiterte Einstellungen",
|
||||
"Delete" : "Löschen",
|
||||
"Add storage" : "Speicher hinzufügen",
|
||||
"Allow users to mount the following external storage" : "Erlaube es Benutzern, den folgenden externen Speicher einzubinden"
|
||||
"Allow users to mount the following external storage" : "Benutzern erlauben, den oder die folgenden externen Speicher einzubinden:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -70,6 +70,6 @@ OC.L10N.register(
|
|||
"Advanced settings" : "Erweiterte Einstellungen",
|
||||
"Delete" : "Löschen",
|
||||
"Add storage" : "Speicher hinzufügen",
|
||||
"Allow users to mount the following external storage" : "Erlauben Sie Benutzern, folgende externe Speicher einzubinden"
|
||||
"Allow users to mount the following external storage" : "Benutzern erlauben, den oder die folgenden externen Speicher einzubinden:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -68,6 +68,6 @@
|
|||
"Advanced settings" : "Erweiterte Einstellungen",
|
||||
"Delete" : "Löschen",
|
||||
"Add storage" : "Speicher hinzufügen",
|
||||
"Allow users to mount the following external storage" : "Erlauben Sie Benutzern, folgende externe Speicher einzubinden"
|
||||
"Allow users to mount the following external storage" : "Benutzern erlauben, den oder die folgenden externen Speicher einzubinden:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -24,6 +24,7 @@ OC.L10N.register(
|
|||
"Could not detect Base DN, please enter it manually." : "ไม่สามารถตรวจสอบ Base DN โปรดเลือกด้วยตนเอง",
|
||||
"{nthServer}. Server" : "เซิร์ฟเวอร์ {nthServer}",
|
||||
"No object found in the given Base DN. Please revise." : "ไม่พบวัตถุที่กำหนดใน Base DN กรุณาแก้ไข",
|
||||
"More than 1,000 directory entries available." : "ไดเรกทอรีมีอยู่มากกว่า 1,000 รายการ",
|
||||
" entries available within the provided Base DN" : "รายการที่มีอยู่ใน Base DN",
|
||||
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "เกิดข้อผิดพลาด กรุณาตรวจสอบ Base DN เช่นเดียวกับการตั้งค่าการเชื่อมต่อและข้อมูลที่สำคัญ",
|
||||
"Do you really want to delete the current Server Configuration?" : "คุณแน่ใจแล้วหรือว่าต้องการลบการกำหนดค่าเซิร์ฟเวอร์ปัจจุบันทิ้งไป?",
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
"Could not detect Base DN, please enter it manually." : "ไม่สามารถตรวจสอบ Base DN โปรดเลือกด้วยตนเอง",
|
||||
"{nthServer}. Server" : "เซิร์ฟเวอร์ {nthServer}",
|
||||
"No object found in the given Base DN. Please revise." : "ไม่พบวัตถุที่กำหนดใน Base DN กรุณาแก้ไข",
|
||||
"More than 1,000 directory entries available." : "ไดเรกทอรีมีอยู่มากกว่า 1,000 รายการ",
|
||||
" entries available within the provided Base DN" : "รายการที่มีอยู่ใน Base DN",
|
||||
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "เกิดข้อผิดพลาด กรุณาตรวจสอบ Base DN เช่นเดียวกับการตั้งค่าการเชื่อมต่อและข้อมูลที่สำคัญ",
|
||||
"Do you really want to delete the current Server Configuration?" : "คุณแน่ใจแล้วหรือว่าต้องการลบการกำหนดค่าเซิร์ฟเวอร์ปัจจุบันทิ้งไป?",
|
||||
|
|
|
@ -73,7 +73,6 @@ OC.L10N.register(
|
|||
"Authentication method" : "أسلوب التطابق",
|
||||
"Server address" : "عنوان الخادم",
|
||||
"Port" : "المنفذ",
|
||||
"Log level" : "مستوى السجل",
|
||||
"More" : "المزيد",
|
||||
"Less" : "أقل",
|
||||
"Version" : "إصدار",
|
||||
|
|
|
@ -71,7 +71,6 @@
|
|||
"Authentication method" : "أسلوب التطابق",
|
||||
"Server address" : "عنوان الخادم",
|
||||
"Port" : "المنفذ",
|
||||
"Log level" : "مستوى السجل",
|
||||
"More" : "المزيد",
|
||||
"Less" : "أقل",
|
||||
"Version" : "إصدار",
|
||||
|
|
|
@ -113,7 +113,6 @@ OC.L10N.register(
|
|||
"SMTP Password" : "Contraseña SMTP",
|
||||
"Test email settings" : "Probar configuración de corréu electrónicu",
|
||||
"Send email" : "Unviar mensaxe",
|
||||
"Log level" : "Nivel de rexistru",
|
||||
"More" : "Más",
|
||||
"Less" : "Menos",
|
||||
"Version" : "Versión",
|
||||
|
|
|
@ -111,7 +111,6 @@
|
|||
"SMTP Password" : "Contraseña SMTP",
|
||||
"Test email settings" : "Probar configuración de corréu electrónicu",
|
||||
"Send email" : "Unviar mensaxe",
|
||||
"Log level" : "Nivel de rexistru",
|
||||
"More" : "Más",
|
||||
"Less" : "Menos",
|
||||
"Version" : "Versión",
|
||||
|
|
|
@ -145,7 +145,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Səlahiyyətləri saxla",
|
||||
"Test email settings" : "Email qurmalarını test et",
|
||||
"Send email" : "Email yolla",
|
||||
"Log level" : "Jurnal səviyyəsi",
|
||||
"Download logfile" : "Jurnal faylını endir",
|
||||
"More" : "Yenə",
|
||||
"Less" : "Az",
|
||||
|
|
|
@ -143,7 +143,6 @@
|
|||
"Store credentials" : "Səlahiyyətləri saxla",
|
||||
"Test email settings" : "Email qurmalarını test et",
|
||||
"Send email" : "Email yolla",
|
||||
"Log level" : "Jurnal səviyyəsi",
|
||||
"Download logfile" : "Jurnal faylını endir",
|
||||
"More" : "Yenə",
|
||||
"Less" : "Az",
|
||||
|
|
|
@ -142,7 +142,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Запазвай креденциите",
|
||||
"Test email settings" : "Настройки на проверяващия имейл",
|
||||
"Send email" : "Изпрати имейл",
|
||||
"Log level" : "Детайли на доклада",
|
||||
"Download logfile" : "Изтегли log файла",
|
||||
"More" : "Още",
|
||||
"Less" : "По-малко",
|
||||
|
|
|
@ -140,7 +140,6 @@
|
|||
"Store credentials" : "Запазвай креденциите",
|
||||
"Test email settings" : "Настройки на проверяващия имейл",
|
||||
"Send email" : "Изпрати имейл",
|
||||
"Log level" : "Детайли на доклада",
|
||||
"Download logfile" : "Изтегли log файла",
|
||||
"More" : "Още",
|
||||
"Less" : "По-малко",
|
||||
|
|
|
@ -128,7 +128,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Spremi vjerodajnice",
|
||||
"Test email settings" : "Postavke za testnu e-poštu",
|
||||
"Send email" : "Pošalji e-poštu",
|
||||
"Log level" : "Razina zapisnika",
|
||||
"More" : "Više",
|
||||
"Less" : "Manje",
|
||||
"Version" : "Verzija",
|
||||
|
|
|
@ -126,7 +126,6 @@
|
|||
"Store credentials" : "Spremi vjerodajnice",
|
||||
"Test email settings" : "Postavke za testnu e-poštu",
|
||||
"Send email" : "Pošalji e-poštu",
|
||||
"Log level" : "Razina zapisnika",
|
||||
"More" : "Više",
|
||||
"Less" : "Manje",
|
||||
"Version" : "Verzija",
|
||||
|
|
|
@ -161,7 +161,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Emmagatzemar credencials",
|
||||
"Test email settings" : "Prova l'arranjament del correu",
|
||||
"Send email" : "Envia correu",
|
||||
"Log level" : "Nivell de registre",
|
||||
"Download logfile" : "Descarregar arxiu de registre",
|
||||
"More" : "Més",
|
||||
"Less" : "Menys",
|
||||
|
|
|
@ -159,7 +159,6 @@
|
|||
"Store credentials" : "Emmagatzemar credencials",
|
||||
"Test email settings" : "Prova l'arranjament del correu",
|
||||
"Send email" : "Envia correu",
|
||||
"Log level" : "Nivell de registre",
|
||||
"Download logfile" : "Descarregar arxiu de registre",
|
||||
"More" : "Més",
|
||||
"Less" : "Menys",
|
||||
|
|
|
@ -188,7 +188,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Ukládat přihlašovací údaje",
|
||||
"Test email settings" : "Otestovat nastavení emailu",
|
||||
"Send email" : "Odeslat email",
|
||||
"Log level" : "Úroveň zaznamenávání",
|
||||
"Download logfile" : "Stáhnout soubor logu",
|
||||
"More" : "Více",
|
||||
"Less" : "Méně",
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
"Store credentials" : "Ukládat přihlašovací údaje",
|
||||
"Test email settings" : "Otestovat nastavení emailu",
|
||||
"Send email" : "Odeslat email",
|
||||
"Log level" : "Úroveň zaznamenávání",
|
||||
"Download logfile" : "Stáhnout soubor logu",
|
||||
"More" : "Více",
|
||||
"Less" : "Méně",
|
||||
|
|
|
@ -181,7 +181,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Gem brugeroplysninger",
|
||||
"Test email settings" : "Test e-mail-indstillinger",
|
||||
"Send email" : "Send e-mail",
|
||||
"Log level" : "Log niveau",
|
||||
"Download logfile" : "Hent logfil",
|
||||
"More" : "Mere",
|
||||
"Less" : "Mindre",
|
||||
|
|
|
@ -179,7 +179,6 @@
|
|||
"Store credentials" : "Gem brugeroplysninger",
|
||||
"Test email settings" : "Test e-mail-indstillinger",
|
||||
"Send email" : "Send e-mail",
|
||||
"Log level" : "Log niveau",
|
||||
"Download logfile" : "Hent logfil",
|
||||
"More" : "Mere",
|
||||
"Less" : "Mindre",
|
||||
|
|
|
@ -136,16 +136,16 @@ OC.L10N.register(
|
|||
"Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "Bitte überprüfe noch einmal die <a target=\"_blank\" href=\"%s\">Installationsanleitungen ↗</a> und kontrolliere das <a href=\"#log-section\">Log</a> auf mögliche Fehler oder Warnungen.",
|
||||
"All checks passed." : "Alle Überprüfungen bestanden.",
|
||||
"Open documentation" : "Dokumentation öffnen",
|
||||
"Allow apps to use the Share API" : "Erlaubt Apps die Nutzung der Share-API",
|
||||
"Allow apps to use the Share API" : "Apps die Benutzung der Share-API erlauben",
|
||||
"Allow users to share via link" : "Benutzern erlauben, Inhalte über Links zu teilen",
|
||||
"Enforce password protection" : "Passwortschutz erzwingen",
|
||||
"Allow public uploads" : "Öffentliches Hochladen erlauben",
|
||||
"Allow users to send mail notification for shared files" : "Benutzern erlauben, E-Mail-Benachrichtigungen für freigegebene Dateien zu senden",
|
||||
"Set default expiration date" : "Setze Ablaufdatum",
|
||||
"Set default expiration date" : "Standardmäßiges Ablaufdatum setzen",
|
||||
"Expire after " : "Ablauf nach ",
|
||||
"days" : "Tagen",
|
||||
"Enforce expiration date" : "Ablaufdatum erzwingen",
|
||||
"Allow resharing" : "Erlaubt erneutes Teilen",
|
||||
"Allow resharing" : "Weiterverteilen erlauben",
|
||||
"Restrict users to only share with users in their groups" : "Benutzer auf das Teilen innerhalb ihrer Gruppen beschränken",
|
||||
"Allow users to send mail notification for shared files to other users" : "Benutzern erlauben, E-Mail-Benachrichtigungen für freigegebene Dateien an andere Benutzer zu senden",
|
||||
"Exclude groups from sharing" : "Gruppen von Freigaben ausschließen",
|
||||
|
@ -181,7 +181,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Anmeldeinformationen speichern",
|
||||
"Test email settings" : "E-Mail-Einstellungen testen",
|
||||
"Send email" : "E-Mail senden",
|
||||
"Log level" : "Loglevel",
|
||||
"Download logfile" : "Logdatei herunterladen",
|
||||
"More" : "Mehr",
|
||||
"Less" : "Weniger",
|
||||
|
|
|
@ -134,16 +134,16 @@
|
|||
"Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "Bitte überprüfe noch einmal die <a target=\"_blank\" href=\"%s\">Installationsanleitungen ↗</a> und kontrolliere das <a href=\"#log-section\">Log</a> auf mögliche Fehler oder Warnungen.",
|
||||
"All checks passed." : "Alle Überprüfungen bestanden.",
|
||||
"Open documentation" : "Dokumentation öffnen",
|
||||
"Allow apps to use the Share API" : "Erlaubt Apps die Nutzung der Share-API",
|
||||
"Allow apps to use the Share API" : "Apps die Benutzung der Share-API erlauben",
|
||||
"Allow users to share via link" : "Benutzern erlauben, Inhalte über Links zu teilen",
|
||||
"Enforce password protection" : "Passwortschutz erzwingen",
|
||||
"Allow public uploads" : "Öffentliches Hochladen erlauben",
|
||||
"Allow users to send mail notification for shared files" : "Benutzern erlauben, E-Mail-Benachrichtigungen für freigegebene Dateien zu senden",
|
||||
"Set default expiration date" : "Setze Ablaufdatum",
|
||||
"Set default expiration date" : "Standardmäßiges Ablaufdatum setzen",
|
||||
"Expire after " : "Ablauf nach ",
|
||||
"days" : "Tagen",
|
||||
"Enforce expiration date" : "Ablaufdatum erzwingen",
|
||||
"Allow resharing" : "Erlaubt erneutes Teilen",
|
||||
"Allow resharing" : "Weiterverteilen erlauben",
|
||||
"Restrict users to only share with users in their groups" : "Benutzer auf das Teilen innerhalb ihrer Gruppen beschränken",
|
||||
"Allow users to send mail notification for shared files to other users" : "Benutzern erlauben, E-Mail-Benachrichtigungen für freigegebene Dateien an andere Benutzer zu senden",
|
||||
"Exclude groups from sharing" : "Gruppen von Freigaben ausschließen",
|
||||
|
@ -179,7 +179,6 @@
|
|||
"Store credentials" : "Anmeldeinformationen speichern",
|
||||
"Test email settings" : "E-Mail-Einstellungen testen",
|
||||
"Send email" : "E-Mail senden",
|
||||
"Log level" : "Loglevel",
|
||||
"Download logfile" : "Logdatei herunterladen",
|
||||
"More" : "Mehr",
|
||||
"Less" : "Weniger",
|
||||
|
|
|
@ -129,12 +129,12 @@ OC.L10N.register(
|
|||
"It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten:",
|
||||
"Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "Bitte überprüfen Sie noch einmal die <a target=\"_blank\" href=\"%s\">Installationsanleitungen ↗</a> und kontrollieren Sie das <a href=\"#log-section\">Log</a> auf mögliche Fehler oder Warnungen.",
|
||||
"Open documentation" : "Dokumentation öffnen",
|
||||
"Allow apps to use the Share API" : "Anwendungen erlauben, die Share-API zu benutzen",
|
||||
"Allow apps to use the Share API" : "Apps die Benutzung der Share-API erlauben",
|
||||
"Allow users to share via link" : "Benutzern erlauben, Inhalte über Links zu teilen",
|
||||
"Enforce password protection" : "Passwortschutz erzwingen",
|
||||
"Allow public uploads" : "Öffentliches Hochladen erlauben",
|
||||
"Allow users to send mail notification for shared files" : "Benutzern erlauben, E-Mail-Benachrichtigungen für freigegebene Dateien zu senden",
|
||||
"Set default expiration date" : "Standardablaufdatum einstellen",
|
||||
"Set default expiration date" : "Standardmäßiges Ablaufdatum setzen",
|
||||
"Expire after " : "Ablauf nach ",
|
||||
"days" : "Tagen",
|
||||
"Enforce expiration date" : "Ablaufdatum erzwingen",
|
||||
|
@ -171,7 +171,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Anmeldeinformationen speichern",
|
||||
"Test email settings" : "E-Mail-Einstellungen testen",
|
||||
"Send email" : "E-Mail senden",
|
||||
"Log level" : "Log-Level",
|
||||
"Download logfile" : "Logdatei herunterladen",
|
||||
"More" : "Mehr",
|
||||
"Less" : "Weniger",
|
||||
|
|
|
@ -127,12 +127,12 @@
|
|||
"It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten:",
|
||||
"Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "Bitte überprüfen Sie noch einmal die <a target=\"_blank\" href=\"%s\">Installationsanleitungen ↗</a> und kontrollieren Sie das <a href=\"#log-section\">Log</a> auf mögliche Fehler oder Warnungen.",
|
||||
"Open documentation" : "Dokumentation öffnen",
|
||||
"Allow apps to use the Share API" : "Anwendungen erlauben, die Share-API zu benutzen",
|
||||
"Allow apps to use the Share API" : "Apps die Benutzung der Share-API erlauben",
|
||||
"Allow users to share via link" : "Benutzern erlauben, Inhalte über Links zu teilen",
|
||||
"Enforce password protection" : "Passwortschutz erzwingen",
|
||||
"Allow public uploads" : "Öffentliches Hochladen erlauben",
|
||||
"Allow users to send mail notification for shared files" : "Benutzern erlauben, E-Mail-Benachrichtigungen für freigegebene Dateien zu senden",
|
||||
"Set default expiration date" : "Standardablaufdatum einstellen",
|
||||
"Set default expiration date" : "Standardmäßiges Ablaufdatum setzen",
|
||||
"Expire after " : "Ablauf nach ",
|
||||
"days" : "Tagen",
|
||||
"Enforce expiration date" : "Ablaufdatum erzwingen",
|
||||
|
@ -169,7 +169,6 @@
|
|||
"Store credentials" : "Anmeldeinformationen speichern",
|
||||
"Test email settings" : "E-Mail-Einstellungen testen",
|
||||
"Send email" : "E-Mail senden",
|
||||
"Log level" : "Log-Level",
|
||||
"Download logfile" : "Logdatei herunterladen",
|
||||
"More" : "Mehr",
|
||||
"Less" : "Weniger",
|
||||
|
|
|
@ -188,7 +188,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Διαπιστευτήρια αποθήκευσης",
|
||||
"Test email settings" : "Δοκιμή ρυθμίσεων email",
|
||||
"Send email" : "Αποστολή email",
|
||||
"Log level" : "Επίπεδο καταγραφής",
|
||||
"Download logfile" : "Λήψη αρχείου ιστορικού",
|
||||
"More" : "Περισσότερα",
|
||||
"Less" : "Λιγότερα",
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
"Store credentials" : "Διαπιστευτήρια αποθήκευσης",
|
||||
"Test email settings" : "Δοκιμή ρυθμίσεων email",
|
||||
"Send email" : "Αποστολή email",
|
||||
"Log level" : "Επίπεδο καταγραφής",
|
||||
"Download logfile" : "Λήψη αρχείου ιστορικού",
|
||||
"More" : "Περισσότερα",
|
||||
"Less" : "Λιγότερα",
|
||||
|
|
|
@ -167,7 +167,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Store credentials",
|
||||
"Test email settings" : "Test email settings",
|
||||
"Send email" : "Send email",
|
||||
"Log level" : "Log level",
|
||||
"Download logfile" : "Download logfile",
|
||||
"More" : "More",
|
||||
"Less" : "Less",
|
||||
|
|
|
@ -165,7 +165,6 @@
|
|||
"Store credentials" : "Store credentials",
|
||||
"Test email settings" : "Test email settings",
|
||||
"Send email" : "Send email",
|
||||
"Log level" : "Log level",
|
||||
"Download logfile" : "Download logfile",
|
||||
"More" : "More",
|
||||
"Less" : "Less",
|
||||
|
|
|
@ -79,7 +79,6 @@ OC.L10N.register(
|
|||
"SMTP Username" : "SMTP-uzantonomo",
|
||||
"SMTP Password" : "SMTP-pasvorto",
|
||||
"Send email" : "Sendi retpoŝton",
|
||||
"Log level" : "Registronivelo",
|
||||
"More" : "Pli",
|
||||
"Less" : "Malpli",
|
||||
"Version" : "Eldono",
|
||||
|
|
|
@ -77,7 +77,6 @@
|
|||
"SMTP Username" : "SMTP-uzantonomo",
|
||||
"SMTP Password" : "SMTP-pasvorto",
|
||||
"Send email" : "Sendi retpoŝton",
|
||||
"Log level" : "Registronivelo",
|
||||
"More" : "Pli",
|
||||
"Less" : "Malpli",
|
||||
"Version" : "Eldono",
|
||||
|
|
|
@ -185,7 +185,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Almacenar credenciales",
|
||||
"Test email settings" : "Probar configuración de correo electrónico",
|
||||
"Send email" : "Enviar mensaje",
|
||||
"Log level" : "Nivel de registro",
|
||||
"Download logfile" : "Descargar archivo de registro",
|
||||
"More" : "Más",
|
||||
"Less" : "Menos",
|
||||
|
|
|
@ -183,7 +183,6 @@
|
|||
"Store credentials" : "Almacenar credenciales",
|
||||
"Test email settings" : "Probar configuración de correo electrónico",
|
||||
"Send email" : "Enviar mensaje",
|
||||
"Log level" : "Nivel de registro",
|
||||
"Download logfile" : "Descargar archivo de registro",
|
||||
"More" : "Más",
|
||||
"Less" : "Menos",
|
||||
|
|
|
@ -85,7 +85,6 @@ OC.L10N.register(
|
|||
"SMTP Password" : "Contraseña SMTP",
|
||||
"Test email settings" : "Configuracion de correo de prueba.",
|
||||
"Send email" : "Enviar correo",
|
||||
"Log level" : "Nivel de Log",
|
||||
"More" : "Más",
|
||||
"Less" : "Menos",
|
||||
"Version" : "Versión",
|
||||
|
|
|
@ -83,7 +83,6 @@
|
|||
"SMTP Password" : "Contraseña SMTP",
|
||||
"Test email settings" : "Configuracion de correo de prueba.",
|
||||
"Send email" : "Enviar correo",
|
||||
"Log level" : "Nivel de Log",
|
||||
"More" : "Más",
|
||||
"Less" : "Menos",
|
||||
"Version" : "Versión",
|
||||
|
|
|
@ -62,7 +62,6 @@ OC.L10N.register(
|
|||
"Encryption" : "Cifrado",
|
||||
"Server address" : "Dirección del servidor",
|
||||
"Port" : "Puerto",
|
||||
"Log level" : "Nivel de registro",
|
||||
"More" : "Más",
|
||||
"Less" : "Menos",
|
||||
"Version" : "Versión",
|
||||
|
|
|
@ -60,7 +60,6 @@
|
|||
"Encryption" : "Cifrado",
|
||||
"Server address" : "Dirección del servidor",
|
||||
"Port" : "Puerto",
|
||||
"Log level" : "Nivel de registro",
|
||||
"More" : "Más",
|
||||
"Less" : "Menos",
|
||||
"Version" : "Versión",
|
||||
|
|
|
@ -149,7 +149,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Säilita kasutajaandmed",
|
||||
"Test email settings" : "Testi e-posti seadeid",
|
||||
"Send email" : "Saada kiri",
|
||||
"Log level" : "Logi tase",
|
||||
"Download logfile" : "Laadi logifail alla",
|
||||
"More" : "Rohkem",
|
||||
"Less" : "Vähem",
|
||||
|
|
|
@ -147,7 +147,6 @@
|
|||
"Store credentials" : "Säilita kasutajaandmed",
|
||||
"Test email settings" : "Testi e-posti seadeid",
|
||||
"Send email" : "Saada kiri",
|
||||
"Log level" : "Logi tase",
|
||||
"Download logfile" : "Laadi logifail alla",
|
||||
"More" : "Rohkem",
|
||||
"Less" : "Vähem",
|
||||
|
|
|
@ -134,7 +134,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Gorde kredentzialak",
|
||||
"Test email settings" : "Probatu eposta ezarpenak",
|
||||
"Send email" : "Bidali eposta",
|
||||
"Log level" : "Erregistro maila",
|
||||
"Download logfile" : "Deskargatu log fitxategia",
|
||||
"More" : "Gehiago",
|
||||
"Less" : "Gutxiago",
|
||||
|
|
|
@ -132,7 +132,6 @@
|
|||
"Store credentials" : "Gorde kredentzialak",
|
||||
"Test email settings" : "Probatu eposta ezarpenak",
|
||||
"Send email" : "Bidali eposta",
|
||||
"Log level" : "Erregistro maila",
|
||||
"Download logfile" : "Deskargatu log fitxategia",
|
||||
"More" : "Gehiago",
|
||||
"Less" : "Gutxiago",
|
||||
|
|
|
@ -144,7 +144,6 @@ OC.L10N.register(
|
|||
"SMTP Password" : "رمز عبور SMTP",
|
||||
"Test email settings" : "تنظیمات ایمیل آزمایشی",
|
||||
"Send email" : "ارسال ایمیل",
|
||||
"Log level" : "سطح ورود",
|
||||
"Download logfile" : "دانلود فایل لاگ",
|
||||
"More" : "بیشتر",
|
||||
"Less" : "کمتر",
|
||||
|
|
|
@ -142,7 +142,6 @@
|
|||
"SMTP Password" : "رمز عبور SMTP",
|
||||
"Test email settings" : "تنظیمات ایمیل آزمایشی",
|
||||
"Send email" : "ارسال ایمیل",
|
||||
"Log level" : "سطح ورود",
|
||||
"Download logfile" : "دانلود فایل لاگ",
|
||||
"More" : "بیشتر",
|
||||
"Less" : "کمتر",
|
||||
|
|
|
@ -176,7 +176,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Säilytä tilitiedot",
|
||||
"Test email settings" : "Testaa sähköpostiasetukset",
|
||||
"Send email" : "Lähetä sähköpostiviesti",
|
||||
"Log level" : "Lokitaso",
|
||||
"Download logfile" : "Lataa lokitiedosto",
|
||||
"More" : "Enemmän",
|
||||
"Less" : "Vähemmän",
|
||||
|
|
|
@ -174,7 +174,6 @@
|
|||
"Store credentials" : "Säilytä tilitiedot",
|
||||
"Test email settings" : "Testaa sähköpostiasetukset",
|
||||
"Send email" : "Lähetä sähköpostiviesti",
|
||||
"Log level" : "Lokitaso",
|
||||
"Download logfile" : "Lataa lokitiedosto",
|
||||
"More" : "Enemmän",
|
||||
"Less" : "Vähemmän",
|
||||
|
|
|
@ -188,7 +188,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Enregistrer les identifiants",
|
||||
"Test email settings" : "Tester les paramètres e-mail",
|
||||
"Send email" : "Envoyer un e-mail",
|
||||
"Log level" : "Niveau de log",
|
||||
"Download logfile" : "Télécharger le fichier de journalisation",
|
||||
"More" : "Plus",
|
||||
"Less" : "Moins",
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
"Store credentials" : "Enregistrer les identifiants",
|
||||
"Test email settings" : "Tester les paramètres e-mail",
|
||||
"Send email" : "Envoyer un e-mail",
|
||||
"Log level" : "Niveau de log",
|
||||
"Download logfile" : "Télécharger le fichier de journalisation",
|
||||
"More" : "Plus",
|
||||
"Less" : "Moins",
|
||||
|
|
|
@ -174,7 +174,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Gardar as credenciais",
|
||||
"Test email settings" : "Correo de proba dos axustes",
|
||||
"Send email" : "Enviar o correo",
|
||||
"Log level" : "Nivel de rexistro",
|
||||
"Download logfile" : "Descargar o ficheiro do rexistro",
|
||||
"More" : "Máis",
|
||||
"Less" : "Menos",
|
||||
|
|
|
@ -172,7 +172,6 @@
|
|||
"Store credentials" : "Gardar as credenciais",
|
||||
"Test email settings" : "Correo de proba dos axustes",
|
||||
"Send email" : "Enviar o correo",
|
||||
"Log level" : "Nivel de rexistro",
|
||||
"Download logfile" : "Descargar o ficheiro do rexistro",
|
||||
"More" : "Máis",
|
||||
"Less" : "Menos",
|
||||
|
|
|
@ -41,7 +41,6 @@ OC.L10N.register(
|
|||
"Server address" : "כתובת שרת",
|
||||
"Port" : "פורט",
|
||||
"Credentials" : "פרטי גישה",
|
||||
"Log level" : "רמת הדיווח",
|
||||
"More" : "יותר",
|
||||
"Less" : "פחות",
|
||||
"Version" : "גרסא",
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
"Server address" : "כתובת שרת",
|
||||
"Port" : "פורט",
|
||||
"Credentials" : "פרטי גישה",
|
||||
"Log level" : "רמת הדיווח",
|
||||
"More" : "יותר",
|
||||
"Less" : "פחות",
|
||||
"Version" : "גרסא",
|
||||
|
|
|
@ -111,7 +111,6 @@ OC.L10N.register(
|
|||
"SMTP Password" : "Lozinka SMPT",
|
||||
"Test email settings" : "Postavke za testnu e-poštu",
|
||||
"Send email" : "Pošaljite e-poštu",
|
||||
"Log level" : "Razina zapisnika",
|
||||
"More" : "Više",
|
||||
"Less" : "Manje",
|
||||
"Version" : "Verzija",
|
||||
|
|
|
@ -109,7 +109,6 @@
|
|||
"SMTP Password" : "Lozinka SMPT",
|
||||
"Test email settings" : "Postavke za testnu e-poštu",
|
||||
"Send email" : "Pošaljite e-poštu",
|
||||
"Log level" : "Razina zapisnika",
|
||||
"More" : "Više",
|
||||
"Less" : "Manje",
|
||||
"Version" : "Verzija",
|
||||
|
|
|
@ -171,7 +171,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Azonosítók eltárolása",
|
||||
"Test email settings" : "Az e-mail beállítások ellenőrzése",
|
||||
"Send email" : "E-mail küldése",
|
||||
"Log level" : "Naplózási szint",
|
||||
"Download logfile" : "Naplófájl letöltése",
|
||||
"More" : "Több",
|
||||
"Less" : "Kevesebb",
|
||||
|
|
|
@ -169,7 +169,6 @@
|
|||
"Store credentials" : "Azonosítók eltárolása",
|
||||
"Test email settings" : "Az e-mail beállítások ellenőrzése",
|
||||
"Send email" : "E-mail küldése",
|
||||
"Log level" : "Naplózási szint",
|
||||
"Download logfile" : "Naplófájl letöltése",
|
||||
"More" : "Több",
|
||||
"Less" : "Kevesebb",
|
||||
|
|
|
@ -188,7 +188,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Simpan kredensial",
|
||||
"Test email settings" : "Pengaturan email percobaan",
|
||||
"Send email" : "Kirim email",
|
||||
"Log level" : "Level log",
|
||||
"Download logfile" : "Unduh berkas log",
|
||||
"More" : "Lainnya",
|
||||
"Less" : "Ciutkan",
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
"Store credentials" : "Simpan kredensial",
|
||||
"Test email settings" : "Pengaturan email percobaan",
|
||||
"Send email" : "Kirim email",
|
||||
"Log level" : "Level log",
|
||||
"Download logfile" : "Unduh berkas log",
|
||||
"More" : "Lainnya",
|
||||
"Less" : "Ciutkan",
|
||||
|
|
|
@ -188,7 +188,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Memorizza le credenziali",
|
||||
"Test email settings" : "Prova impostazioni email",
|
||||
"Send email" : "Invia email",
|
||||
"Log level" : "Livello di log",
|
||||
"Download logfile" : "Scarica file di log",
|
||||
"More" : "Altro",
|
||||
"Less" : "Meno",
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
"Store credentials" : "Memorizza le credenziali",
|
||||
"Test email settings" : "Prova impostazioni email",
|
||||
"Send email" : "Invia email",
|
||||
"Log level" : "Livello di log",
|
||||
"Download logfile" : "Scarica file di log",
|
||||
"More" : "Altro",
|
||||
"Less" : "Meno",
|
||||
|
|
|
@ -188,7 +188,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "資格情報を保存",
|
||||
"Test email settings" : "メール設定のテスト",
|
||||
"Send email" : "メールを送信",
|
||||
"Log level" : "ログレベル",
|
||||
"Download logfile" : "ログファイルのダウンロード",
|
||||
"More" : "もっと見る",
|
||||
"Less" : "閉じる",
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
"Store credentials" : "資格情報を保存",
|
||||
"Test email settings" : "メール設定のテスト",
|
||||
"Send email" : "メールを送信",
|
||||
"Log level" : "ログレベル",
|
||||
"Download logfile" : "ログファイルのダウンロード",
|
||||
"More" : "もっと見る",
|
||||
"Less" : "閉じる",
|
||||
|
|
|
@ -41,7 +41,6 @@ OC.L10N.register(
|
|||
"Server address" : "სერვერის მისამართი",
|
||||
"Port" : "პორტი",
|
||||
"Credentials" : "იუზერ/პაროლი",
|
||||
"Log level" : "ლოგირების დონე",
|
||||
"More" : "უფრო მეტი",
|
||||
"Less" : "უფრო ნაკლები",
|
||||
"Version" : "ვერსია",
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
"Server address" : "სერვერის მისამართი",
|
||||
"Port" : "პორტი",
|
||||
"Credentials" : "იუზერ/პაროლი",
|
||||
"Log level" : "ლოგირების დონე",
|
||||
"More" : "უფრო მეტი",
|
||||
"Less" : "უფრო ნაკლები",
|
||||
"Version" : "ვერსია",
|
||||
|
|
|
@ -56,7 +56,6 @@ OC.L10N.register(
|
|||
"Server address" : "អាសយដ្ឋានម៉ាស៊ីនបម្រើ",
|
||||
"Port" : "ច្រក",
|
||||
"Send email" : "ផ្ញើអ៊ីមែល",
|
||||
"Log level" : "កម្រិត Log",
|
||||
"More" : "ច្រើនទៀត",
|
||||
"Less" : "តិច",
|
||||
"Version" : "កំណែ",
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
"Server address" : "អាសយដ្ឋានម៉ាស៊ីនបម្រើ",
|
||||
"Port" : "ច្រក",
|
||||
"Send email" : "ផ្ញើអ៊ីមែល",
|
||||
"Log level" : "កម្រិត Log",
|
||||
"More" : "ច្រើនទៀត",
|
||||
"Less" : "តិច",
|
||||
"Version" : "កំណែ",
|
||||
|
|
|
@ -92,7 +92,6 @@ OC.L10N.register(
|
|||
"SMTP Password" : "SMTP ಗುಪ್ತ ಪದ",
|
||||
"Test email settings" : "ಪರೀರ್ಕ್ಷಾತ ಇ-ಅಂಚೆಯ ಆಯ್ಕೇ",
|
||||
"Send email" : "ಇ-ಅಂಚೆಯನ್ನು ಕಳುಹಿಸಿ",
|
||||
"Log level" : "ಹಿನ್ನೆಲೆಯ ದಾಖಲೆಯ ಮಟ್ಟದ",
|
||||
"More" : "ಇನ್ನಷ್ಟು",
|
||||
"Less" : "ಕಡಿಮೆ",
|
||||
"Version" : "ಆವೃತ್ತಿ",
|
||||
|
|
|
@ -90,7 +90,6 @@
|
|||
"SMTP Password" : "SMTP ಗುಪ್ತ ಪದ",
|
||||
"Test email settings" : "ಪರೀರ್ಕ್ಷಾತ ಇ-ಅಂಚೆಯ ಆಯ್ಕೇ",
|
||||
"Send email" : "ಇ-ಅಂಚೆಯನ್ನು ಕಳುಹಿಸಿ",
|
||||
"Log level" : "ಹಿನ್ನೆಲೆಯ ದಾಖಲೆಯ ಮಟ್ಟದ",
|
||||
"More" : "ಇನ್ನಷ್ಟು",
|
||||
"Less" : "ಕಡಿಮೆ",
|
||||
"Version" : "ಆವೃತ್ತಿ",
|
||||
|
|
|
@ -188,7 +188,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "인증 정보 저장",
|
||||
"Test email settings" : "이메일 설정 시험",
|
||||
"Send email" : "이메일 보내기",
|
||||
"Log level" : "로그 단계",
|
||||
"Download logfile" : "로그 파일 다운로드",
|
||||
"More" : "더 중요함",
|
||||
"Less" : "덜 중요함",
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
"Store credentials" : "인증 정보 저장",
|
||||
"Test email settings" : "이메일 설정 시험",
|
||||
"Send email" : "이메일 보내기",
|
||||
"Log level" : "로그 단계",
|
||||
"Download logfile" : "로그 파일 다운로드",
|
||||
"More" : "더 중요함",
|
||||
"Less" : "덜 중요함",
|
||||
|
|
|
@ -63,7 +63,6 @@ OC.L10N.register(
|
|||
"Authentication required" : "Reikalinga autentikacija",
|
||||
"Server address" : "Serverio adresas",
|
||||
"Port" : "Prievadas",
|
||||
"Log level" : "Žurnalo išsamumas",
|
||||
"More" : "Daugiau",
|
||||
"Less" : "Mažiau",
|
||||
"Version" : "Versija",
|
||||
|
|
|
@ -61,7 +61,6 @@
|
|||
"Authentication required" : "Reikalinga autentikacija",
|
||||
"Server address" : "Serverio adresas",
|
||||
"Port" : "Prievadas",
|
||||
"Log level" : "Žurnalo išsamumas",
|
||||
"More" : "Daugiau",
|
||||
"Less" : "Mažiau",
|
||||
"Version" : "Versija",
|
||||
|
|
|
@ -112,7 +112,6 @@ OC.L10N.register(
|
|||
"SMTP Password" : "SMTP parole",
|
||||
"Test email settings" : "Izmēģināt e-pasta iestatījumus",
|
||||
"Send email" : "Sūtīt e-pastu",
|
||||
"Log level" : "Žurnāla līmenis",
|
||||
"More" : "Vairāk",
|
||||
"Less" : "Mazāk",
|
||||
"Version" : "Versija",
|
||||
|
|
|
@ -110,7 +110,6 @@
|
|||
"SMTP Password" : "SMTP parole",
|
||||
"Test email settings" : "Izmēģināt e-pasta iestatījumus",
|
||||
"Send email" : "Sūtīt e-pastu",
|
||||
"Log level" : "Žurnāla līmenis",
|
||||
"More" : "Vairāk",
|
||||
"Less" : "Mazāk",
|
||||
"Version" : "Versija",
|
||||
|
|
|
@ -103,7 +103,6 @@ OC.L10N.register(
|
|||
"SMTP Password" : "SMTP лозинка",
|
||||
"Test email settings" : "Провери ги нагодувањаа за електронска пошта",
|
||||
"Send email" : "Испрати пошта",
|
||||
"Log level" : "Ниво на логирање",
|
||||
"More" : "Повеќе",
|
||||
"Less" : "Помалку",
|
||||
"Version" : "Верзија",
|
||||
|
|
|
@ -101,7 +101,6 @@
|
|||
"SMTP Password" : "SMTP лозинка",
|
||||
"Test email settings" : "Провери ги нагодувањаа за електронска пошта",
|
||||
"Send email" : "Испрати пошта",
|
||||
"Log level" : "Ниво на логирање",
|
||||
"More" : "Повеќе",
|
||||
"Less" : "Помалку",
|
||||
"Version" : "Верзија",
|
||||
|
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"__language_name__" : "_nama_bahasa_",
|
||||
"Login" : "Log masuk",
|
||||
"Server address" : "Alamat pelayan",
|
||||
"Log level" : "Tahap Log",
|
||||
"More" : "Lanjutan",
|
||||
"by" : "oleh",
|
||||
"Password" : "Kata laluan",
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"__language_name__" : "_nama_bahasa_",
|
||||
"Login" : "Log masuk",
|
||||
"Server address" : "Alamat pelayan",
|
||||
"Log level" : "Tahap Log",
|
||||
"More" : "Lanjutan",
|
||||
"by" : "oleh",
|
||||
"Password" : "Kata laluan",
|
||||
|
|
|
@ -187,7 +187,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Lagre påloggingsdetaljer",
|
||||
"Test email settings" : "Test innstillinger for e-post",
|
||||
"Send email" : "Send e-post",
|
||||
"Log level" : "Loggnivå",
|
||||
"Download logfile" : "Last ned loggfil",
|
||||
"More" : "Mer",
|
||||
"Less" : "Mindre",
|
||||
|
|
|
@ -185,7 +185,6 @@
|
|||
"Store credentials" : "Lagre påloggingsdetaljer",
|
||||
"Test email settings" : "Test innstillinger for e-post",
|
||||
"Send email" : "Send e-post",
|
||||
"Log level" : "Loggnivå",
|
||||
"Download logfile" : "Last ned loggfil",
|
||||
"More" : "Mer",
|
||||
"Less" : "Mindre",
|
||||
|
|
|
@ -188,7 +188,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Opslaan inloggegevens",
|
||||
"Test email settings" : "Test e-mailinstellingen",
|
||||
"Send email" : "Versturen e-mail",
|
||||
"Log level" : "Log niveau",
|
||||
"Download logfile" : "Download logbestand",
|
||||
"More" : "Meer",
|
||||
"Less" : "Minder",
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
"Store credentials" : "Opslaan inloggegevens",
|
||||
"Test email settings" : "Test e-mailinstellingen",
|
||||
"Send email" : "Versturen e-mail",
|
||||
"Log level" : "Log niveau",
|
||||
"Download logfile" : "Download logbestand",
|
||||
"More" : "Meer",
|
||||
"Less" : "Minder",
|
||||
|
|
|
@ -47,7 +47,6 @@ OC.L10N.register(
|
|||
"Execute one task with each page loaded" : "Utfør éi oppgåve for kvar sidelasting",
|
||||
"Encryption" : "Kryptering",
|
||||
"Server address" : "Tenaradresse",
|
||||
"Log level" : "Log nivå",
|
||||
"More" : "Meir",
|
||||
"Less" : "Mindre",
|
||||
"Version" : "Utgåve",
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
"Execute one task with each page loaded" : "Utfør éi oppgåve for kvar sidelasting",
|
||||
"Encryption" : "Kryptering",
|
||||
"Server address" : "Tenaradresse",
|
||||
"Log level" : "Log nivå",
|
||||
"More" : "Meir",
|
||||
"Less" : "Mindre",
|
||||
"Version" : "Utgåve",
|
||||
|
|
|
@ -188,7 +188,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Enregistrar los identificants",
|
||||
"Test email settings" : "Testar los paramètres e-mail",
|
||||
"Send email" : "Mandar un mail",
|
||||
"Log level" : "Nivèl de log",
|
||||
"Download logfile" : "Telecargar lo fichièr de jornalizacion",
|
||||
"More" : "Mai",
|
||||
"Less" : "Mens",
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
"Store credentials" : "Enregistrar los identificants",
|
||||
"Test email settings" : "Testar los paramètres e-mail",
|
||||
"Send email" : "Mandar un mail",
|
||||
"Log level" : "Nivèl de log",
|
||||
"Download logfile" : "Telecargar lo fichièr de jornalizacion",
|
||||
"More" : "Mai",
|
||||
"Less" : "Mens",
|
||||
|
|
|
@ -134,7 +134,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Zapisz poświadczenia",
|
||||
"Test email settings" : "Ustawienia testowej wiadomości",
|
||||
"Send email" : "Wyślij email",
|
||||
"Log level" : "Poziom logów",
|
||||
"Download logfile" : "Pobierz plik log",
|
||||
"More" : "Więcej",
|
||||
"Less" : "Mniej",
|
||||
|
|
|
@ -132,7 +132,6 @@
|
|||
"Store credentials" : "Zapisz poświadczenia",
|
||||
"Test email settings" : "Ustawienia testowej wiadomości",
|
||||
"Send email" : "Wyślij email",
|
||||
"Log level" : "Poziom logów",
|
||||
"Download logfile" : "Pobierz plik log",
|
||||
"More" : "Więcej",
|
||||
"Less" : "Mniej",
|
||||
|
|
|
@ -188,7 +188,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Armazenar credenciais",
|
||||
"Test email settings" : "Configurações de e-mail de teste",
|
||||
"Send email" : "Enviar email",
|
||||
"Log level" : "Nível de registro",
|
||||
"Download logfile" : "Baixar o arquivo de log",
|
||||
"More" : "Mais",
|
||||
"Less" : "Menos",
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
"Store credentials" : "Armazenar credenciais",
|
||||
"Test email settings" : "Configurações de e-mail de teste",
|
||||
"Send email" : "Enviar email",
|
||||
"Log level" : "Nível de registro",
|
||||
"Download logfile" : "Baixar o arquivo de log",
|
||||
"More" : "Mais",
|
||||
"Less" : "Menos",
|
||||
|
|
|
@ -165,7 +165,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Armazenar credenciais",
|
||||
"Test email settings" : "Testar definições de e-mail",
|
||||
"Send email" : "Enviar email",
|
||||
"Log level" : "Nível do registo",
|
||||
"Download logfile" : "Descarregar logfile",
|
||||
"More" : "Mais",
|
||||
"Less" : "Menos",
|
||||
|
|
|
@ -163,7 +163,6 @@
|
|||
"Store credentials" : "Armazenar credenciais",
|
||||
"Test email settings" : "Testar definições de e-mail",
|
||||
"Send email" : "Enviar email",
|
||||
"Log level" : "Nível do registo",
|
||||
"Download logfile" : "Descarregar logfile",
|
||||
"More" : "Mais",
|
||||
"Less" : "Menos",
|
||||
|
|
|
@ -82,7 +82,6 @@ OC.L10N.register(
|
|||
"SMTP Password" : "Parolă SMTP",
|
||||
"Test email settings" : "Verifică setările de e-mail",
|
||||
"Send email" : "Expediază mesajul",
|
||||
"Log level" : "Nivel jurnal",
|
||||
"More" : "Mai mult",
|
||||
"Less" : "Mai puțin",
|
||||
"Version" : "Versiunea",
|
||||
|
|
|
@ -80,7 +80,6 @@
|
|||
"SMTP Password" : "Parolă SMTP",
|
||||
"Test email settings" : "Verifică setările de e-mail",
|
||||
"Send email" : "Expediază mesajul",
|
||||
"Log level" : "Nivel jurnal",
|
||||
"More" : "Mai mult",
|
||||
"Less" : "Mai puțin",
|
||||
"Version" : "Versiunea",
|
||||
|
|
|
@ -188,7 +188,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Сохранить учётные данные",
|
||||
"Test email settings" : "Проверить настройки почты",
|
||||
"Send email" : "Отправить email",
|
||||
"Log level" : "Уровень детализации журнала",
|
||||
"Download logfile" : "Скачать журнал",
|
||||
"More" : "Больше",
|
||||
"Less" : "Меньше",
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
"Store credentials" : "Сохранить учётные данные",
|
||||
"Test email settings" : "Проверить настройки почты",
|
||||
"Send email" : "Отправить email",
|
||||
"Log level" : "Уровень детализации журнала",
|
||||
"Download logfile" : "Скачать журнал",
|
||||
"More" : "Больше",
|
||||
"Less" : "Меньше",
|
||||
|
|
|
@ -160,7 +160,6 @@ OC.L10N.register(
|
|||
"Store credentials" : "Ukladať prihlasovacie údaje",
|
||||
"Test email settings" : "Nastavenia testovacieho emailu",
|
||||
"Send email" : "Odoslať email",
|
||||
"Log level" : "Úroveň záznamu",
|
||||
"Download logfile" : "Stiahnuť súbor logu",
|
||||
"More" : "Viac",
|
||||
"Less" : "Menej",
|
||||
|
|
|
@ -158,7 +158,6 @@
|
|||
"Store credentials" : "Ukladať prihlasovacie údaje",
|
||||
"Test email settings" : "Nastavenia testovacieho emailu",
|
||||
"Send email" : "Odoslať email",
|
||||
"Log level" : "Úroveň záznamu",
|
||||
"Download logfile" : "Stiahnuť súbor logu",
|
||||
"More" : "Viac",
|
||||
"Less" : "Menej",
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче