additional_plugins/serendipity_event_backup/lang_en.inc.php
Garvin Hicking ab02bb4af4 Remove $Id$
2011-12-25 10:07:20 +01:00

61 lines
3.4 KiB
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define("PLUGIN_BACKUP_TITLE", "Backup Interface");
@define("PLUGIN_BACKUP_DESC", "Provides the ability to automatically make backups from your s9y, the database-tables, the whole database and the files. Only MySQL(i) databases are currently supported. WARNING: This plugin does not work well with large databases or directories.");
@define("PLUGIN_BACKUP_ABSPATH_BACKUPDIR", "Absolute Path to backup directory");
@define("PLUGIN_BACKUP_ABSPATH_BACKUPDIR_BLAHBLAH", "This directory should be outside the document root of your website. It must exist and be writeable for the webserver!");
@define("PLUGIN_BACKUP_NOT_FOUND", "Backup not found");
@define("PLUGIN_BACKUP_SQL_RECOVERED", "SQL Backup recovered");
@define("PLUGIN_BACKUP_AUTO_SQL_BACKUP_STARTED", "Automatic SQL backupping started");
@define("PLUGIN_BACKUP_AUTO_SQL_BACKUP_STOPPED", "Automatic SQL backupping stopped");
@define("PLUGIN_BACKUP_AUTO_SQL_DELETE_STARTED", "Automatic SQL deletion started");
@define("PLUGIN_BACKUP_AUTO_SQL_DELETE_STOPPED", "Automatic SQL deletion stopped");
@define("PLUGIN_BACKUP_SQL_SAVED", "Actual SQL backup saved");
@define("PLUGIN_BACKUP_HTML_RECOVERED", "HTML Backup recovered");
@define("PLUGIN_BACKUP_AUTO_HTML_BACKUP_STARTED", "Automatic HTML backupping started");
@define("PLUGIN_BACKUP_AUTO_HTML_BACKUP_STOPPED", "Automatic HTML backupping stopped");
@define("PLUGIN_BACKUP_AUTO_HTML_DELETE_STARTED", "Automatic HTML deletion started");
@define("PLUGIN_BACKUP_AUTO_HTML_DELETE_STOPPED", "Automatic HTML deletion stopped");
@define("PLUGIN_BACKUP_HTML_SAVED", "Actual HTML backup saved");
@define("PLUGIN_BACKUP_PLEASE_CHOOSE", "please choose");
@define("PLUGIN_BACKUP_STRUCT_AND_DATA", "Structure and data");
@define("PLUGIN_BACKUP_ONLY_STRUCT", "Only structure");
@define("PLUGIN_BACKUP_ONLY_DATA", "Only data");
@define("PLUGIN_BACKUP_WITH_DROP_TABLE", "With drop table");
@define("PLUGIN_BACKUP_ZIPPED", "gzipped");
@define("PLUGIN_BACKUP_WHOLE_DATABASE", "Whole database");
@define("PLUGIN_BACKUP_START_BACKUP", "Start Backup...");
@define("PLUGIN_BACKUP_MINUTES", "minutes");
@define("PLUGIN_BACKUP_HOUR", "hour");
@define("PLUGIN_BACKUP_HOURS", "hours");
@define("PLUGIN_BACKUP_DAYS", "days");
@define("PLUGIN_BACKUP_WEEKS", "weeks");
@define("PLUGIN_BACKUP_EVERY", "every");
@define("PLUGIN_BACKUP_MONTHS", "months");
@define("PLUGIN_BACKUP_AUTO_BACKUP", "Automatic backup");
@define("PLUGIN_BACKUP_ACTIVATE_AUTO_BACKUP", "Activate automatic backup");
@define("PLUGIN_BACKUP_TIME_BET_BACKUPS", "Time between backups");
@define("PLUGIN_BACKUP_DEL_OLD_BACKUPS", "Delete older backups");
@define("PLUGIN_BACKUP_ACTIVATE_AUTO_DELETE", "Activate autom. deletion of old backups");
@define("PLUGIN_BACKUP_OLDER_THAN", "Backups older than");
@define("PLUGIN_BACKUP_WILL_BE_DELETED", "will be deleted");
@define("PLUGIN_BACKUP_FILENAME", "Filename");
@define("PLUGIN_BACKUP_FILESIZE", "Filesize");
@define("PLUGIN_BACKUP_DATE", "Date");
@define("PLUGIN_BACKUP_OPTION", "Option");
@define("PLUGIN_BACKUP_RECOVER_THIS", "Recover database with this backup...");
@define("PLUGIN_BACKUP_DELETE", "Delete");
@define("PLUGIN_BACKUP_NO_BACKUPS", "no backups");
@define("PLUGIN_BACKUP_WHOLE_BLOG", "Whole s9y");
@define("PLUGIN_BACKUP_SQL_BACKUP", "SQL Backup");
@define("PLUGIN_BACKUP_HTML_BACKUP", "HTML Backup");
?>