PageRenderTime 33ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/en.lng.php

https://github.com/miya5n/pukiwiki
PHP | 424 lines | 279 code | 47 blank | 98 comment | 0 complexity | b31b80578d304cebf24832215c845531 MD5 | raw file
Possible License(s): GPL-2.0
  1. <?php
  2. // PukiWiki - Yet another WikiWikiWeb clone.
  3. // $Id: en.lng.php,v 1.16 2007/02/11 05:53:29 henoheno Exp $
  4. // Copyright (C)
  5. // 2002-2005 PukiWiki Developers Team
  6. // 2001-2002 Originally written by yu-ji
  7. // License: GPL v2 or (at your option) any later version
  8. //
  9. // PukiWiki message file (English)
  10. // NOTE: Encoding of this file, must equal to encoding setting
  11. // Encoding hint
  12. $_LANG['encode_hint']['en'] = '';
  13. ///////////////////////////////////////
  14. // Page titles
  15. $_title_cannotedit = ' $1 is not editable';
  16. $_title_edit = 'Edit of $1';
  17. $_title_preview = 'Preview of $1';
  18. $_title_collided = 'On updating $1, a collision has occurred.';
  19. $_title_updated = ' $1 was updated';
  20. $_title_deleted = ' $1 was deleted';
  21. $_title_help = 'Help';
  22. $_title_invalidwn = 'It is not a valid WikiName';
  23. $_title_backuplist = 'Backup list';
  24. ///////////////////////////////////////
  25. // Messages
  26. $_msg_unfreeze = 'Unfreeze';
  27. $_msg_preview = 'To confirm the changes, click the button at the bottom of the page';
  28. $_msg_preview_delete = '(The contents of the page are empty. Updating deletes this page.)';
  29. $_msg_collided = 'It seems that someone has already updated this page while you were editing it.<br />
  30. + is placed at the beginning of a line that was newly added.<br />
  31. ! is placed at the beginning of a line that has possibly been updated.<br />
  32. Edit those lines, and submit again.';
  33. $_msg_collided_auto = 'It seems that someone has already updated this page while you were editing it.<br /> The collision has been corrected automatically, but there may still be some problems with the page.<br />
  34. To confirm the changes to the page, press [Update].<br />';
  35. $_msg_invalidiwn = ' $1 is not a valid $2.';
  36. $_msg_invalidpass = 'Invalid password.';
  37. $_msg_notfound = 'The page was not found.';
  38. $_msg_addline = 'The added line is <span class="diff_added">THIS COLOR</span>.';
  39. $_msg_delline = 'The deleted line is <span class="diff_removed">THIS COLOR</span>.';
  40. $_msg_goto = 'Go to $1.';
  41. $_msg_andresult = 'In the page <strong> $2</strong>, <strong> $3</strong> pages that contain all the terms $1 were found.';
  42. $_msg_orresult = 'In the page <strong> $2</strong>, <strong> $3</strong> pages that contain at least one of the terms $1 were found.';
  43. $_msg_notfoundresult = 'No page which contains $1 has been found.';
  44. $_msg_symbol = 'Symbols';
  45. $_msg_other = 'Others';
  46. $_msg_help = 'View Text Formatting Rules';
  47. $_msg_week = array('Sun','Mon','Tue','Wed','Thu','Fri','Sat');
  48. $_msg_content_back_to_top = '<div class="jumpmenu"><a href="#navigator">&uarr;</a></div>';
  49. $_msg_word = 'These search terms have been highlighted:';
  50. ///////////////////////////////////////
  51. // Symbols
  52. $_symbol_anchor = '&dagger;';
  53. $_symbol_noexists = '?';
  54. ///////////////////////////////////////
  55. // Form buttons
  56. $_btn_preview = 'Preview';
  57. $_btn_repreview = 'Preview again';
  58. $_btn_update = 'Update';
  59. $_btn_cancel = 'Cancel';
  60. $_btn_notchangetimestamp = 'Do not change timestamp';
  61. $_btn_addtop = 'Add to top of page';
  62. $_btn_template = 'Use page as template';
  63. $_btn_load = 'Load';
  64. $_btn_edit = 'Edit';
  65. $_btn_delete = 'Delete';
  66. ///////////////////////////////////////
  67. // Authentication
  68. $_title_cannotread = ' $1 is not readable';
  69. $_msg_auth = 'PukiWikiAuth';
  70. ///////////////////////////////////////
  71. // Page name
  72. $rule_page = 'FormattingRules'; // Formatting rules
  73. $help_page = 'Help'; // Help
  74. /////////////////////////////////////////////////
  75. // No subject (article)
  76. $_no_subject = 'no subject';
  77. /////////////////////////////////////////////////
  78. // No name (article,comment,pcomment)
  79. $_no_name = '';
  80. /////////////////////////////////////////////////
  81. // Skin
  82. /////////////////////////////////////////////////
  83. $_LANG['skin']['add'] = 'Add';
  84. $_LANG['skin']['backup'] = 'Backup';
  85. $_LANG['skin']['copy'] = 'Copy';
  86. $_LANG['skin']['diff'] = 'Diff';
  87. $_LANG['skin']['edit'] = 'Edit';
  88. $_LANG['skin']['filelist'] = 'List of page files'; // List of filenames
  89. $_LANG['skin']['freeze'] = 'Freeze';
  90. $_LANG['skin']['help'] = 'Help';
  91. $_LANG['skin']['list'] = 'List of pages';
  92. $_LANG['skin']['new'] = 'New';
  93. $_LANG['skin']['rdf'] = 'RDF of recent changes';
  94. $_LANG['skin']['recent'] = 'Recent changes'; // RecentChanges
  95. $_LANG['skin']['reload'] = 'Reload';
  96. $_LANG['skin']['rename'] = 'Rename'; // Rename a page (and related)
  97. $_LANG['skin']['rss'] = 'RSS of recent changes';
  98. $_LANG['skin']['rss10'] = & $_LANG['skin']['rss'];
  99. $_LANG['skin']['rss20'] = & $_LANG['skin']['rss'];
  100. $_LANG['skin']['search'] = 'Search';
  101. $_LANG['skin']['top'] = 'Front page'; // Top page
  102. $_LANG['skin']['unfreeze'] = 'Unfreeze';
  103. $_LANG['skin']['upload'] = 'Upload'; // Attach a file
  104. ///////////////////////////////////////
  105. // Plug-in message
  106. ///////////////////////////////////////
  107. // add.inc.php
  108. $_title_add = 'Add to $1';
  109. $_msg_add = 'Two and the contents of an input are added for a new-line to the contents of a page of present addition.';
  110. // This message is such bad english that I don't understand it, sorry. --Bjorn De Meyer
  111. ///////////////////////////////////////
  112. // article.inc.php
  113. $_btn_name = 'Name: ';
  114. $_btn_article = 'Submit';
  115. $_btn_subject = 'Subject: ';
  116. $_msg_article_mail_sender = 'Author: ';
  117. $_msg_article_mail_page = 'Page: ';
  118. ///////////////////////////////////////
  119. // attach.inc.php
  120. $_attach_messages = array(
  121. 'msg_uploaded' => 'Uploaded the file to $1',
  122. 'msg_deleted' => 'Deleted the file in $1',
  123. 'msg_freezed' => 'The file has been frozen.',
  124. 'msg_unfreezed'=> 'The file has been unfrozen',
  125. 'msg_renamed' => 'The file has been renamed',
  126. 'msg_upload' => 'Upload to $1',
  127. 'msg_info' => 'File information',
  128. 'msg_confirm' => '<p>Delete %s.</p>',
  129. 'msg_list' => 'List of attached file(s)',
  130. 'msg_listpage' => 'File already exists in $1',
  131. 'msg_listall' => 'Attached file list of all pages',
  132. 'msg_file' => 'Attach file',
  133. 'msg_maxsize' => 'Maximum file size is %s.',
  134. 'msg_count' => ' <span class="small">%s download</span>',
  135. 'msg_password' => 'password',
  136. 'msg_adminpass'=> 'Administrator password',
  137. 'msg_delete' => 'Delete file.',
  138. 'msg_freeze' => 'Freeze file.',
  139. 'msg_unfreeze' => 'Unfreeze file.',
  140. 'msg_isfreeze' => 'File is frozen.',
  141. 'msg_rename' => 'Rename',
  142. 'msg_newname' => 'New file name',
  143. 'msg_require' => '(require administrator password)',
  144. 'msg_filesize' => 'size',
  145. 'msg_date' => 'date',
  146. 'msg_dlcount' => 'access count',
  147. 'msg_md5hash' => 'MD5 hash',
  148. 'msg_page' => 'Page',
  149. 'msg_filename' => 'Stored filename',
  150. 'err_noparm' => 'Cannot upload/delete file in $1',
  151. 'err_exceed' => 'File size too large to $1',
  152. 'err_exists' => 'File already exists in $1',
  153. 'err_notfound' => 'Could not fid the file in $1',
  154. 'err_noexist' => 'File does not exist.',
  155. 'err_delete' => 'Cannot delete file in $1',
  156. 'err_rename' => 'Cannot rename this file',
  157. 'err_password' => 'Wrong password.',
  158. 'err_adminpass'=> 'Wrong administrator password',
  159. 'btn_upload' => 'Upload',
  160. 'btn_info' => 'Information',
  161. 'btn_submit' => 'Submit'
  162. );
  163. ///////////////////////////////////////
  164. // back.inc.php
  165. $_msg_back_word = 'Back';
  166. ///////////////////////////////////////
  167. // backup.inc.php
  168. $_title_backup_delete = 'Deleting backup of $1';
  169. $_title_backupdiff = 'Backup diff of $1(No. $2)';
  170. $_title_backupnowdiff = 'Backup diff of $1 vs current(No. $2)';
  171. $_title_backupsource = 'Backup source of $1(No. $2)';
  172. $_title_backup = 'Backup of $1(No. $2)';
  173. $_title_pagebackuplist = 'Backup list of $1';
  174. $_title_backuplist = 'Backup list';
  175. $_msg_backup_deleted = 'Backup of $1 has been deleted.';
  176. $_msg_backup_adminpass = 'Please input the password for deleting.';
  177. $_msg_backuplist = 'List of Backups';
  178. $_msg_nobackup = 'There are no backup(s) of $1.';
  179. $_msg_diff = 'diff';
  180. $_msg_nowdiff = 'diff current';
  181. $_msg_source = 'source';
  182. $_msg_backup = 'backup';
  183. $_msg_view = 'View the $1.';
  184. $_msg_deleted = ' $1 has been deleted.';
  185. ///////////////////////////////////////
  186. // calendar_viewer.inc.php
  187. $_err_calendar_viewer_param2 = 'Wrong second parameter.';
  188. $_msg_calendar_viewer_right = 'Next %d&gt;&gt;';
  189. $_msg_calendar_viewer_left = '&lt;&lt; Prev %d';
  190. $_msg_calendar_viewer_restrict = 'Due to the blocking, the calendar_viewer cannot refer to $1.';
  191. ///////////////////////////////////////
  192. // calendar2.inc.php
  193. $_calendar2_plugin_edit = '[edit]';
  194. $_calendar2_plugin_empty = '%s is empty.';
  195. ///////////////////////////////////////
  196. // comment.inc.php
  197. $_btn_name = 'Name: ';
  198. $_btn_comment = 'Post Comment';
  199. $_msg_comment = 'Comment: ';
  200. $_title_comment_collided = 'On updating $1, a collision has occurred.';
  201. $_msg_comment_collided = 'It seems that someone has already updated the page you were editing.<br />
  202. The comment was added, alhough it may be inserted in the wrong position.<br />';
  203. ///////////////////////////////////////
  204. // deleted.inc.php
  205. $_deleted_plugin_title = 'The list of deleted pages';
  206. $_deleted_plugin_title_withfilename = 'The list of deleted pages (with filename)';
  207. ///////////////////////////////////////
  208. // diff.inc.php
  209. $_title_diff = 'Diff of $1';
  210. $_title_diff_delete = 'Deleting diff of $1';
  211. $_msg_diff_deleted = 'Diff of $1 has been deleted.';
  212. $_msg_diff_adminpass = 'Please input the password for deleting.';
  213. ///////////////////////////////////////
  214. // filelist.inc.php (list.inc.php)
  215. $_title_filelist = 'List of page files';
  216. ///////////////////////////////////////
  217. // freeze.inc.php
  218. $_title_isfreezed = ' $1 has already been frozen';
  219. $_title_freezed = ' $1 has been frozen.';
  220. $_title_freeze = 'Freeze $1';
  221. $_msg_freezing = 'Please input the password for freezing.';
  222. $_btn_freeze = 'Freeze';
  223. ///////////////////////////////////////
  224. // include.inc.php
  225. $_msg_include_restrict = 'Due to the blocking, $1 cannot be include(d).';
  226. ///////////////////////////////////////
  227. // insert.inc.php
  228. $_btn_insert = 'add';
  229. ///////////////////////////////////////
  230. // interwiki.inc.php
  231. $_title_invalidiwn = 'This is not a valid InterWikiName';
  232. ///////////////////////////////////////
  233. // list.inc.php
  234. $_title_list = 'List of pages';
  235. ///////////////////////////////////////
  236. // ls2.inc.php
  237. $_ls2_err_nopages = '<p>There is no child page in \' $1\'</p>';
  238. $_ls2_msg_title = 'List of pages which begin with \' $1\'';
  239. ///////////////////////////////////////
  240. // memo.inc.php
  241. $_btn_memo_update = 'update';
  242. ///////////////////////////////////////
  243. // navi.inc.php
  244. $_navi_prev = 'Prev';
  245. $_navi_next = 'Next';
  246. $_navi_up = 'Up';
  247. $_navi_home = 'Home';
  248. ///////////////////////////////////////
  249. // newpage.inc.php
  250. $_msg_newpage = 'New page';
  251. ///////////////////////////////////////
  252. // paint.inc.php
  253. $_paint_messages = array(
  254. 'field_name' => 'Name',
  255. 'field_filename'=> 'Filename',
  256. 'field_comment' => 'Comment',
  257. 'btn_submit' => 'paint',
  258. 'msg_max' => '(Max %d x %d)',
  259. 'msg_title' => 'Paint and Attach to $1',
  260. 'msg_title_collided' => 'On updating $1, there was a collision.',
  261. 'msg_collided' => 'It seems that someone has already updated this page while you were editing it.<br />
  262. The picture and the comment were added to this page, but there may be a problem.<br />'
  263. );
  264. ///////////////////////////////////////
  265. // pcomment.inc.php
  266. $_pcmt_messages = array(
  267. 'btn_name' => 'Name: ',
  268. 'btn_comment' => 'Post Comment',
  269. 'msg_comment' => 'Comment: ',
  270. 'msg_recent' => 'Show recent %d comments.',
  271. 'msg_all' => 'Go to the comment page.',
  272. 'msg_none' => 'No comment.',
  273. 'title_collided' => 'On updating $1, there was a collision.',
  274. 'msg_collided' => 'It seems that someone has already updated this page while you were editing it.<br />
  275. The comment was added to the page, but there may be a problem.<br />',
  276. 'err_pagename' => '[[%s]] : not a valid page name.',
  277. );
  278. $_msg_pcomment_restrict = 'Due to the blocking, no comments could be read from $1 at all.';
  279. ///////////////////////////////////////
  280. // popular.inc.php
  281. $_popular_plugin_frame = '<h5>popular(%d)</h5><div>%s</div>';
  282. $_popular_plugin_today_frame = '<h5>today\'s(%d)</h5><div>%s</div>';
  283. ///////////////////////////////////////
  284. // recent.inc.php
  285. $_recent_plugin_frame = '<h5>recent(%d)</h5>
  286. <div>%s</div>';
  287. ///////////////////////////////////////
  288. // rename.inc.php
  289. $_rename_messages = array(
  290. 'err' => '<p>error:%s</p>',
  291. 'err_nomatch' => 'no matching page(s)',
  292. 'err_notvalid' => 'the new name is invalid.',
  293. 'err_adminpass' => 'Incorrect administrator password.',
  294. 'err_notpage' => '%s is not a valid pagename.',
  295. 'err_norename' => 'cannot rename %s.',
  296. 'err_already' => 'already exists :%s.',
  297. 'err_already_below' => 'The following files already exist.',
  298. 'msg_title' => 'Rename page',
  299. 'msg_page' => 'specify source page name',
  300. 'msg_regex' => 'rename with regular expressions.',
  301. 'msg_related' => 'related pages',
  302. 'msg_do_related' => 'A related page is also renamed.',
  303. 'msg_rename' => 'rename %s',
  304. 'msg_oldname' => 'current page name',
  305. 'msg_newname' => 'new page name',
  306. 'msg_adminpass' => 'Administrator password',
  307. 'msg_arrow' => '->',
  308. 'msg_exist_none' => 'page is not processed when it already exists.',
  309. 'msg_exist_overwrite' => 'page is overwritten when it already exists.',
  310. 'msg_confirm' => 'The following files will be renamed.',
  311. 'msg_result' => 'The following files have been overwritten.',
  312. 'btn_submit' => 'Submit',
  313. 'btn_next' => 'Next'
  314. );
  315. ///////////////////////////////////////
  316. // search.inc.php
  317. $_title_search = 'Search';
  318. $_title_result = 'Search result of $1';
  319. $_msg_searching = 'Key words are case-insenstive, and are searched for in all pages.';
  320. $_btn_search = 'Search';
  321. $_btn_and = 'AND';
  322. $_btn_or = 'OR';
  323. $_search_pages = 'Search for page starts from $1';
  324. $_search_all = 'Search for all pages';
  325. ///////////////////////////////////////
  326. // source.inc.php
  327. $_source_messages = array(
  328. 'msg_title' => 'Source of $1',
  329. 'msg_notfound' => ' $1 was not found.',
  330. 'err_notfound' => 'cannot display the page source.'
  331. );
  332. ///////////////////////////////////////
  333. // template.inc.php
  334. $_msg_template_start = 'Start:<br />';
  335. $_msg_template_end = 'End:<br />';
  336. $_msg_template_page = '$1/copy';
  337. $_msg_template_refer = 'Page:';
  338. $_msg_template_force = 'Edit with a page name which already exists';
  339. $_err_template_already = ' $1 already exists.';
  340. $_err_template_invalid = ' $1 is not a valid page name.';
  341. $_btn_template_create = 'Create';
  342. $_title_templatei = 'create a new page, using $1 as a template.';
  343. ///////////////////////////////////////
  344. // tracker.inc.php
  345. $_tracker_messages = array(
  346. 'msg_list' => 'List items of $1',
  347. 'msg_back' => '<p> $1</p>',
  348. 'msg_limit' => 'top $2 results out of $1.',
  349. 'btn_page' => 'Page',
  350. 'btn_name' => 'Name',
  351. 'btn_real' => 'Realname',
  352. 'btn_submit' => 'Add',
  353. 'btn_date' => 'Date',
  354. 'btn_refer' => 'Refer page',
  355. 'btn_base' => 'Base page',
  356. 'btn_update' => 'Update',
  357. 'btn_past' => 'Past',
  358. );
  359. ///////////////////////////////////////
  360. // unfreeze.inc.php
  361. $_title_isunfreezed = ' $1 is not frozen';
  362. $_title_unfreezed = ' $1 has been unfrozen.';
  363. $_title_unfreeze = 'Unfreeze $1';
  364. $_msg_unfreezing = 'Please input the password for unfreezing.';
  365. $_btn_unfreeze = 'Unfreeze';
  366. ///////////////////////////////////////
  367. // versionlist.inc.php
  368. $_title_versionlist = 'version list';
  369. ///////////////////////////////////////
  370. // vote.inc.php
  371. $_vote_plugin_choice = 'Selection';
  372. $_vote_plugin_votes = 'Vote';
  373. ///////////////////////////////////////
  374. // yetlist.inc.php
  375. $_title_yetlist = 'List of pages which have not yet been created.';
  376. $_err_notexist = 'All pages have been created.';
  377. ?>