OSDN Git Service

reimyさんによるHTML適正化
[pukiwiki/pukiwiki.git] / en.lng
1 <?
2 ///////////////////////////////////////
3 // PukiWiki message file (english)
4
5 ///////////////////////////////////////
6 // page titles
7 $_title_list = 'List of pages';
8 $_title_filelist = 'List of page files';
9 $_title_cannotedit = '$1 is not editable';
10 $_title_add = 'Add to $1';
11 $_title_edit = 'Edit of $1';
12 $_title_preview = 'Preview of $1';
13 $_title_collided = 'The collision of updating broke out in the $1.';
14 $_title_updated = '$1 was updated';
15 $_title_deleted = '$1 was deleted';
16 $_title_freeze = 'Freezing $1';
17 $_title_isfreezed = '$1 is already frozen';
18 $_title_freezed = '$1 was frozen.';
19 $_title_unfreeze = 'Unfreezing $1';
20 $_title_isunfreezed = '$1 is not unfrozen';
21 $_title_unfreezed = '$1 was unfrozen.';
22 $_title_diff = 'Diff of $1';
23 $_title_result = 'Search result of $1';
24 $_title_search = 'Search';
25 $_title_backupdiff = 'Backup diff of $1';
26 $_title_backupnowdiff = 'Backup diff of $1 vs current';
27 $_title_backupsource = 'Backup source of $1';
28 $_title_backup = 'Backup of $1';
29 $_title_pagebackuplist = 'Backup list of $1';
30 $_title_backuplist = 'Backup list';
31 $_title_help = 'Help';
32 $_title_invalidiwn = 'It is not an effective InterWikiName';
33 $_title_backuplist = 'Backup list';
34
35 ///////////////////////////////////////
36 // messages
37 $_msg_unfreeze = 'Unfreeze';
38 $_msg_add = 'Two and the contents of an input are added for a new-line to the contents of a page of present addition.';
39 $_msg_preview = 'If the following previews are checked and avoided, please update with the button of the page lower part.';
40 $_msg_preview_delete = '(The contents of a page are empty.Updating deletes this page.)';
41 $_msg_collided = 'It seems that other user have updated the same page while you are editing this page.<br />
42 Since there is a text which you edited into below, please copy & paste to<br />
43 an editor so that your contents of edit are not lost.<br />
44 Please reedit again from the contents newest after that.';
45 $_msg_freezing = 'Please input the password for freezing.';
46 $_msg_unfreezing = 'Please input the password for unfreezing.';
47 $_msg_invalidpass = 'Invalid password.';
48 $_msg_notfound = 'The page is not found.';
49 $_msg_addline = 'The added line is <span style="color:blue">BLUE</span>.';
50 $_msg_delline = 'The deleted line is <span style="color:red">RED</span>.';
51 $_msg_goto = 'Goto $1.';
52 $_msg_searching = 'Some words are searched from all pages.There is no distinction of a capital letter small letter.';
53 $_msg_backuplist = 'List of Backup';
54 $_msg_diff = 'diff';
55 $_msg_nowdiff = 'diff current';
56 $_msg_source = 'source';
57 $_msg_backup = 'backup';
58 $_msg_view = 'View the $1.';
59 $_msg_deleleted = '$1 is deleted.';
60 $_msg_invalidiwn = '$1 is not an effective $2.';
61 $_msg_andresult = 'In <strong>$2</strong> page, <strong>$3</strong> pages of pages containing all the <strong>$1</strong> were found.';
62 $_msg_orresult = 'In <strong>$2</strong> page, <strong>$3</strong> pages of pages containing either of the <strong>$1</strong> were found.';
63 $_msg_notfoundresult = 'Not found word of <strong>$1</strong> in pages.';
64 $_msg_symbol = 'Symbols';
65 $_msg_other = 'Others';
66 $_msg_help = 'View rules of text formatting';
67
68 ///////////////////////////////////////
69 // form buttons
70 $_btn_preview = 'Preview';
71 $_btn_repreview = 'Preview again';
72 $_btn_update = 'Update';
73 $_btn_search = 'Search';
74 $_btn_and = 'AND';
75 $_btn_or = 'OR';
76 $_btn_freeze = 'Freeze';
77 $_btn_unfreeze = 'Unfreeze';
78 $_btn_notchangetimestamp = 'Not change timestamp';
79 $_btn_addtop = 'Add to top of page';
80 $_btn_template = 'Page for use template';
81 $_btn_load = 'Load';
82 $_btn_edit = 'Edit';
83
84 ///////////////////////////////////////
85 // plug-in message
86
87 ///////////////////////////////////////
88 // comment
89 $_btn_name = 'Name: ';
90 $_btn_comment = 'Submit';
91 $_msg_comment = 'Comment: ';
92
93 ///////////////////////////////////////
94 // attach file
95 $_title_uploaded = 'Uploaded file to $1';
96 $_title_file_deleted = 'Deleted file in $1';
97 $_title_notfound = 'Not found the file in $1';
98 $_title_upload = 'Upload at $1';
99 $_title_confirm_delete = 'Delete %s';
100
101 $_msg_noparm = 'Cannot upload/delete in $1';
102 $_msg_already_exists = 'Already exists file in $1';
103 $_msg_attach_filelist = 'Attached file list of all pages';
104 $_msg_maxsize = 'Maximum file size is $1.';
105 $_msg_delete = 'Delete \'$1\'';
106 $_msg_exceed = 'File size is too big to $1';
107 $_msg_attachfile = 'Attach file';
108 $_msg_confirm_delete = '<div style="text-align:center">comfirm Delete '%s'<br />%s</div>';
109 $_btn_upload = 'Upload';
110 $_btn_delete = 'Del';
111
112 ///////////////////////////////////////
113 // newpage
114 $_msg_newpage = 'new page';
115
116 ///////////////////////////////////////
117 // recent
118 $_recent_plugin_frame = '<h5 class="side_label">recent(%d)</h5><span class="small">%s</span>';
119 $_recent_plugin_li = '.';
120
121 ///////////////////////////////////////
122 // help 'wiki format rule'.
123 $rule_body = '
124 sorry. Japanese only
125 ';
126 ?>