PageRenderTime 54ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/xe 1.4.4.2/common/lang/en.lang.php

https://github.com/sugarloaf/XE_Sugar
PHP | 322 lines | 292 code | 20 blank | 10 comment | 1 complexity | 4fd804016893e70832e56381af6d831e MD5 | raw file
  1. <?php
  2. /**
  3. * @file common/lang/en.lang.php
  4. * @author NHN (developers@xpressengine.com)
  5. * @brief English Language Pack (Only basic words are included here)
  6. **/
  7. // words for action, which is basically used
  8. $lang->cmd_write = 'Write';
  9. $lang->cmd_reply = 'Reply';
  10. $lang->cmd_delete = 'Delete';
  11. $lang->cmd_modify = 'Modify';
  12. $lang->cmd_edit = 'Edit';
  13. $lang->cmd_view = 'View';
  14. $lang->cmd_view_all = 'View All';
  15. $lang->cmd_list = 'List';
  16. $lang->cmd_prev = 'Prev';
  17. $lang->cmd_next = 'Next';
  18. $lang->cmd_send_trackback = 'Send Trackback';
  19. $lang->cmd_registration = $lang->cmd_submit = 'Submit';
  20. $lang->cmd_comment_registration = 'Add Comment';
  21. $lang->cmd_insert = 'Insert';
  22. $lang->cmd_save = 'Save';
  23. $lang->cmd_load = 'Load';
  24. $lang->cmd_input = 'Input';
  25. $lang->cmd_search = 'Search';
  26. $lang->cmd_find = 'Find';
  27. $lang->cmd_replace = 'Replace';
  28. $lang->cmd_confirm = 'Confirm';
  29. $lang->cmd_cancel = 'Cancel';
  30. $lang->cmd_back = 'Go Back';
  31. $lang->cmd_vote = 'Recommend';
  32. $lang->cmd_vote_down = 'Criticize';
  33. $lang->cmd_declare = 'Accuse';
  34. $lang->cmd_cancel_declare = 'Cancel Accuse';
  35. $lang->cmd_declared_list = 'Accusations List';
  36. $lang->cmd_copy = 'Copy';
  37. $lang->cmd_move = 'Move';
  38. $lang->cmd_move_up = 'Up';
  39. $lang->cmd_move_down = 'Down';
  40. $lang->cmd_add_indent = 'Indent';
  41. $lang->cmd_remove_indent = 'Outdent';
  42. $lang->cmd_management = 'Manage';
  43. $lang->cmd_make = 'Create';
  44. $lang->cmd_select = 'Select';
  45. $lang->cmd_select_all = 'Select All';
  46. $lang->cmd_unselect_all = 'Deselect All';
  47. $lang->cmd_reverse_all = 'Reverse';
  48. $lang->cmd_close_all = 'Close All';
  49. $lang->cmd_open_all = 'Open All';
  50. $lang->cmd_reload = 'Reload';
  51. $lang->cmd_close = 'Close';
  52. $lang->cmd_open = 'Open';
  53. $lang->cmd_setup = 'Configure';
  54. $lang->cmd_addition_setup = 'Additional Setup';
  55. $lang->cmd_option = 'Option';
  56. $lang->cmd_apply = 'Apply';
  57. $lang->cmd_open_calendar = 'Select a Date';
  58. $lang->cmd_send = 'Send';
  59. $lang->cmd_print = 'Print';
  60. $lang->cmd_scrap = 'Scrap';
  61. $lang->cmd_preview = 'Preview';
  62. $lang->cmd_reset = 'Reset';
  63. $lang->cmd_remake_cache = "Re-create cache file";
  64. $lang->cmd_publish = "Publish";
  65. $lang->cmd_layout_setup = 'Configure layout';
  66. $lang->cmd_layout_edit = 'Edit layout';
  67. $lang->cmd_search_by_ipaddress = 'Search by IP Address';
  68. $lang->cmd_add_ip_to_spamfilter = 'Add IP to spamfilter';
  69. $lang->enable = 'Enable';
  70. $lang->disable = 'Disable';
  71. // Essential Words
  72. $lang->menu = 'Menu';
  73. $lang->no = 'No.';
  74. $lang->notice = 'Notice';
  75. $lang->secret = 'Secret';
  76. $lang->category = $lang->category_srl = 'Category';
  77. $lang->none_category = 'None category';
  78. $lang->none_image = 'Image does not exist';
  79. $lang->document_srl = 'Doc. No.';
  80. $lang->user_id = 'User ID';
  81. $lang->author = 'Developer';
  82. $lang->password = 'Password';
  83. $lang->password1 = 'Password';
  84. $lang->password2 = 'Retype Password';
  85. $lang->admin_id = 'Admin ID';
  86. $lang->writer = 'Author';
  87. $lang->user_name = 'User Name';
  88. $lang->nick_name = 'Nick Name';
  89. $lang->email_address = 'Email';
  90. $lang->homepage = 'Homepage';
  91. $lang->blog = 'Blog';
  92. $lang->birthday = 'Birthday';
  93. $lang->browser_title = 'Browser Title';
  94. $lang->title = 'Subject';
  95. $lang->title_content = 'Subject+Content';
  96. $lang->topic = 'Topic';
  97. $lang->replies = 'Reply';
  98. $lang->content = 'Content';
  99. $lang->document = 'Article';
  100. $lang->comment = 'Comment';
  101. $lang->description = 'Description';
  102. $lang->trackback = 'Trackback';
  103. $lang->tag = 'Tag';
  104. $lang->allow_comment = 'Allow Comments';
  105. $lang->lock_comment = 'Block Comments';
  106. $lang->allow_trackback = 'Allow Trackbacks';
  107. $lang->uploaded_file = 'Attachment';
  108. $lang->grant = 'Permission';
  109. $lang->target = 'Target';
  110. $lang->total = 'Total';
  111. $lang->total_count = 'Count Total';
  112. $lang->ipaddress = 'IP Address';
  113. $lang->path = 'Path';
  114. $lang->cart = 'Selected Item';
  115. $lang->friend = 'Friends';
  116. $lang->notify = 'Notification';
  117. $lang->order_target = 'Align Target';
  118. $lang->order_type = 'Sorting Type';
  119. $lang->order_asc = 'ascend';
  120. $lang->order_desc = 'descend';
  121. $lang->file = 'file';
  122. $lang->mid = 'Module Name';
  123. $lang->sid = 'Site Name';
  124. $lang->layout = 'Layout';
  125. $lang->mobile_layout = 'Mobile Layout';
  126. $lang->widget = 'Widget';
  127. $lang->module = 'Module';
  128. $lang->skin = 'Theme';
  129. $lang->mobile_skin = 'Mobile Theme';
  130. $lang->colorset = 'Colorset';
  131. $lang->extra_vars = 'Extra Vars';
  132. $lang->domain = "Domain Name";
  133. $lang->url = "URL";
  134. $lang->document_url = 'Article URL';
  135. $lang->trackback_url = 'Trackback URL';
  136. $lang->blog_name = 'Blog Title';
  137. $lang->excerpt = 'Quotation';
  138. $lang->document_count = 'Total Articles';
  139. $lang->page_count = 'Page Count';
  140. $lang->list_count = 'List Count';
  141. $lang->search_list_count = 'Search List Count';
  142. $lang->readed_count = 'Views';
  143. $lang->voted_count = 'Votes';
  144. $lang->comment_count = 'Comments';
  145. $lang->member_count = 'Member Count';
  146. $lang->date = 'Date';
  147. $lang->regdate = 'Registered Date';
  148. $lang->last_update = 'Last Update';
  149. $lang->last_post = 'Last Post';
  150. $lang->signup_date = 'Sign up Date';
  151. $lang->last_login = 'Last Sign in';
  152. $lang->first_page = 'First Page';
  153. $lang->last_page = 'Last Page';
  154. $lang->search_target = 'Target for Search';
  155. $lang->search_keyword = 'Keyword';
  156. $lang->is_default = 'Default';
  157. $lang->no_documents = 'No Articles';
  158. $lang->board_manager = 'Board Settings';
  159. $lang->member_manager = 'Member Settings';
  160. $lang->layout_manager = 'Layout Settings';
  161. $lang->use = 'Use';
  162. $lang->notuse = 'Not use';
  163. $lang->not_exists = "Doesn't exist";
  164. $lang->public = 'public';
  165. $lang->private = 'private';
  166. $lang->unit_sec = 'sec';
  167. $lang->unit_min = 'min';
  168. $lang->unit_hour = 'hr';
  169. $lang->unit_day = 'th';
  170. $lang->unit_month = 'month';
  171. $lang->unit_year = 'year';
  172. $lang->unit_week = array(
  173. 'Monday' => 'Monday',
  174. 'Tuesday' => 'Tuesday',
  175. 'Wednesday' => 'Wednesday',
  176. 'Thursday' => 'Thursday',
  177. 'Friday' => 'Friday',
  178. 'Saturday' => 'Saturday',
  179. 'Sunday' => 'Sunday',
  180. );
  181. $lang->unit_meridiem = array(
  182. 'am' => 'am',
  183. 'pm' => 'pm',
  184. 'AM' => 'AM',
  185. 'PM' => 'PM',
  186. );
  187. $lang->time_gap = array(
  188. 'min' => '%d minute ago',
  189. 'mins' => '%d minutes ago',
  190. 'hour' => '%d hour ago',
  191. 'hours' => '%d hours ago',
  192. );
  193. // Descriptions
  194. $lang->about_tag = 'You may submit multiple tags by inserting commas(,) between each tag';
  195. $lang->about_layout = 'Layouts decorate the appearance of your modules. you can configure them from Layout menu on the top';
  196. // Messages
  197. $lang->msg_call_server = 'Requesting to the server, please wait';
  198. $lang->msg_db_not_setted = 'DB configuration has not been set';
  199. $lang->msg_dbconnect_failed = "Error has occurred while connecting DB.\nPlease check DB information again";
  200. $lang->msg_invalid_queryid = 'Specified query ID value is invalid';
  201. $lang->msg_not_permitted = 'You do not have permission to access';
  202. $lang->msg_input_password = 'Please input the password';
  203. $lang->msg_invalid_document = 'Invalid Article Number';
  204. $lang->msg_invalid_request = 'Invalid Request';
  205. $lang->msg_invalid_password = 'Invalid Password';
  206. $lang->msg_error_occured = 'An error has occured';
  207. $lang->msg_not_founded = 'Target could not be found';
  208. $lang->msg_no_result = 'Nothing found';
  209. $lang->msg_fail_to_request_open = 'Fail to open your request';
  210. $lang->msg_invalid_format = 'Invalid Format';
  211. $lang->msg_not_permitted_act = 'You do not have permission to execute requested action';
  212. $lang->msg_module_is_not_exists = "Couldn't find requested module.\nPlease contact the administrator";
  213. $lang->msg_module_is_not_standalone = 'Requested module cannot be executed independently';
  214. $lang->msg_default_url_is_not_defined = 'Default URL is not define';
  215. $lang->success_registed = 'Registered successfully';
  216. $lang->success_declared = 'Accused successfully';
  217. $lang->success_updated = 'Updated successfully';
  218. $lang->success_deleted = 'Deleted successfully';
  219. $lang->success_voted = 'Recommended successfully';
  220. $lang->success_blamed = 'Blamed successfully';
  221. $lang->success_moved = 'Moved successfully';
  222. $lang->success_sended = 'Sent successfully';
  223. $lang->success_reset = 'Reset successfully';
  224. $lang->success_leaved = 'All member data have been deleted completely.';
  225. $lang->success_saved = 'Saved successfully';
  226. $lang->fail_to_delete = 'Could not be deleted';
  227. $lang->fail_to_move = 'Could not be moved';
  228. $lang->failed_voted = 'Could not recommend';
  229. $lang->failed_blamed = 'Could not blame';
  230. $lang->failed_declared = 'Could not accuse';
  231. $lang->fail_to_delete_have_children = 'Please try again after removing replies first';
  232. $lang->confirm_submit = 'Are you sure to submit?';
  233. $lang->confirm_logout = 'Are you sure to logout?';
  234. $lang->confirm_vote = 'Are you sure to recommend?';
  235. $lang->confirm_delete = 'Are you sure to delete?';
  236. $lang->confirm_move = 'Are you sure to move?';
  237. $lang->confirm_reset = 'Are you sure to reset?';
  238. $lang->confirm_leave = 'Are you sure to leave?';
  239. $lang->confirm_update = 'Are you sure to update?';
  240. $lang->column_type = 'Column Type';
  241. $lang->column_type_list['text'] = 'one-line text';
  242. $lang->column_type_list['homepage'] = 'url';
  243. $lang->column_type_list['email_address'] = 'email';
  244. $lang->column_type_list['tel'] = 'phone number';
  245. $lang->column_type_list['textarea'] = 'multi-line textarea';
  246. $lang->column_type_list['checkbox'] = 'checkbox (multiple selection)';
  247. $lang->column_type_list['select'] = 'select box (single selection)';
  248. $lang->column_type_list['radio'] = 'radio button (radio)';
  249. $lang->column_type_list['kr_zip'] = 'zip code (Korean)';
  250. $lang->column_type_list['date'] = 'date (yyyy/mm/dd)';
  251. //$lang->column_type_list['jp_zip'] = 'zip code (Japanese)';
  252. $lang->column_name = 'Column Name';
  253. $lang->column_title = 'Column Title';
  254. $lang->default_value = 'Default Value';
  255. $lang->is_active = 'Active';
  256. $lang->is_required = 'Required Field';
  257. $lang->eid = 'Name of extra variable';
  258. // ftp-related
  259. $lang->ftp_form_title = 'FTP Account Information';
  260. $lang->ftp = 'FTP';
  261. $lang->ftp_host = 'FTP hostname';
  262. $lang->ftp_port = 'FTP port';
  263. $lang->about_ftp_password = 'FTP password will not be stored';
  264. $lang->cmd_check_ftp_connect = 'Check FTP Connection';
  265. $lang->about_ftp_info = "
  266. FTP account information can be used in following cases. <br />
  267. 1. If safe_mode setting of PHP is on, XE will be installed using FTP. <br />
  268. 2. Automatic updates might use FTP information. <br />
  269. This account info will be stored in files/config/ftp.config.php <br />
  270. After installation, you can modify or delete the account info at the administration page. <br />
  271. ";
  272. $lang->msg_safe_mode_ftp_needed = "If safe_mode setting of PHP is on, you should input FTP account information to install XE.";
  273. $lang->msg_ftp_not_connected = "Connection to localhost via FTP failed. Please check the port number and if FTP service is available.";
  274. $lang->msg_ftp_invalid_auth_info = "Authentication failed. Please check the username and password.";
  275. $lang->msg_ftp_mkdir_fail = "Directory creation failed. Please check the permission of FTP account.";
  276. $lang->msg_ftp_chmod_fail = "Chmod failed. Please check the permission and configuration of FTP server.";
  277. $lang->msg_ftp_connect_success = "Connection and authentication to the FTP server succeeded.";
  278. $lang->ftp_path_title = 'FTP Path Information';
  279. $lang->msg_ftp_installed_realpath = 'Absolute Path of XE';
  280. $lang->msg_ftp_installed_ftp_realpath = 'Absolute FTP Path of XE';
  281. // Alert messages for Javascript using by XML filter
  282. $lang->filter->isnull = 'Please input a value for %s';
  283. $lang->filter->outofrange = 'Please align the text length of %s';
  284. $lang->filter->equalto = "The value of %s is invalid";
  285. $lang->filter->invalid_email = "The format of %s is invalid. ex) developers@xpressengine.com";
  286. $lang->filter->invalid_user_id = $lang->filter->invalid_userid = "The format of %s is invalid.\\nAll values should consist of alphabets, numbers or underscore(_) and the first letter should be alphabet";
  287. $lang->filter->invalid_homepage = "The format of %s is invalid. ex) http://xpressengine.com/";
  288. $lang->filter->invalid_korean = "The format of %s is invalid. Please input Korean only";
  289. $lang->filter->invalid_korean_number = "The format of %s is invalid. Please input Korean or numbers";
  290. $lang->filter->invalid_alpha = "The format of %s is invalid. Please input alphabets only";
  291. $lang->filter->invalid_alpha_number = "The format of %s is invalid. Please input alphabets or numbers";
  292. $lang->filter->invalid_number = "The format of %s is invalid. Please input numbers only";
  293. $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.";
  294. ?>