12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?php
- $LANG['template_directory_not_write'] = 'Sorry, the template directory is not writeable';
- $LANG['only_allowed_to_upload_txt_files'] = 'ONLY .txt files allowed.';
- $LANG['mode'] = 'Import';
- $LANG['upload_file'] = 'Upload files';
- $LANG['enter_coad'] = 'Enter your code';
- $LANG['export'] = 'Export';
- $LANG['disable'] = 'Disable';
- $LANG['enable'] = 'Enable';
- $LANG['style_identity'] = 'Style Identifier';
- $LANG['style_chinese_name'] = 'Alias';
- $LANG['author'] = 'Author';
- $LANG['detail'] = 'Details';
- $LANG['style_version'] = 'Version';
- $LANG['returns_list_style'] = 'Back to template manager';
- $LANG['new'] = 'New';
- $LANG['local_dir'] = 'Current directory';
- $LANG['parent_directory'] = 'Parent directory';
- $LANG['dir'] = 'Directory list';
- $LANG['can_edit_html_files'] = '.html files ONLY';
- $LANG['find_code'] = 'Find nodes';
- $LANG['file'] = 'File';
- $LANG['name'] = 'Name';
- $LANG['dirs'] = 'Directory';
- $LANG['name_datatype_error'] = 'ONLY contain letters, digits or underscores';
- $LANG['without_the_input_name_extension'] = ', do not enter any extension yourself';
- $LANG['dir_not_writable'] = 'Directory is not writeable';
- $LANG['visualization'] = 'Visualization';
- $LANG['click_edit'] = 'Click to edit';
- $LANG['pc_tag'] = 'CMS tags';
- $LANG['should'] = 'should';
- $LANG['is_greater_than'] = 'greater than';
- $LANG['less_than'] = 'less than';
- $LANG['lambda'] = ' ';
- $LANG['inputerror'] = 'Invalid input';
- $LANG['toolbox_type'] = 'Types of tools';
- $LANG['data_address'] = 'Data address';
- $LANG['buffer_time'] = 'Cache time';
- $LANG['unit_second'] = '(in second)';
- $LANG['data_address_reg_sg'] = 'Your address is incorrectly formatted. Please make sure the address starts with \"http:\/\/\")';
- $LANG['cache_time_can_only_be_positive'] = 'The value only can be positive number.';
- $LANG['failure_the_document_may_not_to_write'] = 'You attempt to edit failed. The file may not be writable.';
- $LANG['the_module_will_not_support_the_operation'] = 'The module does not support the operation.';
- $LANG['module_configuration'] = 'Module configuration';
- $LANG['operation'] = 'Operation';
- $LANG['vlan'] = 'Public settings';
- $LANG['public_allowpageing'] = 'Enable Pagebreak';
- $LANG['num'] = 'Number of displayed records';
- $LANG['check'] = 'Return value';
- $LANG['enter_the_cache_input_will_not_be_cached'] = 'Please input cache time (NOT cached by Default)';
- $LANG['cache_time_can_only_be_positive'] = 'The value only can be positive number.';
- $LANG['that_shows_only_positive_numbers'] = 'The number of records only can be positive.';
- $LANG['please_enter_the_data_returned_value_by_default'] = 'Please input data return value. By default,';
- $LANG['histroy'] = 'Older versions';
- $LANG['restore'] = 'Reset to default';
- $LANG['not_exist_versioning'] = 'The older version does not exist.';
- $LANG['are_you_sure_you_want_to_restore'] = 'Are you sure you want to restore?';
- $LANG['time'] = 'Time';
- $LANG['who'] = 'Operator';
- $LANG['dbsource'] = 'Data source';
- $LANG['tpl_edit'] = 'Your system configuration does not allow online editing templates.';
- $LANG['desc'] = 'Description';
- $LANG['operation'] = 'Operation';
- $LANG['update'] = 'Update';
- $LANG['select_tag'] = 'Select tag';
- $LANG['create_tag'] = 'Create tag';
- $LANG['click_into'] = 'Click to insert';
- $LANG['link_url'] = 'Insert ink';
- $LANG['pic_url'] = 'Image URL';
- $LANG['description'] = 'Description';
- $LANG['tag_list'] = 'List of Tag Wizard';
- $LANG['seo_title'] = 'SEO title tag';
- $LANG['site_title'] = 'Site name';
- $LANG['seo_keyword'] = 'SEO keyword';
- $LANG['seo_des'] = 'SEO description';
- $LANG['cat_id'] = 'Column ID';
- $LANG['cat_name'] = 'Column name';
- $LANG['cat_url'] = 'Column URL';
- $LANG['cats'] = 'Total the columns of array';
- $LANG['title'] = 'Title';
- $LANG['inputtime'] = 'Input time value';
- $LANG['comeform'] = 'Source';
- $LANG['content'] = 'Content';
- $LANG['pre_url'] = 'Previous page URL';
- $LANG['pre_title'] = 'Previous page title';
- $LANG['next_url'] = 'Next page URL';
- $LANG['next_title'] = 'Next page title';
- $LANG['common_variables'] = 'List of common variables';
|