mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
nullar/singular/plural substitution support. At the moment only the added language entry supports this... we may change other language entries later to support this new "approach". Idea from SHS` and Ashe originally.
More to come... (yes, 3.0.x branch, no mistake) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8800 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -394,6 +394,13 @@ $lang = array_merge($lang, array(
|
||||
'NO_USERS' => 'The requested users do not exist.',
|
||||
'NO_USER_SPECIFIED' => 'No username was specified.',
|
||||
|
||||
// Nullar/Singular/Plural language entry. The key numbers define the number range in which a certain grammatical expression is valid.
|
||||
'NUM_POSTS_IN_QUEUE' => array(
|
||||
0 => 'No posts in queue', // 0
|
||||
1 => '1 post in queue', // 1
|
||||
2 => '%d posts in queue', // 2+
|
||||
),
|
||||
|
||||
'OCCUPATION' => 'Occupation',
|
||||
'OFFLINE' => 'Offline',
|
||||
'ONLINE' => 'Online',
|
||||
|
Reference in New Issue
Block a user