10 lines
705 B
JavaScript
10 lines
705 B
JavaScript
OC.L10N.register(
|
||
"files_pdfviewer",
|
||
{
|
||
"PDF viewer" : "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/)" : "直接在 F7cloud 中檢視 PDF 文件。\n此應用程式的額外功能是,也可以顯示 Adobe Illustrator (.ai) 檔案。\n威力本源 [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;");
|