16 // via Javascript as well. |
16 // via Javascript as well. |
17 |
17 |
18 var enano_lang = { |
18 var enano_lang = { |
19 categories: [ |
19 categories: [ |
20 'adm', 'meta', 'user', 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar', 'acl', |
20 'adm', 'meta', 'user', 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar', 'acl', |
21 'perm', |
21 'perm', 'usercp', |
22 ], |
22 ], |
23 strings: { |
23 strings: { |
24 meta: { |
24 meta: { |
25 adm: 'Administration panel nav menu', |
25 adm: 'Administration panel nav menu', |
26 meta: 'Language category strings', |
26 meta: 'Language category strings', |
148 reg_lbl_field_captcha_code: 'Code:', |
148 reg_lbl_field_captcha_code: 'Code:', |
149 |
149 |
150 reg_coppa_title: 'Before you can register, please tell us your age.', |
150 reg_coppa_title: 'Before you can register, please tell us your age.', |
151 reg_coppa_link_atleast13: 'I was born <b>on or before</b> %yo13_date% and am <b>at least</b> 13 years of age', |
151 reg_coppa_link_atleast13: 'I was born <b>on or before</b> %yo13_date% and am <b>at least</b> 13 years of age', |
152 reg_coppa_link_not13: 'I was born <b>after</b> %yo13_date% and am <b>less than</b> 13 years of age', |
152 reg_coppa_link_not13: 'I was born <b>after</b> %yo13_date% and am <b>less than</b> 13 years of age', |
|
153 }, |
|
154 usercp: { |
|
155 avatar_err_disabled_title: 'Avatar support is disabled.', |
|
156 avatar_err_disabled_body: 'The administrator has not enabled avatar support for this site.', |
|
157 avatar_table_title: 'Avatar settings', |
|
158 avatar_label_current: 'Current avatar:', |
|
159 avatar_image_alt: '%username%\'s avatar', |
|
160 avatar_image_none: 'You don\'t have an avatar currently.', |
|
161 avatar_lbl_change: 'Change your avatar:', |
|
162 avatar_lbl_keep: 'Keep my current avatar', |
|
163 avatar_lbl_remove: 'Delete my avatar', |
|
164 avatar_lbl_set_http: 'Upload a new avatar from the Web', |
|
165 avatar_lbl_set_file: 'Upload a new avatar from my computer', |
|
166 avatar_lbl_url: 'URL to image:', |
|
167 avatar_lbl_url_desc: 'This must start with the <tt>http://</tt> prefix and must be a valid URL. The image will be copied from the existing URL to this server - dynamic avatars are not supported.', |
|
168 avatar_lbl_file: 'Upload file:', |
|
169 avatar_lbl_file_desc: 'Your browser needs to support file uploads for this option to work.', |
|
170 avatar_limits: 'The image cannot be more than %config.avatar_max_size% bytes in size. The maximum dimensions are %config.avatar_max_width% × %config.avatar_max_height% pixels. Allowed formats are PNG, GIF, and JPEG.', |
|
171 avatar_delete_success: 'Your avatar has been deleted.', |
|
172 avatar_bad_write: 'Either the remote server had trouble finding the image, or your image exceeded the allowed file size.', |
|
173 avatar_bad_filetype: 'The file you selected is invalid. You must choose a file in PNG, JPEG, or GIF format.', |
|
174 avatar_disallowed_animation: 'You have chosen an animated image, which is not allowed. Please choose a non-animated image.', |
|
175 avatar_corrupt_image: 'The image you selected is corrupt. Please choose another image.', |
|
176 avatar_too_large: 'The image you uploaded exceeds the maximum dimensions (%config.avatar_max_width% × %config.avatar_max_height%px) allowed on this site. Please choose another image.', |
|
177 avatar_move_failed: 'Your image was accepted, but there was a problem moving the image file to the correct location.', |
|
178 avatar_upload_success: 'Your avatar has been updated.', |
|
179 avatar_file_too_large: 'The image you uploaded exceeds the maximum file size allowed for avatars on this site.', |
153 }, |
180 }, |
154 onpage: { |
181 onpage: { |
155 lbl_pagetools: 'Page tools', |
182 lbl_pagetools: 'Page tools', |
156 lbl_page_article: 'article', |
183 lbl_page_article: 'article', |
157 lbl_page_admin: 'administration page', |
184 lbl_page_admin: 'administration page', |