attachment.lang.php 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?php
  2. /*Language Format:
  3. Add a new file(.lang.php) with your module name at /phpcms/languages/
  4. translation save at the array:$LANG
  5. */
  6. $LANG['date'] = 'Date';
  7. $LANG['name'] = 'Name';
  8. $LANG['wait_1_hour'] = 'Multiple login attempts with wrong password, please try again after {minute} minutes';
  9. $LANG['local_dir'] = 'Current directory';
  10. $LANG['parent_directory'] = 'Previous';
  11. $LANG['dir'] = 'Directory';
  12. $LANG['detail'] = 'Detail';
  13. $LANG['preview'] = 'Preview';
  14. $LANG['catname'] = 'Column name';
  15. $LANG['filename'] = 'Attachment';
  16. $LANG['filesize'] = 'Attachment size';
  17. $LANG['filetype'] = 'Type';
  18. $LANG['uploadtime'] = 'Upload date';
  19. $LANG['moudle'] = 'module name';
  20. $LANG['del_confirm'] = 'Are you sure you want to remove?';
  21. $LANG['to'] = 'to';
  22. $LANG['range_not_correct'] = 'Your availability time range is invalid';
  23. $LANG['database_schema'] = 'Switching to database mode';
  24. $LANG['upload_attachment'] = 'Upload';
  25. $LANG['net_file'] = 'File';
  26. $LANG['gallery'] = 'Galleries';
  27. $LANG['directory_browse'] = 'Directory';
  28. $LANG['start_upload'] = 'Start uploading';
  29. $LANG['upload_up_to'] = 'The max number of files';
  30. $LANG['attachments'] = 'attachment';
  31. $LANG['largest'] = 'Maximum upload file size';
  32. $LANG['supported'] = 'Supported';
  33. $LANG['formats'] = 'Formats';
  34. $LANG['lists'] = 'List';
  35. $LANG['enter_address'] = 'URL';
  36. $LANG['not_used'] = 'Unused';
  37. $LANG['used'] = 'Used';
  38. $LANG['dir_schema'] = 'Switching to directory mode';
  39. $LANG['click_open'] = 'Click to open';
  40. $LANG['watermark_enable'] = 'Add a watermark?';
  41. $LANG['att_not_used'] = 'Unprocessed file';
  42. $LANG['att_not_used_desc'] = 'Please click here to continue processing ';
  43. $LANG['att_no_permission'] = 'You do not have permission to access this page';
  44. $LANG['att_thumb_manage'] = 'Manage thumbnail image';
  45. $LANG['attachment_address_replace_msg'] = '1. This function is to bulk change the attachment upload path. Please Use only as Needed. If you continue to use this function, you are risking data scrambled. <br />
  46. 2. Please perform a backup of your data. Otherwise, data will loss and cannot be recovered.';
  47. $LANG['form_submit_confirm'] = 'Please make sure that you fill out the form properly. You may occur a unrepairable damage after changed.';
  48. $LANG['old_attachment_address'] = 'Original path';
  49. $LANG['old_attachment_address_msg'] = 'Original domain in configuration file';
  50. $LANG['new_attachment_address'] = 'New path';
  51. $LANG['old_attachment_address_empty'] = 'Original path is required';
  52. $LANG['new_attachment_address_empty'] = 'New path is required';
  53. $LANG['attachment_parameter_error'] = 'Parameter passing error';
  54. $LANG['attachment_tip1'] = 'No more than';
  55. $LANG['attachment_tip2'] = 'attachments';
  56. ?>