25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
|
$languageStrings = [
|
|
'LBL_OOT_TEMPLATES' => 'Document templates',
|
|
'LBL_OOT_SELECT_TEMPLATE' => 'Template',
|
|
'LBL_OOT_FORMAT' => 'Format',
|
|
'LBL_OOT_FORMAT_PDF' => 'PDF',
|
|
'LBL_OOT_FORMAT_DOCX' => 'DOCX',
|
|
'LBL_OOT_DOWNLOAD' => 'Download',
|
|
'LBL_OOT_SAVE_TO_DOCUMENTS' => 'Save to Documents',
|
|
'LBL_OOT_NO_TEMPLATES' => 'No templates for this module',
|
|
'LBL_OOT_EMPTY_LIST' => 'No templates found',
|
|
'LBL_OOT_NAME' => 'Name',
|
|
'LBL_OOT_MODULE' => 'Module',
|
|
'LBL_OOT_FILE' => 'File',
|
|
'LBL_OOT_CREATED_AT' => 'Created',
|
|
'LBL_OOT_ADD_TEMPLATE' => 'Add template',
|
|
'LBL_OOT_FILE_HINT' => 'DOCX files only',
|
|
'LBL_OOT_EDIT_TEMPLATE' => 'Edit template',
|
|
'LBL_OOT_NEW_TEMPLATE' => 'New template',
|
|
'LBL_OOT_EDITOR_HINT' => 'Edit the document on the right. Saving to S3 happens automatically when closing or when clicking Save in the editor.',
|
|
'LBL_OOT_EDITOR_FALLBACK' => 'If OnlyOffice is not configured, you can upload a DOCX file instead.',
|
|
'LBL_OOT_ADD_VIA_UPLOAD' => 'Upload DOCX file',
|
|
'LBL_OOT_UPLOAD_FILE' => 'Upload file',
|
|
];
|