diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-22 16:35:17 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-22 16:35:17 +0000 |
commit | 9250724b57efb74cd992d1d14a6d3f1a9ab0caad (patch) | |
tree | 4accf66d579adcf43a2875cdffdc13c4c42be63f /phpBB/language | |
parent | f5537c8ff09daef64797ece2f2323ff96491b34c (diff) | |
download | forums-9250724b57efb74cd992d1d14a6d3f1a9ab0caad.tar forums-9250724b57efb74cd992d1d14a6d3f1a9ab0caad.tar.gz forums-9250724b57efb74cd992d1d14a6d3f1a9ab0caad.tar.bz2 forums-9250724b57efb74cd992d1d14a6d3f1a9ab0caad.tar.xz forums-9250724b57efb74cd992d1d14a6d3f1a9ab0caad.zip |
More capitalisation
git-svn-id: file:///svn/phpbb/trunk@3355 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/lang_main.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 5594260ff0..af70e6f6f8 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -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', |