10 lines
770 B
JavaScript
10 lines
770 B
JavaScript
OC.L10N.register(
|
|
"files_pdfviewer",
|
|
{
|
|
"PDF viewer" : "PDF-Viewer",
|
|
"Directly view PDF documents in your F7cloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)" : "Sehen Sie sich PDF-Dokumente direkt in Ihrer F7cloud an.\nAls zusätzlichen Bonus kann diese App auch Adobe Illustrator-Dateien (.ai) anzeigen.\nUnterstützt von [pdf.js](https://mozilla.github.io/pdf.js/)",
|
|
"File upload failed." : "Fehler beim Hochladen der Datei",
|
|
"To view a shared PDF file, the download needs to be allowed for this file share" : "Um eine freigegebene PDF-Datei anzuzeigen, muss das Herunterladen für diese Dateifreigabe erlaubt sein"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|