f7cloud_client/apps/files_pdfviewer/l10n/it.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

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;");