12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?php
- $LANG['name'] = 'Name';
- $LANG['not_have_permissions'] = 'You do not have permission to do this operation';
- $LANG['block_configuration'] = 'Block configuration';
- $LANG['display_position'] = 'Region';
- $LANG['code'] = 'Code';
- $LANG['table_style'] = 'Formatting Numeric data';
- $LANG['permission_configuration'] = 'Permissions';
- $LANG['role'] = 'Roles';
- $LANG['updates'] = 'Update content';
- $LANG['block_data'] = 'Block data';
- $LANG['title'] = 'Title';
- $LANG['link'] = 'Link';
- $LANG['thumb'] = 'Thumbnail';
- $LANG['attachment_upload'] = 'Upload attachments';
- $LANG['pic_upload'] = 'Upload images';
- $LANG['delete_image'] = 'Delete';
- $LANG['desc'] = 'Description';
- $LANG['up'] = 'Move up';
- $LANG['down'] = 'Move down';
- $LANG['preview'] = 'Preview';
- $LANG['history'] = 'History';
- $LANG['datatable'] = 'Add row';
- $LANG['pieces_template'] = 'Block template';
- $LANG['insert'] = 'Click to insert';
- $LANG['time'] = 'Time';
- $LANG['admin'] = 'Operator';
- $LANG['restore'] = 'Reset';
- $LANG['are_you_sure_you_want_to_delete'] = 'Are you sure you want to delete it?';
- $LANG['search_content'] = 'Search';
- $LANG['end_of_time_to_time_to_less_than'] = 'Start time must be before the End time';
- $LANG['please_set_the_starting_time'] = 'Please set start time';
- $LANG['category'] = 'Column';
- $LANG['posterize_time'] = 'Publish time';
- $LANG['recommend'] = 'Promote';
- $LANG['not_recommend'] = 'Demote';
- $LANG['all'] = 'Total';
- $LANG['search_mode'] = 'Searching mode';
- $LANG['key_word'] = 'Keyword';
- $LANG['insert_a_comment_about_the_selected_text'] = 'Insert all selected';
- $LANG['pic'] = 'picture';
- $LANG['folded_up_in_search_of'] = 'Shrink/Expand Search';
- $LANG['link_visualization_not_exists'] = 'This menu does not require visualization that classified as external link.';
|