1<?php 2/** 3 * English language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>, Vincent Lecomte 7 */ 8 9$lang['menu_config'] = 'Advanced Configurations'; 10$lang['menu_export'] = 'Export Utility'; 11$lang['menu_import'] = 'Import Utility'; 12 13$lang['select_all_pages'] = 'Select all pages'; 14 15$lang['btn_export'] = "Export"; 16$lang['btn_import'] = "Import"; 17$lang['btn_purge_css'] = 'Purge CSS cache'; 18$lang['btn_purge_js'] = 'Purge JS cache'; 19 20$lang['exp_export_all_pages_in_namespace'] = 'Export all Pages in Namespace'; 21$lang['exp_include_sub_namespaces'] = 'Include sub-namespaces'; 22$lang['exp_no_namespace_selected'] = 'No namespace selected!'; 23$lang['exp_select_namespace'] = 'Select the Namespace'; 24$lang['exp_select_pages'] = 'Select the Pages'; 25 26$lang['imp_no_page_selected'] = 'No page selected!'; 27$lang['imp_overwrite_pages'] = 'Overwrite existing pages'; 28$lang['imp_page_already_exists'] = 'Import Skipped! Wiki page already exists (%s)'; 29$lang['imp_page_summary'] = 'Imported by DokuWiki Advanced Plugin'; 30$lang['imp_pages_import_success'] = 'Pages imported successfully!'; 31$lang['imp_select_namespace'] = 'Select the Namespace for the import'; 32$lang['imp_select_pages'] = 'Select the Pages for the import'; 33$lang['imp_upload_backup'] = 'Upload backup file'; 34$lang['imp_zip_extract_error'] = 'Error during archive export'; 35$lang['imp_zip_not_found'] = 'Import archive not found'; 36 37$lang['conf_abbrev'] = 'Abbreviations and Acronyms'; 38$lang['conf_entities'] = 'Entities'; 39$lang['conf_iwiki'] = 'InterWiki Links'; 40$lang['conf_blacklist'] = 'Blacklist'; 41$lang['conf_scheme'] = 'URL Schemes'; 42$lang['conf_smiley'] = 'Smileys'; 43$lang['conf_mime'] = 'MIME Types'; 44$lang['conf_main'] = 'Main Configuration'; 45$lang['conf_license'] = 'License'; 46$lang['conf_styleini'] = 'Template style.ini'; 47$lang['conf_manifest'] = 'Manifest'; 48$lang['conf_plugins'] = 'Plugins'; 49$lang['conf_ujs'] = 'User JavaScript'; 50$lang['conf_header'] = 'Header'; 51$lang['conf_footer'] = 'Footer'; 52$lang['conf_sidebar'] = 'Sidebar'; 53$lang['conf_rsidebar'] = 'Right Sidebar'; 54$lang['conf_topheader'] = 'Top Header'; 55 56$lang['conf_tab_hooks'] = 'Template Hooks'; 57$lang['conf_tab_others'] = 'Others'; 58$lang['conf_tab_configurations'] = 'Configurations'; 59$lang['conf_tab_styles'] = 'CSS Styles'; 60 61$lang['conf_blacklist_update'] = 'Blacklist update successfull !'; 62$lang['conf_blacklist_failed'] = 'Blacklist update failed !'; 63$lang['conf_blacklist_download'] = 'Update list from MediaWiki'; 64 65$lang['conf_file_save_success'] = 'File %s saved successfull !'; 66$lang['conf_file_save_fail'] = 'Unable to save %s file!'; 67 68$lang['conf_edit'] = 'Edit'; 69$lang['conf_default'] = 'Default'; 70$lang['conf_cache_purged'] = 'Cache purged !'; 71