12 |
12 |
13 var enano_lang = { |
13 var enano_lang = { |
14 categories: [ |
14 categories: [ |
15 'meta', 'adm', 'acl', 'adminusers', |
15 'meta', 'adm', 'acl', 'adminusers', |
16 'acphome', 'acpgc', 'acpup', 'acpft', 'acppl', 'acppm', 'acped', 'acpdb', 'acplm', 'acppg', 'acpum', 'acpug', 'acpcp', 'acpmm', 'acpsl', |
16 'acphome', 'acpgc', 'acpup', 'acpft', 'acppl', 'acppm', 'acped', 'acpdb', 'acplm', 'acppg', 'acpum', 'acpug', 'acpcp', 'acpmm', 'acpsl', |
17 'acpbc', 'acplo', 'sbedit', |
17 'acpbc', 'acplo', 'acptm', 'sbedit', |
18 ], |
18 ], |
19 strings: { |
19 strings: { |
20 meta: { |
20 meta: { |
21 adm: 'Administration panel nav menu', |
21 adm: 'Administration panel nav menu', |
22 acl: 'Access control list editor', |
22 acl: 'Access control list editor', |
27 acppl: 'ACP: Manage plugins', |
27 acppl: 'ACP: Manage plugins', |
28 acpdb: 'ACP: Database backup', |
28 acpdb: 'ACP: Database backup', |
29 acplm: 'ACP: Language manager', |
29 acplm: 'ACP: Language manager', |
30 acppm: 'ACP: Manage pages', |
30 acppm: 'ACP: Manage pages', |
31 acped: 'ACP: Edit page content', |
31 acped: 'ACP: Edit page content', |
|
32 acptm: 'ACP: Theme manager', |
32 acppg: 'ACP: Page groups', |
33 acppg: 'ACP: Page groups', |
33 acpum: 'ACP: User management', |
34 acpum: 'ACP: User management', |
34 acpug: 'ACP: User group management', |
35 acpug: 'ACP: User group management', |
35 acpcp: 'ACP: COPPA support', |
36 acpcp: 'ACP: COPPA support', |
36 acpmm: 'ACP: Mass e-mail', |
37 acpmm: 'ACP: Mass e-mail', |
429 ambig_btn_viewpage: 'View', |
430 ambig_btn_viewpage: 'View', |
430 err_ambig_absolute: 'Your database is corrupt as it contains multiple pages with the same urlname and namespace.', |
431 err_ambig_absolute: 'Your database is corrupt as it contains multiple pages with the same urlname and namespace.', |
431 lbl_field_search: 'Search for a page title or URL string:', |
432 lbl_field_search: 'Search for a page title or URL string:', |
432 heading_select_page_from_list: 'Select page from a list', |
433 heading_select_page_from_list: 'Select page from a list', |
433 hint_select_page_from_list: 'You can also select the page you want to edit from the list below. The list is broken into sections of 100 pages, so if you have a lot of pages on your site, you can click the pagination control below to view more pages.', |
434 hint_select_page_from_list: 'You can also select the page you want to edit from the list below. The list is broken into sections of 100 pages, so if you have a lot of pages on your site, you can click the pagination control below to view more pages.', |
|
435 }, |
|
436 acptm: { |
|
437 heading_edit_themes: 'Installed themes', |
|
438 btn_system_themes_show: '» Show system themes', |
|
439 btn_system_themes_hide: '» Hide system themes', |
|
440 btn_theme_edit: 'Edit', |
|
441 btn_theme_system: 'System theme', |
|
442 heading_install_themes: 'Themes available for installation', |
|
443 btn_theme_install: 'Install', |
|
444 |
|
445 // Editor |
|
446 heading_theme_edit: 'Editing theme: %theme_name%', |
|
447 field_theme_name: 'Theme name:', |
|
448 field_default_style: 'Select a default style:', |
|
449 field_default_theme: 'Site-wide default theme:', |
|
450 field_default_msg_current: 'This is the current default', |
|
451 field_default_btn_make_default: 'Make this the default theme when I click Save', |
|
452 heading_theme_groups: 'User and group policy', |
434 }, |
453 }, |
435 acpdb: { |
454 acpdb: { |
436 err_not_supported_title: 'Not supported', |
455 err_not_supported_title: 'Not supported', |
437 err_not_supported_desc: 'This function is only supported under the MySQL database driver.', |
456 err_not_supported_desc: 'This function is only supported under the MySQL database driver.', |
438 err_demo_mode_title: 'Access denied', |
457 err_demo_mode_title: 'Access denied', |