zentaopms/extension/biz/doc/ext/lang/en/doc2export.php
2023-05-16 10:50:42 +08:00

12 lines
507 B
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang->doc->export = new stdclass();
$lang->doc->export->title = 'Export %s';
$lang->doc->export->account = 'Authorized person';
$lang->doc->export->fileName = 'File name';
$lang->doc->export->fileType = 'File type';
$lang->doc->export->encode = 'encode';
$lang->doc->export->chapter = 'Choose chapter';
$lang->doc->export->doc = 'Choose doc';
$lang->doc->export->allDoc = 'All doc';
$lang->doc->export->currentDoc = 'Current Doc';