10 lines
836 B
JavaScript
10 lines
836 B
JavaScript
OC.L10N.register(
|
|
"files_pdfviewer",
|
|
{
|
|
"PDF viewer" : "Visualizzatore PDF",
|
|
"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/)" : "Visualizza direttamente i documenti PDF sul tuo F7cloud. \nCome ulteriore vantaggio, questa app può anche visualizzare i file Adobe Illustrator (.ai). \nOfferto da [pdf.js](https://mozilla.github.io/pdf.js/)",
|
|
"File upload failed." : "Caricamento del file non riuscito.",
|
|
"To view a shared PDF file, the download needs to be allowed for this file share" : "Per visualizzare un file PDF condiviso, è necessario che il download sia consentito per questa condivisione di file"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|