doc2export.php 1.2 KB

123456789101112131415161718192021222324
  1. <?php
  2. $lang->doc->export = new stdclass();
  3. $lang->doc->export->title = 'Export %s';
  4. $lang->doc->export->account = 'Authorized person:';
  5. $lang->doc->export->fileName = 'File name';
  6. $lang->doc->export->fileType = 'File type';
  7. $lang->doc->export->encode = 'Encode';
  8. $lang->doc->export->chapter = 'Choose chapter';
  9. $lang->doc->export->doc = 'Choose doc';
  10. $lang->doc->export->selected = 'Selected documents';
  11. $lang->doc->export->listAll = 'All documents in list';
  12. $lang->doc->export->productAll = "All documents in {$lang->productCommon}";
  13. $lang->doc->export->projectAll = "All documents in {$lang->projectCommon}";
  14. $lang->doc->export->executionAll = "All documents in {$lang->execution->common}";
  15. $lang->doc->export->spaceAll = "All documents in space";
  16. $lang->doc->export->allDoc = 'All doc';
  17. $lang->doc->export->currentDoc = 'Current Doc';
  18. $lang->doc->export->range = 'Export range';
  19. $lang->doc->export->format = 'Export format';
  20. $lang->doc->export->formatList['zip'] = 'ZIP';
  21. $lang->doc->export->formatList['doc'] = 'Merge in word';
  22. $lang->doc->projectSpaceExportNameSuffix = ' Space Documents';