block.lang.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. $LANG['name'] = 'Name';
  3. $LANG['not_have_permissions'] = 'You do not have permission to do this operation';
  4. $LANG['block_configuration'] = 'Block configuration';
  5. $LANG['display_position'] = 'Region';
  6. $LANG['code'] = 'Code';
  7. $LANG['table_style'] = 'Formatting Numeric data';
  8. $LANG['permission_configuration'] = 'Permissions';
  9. $LANG['role'] = 'Roles';
  10. $LANG['updates'] = 'Update content';
  11. $LANG['block_data'] = 'Block data';
  12. $LANG['title'] = 'Title';
  13. $LANG['link'] = 'Link';
  14. $LANG['thumb'] = 'Thumbnail';
  15. $LANG['attachment_upload'] = 'Upload attachments';
  16. $LANG['pic_upload'] = 'Upload images';
  17. $LANG['delete_image'] = 'Delete';
  18. $LANG['desc'] = 'Description';
  19. $LANG['up'] = 'Move up';
  20. $LANG['down'] = 'Move down';
  21. $LANG['preview'] = 'Preview';
  22. $LANG['history'] = 'History';
  23. $LANG['datatable'] = 'Add row';
  24. $LANG['pieces_template'] = 'Block template';
  25. $LANG['insert'] = 'Click to insert';
  26. $LANG['time'] = 'Time';
  27. $LANG['admin'] = 'Operator';
  28. $LANG['restore'] = 'Reset';
  29. $LANG['are_you_sure_you_want_to_delete'] = 'Are you sure you want to delete it?';
  30. $LANG['search_content'] = 'Search';
  31. $LANG['end_of_time_to_time_to_less_than'] = 'Start time must be before the End time';
  32. $LANG['please_set_the_starting_time'] = 'Please set start time';
  33. $LANG['category'] = 'Column';
  34. $LANG['posterize_time'] = 'Publish time';
  35. $LANG['recommend'] = 'Promote';
  36. $LANG['not_recommend'] = 'Demote';
  37. $LANG['all'] = 'Total';
  38. $LANG['search_mode'] = 'Searching mode';
  39. $LANG['key_word'] = 'Keyword';
  40. $LANG['insert_a_comment_about_the_selected_text'] = 'Insert all selected';
  41. $LANG['pic'] = 'picture';
  42. $LANG['folded_up_in_search_of'] = 'Shrink/Expand Search';
  43. $LANG['link_visualization_not_exists'] = 'This menu does not require visualization that classified as external link.';