<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>, Vincent Lecomte
 */

$lang['menu_config'] = 'Advanced Configurations';
$lang['menu_export'] = 'Export Utility';
$lang['menu_import'] = 'Import Utility';

$lang['select_all_pages'] = 'Select all pages';

$lang['btn_export']    = "Export";
$lang['btn_import']    = "Import";
$lang['btn_purge_css'] = 'Purge CSS cache';
$lang['btn_purge_js']  = 'Purge JS cache';

$lang['exp_export_all_pages_in_namespace'] = 'Export all Pages in Namespace';
$lang['exp_include_sub_namespaces']        = 'Include sub-namespaces';
$lang['exp_no_namespace_selected']         = 'No namespace selected!';
$lang['exp_select_namespace']              = 'Select the Namespace';
$lang['exp_select_pages']                  = 'Select the Pages';

$lang['imp_no_page_selected']     = 'No page selected!';
$lang['imp_overwrite_pages']      = 'Overwrite existing pages';
$lang['imp_page_already_exists']  = 'Import Skipped! Wiki page already exists (%s)';
$lang['imp_page_summary']         = 'Imported by DokuWiki Advanced Plugin';
$lang['imp_pages_import_success'] = 'Pages imported successfully!';
$lang['imp_select_namespace']     = 'Select the Namespace for the import';
$lang['imp_select_pages']         = 'Select the Pages for the import';
$lang['imp_upload_backup']        = 'Upload backup file';
$lang['imp_zip_extract_error']    = 'Error during archive export';
$lang['imp_zip_not_found']        = 'Import archive not found';

$lang['conf_abbrev']    = 'Abbreviations and Acronyms';
$lang['conf_entities']  = 'Entities';
$lang['conf_iwiki']     = 'InterWiki Links';
$lang['conf_blacklist'] = 'Blacklist';
$lang['conf_scheme']    = 'URL Schemes';
$lang['conf_smiley']    = 'Smileys';
$lang['conf_mime']      = 'MIME Types';
$lang['conf_main']      = 'Main Configuration';
$lang['conf_license']   = 'License';
$lang['conf_styleini']  = 'Template style.ini';
$lang['conf_manifest']  = 'Manifest';
$lang['conf_plugins']   = 'Plugins';
$lang['conf_ujs']       = 'User JavaScript';
$lang['conf_header']    = 'Header';
$lang['conf_footer']    = 'Footer';
$lang['conf_sidebar']   = 'Sidebar';
$lang['conf_rsidebar']  = 'Right Sidebar';
$lang['conf_topheader'] = 'Top Header';

$lang['conf_tab_hooks']          = 'Template Hooks';
$lang['conf_tab_others']         = 'Others';
$lang['conf_tab_configurations'] = 'Configurations';
$lang['conf_tab_styles']         = 'CSS Styles';

$lang['conf_blacklist_update']   = 'Blacklist update successfull !';
$lang['conf_blacklist_failed']   = 'Blacklist update failed !';
$lang['conf_blacklist_download'] = 'Update list from MediaWiki';

$lang['conf_file_save_success'] = 'File %s saved successfull !';
$lang['conf_file_save_fail']    = 'Unable to save %s file!';

$lang['conf_edit']         = 'Edit';
$lang['conf_default']      = 'Default';
$lang['conf_cache_purged'] = 'Cache purged !';
