1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2023-10-04 21:51:48 +02:00
4 changed files with 9 additions and 4 deletions

View File

@@ -165,6 +165,11 @@ $lang = array_merge($lang, array(
1 => '%d character',
2 => '%d characters',
),
// Special version to be used when describing ranges e.g. "min x characters and max y characters"
'CHARACTERS_XY' => array(
1 => '%d character',
2 => '%d characters',
),
'COLLAPSE_VIEW' => 'Collapse view',
'CLOSE_WINDOW' => 'Close window',
'CODE' => 'Code',