mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
FFmpeg 사용 불가 안내 메시지 추가 추후에 활용하기 위한 type, width, height, duration 컬럼 추가 업로드시 이미지, 오디오, 동영상 파일의 확장자가 잘못된 경우 올바른 확장자를 덧붙이는 기능 추가
361 lines
16 KiB
PHP
361 lines
16 KiB
PHP
<?php
|
|
$lang->help = 'Help';
|
|
$lang->cmd_write = 'Write';
|
|
$lang->cmd_reply = 'Comment';
|
|
$lang->cmd_delete = 'Delete';
|
|
$lang->cmd_modify = 'Update';
|
|
$lang->cmd_edit = 'Edit';
|
|
$lang->cmd_view = 'View';
|
|
$lang->inquiry = 'View';
|
|
$lang->all = 'All';
|
|
$lang->cmd_view_all = 'View All';
|
|
$lang->cmd_list = 'List';
|
|
$lang->cmd_prev = 'Prev';
|
|
$lang->cmd_next = 'Next';
|
|
$lang->cmd_send_trackback = 'Send Trackback';
|
|
$lang->cmd_submit = 'Submit';
|
|
$lang->cmd_registration = 'Submit';
|
|
$lang->cmd_comment_registration = 'Add Comment';
|
|
$lang->cmd_insert = 'Insert';
|
|
$lang->cmd_save = 'Save';
|
|
$lang->cmd_upload = 'Upload';
|
|
$lang->cmd_load = 'Load';
|
|
$lang->cmd_input = 'Input';
|
|
$lang->cmd_search = 'Search';
|
|
$lang->cmd_find = 'Find';
|
|
$lang->cmd_replace = 'Replace';
|
|
$lang->cmd_confirm = 'Confirm';
|
|
$lang->cmd_cancel = 'Cancel';
|
|
$lang->cmd_back = 'Go Back';
|
|
$lang->cmd_vote = 'Upvote';
|
|
$lang->cmd_vote_down = 'Downvote';
|
|
$lang->cmd_declare = 'Report';
|
|
$lang->cmd_cancel_declare = 'Cancel Report';
|
|
$lang->cmd_declared_list = 'Reported List';
|
|
$lang->cmd_copy = 'Copy';
|
|
$lang->cmd_move = 'Move';
|
|
$lang->cmd_move_up = 'Up';
|
|
$lang->cmd_move_down = 'Down';
|
|
$lang->cmd_add_indent = 'Indent';
|
|
$lang->cmd_remove_indent = 'Outdent';
|
|
$lang->cmd_management = 'Manage';
|
|
$lang->cmd_make = 'Create';
|
|
$lang->cmd_select = 'Select';
|
|
$lang->cmd_select_all = 'Select All';
|
|
$lang->cmd_unselect_all = 'Deselect All';
|
|
$lang->cmd_reverse_all = 'Reverse';
|
|
$lang->cmd_close_all = 'Close All';
|
|
$lang->cmd_open_all = 'Open All';
|
|
$lang->cmd_reload = 'Reload';
|
|
$lang->cmd_close = 'Close';
|
|
$lang->cmd_open = 'Open';
|
|
$lang->cmd_setup = 'Configure';
|
|
$lang->cmd_addition_setup = 'Additional Setup';
|
|
$lang->cmd_option = 'Option';
|
|
$lang->cmd_apply = 'Apply';
|
|
$lang->cmd_open_calendar = 'Select a Date';
|
|
$lang->cmd_send = 'Send';
|
|
$lang->cmd_print = 'Print';
|
|
$lang->cmd_scrap = 'Scrap';
|
|
$lang->cmd_preview = 'Preview';
|
|
$lang->cmd_reset = 'Reset';
|
|
$lang->cmd_remake_cache = 'Re-create cache file';
|
|
$lang->cmd_publish = 'Publish';
|
|
$lang->cmd_layout_setup = 'Configure layout';
|
|
$lang->cmd_layout_edit = 'Edit layout';
|
|
$lang->cmd_search_by_ipaddress = 'Search by IP Address';
|
|
$lang->cmd_add_ip_to_spamfilter = 'Add IP to spamfilter';
|
|
$lang->cmd_pass_step = 'Skip this step.';
|
|
$lang->cmd_complete = 'Done';
|
|
$lang->cmd_go_to_page = 'Go to page';
|
|
$lang->enable = 'Enable';
|
|
$lang->disable = 'Disable';
|
|
$lang->agree = 'Agree';
|
|
$lang->disagree = 'Disagree';
|
|
$lang->favorite = 'Favorite';
|
|
$lang->menu = 'Menu';
|
|
$lang->no = 'No.';
|
|
$lang->notice = 'Notice';
|
|
$lang->secret = 'Secret';
|
|
$lang->category_srl = 'Category';
|
|
$lang->category = 'Category';
|
|
$lang->none_category = 'None category';
|
|
$lang->none_image = 'Image does not exist.';
|
|
$lang->document_srl = 'Article No.';
|
|
$lang->user_id = 'User ID';
|
|
$lang->author = 'Developer';
|
|
$lang->password = 'Password';
|
|
$lang->password1 = 'New Password';
|
|
$lang->password2 = 'Retype New Password';
|
|
$lang->password3 = 'Retype Password';
|
|
$lang->admin_id = 'Admin ID';
|
|
$lang->admin_email_address = 'Admin Email Address';
|
|
$lang->writer = 'Author';
|
|
$lang->user_name = 'User Name';
|
|
$lang->nick_name = 'Nick Name';
|
|
$lang->email_address = 'Email';
|
|
$lang->phone_number = 'Phone Number';
|
|
$lang->homepage = 'Homepage';
|
|
$lang->blog = 'Blog';
|
|
$lang->birthday = 'Birthday';
|
|
$lang->browser_title = 'Browser Title';
|
|
$lang->title = 'Subject';
|
|
$lang->new_title = 'New Subject';
|
|
$lang->title_content = 'Subject+Content';
|
|
$lang->untitle = 'No Title';
|
|
$lang->topic = 'Topic';
|
|
$lang->replies = 'Comment';
|
|
$lang->content = 'Content';
|
|
$lang->document = 'Article';
|
|
$lang->comment = 'Comment';
|
|
$lang->description = 'Description';
|
|
$lang->trackback = 'Trackback';
|
|
$lang->tag = 'Tag';
|
|
$lang->mail = 'Mail';
|
|
$lang->email = 'E-mail';
|
|
$lang->sms = 'SMS';
|
|
$lang->allow_comment = 'Allow Comments';
|
|
$lang->lock_comment = 'Block Comments';
|
|
$lang->allow_trackback = 'Allow Trackbacks';
|
|
$lang->uploaded_file = 'Attachment';
|
|
$lang->grant = 'Permission';
|
|
$lang->target = 'Target';
|
|
$lang->total = 'Total';
|
|
$lang->total_count = 'Count Total';
|
|
$lang->ipaddress = 'IP Address';
|
|
$lang->path = 'Path';
|
|
$lang->cart = 'Selected Item';
|
|
$lang->friend = 'Friends';
|
|
$lang->notify = 'Notification';
|
|
$lang->order_target = 'Target to be sorted';
|
|
$lang->order_type = 'Sorting Type';
|
|
$lang->order_asc = 'Ascend';
|
|
$lang->order_desc = 'Descend';
|
|
$lang->file = 'File';
|
|
$lang->mid = 'Module Name';
|
|
$lang->sid = 'Virtual Site Name';
|
|
$lang->layout = 'Layout';
|
|
$lang->mobile_layout = 'Mobile Layout';
|
|
$lang->widget = 'Widget';
|
|
$lang->module = 'Module';
|
|
$lang->skin = 'Skin';
|
|
$lang->mobile_skin = 'Mobile Skin';
|
|
$lang->colorset = 'Colorset';
|
|
$lang->mobile_colorset = 'Mobile Colorset';
|
|
$lang->extra_vars = 'User Defined';
|
|
$lang->domain = 'Domain Name';
|
|
$lang->url = 'URL';
|
|
$lang->document_url = 'Article URL';
|
|
$lang->trackback_url = 'Trackback URL';
|
|
$lang->blog_name = 'Blog Title';
|
|
$lang->excerpt = 'Quotation';
|
|
$lang->document_count = 'Articles';
|
|
$lang->page_count = 'Pages';
|
|
$lang->list_count = 'Lists';
|
|
$lang->search_list_count = 'Search Lists';
|
|
$lang->readed_count = 'Views';
|
|
$lang->voted_count = 'Votes';
|
|
$lang->blamed_count = 'Blames';
|
|
$lang->comment_count = 'Comments';
|
|
$lang->member_count = 'Members';
|
|
$lang->date = 'Date';
|
|
$lang->regdate = 'Registered Date';
|
|
$lang->anonymous = 'Anonymous';
|
|
$lang->last_update = 'Last Update';
|
|
$lang->last_post = 'Last Comment';
|
|
$lang->signup_date = 'Signup Date';
|
|
$lang->last_login = 'Last Signin';
|
|
$lang->first_page = 'First Page';
|
|
$lang->last_page = 'Last Page';
|
|
$lang->search_target = 'Target for Search';
|
|
$lang->search_keyword = 'Keyword';
|
|
$lang->meta_keywords = 'SEO Keywords';
|
|
$lang->meta_description = 'SEO Description';
|
|
$lang->is_default = 'Default';
|
|
$lang->no_documents = 'No Articles';
|
|
$lang->board_manager = 'Board Settings';
|
|
$lang->member_manager = 'Member Settings';
|
|
$lang->layout_manager = 'Layout Settings';
|
|
$lang->use = 'Use';
|
|
$lang->notuse = 'Not use';
|
|
$lang->on = 'On';
|
|
$lang->off = 'Off';
|
|
$lang->not_exists = 'Doesn\'t exist';
|
|
$lang->public = 'public';
|
|
$lang->private = 'private';
|
|
$lang->etc = 'Others';
|
|
$lang->unit_sec = 'sec';
|
|
$lang->unit_min = 'min';
|
|
$lang->unit_hour = 'hour';
|
|
$lang->unit_day = 'day';
|
|
$lang->unit_month = 'month';
|
|
$lang->unit_year = 'year';
|
|
$lang->unit_count = 'count';
|
|
$lang->unit_week['Monday'] = 'Monday';
|
|
$lang->unit_week['Tuesday'] = 'Tuesday';
|
|
$lang->unit_week['Wednesday'] = 'Wednesday';
|
|
$lang->unit_week['Thursday'] = 'Thursday';
|
|
$lang->unit_week['Friday'] = 'Friday';
|
|
$lang->unit_week['Saturday'] = 'Saturday';
|
|
$lang->unit_week['Sunday'] = 'Sunday';
|
|
$lang->unit_meridiem['am'] = 'am';
|
|
$lang->unit_meridiem['pm'] = 'pm';
|
|
$lang->unit_meridiem['AM'] = 'AM';
|
|
$lang->unit_meridiem['PM'] = 'PM';
|
|
$lang->time_gap['now'] = 'just now';
|
|
$lang->time_gap['sec'] = '%d second ago';
|
|
$lang->time_gap['secs'] = '%d seconds ago';
|
|
$lang->time_gap['min'] = '%d minute ago';
|
|
$lang->time_gap['mins'] = '%d minutes ago';
|
|
$lang->time_gap['hour'] = '%d hour ago';
|
|
$lang->time_gap['hours'] = '%d hours ago';
|
|
$lang->time_gap['day'] = '%d day ago';
|
|
$lang->time_gap['days'] = '%d days ago';
|
|
$lang->time_gap['month'] = '%d month ago';
|
|
$lang->time_gap['months'] = '%d months ago';
|
|
$lang->time_gap['year'] = '%d year ago';
|
|
$lang->time_gap['years'] = '%d years ago';
|
|
$lang->about_tag = 'You may submit multiple tags by inserting commas(,) between tags.';
|
|
$lang->about_layout = 'Layouts decorate the appearance of your content. You can configure them from the Layout menu on the top.';
|
|
$lang->about_ipaddress_input = 'IP address input format<br />You can use wildcard(*) (ex: 192.168.0.*)<br />You can use hyphen(*) for ip range (you can\'t use wild card with hyphen, ex: 192.168.0.1-192.168.0.254)<br />';
|
|
$lang->msg_invalid_ip = 'Specified IP address is invalid.';
|
|
$lang->msg_no_root = 'You cannot select a root.';
|
|
$lang->msg_no_shortcut = 'You cannot select a shortcut.';
|
|
$lang->msg_select_menu = 'Select target menu';
|
|
$lang->msg_call_server = 'Requesting to the server, please wait.';
|
|
$lang->msg_db_not_setted = 'DB configuration has not been set.';
|
|
$lang->msg_dbconnect_failed = 'Error has occurred while connecting to the DB. Please check the DB information again.';
|
|
$lang->msg_invalid_queryid = 'Specified query ID value is invalid.';
|
|
$lang->msg_failed_to_load_query = 'Failed to load query %s.';
|
|
$lang->msg_not_permitted = 'You do not have permission to access.';
|
|
$lang->msg_input_password = 'Please type the password.';
|
|
$lang->msg_invalid_document = 'Invalid Article Number';
|
|
$lang->msg_invalid_request = 'Invalid Request';
|
|
$lang->msg_invalid_password = 'The password you entered is incorrect.';
|
|
$lang->msg_security_violation = 'Security Violation';
|
|
$lang->msg_feature_disabled = 'This feature is disabled.';
|
|
$lang->msg_error_occured = 'An error has occured.';
|
|
$lang->msg_not_founded = 'Cannot find the target.';
|
|
$lang->msg_no_result = 'No results found.';
|
|
$lang->msg_fail_to_request_open = 'Failed to open your request.';
|
|
$lang->msg_invalid_format = 'Invalid Format';
|
|
$lang->msg_not_permitted_act = 'You do not have permission to execute requested action.';
|
|
$lang->msg_module_is_not_exists = 'Cannot find the page you requested. Ask your Site Admin to check the page.';
|
|
$lang->msg_module_is_not_standalone = 'Requested page cannot be executed independently.';
|
|
$lang->msg_empty_search_target = 'Cannot find the Search target.';
|
|
$lang->msg_empty_search_keyword = 'Cannot find the Keyword.';
|
|
$lang->msg_empty_content = 'The content is empty.';
|
|
$lang->msg_server_error = 'Server Error';
|
|
$lang->msg_server_error_see_log = 'Your server is configured to hide error messages. Please see your server\'s error log for details.';
|
|
$lang->msg_crypto_not_available = 'OpenSSL extension is not installed.';
|
|
$lang->comment_to_be_approved = 'Your comment must be approved by admin before being published.';
|
|
$lang->success_registed = 'Registered successfully.';
|
|
$lang->success_declared = 'Reported successfully.';
|
|
$lang->success_declared_cancel = 'The report was successfully canceled.';
|
|
$lang->success_updated = 'Updated successfully.';
|
|
$lang->success_deleted = 'Deleted successfully.';
|
|
$lang->success_declare_canceled = 'Your report has been canceled.';
|
|
$lang->success_restore = 'Restored successfully.';
|
|
$lang->success_voted = 'Upvoted.';
|
|
$lang->success_voted_canceled = 'Your upvote has been canceled.';
|
|
$lang->success_blamed = 'Downvoted.';
|
|
$lang->success_blamed_canceled = 'Your downvote has been canceled.';
|
|
$lang->success_copied = 'Copied successfully.';
|
|
$lang->success_moved = 'Moved successfully.';
|
|
$lang->success_sended = 'Sent successfully.';
|
|
$lang->success_reset = 'Reset successfully.';
|
|
$lang->success_leaved = 'Your account has been closed successfully.';
|
|
$lang->success_saved = 'Saved successfully.';
|
|
$lang->fail_to_registed = 'Failed to register.';
|
|
$lang->fail_to_update = 'Fail to update.';
|
|
$lang->fail_to_delete = 'Failed to delete.';
|
|
$lang->fail_to_move = 'Failed to move.';
|
|
$lang->failed_voted = 'No permission to upvote.';
|
|
$lang->failed_voted_canceled = 'You cannot cancel an upvote that you did\'t make.';
|
|
$lang->failed_blamed = 'No permission to downvote.';
|
|
$lang->failed_blamed_canceled = 'You cannot cancel a downvote that you did\'t make.';
|
|
$lang->failed_declared = 'No permission to Report.';
|
|
$lang->failed_declared_cancel = 'You cannot cancel the report.';
|
|
$lang->fail_to_delete_have_children = 'Cannot delete the article with comments.';
|
|
$lang->confirm_submit = 'Are you sure you want to submit?';
|
|
$lang->confirm_logout = 'Are you sure you want to sign out?';
|
|
$lang->confirm_vote = 'Are you sure you want to upvote?';
|
|
$lang->confirm_delete = 'Are you sure you want to delete?';
|
|
$lang->confirm_restore = 'Are you sure you want to restore?';
|
|
$lang->confirm_move = 'Are you sure you want to move?';
|
|
$lang->confirm_reset = 'Are you sure you want to reset?';
|
|
$lang->confirm_leave = 'Are you sure you want to delete your account?';
|
|
$lang->confirm_update = 'Are you sure you want to update?';
|
|
$lang->confirm_process = 'Are you sure you want to process?';
|
|
$lang->comfirm_act_msg = 'Are you sure to %2$s this %1$s?';
|
|
$lang->msg_eul = '';
|
|
$lang->msg_rul = '';
|
|
$lang->column_type = 'Column Type';
|
|
$lang->column_type_list['text'] = 'one-line text';
|
|
$lang->column_type_list['homepage'] = 'URL';
|
|
$lang->column_type_list['email_address'] = 'e-mail address';
|
|
$lang->column_type_list['tel'] = 'phone number';
|
|
$lang->column_type_list['textarea'] = 'multi-line textarea';
|
|
$lang->column_type_list['password'] = 'password';
|
|
$lang->column_type_list['radio'] = 'radio button(radio)';
|
|
$lang->column_type_list['select'] = 'single select box';
|
|
$lang->column_type_list['checkbox'] = 'checkbox(multiple selection)';
|
|
$lang->column_type_list['kr_zip'] = 'zip code(Korean)';
|
|
$lang->column_type_list['date'] = 'date(yyyy/mm/dd)';
|
|
$lang->column_name = 'Column Name';
|
|
$lang->column_title = 'Column Title';
|
|
$lang->default_value = 'Default Value';
|
|
$lang->default_folder = 'Default Folder';
|
|
$lang->is_active = 'Active';
|
|
$lang->is_required = 'Required Field';
|
|
$lang->eid = 'Name of user defined';
|
|
$lang->filter['isnull'] = 'Please enter a value for %s';
|
|
$lang->filter['outofrange'] = 'Please try to keep the text length of %s.';
|
|
$lang->filter['equalto'] = 'The value of %s is invalid';
|
|
$lang->filter['invalid'] = 'The value of %s is invalid.';
|
|
$lang->filter['invalid_email'] = '%s is NOT a valid email address.';
|
|
$lang->filter['invalid_userid'] = 'The %s field allows only alphabets, numbers and underscore(_). The first letter should be an alaphabet.';
|
|
$lang->filter['invalid_user_id'] = 'The %s field allows only alphabets, numbers and underscore(_). The first letter should be an alaphabet.';
|
|
$lang->filter['invalid_homepage'] = 'The format of %s is invalid. e.g.) https://www.rhymix.org/';
|
|
$lang->filter['invalid_url'] = 'The format of %s is invalid. e.g.) https://www.rhymix.org/';
|
|
$lang->filter['invalid_korean'] = 'The format of %s is invalid. Please enter Korean letters only.';
|
|
$lang->filter['invalid_korean_number'] = 'The format of %s is invalid. Please enter Korean letters and numbers only.';
|
|
$lang->filter['invalid_alpha'] = 'The format of %s is invalid. Please enter English alphabets only.';
|
|
$lang->filter['invalid_alpha_number'] = 'The format of %s is invalid. Please enter English alphabets and numbers only.';
|
|
$lang->filter['invalid_mid'] = 'The format of %s is invalid. Module ID should be begun with a letter. Subsequent characters may be letters, digits or underscore characters.';
|
|
$lang->filter['invalid_number'] = 'The format of %s is invalid. Please enter numbers only.';
|
|
$lang->filter['invalid_float'] = 'The format of %s is invalid. Please enter numbers only.';
|
|
$lang->filter['invalid_extension'] = 'The format of %s is invalid. e.g.) *.* or *.jpg;*.gif;.';
|
|
$lang->security_warning_embed = 'Due to security concern, administrators are not allowed to view embedded items.<BR /> To view them, please use another non-administrator ID.';
|
|
$lang->msg_pc_to_mobile = 'View mobile optimized version of this page';
|
|
$lang->cmd_yes = 'Yes';
|
|
$lang->cmd_no = 'No';
|
|
$lang->cmd_set_multilingual = 'Select Language';
|
|
$lang->cmd_multilingual = 'Language';
|
|
$lang->find_site = 'Find Site';
|
|
$lang->captcha = 'Spam Check';
|
|
$lang->reload = 'reload';
|
|
$lang->play = 'play';
|
|
$lang->use_and_display = 'Use and Display Vote List';
|
|
$lang->pc = 'PC';
|
|
$lang->mobile = 'Mobile';
|
|
$lang->mobile_view = 'Mobile View';
|
|
$lang->about_mobile_view = 'Mobile View will display the best layout when you access the website with your smart phone.';
|
|
$lang->simple_view = 'Simple View';
|
|
$lang->detail_view = 'Detail View';
|
|
$lang->more = 'More';
|
|
$lang->skip_to_content = 'Skip to menu';
|
|
$lang->dashboard = 'Dashboard';
|
|
$lang->user = 'Member';
|
|
$lang->yes = 'Yes';
|
|
$lang->not = 'No';
|
|
$lang->license_agreement = 'License Agreement';
|
|
$lang->license = 'GPL v2';
|
|
$lang->cmd_license_agree = 'I understand the license, and I accept it.';
|
|
$lang->msg_must_accept_license_agreement = 'You must accept the license agreement in order to continue.';
|
|
$lang->image = 'Image';
|
|
$lang->audio = 'Audio';
|
|
$lang->video = 'Video';
|
|
$lang->text = 'Text';
|
|
$lang->image_quality = 'Quality';
|
|
$lang->standard = 'Standard';
|