mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/12389] Change language of email friend
PHPBB3-12389
This commit is contained in:
parent
0e842d9958
commit
9c8ea7bdba
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ $lang = array_merge($lang, array(
|
||||||
1 => 'Last edited by %2$s on %3$s, edited %1$d time in total.',
|
1 => 'Last edited by %2$s on %3$s, edited %1$d time in total.',
|
||||||
2 => 'Last edited by %2$s on %3$s, edited %1$d times in total.',
|
2 => 'Last edited by %2$s on %3$s, edited %1$d times in total.',
|
||||||
),
|
),
|
||||||
'EMAIL_TOPIC' => 'Email friend',
|
'EMAIL_TOPIC' => 'Email topic',
|
||||||
'ERROR_NO_ATTACHMENT' => 'The selected attachment does not exist anymore.',
|
'ERROR_NO_ATTACHMENT' => 'The selected attachment does not exist anymore.',
|
||||||
|
|
||||||
'FILE_NOT_FOUND_404' => 'The file <strong>%s</strong> does not exist.',
|
'FILE_NOT_FOUND_404' => 'The file <strong>%s</strong> does not exist.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue