*/ // for admin plugins, the menu prompt to be displayed in the admin menu // if set here, the plugin doesn't need to override the getMenuText() method $lang['menu'] = 'Backup Tool'; $lang['components'] = 'Components to backup'; $lang['bt_pages'] = 'Pages'; $lang['bt_revisions'] = 'Old Revisions of Pages'; $lang['bt_meta'] = 'Page Meta Data'; $lang['bt_media'] = 'Media files'; $lang['bt_mediarevs'] = 'Old revisions of Media files'; $lang['bt_mediameta'] = 'Media file meta data'; $lang['bt_config'] = 'Configuration settings'; $lang['bt_templates'] = 'Templates'; $lang['bt_plugins'] = 'Plugins'; $lang['bt_create_backup'] = 'Create Backup'; $lang['running'] = 'The backup tool is working, please wait'; $lang['success'] = 'Backup successful. Download %s.'; $lang['medians'] = 'Your backups are stored in %s. Use the Media Manager to download or delete old backups.'; $lang['recent'] = 'Your most recent backups:'; $lang['windows-msg'] = 'You\'re running on a Windows-based server. Backup Tool may not function properly on Windows-based servers.';