10 lines
810 B
JavaScript
10 lines
810 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/)" : "PDFドキュメントをF7cloudで直接表示できます。\nさらに、このアプリはAdobe Illustrator (.ai) ファイルも表示できます。\nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)",
|
|
"File upload failed." : "アップロードに失敗しました。",
|
|
"To view a shared PDF file, the download needs to be allowed for this file share" : "共有されたPDFファイルを表示するには、このファイル共有でダウンロードを許可する必要があります"
|
|
},
|
|
"nplurals=1; plural=0;");
|