zentaobiz.php 463 B

1234567891011
  1. <?php
  2. $lang->api->export = 'API Export';
  3. $lang->api->exportScope['single'] = 'Current API';
  4. $lang->api->exportScope['all'] = 'All API';
  5. $lang->api->exportListAll = 'Interface documents in the list';
  6. $lang->api->exportProjectAll = 'Interface documents for link product';
  7. $lang->api->exportProductAll = 'Interface documents for link project';
  8. $lang->api->exportNoLinkAll = 'Interface documents for no link';
  9. $lang->api->untitled = 'Untitled';