template.lang.php 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?php
  2. $LANG['template_directory_not_write'] = 'Sorry, the template directory is not writeable';
  3. $LANG['only_allowed_to_upload_txt_files'] = 'ONLY .txt files allowed.';
  4. $LANG['mode'] = 'Import';
  5. $LANG['upload_file'] = 'Upload files';
  6. $LANG['enter_coad'] = 'Enter your code';
  7. $LANG['export'] = 'Export';
  8. $LANG['disable'] = 'Disable';
  9. $LANG['enable'] = 'Enable';
  10. $LANG['style_identity'] = 'Style Identifier';
  11. $LANG['style_chinese_name'] = 'Alias';
  12. $LANG['author'] = 'Author';
  13. $LANG['detail'] = 'Details';
  14. $LANG['style_version'] = 'Version';
  15. $LANG['returns_list_style'] = 'Back to template manager';
  16. $LANG['new'] = 'New';
  17. $LANG['local_dir'] = 'Current directory';
  18. $LANG['parent_directory'] = 'Parent directory';
  19. $LANG['dir'] = 'Directory list';
  20. $LANG['can_edit_html_files'] = '.html files ONLY';
  21. $LANG['find_code'] = 'Find nodes';
  22. $LANG['file'] = 'File';
  23. $LANG['name'] = 'Name';
  24. $LANG['dirs'] = 'Directory';
  25. $LANG['name_datatype_error'] = 'ONLY contain letters, digits or underscores';
  26. $LANG['without_the_input_name_extension'] = ', do not enter any extension yourself';
  27. $LANG['dir_not_writable'] = 'Directory is not writeable';
  28. $LANG['visualization'] = 'Visualization';
  29. $LANG['click_edit'] = 'Click to edit';
  30. $LANG['pc_tag'] = 'CMS tags';
  31. $LANG['should'] = 'should';
  32. $LANG['is_greater_than'] = 'greater than';
  33. $LANG['less_than'] = 'less than';
  34. $LANG['lambda'] = ' ';
  35. $LANG['inputerror'] = 'Invalid input';
  36. $LANG['toolbox_type'] = 'Types of tools';
  37. $LANG['data_address'] = 'Data address';
  38. $LANG['buffer_time'] = 'Cache time';
  39. $LANG['unit_second'] = '(in second)';
  40. $LANG['data_address_reg_sg'] = 'Your address is incorrectly formatted. Please make sure the address starts with \"http:\/\/\")';
  41. $LANG['cache_time_can_only_be_positive'] = 'The value only can be positive number.';
  42. $LANG['failure_the_document_may_not_to_write'] = 'You attempt to edit failed. The file may not be writable.';
  43. $LANG['the_module_will_not_support_the_operation'] = 'The module does not support the operation.';
  44. $LANG['module_configuration'] = 'Module configuration';
  45. $LANG['operation'] = 'Operation';
  46. $LANG['vlan'] = 'Public settings';
  47. $LANG['public_allowpageing'] = 'Enable Pagebreak';
  48. $LANG['num'] = 'Number of displayed records';
  49. $LANG['check'] = 'Return value';
  50. $LANG['enter_the_cache_input_will_not_be_cached'] = 'Please input cache time (NOT cached by Default)';
  51. $LANG['cache_time_can_only_be_positive'] = 'The value only can be positive number.';
  52. $LANG['that_shows_only_positive_numbers'] = 'The number of records only can be positive.';
  53. $LANG['please_enter_the_data_returned_value_by_default'] = 'Please input data return value. By default,';
  54. $LANG['histroy'] = 'Older versions';
  55. $LANG['restore'] = 'Reset to default';
  56. $LANG['not_exist_versioning'] = 'The older version does not exist.';
  57. $LANG['are_you_sure_you_want_to_restore'] = 'Are you sure you want to restore?';
  58. $LANG['time'] = 'Time';
  59. $LANG['who'] = 'Operator';
  60. $LANG['dbsource'] = 'Data source';
  61. $LANG['tpl_edit'] = 'Your system configuration does not allow online editing templates.';
  62. $LANG['desc'] = 'Description';
  63. $LANG['operation'] = 'Operation';
  64. $LANG['update'] = 'Update';
  65. $LANG['select_tag'] = 'Select tag';
  66. $LANG['create_tag'] = 'Create tag';
  67. $LANG['click_into'] = 'Click to insert';
  68. $LANG['link_url'] = 'Insert ink';
  69. $LANG['pic_url'] = 'Image URL';
  70. $LANG['description'] = 'Description';
  71. $LANG['tag_list'] = 'List of Tag Wizard';
  72. $LANG['seo_title'] = 'SEO title tag';
  73. $LANG['site_title'] = 'Site name';
  74. $LANG['seo_keyword'] = 'SEO keyword';
  75. $LANG['seo_des'] = 'SEO description';
  76. $LANG['cat_id'] = 'Column ID';
  77. $LANG['cat_name'] = 'Column name';
  78. $LANG['cat_url'] = 'Column URL';
  79. $LANG['cats'] = 'Total the columns of array';
  80. $LANG['title'] = 'Title';
  81. $LANG['inputtime'] = 'Input time value';
  82. $LANG['comeform'] = 'Source';
  83. $LANG['content'] = 'Content';
  84. $LANG['pre_url'] = 'Previous page URL';
  85. $LANG['pre_title'] = 'Previous page title';
  86. $LANG['next_url'] = 'Next page URL';
  87. $LANG['next_title'] = 'Next page title';
  88. $LANG['common_variables'] = 'List of common variables';