144 tagcloud_tip_popularity_plural: '%popularity% pages', |
144 tagcloud_tip_popularity_plural: '%popularity% pages', |
145 |
145 |
146 // Recent changes |
146 // Recent changes |
147 rc_btn_diff: 'diff', |
147 rc_btn_diff: 'diff', |
148 rc_btn_hist: 'hist', |
148 rc_btn_hist: 'hist', |
|
149 rc_btn_undo: 'undo', |
149 rc_btn_pm: 'PM', |
150 rc_btn_pm: 'PM', |
150 rc_btn_usertalk: 'comment', |
151 rc_btn_usertalk: 'comment', |
151 }, |
152 }, |
152 log: { |
153 log: { |
153 action_rename: 'Renamed (old name: %old_name%)', |
154 action_rename: 'Renamed (old name: %old_name%)', |
154 action_create: 'Created page', |
155 action_create: 'Created page', |
155 action_delete: 'Deleted page (%reason%)', |
156 action_delete: 'Deleted page (%reason%)', |
156 action_protect_none: 'Unprotected page (%reason%)', |
157 action_protect_none: 'Unprotected page (%reason%)', |
157 action_protect_semi: 'Semiprotected page (%reason%)', |
158 action_protect_semi: 'Semiprotected page (%reason%)', |
158 action_protect_full: 'Protected page (%reason%)', |
159 action_protect_full: 'Protected page (%reason%)', |
|
160 action_protect: 'Protect and unprotect', |
|
161 action_edit: 'Edit', |
|
162 |
|
163 breadcrumb_author: 'Author: %user%', |
|
164 breadcrumb_within: 'Newer than: %time%', |
|
165 breadcrumb_page: 'Page: %page%', |
|
166 breadcrumb_action: 'Action: %action%', |
159 |
167 |
160 msg_no_reason_provided: 'No reason provided', |
168 msg_no_reason_provided: 'No reason provided', |
|
169 msg_reversion: 'Reversion of previous action', |
|
170 msg_no_results: 'No results', |
|
171 msg_no_filters: 'All site logs', |
|
172 |
|
173 form_filtertype_user: 'Author', |
|
174 form_filtertype_within: 'Within', |
|
175 form_filtertype_page: 'Page', |
|
176 form_filtertype_action: 'Action', |
|
177 formaction_rename: 'Rename', |
|
178 formaction_create: 'Create page', |
|
179 formaction_delete: 'Delete page', |
|
180 |
|
181 heading_addfilter: 'Add a filter', |
|
182 heading_logdisplay: 'Log filter results', |
|
183 |
|
184 btn_add_filter: 'Add filter', |
|
185 err_addfilter_field_empty: 'The filter was not added because you didn\'t enter a valid value in the field.', |
|
186 |
|
187 err_access_denied: 'You don\'t have permission to view page logs.', |
161 } |
188 } |
162 } |
189 } |
163 }; |
190 }; |
164 |
191 |
165 // All done! :-) |
192 // All done! :-) |