mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
More capitalisation
git-svn-id: file:///svn/phpbb/trunk@3355 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f5537c8ff0
commit
9250724b57
1 changed files with 3 additions and 2 deletions
|
@ -266,6 +266,7 @@ $lang = array_merge($lang, array(
|
|||
'MESSAGE_BODY_EXPLAIN' => 'Enter your message here, it may contain no more than <b>%d</b> characters.',
|
||||
'Topic_review' => 'Topic review',
|
||||
'TOPIC_ICON' => 'Topic icon',
|
||||
'POST_ICON' => 'Post icon',
|
||||
'No_post_mode' => 'No post mode specified',
|
||||
'POST_TOPIC' => 'Post a new topic',
|
||||
'POST_REPLY' => 'Post a reply',
|
||||
|
@ -336,7 +337,7 @@ $lang = array_merge($lang, array(
|
|||
'ATTACH_SIG' => 'Attach a signature (signatures can be altered via the UCP)',
|
||||
'NOTIFY_REPLY' => 'Send me an email when a reply is posted',
|
||||
'SAVE' => 'Save',
|
||||
'POST_STORED' => 'Your message has been entered successfully',
|
||||
'POST_STORED' => 'Your message has been posted successfully',
|
||||
'POST_STORED_MOD' => 'Your message has been saved but requires approval',
|
||||
'Deleted' => 'Your message has been deleted successfully',
|
||||
'Poll_delete' => 'Your poll has been deleted successfully',
|
||||
|
@ -604,7 +605,7 @@ $lang = array_merge($lang, array(
|
|||
'Member_this_group' => 'You are a member of this group',
|
||||
'Pending_this_group' => 'Your membership of this group is pending',
|
||||
'Are_group_moderator' => 'You are the group moderator',
|
||||
'None' => 'None',
|
||||
'NONE' => 'None',
|
||||
'Subscribe' => 'Subscribe',
|
||||
'Unsubscribe' => 'Unsubscribe',
|
||||
'View_Information' => 'View Information',
|
||||
|
|
Loading…
Add table
Reference in a new issue