mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Begone hardcoded ellipsis of the secret template! Putting into language file so that it is i18n/L10n-able...
git-svn-id: file:///svn/phpbb/trunk@6751 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6875bd59b4
commit
515993f5ae
1 changed files with 3 additions and 2 deletions
|
@ -444,17 +444,18 @@ $lang = array_merge($lang, array(
|
||||||
'RULES_VOTE_CANNOT' => 'You <strong>cannot</strong> vote in polls in this forum',
|
'RULES_VOTE_CANNOT' => 'You <strong>cannot</strong> vote in polls in this forum',
|
||||||
|
|
||||||
'SEARCH' => 'Search',
|
'SEARCH' => 'Search',
|
||||||
|
'SEARCH_MINI' => 'Search…',
|
||||||
'SEARCH_ADV' => 'Advanced search',
|
'SEARCH_ADV' => 'Advanced search',
|
||||||
'SEARCH_ADV_EXPLAIN' => 'View the advanced search options',
|
'SEARCH_ADV_EXPLAIN' => 'View the advanced search options',
|
||||||
'SEARCH_KEYWORDS' => 'Search for keywords',
|
'SEARCH_KEYWORDS' => 'Search for keywords',
|
||||||
'SEARCHING_FORUMS' => 'Searching forums',
|
'SEARCHING_FORUMS' => 'Searching forums',
|
||||||
'SEARCH_ACTIVE_TOPICS' => 'View active topics',
|
'SEARCH_ACTIVE_TOPICS' => 'View active topics',
|
||||||
'SEARCH_FOR' => 'Search for',
|
'SEARCH_FOR' => 'Search for',
|
||||||
'SEARCH_FORUM' => 'Search this forum',
|
'SEARCH_FORUM' => 'Search this forum…',
|
||||||
'SEARCH_NEW' => 'View new posts',
|
'SEARCH_NEW' => 'View new posts',
|
||||||
'SEARCH_POSTS_BY' => 'Search posts by',
|
'SEARCH_POSTS_BY' => 'Search posts by',
|
||||||
'SEARCH_SELF' => 'View your posts',
|
'SEARCH_SELF' => 'View your posts',
|
||||||
'SEARCH_TOPIC' => 'Search this topic',
|
'SEARCH_TOPIC' => 'Search this topic…',
|
||||||
'SEARCH_UNANSWERED' => 'View unanswered posts',
|
'SEARCH_UNANSWERED' => 'View unanswered posts',
|
||||||
'SECONDS' => 'Seconds',
|
'SECONDS' => 'Seconds',
|
||||||
'SELECT' => 'Select',
|
'SELECT' => 'Select',
|
||||||
|
|
Loading…
Add table
Reference in a new issue