mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
- 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
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user