From 1cc7445017f0f5083c04121008433c04b82d6770 Mon Sep 17 00:00:00 2001 From: David M Date: Sat, 17 Jun 2006 06:50:58 +0000 Subject: - Some fixes git-svn-id: file:///svn/phpbb/trunk@6077 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/acp/database.php | 1 + phpBB/language/en/acp/posting.php | 1 + 2 files changed, 2 insertions(+) (limited to 'phpBB/language') diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php index 9cade406e0..2799050149 100644 --- a/phpBB/language/en/acp/database.php +++ b/phpBB/language/en/acp/database.php @@ -45,6 +45,7 @@ $lang = array_merge($lang, array( 'SELECT_ALL' => 'Select all', 'DESELECT_ALL' => 'Deselect all', 'BACKUP_SUCCESS' => 'The backup file has been created successfully', + 'BACKUP_DELETE' => 'The backup file has been deleted successfully', 'STORE_AND_DOWNLOAD' => 'Store and Download', 'ACP_RESTORE_EXPLAIN' => 'This will perform a full restore of all phpBB tables from a saved file. You can either 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 or bzip2 compressed text file and it will automatically be decompressed. WARNING 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.', diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index aa6514d773..cf9bf32c44 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -36,6 +36,7 @@ $lang = array_merge($lang, array( 'BBCODE_ADDED' => 'BBCode added successfully', 'BBCODE_EDITED' => 'BBCode edited successfully', + 'BBCODE_INVALID_TAG_NAME' => 'The BBCode tag name that you selected is invalid', 'BBCODE_NOT_EXIST' => 'The BBCode you selected does not exist', 'BBCODE_TAG' => 'Tag', 'BBCODE_USAGE' => 'BBCode usage', -- cgit v1.2.1