mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
That wasn't supposed to happen :o
git-svn-id: file:///svn/phpbb/trunk@7344 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7ec687d923
commit
a0a78f7eb9
2 changed files with 1 additions and 1 deletions
|
@ -504,6 +504,7 @@ $lang = array_merge($lang, array(
|
||||||
'SUBFORUM' => 'Subforum',
|
'SUBFORUM' => 'Subforum',
|
||||||
'SUBFORUMS' => 'Subforums',
|
'SUBFORUMS' => 'Subforums',
|
||||||
'SUBJECT' => 'Subject',
|
'SUBJECT' => 'Subject',
|
||||||
|
'SUBJECT_CONCERNING_PREFIX' => 'Re: ', // This is Latin or "concerning" or "about", most Latin influenced languages (id est: those with Latin script) can use this "as is". Localise phrase and punctuation if required.
|
||||||
'SUBMIT' => 'Submit',
|
'SUBMIT' => 'Submit',
|
||||||
|
|
||||||
'TERMS_USE' => 'Terms of use',
|
'TERMS_USE' => 'Terms of use',
|
||||||
|
|
|
@ -169,7 +169,6 @@ $lang = array_merge($lang, array(
|
||||||
'SAVE_DATE' => 'Saved at',
|
'SAVE_DATE' => 'Saved at',
|
||||||
'SAVE_DRAFT' => 'Save draft',
|
'SAVE_DRAFT' => 'Save draft',
|
||||||
'SAVE_DRAFT_CONFIRM' => 'Please note that saved drafts only include the subject and the message, any other element will be removed. Do you want to save your draft now?',
|
'SAVE_DRAFT_CONFIRM' => 'Please note that saved drafts only include the subject and the message, any other element will be removed. Do you want to save your draft now?',
|
||||||
'SUBJECT_CONCERNING_PREFIX' => 'Re: ', // This is Latin or "concerning" or "about", most Latin influenced languages (id est: those with Latin script) can use this "as is". Localise phrase and punctuation if required.
|
|
||||||
'SMILIES' => 'Smilies',
|
'SMILIES' => 'Smilies',
|
||||||
'SMILIES_ARE_OFF' => 'Smilies are <em>OFF</em>',
|
'SMILIES_ARE_OFF' => 'Smilies are <em>OFF</em>',
|
||||||
'SMILIES_ARE_ON' => 'Smilies are <em>ON</em>',
|
'SMILIES_ARE_ON' => 'Smilies are <em>ON</em>',
|
||||||
|
|
Loading…
Add table
Reference in a new issue