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/common.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/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index ffe06eb0d6..483e797666 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -220,12 +220,6 @@ $lang = array_merge($lang, array( 'LAST_POST' => 'Last Post', 'LAST_UPDATED' => 'Last Updated', - 'LDAP_DN' => 'LDAP base dn', - 'LDAP_DN_EXPLAIN' => 'This is the Distinguished Name, locating the user information, e.g. o=My Company,c=US', - 'LDAP_SERVER' => 'LDAP server name', - 'LDAP_SERVER_EXPLAIN' => 'If using LDAP this is the name or IP address of the server.', - 'LDAP_UID' => 'LDAP uid', - 'LDAP_UID_EXPLAIN' => 'This is the key under which to search for a given login identity, e.g. uid, sn, etc.', 'LEGEND' => 'Legend', 'LOCATION' => 'Location', 'LOCK_POST' => 'Lock Post', @@ -330,7 +324,7 @@ $lang = array_merge($lang, array( 'POSTS' => 'Posts', 'POST_BY_FOE' => 'This post was made by <b>%1$s</b> who is currently on your ignore list. To display this post click %2$sHERE%3$s.', 'POST_DAY' => '%.2f posts per day', - 'POST_DETAILS' => 'Post Details', + 'POST_DETAILS' => 'Post details', 'POST_NEW_TOPIC' => 'Post new topic', 'POST_PCT' => '%.2f%% of all posts', 'POST_REPORTED' => 'Click to view report', @@ -397,7 +391,7 @@ $lang = array_merge($lang, array( 'SEARCH' => 'Search', 'SEARCH_ADV' => 'Advanced Search', 'SEARCH_ADV_EXPLAIN' => 'View the advanced search options', - 'SEARCH_KEYWORDS' => 'Enter search keywords', + 'SEARCH_KEYWORDS' => 'Search for keywords', 'SEARCHING_FORUMS' => 'Searching forums', 'SEARCH_ACTIVE_TOPICS' => 'View active topics', 'SEARCH_FOR' => 'Search for', @@ -494,7 +488,7 @@ $lang = array_merge($lang, array( 'VIEWING_FAQ' => 'Viewing FAQ', 'VIEWING_MEMBERS' => 'Viewing member details', 'VIEWING_ONLINE' => 'Viewing who is online', - 'VIEWING_PROFILE' => 'Viewing member profile', + 'VIEWING_MEMBER_PROFILE' => 'Viewing member profile', 'VIEWING_UCP' => 'Viewing user control panel', 'VIEWS' => 'Views', 'VIEW_BOOKMARKS' => 'View bookmarks', |
