[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: tools_backupdb.lang.php 5297 2010-12-28 22:01:14Z Tomm $ 7 */ 8 9 10 $l['database_backups'] = "Database Backups"; 11 $l['database_backups_desc'] = "Here you find a listing of the database backups that are currently stored on your web server in the MyBB Backups directory."; 12 $l['new_database_backup'] = "New Database Backup"; 13 $l['new_backup'] = "New Backup"; 14 $l['new_backup_desc'] = "Here you can backup a copy of your database."; 15 $l['backups'] = "Backups"; 16 $l['existing_database_backups'] = "Existing Database Backups"; 17 18 $l['backup_saved_to'] = "The backup was saved to:"; 19 $l['download'] = "Download"; 20 $l['table_selection'] = "Table Selection"; 21 $l['backup_options'] = "Backup Options"; 22 $l['table_select_desc'] = "You may select the database tables you wish to perform this action on here. Hold down CTRL to select multiple tables."; 23 $l['select_all'] = "Select All"; 24 $l['deselect_all'] = "Deselect All"; 25 $l['select_forum_tables'] = "Select Forum Tables"; 26 $l['file_type'] = "File Type"; 27 $l['file_type_desc'] = "Select the file type you would like the database backup saved as."; 28 $l['gzip_compressed'] = "GZIP Compressed"; 29 $l['plain_text'] = "Plain Text"; 30 $l['save_method'] = "Save Method"; 31 $l['save_method_desc'] = "Select the method you would like to use to save the backup."; 32 $l['backup_directory'] = "Backup Directory"; 33 $l['backup_contents'] = "Backup Contents"; 34 $l['backup_contents_desc'] = "Select the information that you would like included in the backup."; 35 $l['structure_and_data'] = "Structure and Data"; 36 $l['structure_only'] = "Structure Only"; 37 $l['data_only'] = "Data only"; 38 $l['analyze_and_optimize'] = "Analyze and Optimize Selected Tables"; 39 $l['analyze_and_optimize_desc'] = "Would you like the selected tables to be analyzed and optimized during the backup?"; 40 $l['perform_backup'] = "Perform Backup"; 41 $l['backup_filename'] = "Backup Filename"; 42 $l['file_size'] = "File Size"; 43 $l['creation_date'] = "Creation Date"; 44 $l['no_backups'] = "There are currently no backups made yet."; 45 46 $l['error_file_not_specified'] = "You did not specify a database backup to download."; 47 $l['error_invalid_backup'] = "The back up file you selected is either invalid or does not exist."; 48 $l['error_backup_doesnt_exist'] = "The specified backup does not exist"; 49 $l['error_backup_not_deleted'] = "The backup has not been deleted."; 50 $l['error_tables_not_selected'] = "You did not select any tables to backup."; 51 $l['error_no_zlib'] = "The zlib library for PHP is not enabled - you cannot create GZIP compressed backups."; 52 53 $l['alert_not_writable'] = "Your backups directory (within the Admin CP directory) is not writable. You cannot save backups on the server."; 54 55 $l['confirm_backup_deletion'] = "Are you sure you wish to delete this backup?"; 56 57 $l['success_backup_deleted'] = "The backup has been deleted successfully."; 58 $l['success_backup_created'] = "The backup has been created successfully."; 59 60 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |