12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?php
- $LANG['added_external_data_source'] = 'Add external data source';
- $LANG['configure_the_external_data_source'] = 'Configuration';
- $LANG['dbsource_name'] = 'Data source name';
- $LANG['edit_dbsource'] = 'Edit data source';
- $LANG['server_address'] = 'Server address';
- $LANG['server_port'] = 'Server port';
- $LANG['password'] = 'Password ';
- $LANG['database'] = 'Database name';
- $LANG['dbtablepre'] = 'Database prefix ';
- $LANG['charset'] = 'Character set';
- $LANG['test_connections'] = 'Test connection';
- $LANG['connect_success'] = 'Connection successful';
- $LANG['connect_failed'] = 'Connection fail';
- $LANG['input_dbsource_name'] = 'Please input data source name only accepts letters and digits.';
- $LANG['data_source_of_the_letters_and_figures'] = 'Data source should include letters and digits.';
- $LANG['server_ports_must_be_positive_integers'] = 'Server port must be a positive integer.';
- $LANG['adding_data_source_call'] = 'Add invoking data source';
- $LANG['the_module_will_not_support_the_operation'] = 'This module does not support the operation.';
- $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['tip_pre'] = 'Please use dggcms_ instead of get tag in database prefix.';
- $LANG['num'] = 'The number of calls';
- $LANG['name'] = 'Name';
- $LANG['should'] = 'Should';
- $LANG['is_greater_than'] = 'Greater than';
- $LANG['less_than'] = 'less than';
- $LANG['lambda'] = ' ';
- $LANG['sure_deleted'] = 'Are you sure you want to delete all selected items?';
- $LANG['the_configuration_data_source'] = 'Configuration';
- $LANG['stdcall'] = 'Type of calls';
- $LANG['model_configuration'] = 'Module configuration';
- $LANG['custom_sql'] = 'Custom SQL';
- $LANG['select_model'] = 'Select model';
- $LANG['please_select_model'] = 'Please select model';
- $LANG['selectingoperation'] = 'Select operation';
- $LANG['please_select_action'] = 'Please select operation';
- $LANG['please_enter_a_sql'] = 'Please insert SQL';
- $LANG['vlan'] = 'Public setting';
- $LANG['output_mode'] = 'Export';
- $LANG['template'] = 'Template';
- $LANG['buffer_time'] = 'Cache time';
- $LANG['editing_data_sources_call'] = 'Edit data source';
- $LANG['valgrind'] = 'Your code';
- $LANG['data_call'] = 'Calling code';
- $LANG['copy_code'] = 'Your code has been copied to your clipboard';
- ?>
|