diff options
| author | Jim Wigginton <terrafrost@phpbb.com> | 2009-08-22 02:56:05 +0000 |
|---|---|---|
| committer | Jim Wigginton <terrafrost@phpbb.com> | 2009-08-22 02:56:05 +0000 |
| commit | 70c4e48b3973df360ec075b89011cb2841c1abb7 (patch) | |
| tree | 5288b94fe8768600c569139a3802cef19a456f82 /phpBB/language | |
| parent | 69aa05376bd6cd04e23b6edcfe0d44e9e5f5f7e2 (diff) | |
| download | forums-70c4e48b3973df360ec075b89011cb2841c1abb7.tar forums-70c4e48b3973df360ec075b89011cb2841c1abb7.tar.gz forums-70c4e48b3973df360ec075b89011cb2841c1abb7.tar.bz2 forums-70c4e48b3973df360ec075b89011cb2841c1abb7.tar.xz forums-70c4e48b3973df360ec075b89011cb2841c1abb7.zip | |
- accidentally undid changes introduced in r9979
- removed a few lines from the old log filtering system
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10042 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/common.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index a05973763c..cf748028fd 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -232,8 +232,6 @@ $lang = array_merge($lang, array( 'EXPORT_DOWNLOAD' => 'Download', 'EXPORT_STORE' => 'Store', - 'FILTER' => 'Filter', - 'GENERAL_OPTIONS' => 'General options', 'GENERAL_SETTINGS' => 'General settings', 'GLOBAL_MASK' => 'Global permission mask', @@ -277,7 +275,6 @@ $lang = array_merge($lang, array( 'RETURN_TO' => 'Return to…', 'SELECT_ANONYMOUS' => 'Select anonymous user', - 'SELECT_LANG_KEY' => 'Select operation', 'SELECT_OPTION' => 'Select option', 'SETTING_TOO_LOW' => 'The entered value for the setting “%1$s” is too low. The minimal allowed value is %2$d.', @@ -311,8 +308,6 @@ $lang = array_merge($lang, array( 'DISPLAY_LOG' => 'Display entries from previous', - 'LOGS_PLACEHOLDER' => '<value>', - 'NO_ENTRIES' => 'No log entries for this period.', 'SORT_IP' => 'IP address', |
