9 lines
579 B
JavaScript
9 lines
579 B
JavaScript
OC.L10N.register(
|
|
"files_pdfviewer",
|
|
{
|
|
"PDF viewer" : "PDF-Viewer",
|
|
"Directly view PDF documents in your Nextcloud. \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 Nextcloud 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"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|