aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-03-18 06:39:47 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-03-18 06:39:47 +0000
commit593ab697a0be41b0b04d64b00e8e3ec767a9f083 (patch)
tree76e215420d011b516e0386b55a2ae36316e0e59a /phpBB/language/en
parentf2cc5c093dd6a040d7a6ef6a4358dbfe0b70ff88 (diff)
downloadforums-593ab697a0be41b0b04d64b00e8e3ec767a9f083.tar
forums-593ab697a0be41b0b04d64b00e8e3ec767a9f083.tar.gz
forums-593ab697a0be41b0b04d64b00e8e3ec767a9f083.tar.bz2
forums-593ab697a0be41b0b04d64b00e8e3ec767a9f083.tar.xz
forums-593ab697a0be41b0b04d64b00e8e3ec767a9f083.zip
- Cleaned up some compress stuff
- Replaced deprecated functions in the PostrgreSQL DBAL - Added an undefined constant during install - Oh, and we now have backups :D We currently work with all the MySQL flavors, PostgreSQL and SQLite... git-svn-id: file:///svn/phpbb/trunk@5647 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/common.php8
-rw-r--r--phpBB/language/en/acp/database.php53
2 files changed, 61 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index f444b499e3..f4b3e34daf 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -39,6 +39,7 @@ $lang = array_merge($lang, array(
'ACP_AUTOMATION' => 'Automation',
'ACP_AVATAR_SETTINGS' => 'Avatar Settings',
+ 'ACP_BACKUP' => 'Backup',
'ACP_BAN' => 'Banning',
'ACP_BAN_EMAILS' => 'Ban Emails',
'ACP_BAN_IPS' => 'Ban IPs',
@@ -66,6 +67,7 @@ $lang = array_merge($lang, array(
'ACP_CRITICAL_LOGS' => 'Error Log',
'ACP_CUSTOM_PROFILE_FIELDS' => 'Custom Profile Fields',
+ 'ACP_DATABASE' => 'Database Management',
'ACP_DISALLOW' => 'Disallow',
'ACP_DISALLOW_USERNAMES' => 'Disallow Usernames',
@@ -127,8 +129,11 @@ $lang = array_merge($lang, array(
'ACP_RANKS' => 'Ranks',
'ACP_REASONS' => 'Report/Denial Reasons',
+ 'ACP_RESTORE' => 'Restore',
+
'ACP_SEARCH_INDEX' => 'Search Index',
'ACP_SEARCH_SETTINGS' => 'Search Settings',
+
'ACP_SERVER_CONFIGURATION' => 'Server Configuration',
'ACP_SERVER_SETTINGS' => 'Server Settings',
'ACP_SMILIES' => 'Smilies',
@@ -374,6 +379,9 @@ $lang = array_merge($lang, array(
'LOG_DISALLOW_ADD' => '<b>Added disallowed username</b><br />&#187; %s',
'LOG_DISALLOW_DELETE' => '<b>Deleted disallowed username</b>',
+ 'LOG_DB_BACKUP' => '<b>Database backup</b>',
+ 'LOG_DB_RESTORE' => '<b>Database restore</b>',
+
'LOG_DOWNLOAD_EXCLUDE_IP' => '<b>Exluded ip/hostname from download list</b><br />&#187; %s',
'LOG_DOWNLOAD_IP' => '<b>Added ip/hostname to download list</b><br />&#187; %s',
'LOG_DOWNLOAD_REMOVE_IP' => '<b>Removed ip/hostname from download list</b><br />&#187; %s',
diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php
new file mode 100644
index 0000000000..05ec7d248a
--- /dev/null
+++ b/phpBB/language/en/acp/database.php
@@ -0,0 +1,53 @@
+<?php
+/**
+*
+* acp_ban [English]
+*
+* @package language
+* @version $Id$
+* @copyright (c) 2005 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+*
+*/
+
+/**
+* DO NOT CHANGE
+*/
+if (empty($lang) || !is_array($lang))
+{
+ $lang = array();
+}
+
+// DEVELOPERS PLEASE NOTE
+//
+// Placeholders can now contain order information, e.g. instead of
+// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
+// translators to re-order the output of data while ensuring it remains correct
+//
+// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
+// equally where a string contains only two placeholders which are used to wrap text
+// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
+
+// Banning
+$lang = array_merge($lang, array(
+ 'DATABASE' => 'Database Utilities',
+ 'ACP_BACKUP_EXPLAIN' => 'Here you can backup all your phpBB related data. You may store the resulting archive in your store/ folder or download it directly. Depending on your server configuration you be able to compress the file in a number of formats. If you wish to include any additional "custom" tables please list them in the additional tables field, separated by commas. ',
+ 'BACKUP_OPTIONS' => 'Backup options',
+ 'BACKUP_TYPE' => 'Backup type',
+ 'START_BACKUP' => 'Start Backup',
+ 'FULL_BACKUP' => 'Full',
+ 'STRUCTURE_ONLY' => 'Structure Only',
+ 'DATA_ONLY' => 'Data only',
+ 'TABLE_SELECT' => 'Table Select',
+ 'FILE_TYPE' => 'File Type',
+ 'STORE_LOCAL' => 'Store file locally',
+ 'BACKUP_SUCCESS' => 'The backup file has been created successfully in the location you specified',
+
+ 'ACP_RESTORE' => 'Restore',
+ 'ACP_RESTORE_EXPLAIN' => 'This will perform a full restore of all phpBB tables from a saved file. You can <u>either</u> upload the backup file via this form or upload it manually to a location on the server. If your server supports it you may use a gzip compressed text file and it will automatically be decompressed. <b>WARNING</b> This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete.',
+ 'SELECT_FILE' => 'Select a file',
+ 'START_RESTORE' => 'Start Restore',
+ 'RESTORE_SUCCESS' => 'The Database has been successfully restored.<br /><br />Your board should be back to the state it was when the backup was made.',
+));
+
+?> \ No newline at end of file