<?php
/**
 * english language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Terence J. Grant<tjgrant@tatewake.com>
 */

// 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 <a href="%s">%s</a>.';

$lang['medians'] = 'Your backups are stored in <code>%s</code>. Use the <a href="%s">Media Manager</a> 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.';
