changeset 372 | 5bd429428101 |
parent 371 | dc6026376919 |
child 376 | 66732bd4532c |
371:dc6026376919 | 372:5bd429428101 |
---|---|
11 */ |
11 */ |
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', 'acppg', 'acpum', 'acpug', 'acpcp', 'acpmm', 'acpsl', 'acpbc', |
16 'acphome', 'acpgc', 'acpup', 'acpft', 'acppl', 'acppm', 'acped', 'acpdb', 'acplm', 'acppg', 'acpum', 'acpug', 'acpcp', 'acpmm', 'acpsl', |
17 'acplo', 'sbedit', |
17 'acpbc', 'acplo', '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', |
24 acpgc: 'ACP: General configuration', |
24 acpgc: 'ACP: General configuration', |
25 acpup: 'ACP: File uploads', |
25 acpup: 'ACP: File uploads', |
26 acpft: 'ACP: Allowed file types', |
26 acpft: 'ACP: Allowed file types', |
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 acppm: 'ACP: Manage pages', |
30 acppm: 'ACP: Manage pages', |
30 acped: 'ACP: Edit page content', |
31 acped: 'ACP: Edit page content', |
31 acppg: 'ACP: Page groups', |
32 acppg: 'ACP: Page groups', |
32 acpum: 'ACP: User management', |
33 acpum: 'ACP: User management', |
33 acpug: 'ACP: User group management', |
34 acpug: 'ACP: User group management', |
49 page_general_config: 'General configuration', |
50 page_general_config: 'General configuration', |
50 page_file_uploads: 'File uploads', |
51 page_file_uploads: 'File uploads', |
51 page_file_types: 'Allowed file types', |
52 page_file_types: 'Allowed file types', |
52 page_plugins: 'Manage plugins', |
53 page_plugins: 'Manage plugins', |
53 page_db_backup: 'Backup database', |
54 page_db_backup: 'Backup database', |
55 page_lang_manager: 'Language manager', |
|
54 |
56 |
55 page_manager: 'Manage pages', |
57 page_manager: 'Manage pages', |
56 page_editor: 'Edit page content', |
58 page_editor: 'Edit page content', |
57 page_pg_groups: 'Manage page groups', |
59 page_pg_groups: 'Manage page groups', |
58 |
60 |
437 lbl_system_tables: 'Export tables that are part of the Enano core', |
439 lbl_system_tables: 'Export tables that are part of the Enano core', |
438 lbl_additional_tables: 'Additional tables to export:', |
440 lbl_additional_tables: 'Additional tables to export:', |
439 lbl_include_structure: 'Include table structure', |
441 lbl_include_structure: 'Include table structure', |
440 lbl_include_data: 'Include table data', |
442 lbl_include_data: 'Include table data', |
441 btn_create_backup: 'Create backup', |
443 btn_create_backup: 'Create backup', |
444 }, |
|
445 acplm: { |
|
446 heading_install: 'Languages available for installation', |
|
447 col_lang_code: 'ID', |
|
448 col_lang_name: 'Language name (native)', |
|
449 col_lang_name_eng: 'Language name (English)', |
|
450 btn_install_language: 'Install', |
|
451 msg_lang_install_success: 'The language pack %lang_name% has been installed.', |
|
442 }, |
452 }, |
443 acppg: { |
453 acppg: { |
444 // Main menu |
454 // Main menu |
445 heading_main: 'Manage page groups', |
455 heading_main: 'Manage page groups', |
446 hint_intro: 'Enano\'s page grouping system allows you to build sets of pages that can be controlled by a single ACL rule. This makes managing features such as a members-only section of your site a lot easier. If you don\'t use the ACL system, you probably don\'t need to use page groups.', |
456 hint_intro: 'Enano\'s page grouping system allows you to build sets of pages that can be controlled by a single ACL rule. This makes managing features such as a members-only section of your site a lot easier. If you don\'t use the ACL system, you probably don\'t need to use page groups.', |