diff options
author | Nils Adermann <naderman@naderman.de> | 2006-05-12 23:45:27 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2006-05-12 23:45:27 +0000 |
commit | 215693d897a6bc0ccb247da783cd9f8abce9ca94 (patch) | |
tree | 398a607bb1bf5d26392ab7ea44e1845c7c1c9a84 /phpBB/language/en/posting.php | |
parent | 08e708f76b9924133dc196d736adac4b0e992707 (diff) | |
download | forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.gz forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.bz2 forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.xz forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.zip |
- adding a file which displays duplicate language keys
- removed a few duplicates with equal contents [Bug #1193]
git-svn-id: file:///svn/phpbb/trunk@5904 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index d17ffebd2a..6f8dbc3925 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -63,10 +63,8 @@ $lang = array_merge($lang, array( 'CANNOT_POST_STICKY' => 'Sorry but you cannot post sticky topics.', 'CHANGE_TOPIC_TO' => 'Change topic type to', 'CLOSE_TAGS' => 'Close Tags', - 'CLOSE_WINDOW' => 'Close Window', 'CURRENT_TOPIC' => 'Current Topic', - 'DAYS' => 'Days', 'DELETE_FILE' => 'Delete File', 'DELETE_MESSAGE' => 'Delete Message', 'DELETE_MESSAGE_CONFIRM' => 'Are you sure you want to delete this message?', |