| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | <?php/*Language Format:Add a new file(.lang.php) with your module name at /phpcms/languages/translation save at the array:$LANG*/$LANG['date'] = 'Date';$LANG['name'] = 'Name';$LANG['wait_1_hour'] = 'Multiple login attempts with wrong password, please try again after {minute} minutes';$LANG['local_dir'] = 'Current directory';$LANG['parent_directory'] = 'Previous';$LANG['dir'] = 'Directory';$LANG['detail'] = 'Detail';$LANG['preview'] = 'Preview';$LANG['catname'] = 'Column name';$LANG['filename'] = 'Attachment';$LANG['filesize'] = 'Attachment size';$LANG['filetype'] = 'Type';$LANG['uploadtime'] = 'Upload date';$LANG['moudle'] = 'module name';$LANG['del_confirm'] = 'Are you sure you want to remove?';$LANG['to'] = 'to';$LANG['range_not_correct'] = 'Your availability time range is invalid';$LANG['database_schema'] = 'Switching to database mode';$LANG['upload_attachment'] = 'Upload';$LANG['net_file'] = 'File';$LANG['gallery'] = 'Galleries';$LANG['directory_browse'] = 'Directory';$LANG['start_upload'] = 'Start uploading';$LANG['upload_up_to'] = 'The max number of files';$LANG['attachments'] = 'attachment';$LANG['largest'] = 'Maximum upload file size';$LANG['supported'] = 'Supported';$LANG['formats'] = 'Formats';$LANG['lists'] = 'List';$LANG['enter_address'] = 'URL';$LANG['not_used'] = 'Unused';$LANG['used'] = 'Used';$LANG['dir_schema'] = 'Switching to directory mode';$LANG['click_open'] = 'Click to open';$LANG['watermark_enable'] = 'Add a watermark?';$LANG['att_not_used'] = 'Unprocessed file';$LANG['att_not_used_desc'] = 'Please click here to continue processing ';$LANG['att_no_permission'] = 'You do not have permission to access this page';$LANG['att_thumb_manage'] = 'Manage thumbnail image';$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 />2. Please perform a backup of your data. Otherwise, data will loss and cannot be recovered.';$LANG['form_submit_confirm'] = 'Please make sure that you fill out the form properly. You may occur a unrepairable damage after changed.';$LANG['old_attachment_address'] = 'Original path';$LANG['old_attachment_address_msg'] = 'Original domain in configuration file';$LANG['new_attachment_address'] = 'New path';$LANG['old_attachment_address_empty'] = 'Original path is required';$LANG['new_attachment_address_empty'] = 'New path is required';$LANG['attachment_parameter_error'] = 'Parameter passing error';$LANG['attachment_tip1'] = 'No more than';$LANG['attachment_tip2'] = 'attachments';?>
 |