language/english/admin.json
changeset 376 66732bd4532c
parent 372 5bd429428101
child 377 bb3e6c3bd4f4
equal deleted inserted replaced
375:8d0e3a5a6990 376:66732bd4532c
   441       lbl_include_structure: 'Include table structure',
   441       lbl_include_structure: 'Include table structure',
   442       lbl_include_data: 'Include table data',
   442       lbl_include_data: 'Include table data',
   443       btn_create_backup: 'Create backup',
   443       btn_create_backup: 'Create backup',
   444     },
   444     },
   445     acplm: {
   445     acplm: {
       
   446       // Language installation
   446       heading_install: 'Languages available for installation',
   447       heading_install: 'Languages available for installation',
   447       col_lang_code: 'ID',
   448       col_lang_id: 'ID',
       
   449       col_lang_code: 'Shorthand code',
   448       col_lang_name: 'Language name (native)',
   450       col_lang_name: 'Language name (native)',
   449       col_lang_name_eng: 'Language name (English)',
   451       col_lang_name_eng: 'Language name (English)',
   450       btn_install_language: 'Install',
   452       btn_install_language: 'Install',
   451       msg_lang_install_success: 'The language pack %lang_name% has been installed.',
   453       msg_lang_install_success: 'The language pack %lang_name% has been installed.',
       
   454       
       
   455       // Editor portal
       
   456       heading_editor_portal: 'Edit installed languages',
       
   457       portal_btn_edit: 'Modify',
       
   458       portal_btn_unin: 'Uninstall',
       
   459       
       
   460       // Properties table
       
   461       heading_modify: 'Edit language info',
       
   462       th_lang_basic: 'Basic language properties',
       
   463       field_lang_name_native: 'Language name (native):',
       
   464       field_lang_name_english: 'Language name (in English):',
       
   465       field_lang_code: 'Shorthand code:',
       
   466       field_lang_code_hint: 'You can\'t change this because it needs to be compliant with <a onclick="window.open(this.href); return false;" href="http://en.wikipedia.org/wiki/ISO_639-3">ISO 639-3</a>.',
       
   467       msg_basic_save_success: 'Changes saved.',
       
   468       
       
   469       // String editor portal
       
   470       heading_edit_strings_portal: 'Edit strings',
       
   471       msg_edit_strings_portal_intro: 'You can edit the actual language strings used in this language. Be sure to preserve any variables (in the format of %variable_name%) even if you\'re translating a language. If you\'re translating all of Enano into a new language, you should edit the JSON files instead of using this console, so that comments in the language files can be preserved.',
       
   472       btn_edit_strings_portal: 'Edit strings &raquo;',
       
   473       
       
   474       // Re-import button and explanation
       
   475       heading_reimport_portal: 'Re-import this language',
       
   476       msg_reimport_portal_intro: 'If you accidentally changed a lot of strings, you can re-import this language from the original language files. This will <b>destroy</b> any modifications you have made to the default set of strings, but any strings you\'ve added will be preserved. This is almost the same effect as re-installing the language. Don\'t stop this process while it\'s running, the re-import can take a long time.',
       
   477       btn_reimport: 'Re-import language',
       
   478       msg_reimport_success: 'The language was re-imported successfully. All Enano preset strings for this language have been restored.',
       
   479       
       
   480       // String editor
       
   481       editor_heading: 'Editing category: %cat_name%',
       
   482       editor_col_string_name: 'String name',
       
   483       editor_col_string_content: 'String',
       
   484       editor_btn_revert: 'Revert',
       
   485       editor_btn_cancel: 'Cancel',
       
   486       msg_string_save_success: 'Your changes have been saved.',
       
   487       
       
   488       // Backup interface
       
   489       heading_backup: 'Backup language',
       
   490       backup_intro: 'You can back up this language to make preserving custom strings easier if you ever migrate your Enano installation or re-install. Backed-up language files can be restored by using FTP or equivalent to copy the backup file to the language\'s folder and renaming it to "backup.json".',
       
   491       btn_create_backup: 'Download backup',
       
   492       
       
   493       // Uninstaller
       
   494       uninstall_confirm_title: 'Confirm uninstallation of language',
       
   495       uninstall_confirm_body: 'Do you really want to uninstall this language? If you continue, all users that have selected this language will be reset to use the default. It is recommended that you create a backup of this language before you uninstall it if you have changed any strings.',
       
   496       btn_uninstall_confirm: 'Confirm uninstallation',
       
   497       btn_uninstall_cancel: 'Cancel',
       
   498       err_cant_uninstall_default: 'You cannot uninstall the default language.',
       
   499       msg_uninstall_success: 'The language has been uninstalled.',
   452     },
   500     },
   453     acppg: {
   501     acppg: {
   454       // Main menu
   502       // Main menu
   455       heading_main: 'Manage page groups',
   503       heading_main: 'Manage 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.',
   504       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.',