Graeme Spence 12 years ago
parent
commit
fb0dc1a0bc
1 changed files with 23 additions and 23 deletions
  1. 23 23
      Themes/default/languages/Post.english.php

+ 23 - 23
Themes/default/languages/Post.english.php

@@ -5,8 +5,8 @@ global $context;
 
 $txt['post_reply'] = 'Post reply';
 $txt['message_icon'] = 'Message icon';
-$txt['subject_not_filled'] = 'The Subject field was not filled out. It is required.';
-$txt['message_body_not_filled'] = 'The Message Body was not filled out. It is required.';
+$txt['subject_not_filled'] = 'The subject field was not filled out. It is required.';
+$txt['message_body_not_filled'] = 'The message body was not filled out. It is required.';
 // Use numeric entities in the below string.
 $txt['add_bbc'] = 'Add BBC tags';
 $txt['bold'] = 'Bold';
@@ -19,10 +19,10 @@ $txt['bbc_code'] = 'Insert Code';
 // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
 $txt['bbc_quote'] = 'Insert Quote';
 $txt['list'] = 'Insert List';
-$txt['list_unordered'] = 'Insert Unordered List';
-$txt['list_ordered'] = 'Insert Ordered List';
+$txt['list_unordered'] = 'Insert unordered list';
+$txt['list_ordered'] = 'Insert ordered list';
 
-$txt['change_color'] = 'Change Color';
+$txt['change_color'] = 'Change color';
 $txt['black'] = 'Black';
 $txt['red'] = 'Red';
 $txt['yellow'] = 'Yellow';
@@ -38,7 +38,7 @@ $txt['navy'] = 'Navy';
 $txt['maroon'] = 'Maroon';
 $txt['lime_green'] = 'Lime Green';
 $txt['white'] = 'White';
-$txt['disable_smileys'] = 'Disable Smileys';
+$txt['disable_smileys'] = 'Disable smileys';
 $txt['dont_use_smileys'] = 'Don\'t use smileys.';
 // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
 $txt['posted_on'] = 'Posted on';
@@ -49,30 +49,30 @@ $txt['excamation_point'] = 'Exclamation point';
 $txt['question_mark'] = 'Question mark';
 $txt['icon_poll'] = 'Poll';
 $txt['lamp'] = 'Lamp';
-$txt['add_smileys'] = 'Add Smileys';
+$txt['add_smileys'] = 'Add smileys';
 $txt['flash'] = 'Insert Flash';
 $txt['ftp'] = 'Insert FTP Link';
-$txt['image'] = 'Insert Image';
-$txt['table'] = 'Insert Table';
-$txt['table_td'] = 'Insert Table Column';
-$txt['topic_notify_no'] = 'There are no topics with Notification.';
+$txt['image'] = 'Insert image';
+$txt['table'] = 'Insert table';
+$txt['table_td'] = 'Insert table column';
+$txt['topic_notify_no'] = 'There are no topics with notification.';
 $txt['marquee'] = 'Marquee';
 $txt['teletype'] = 'Teletype';
 $txt['strike'] = 'Strikethrough';
 $txt['glow'] = 'Glow';
 $txt['shadow'] = 'Shadow';
-$txt['preformatted'] = 'Preformatted Text';
-$txt['left_align'] = 'Left Align';
-$txt['right_align'] = 'Right Align';
+$txt['preformatted'] = 'Preformatted text';
+$txt['left_align'] = 'Left align';
+$txt['right_align'] = 'Right align';
 $txt['superscript'] = 'Superscript';
 $txt['subscript'] = 'Subscript';
-$txt['table_tr'] = 'Insert Table Row';
+$txt['table_tr'] = 'Insert table row';
 $txt['post_too_long'] = 'Your message is too long. Please go back and shorten it, then try again.';
 $txt['horizontal_rule'] = 'Horizontal Rule';
-$txt['font_size'] = 'Font Size';
-$txt['font_face'] = 'Font Face';
-$txt['toggle_view'] = 'Toggle View';
-$txt['unformat_text'] = 'Remove Formatting';
+$txt['font_size'] = 'Font size';
+$txt['font_face'] = 'Font face';
+$txt['toggle_view'] = 'Toggle view';
+$txt['unformat_text'] = 'Remove formatting';
 
 $txt['rich_edit_wont_work'] = 'Your browser does not support Rich Text editing.';
 $txt['rich_edit_function_disabled'] = 'Your browser does not support this function.';
@@ -88,11 +88,11 @@ $txt['shortcuts_drafts'] = 'shortcuts: alt+s submit/post, alt+p preview or alt+d
 $txt['shortcuts_firefox'] = 'shortcuts: shift+alt+s submit/post or shift+alt+p preview';
 $txt['shortcuts_drafts_firefox'] = 'shortcuts: shift+alt+s submit/post, shift+alt+p preview or shift+alt+d save draft';
 $txt['option'] = 'Option';
-$txt['reset_votes'] = 'Reset Vote Count';
+$txt['reset_votes'] = 'Reset vote count';
 $txt['reset_votes_check'] = 'Check this if you want to reset all vote counts to 0.';
 $txt['votes'] = 'votes';
 $txt['attach'] = 'Attach';
-$txt['clean_attach'] = 'Clear Attachment';
+$txt['clean_attach'] = 'Clear attachment';
 $txt['attached'] = 'Attached';
 $txt['allowed_types'] = 'Allowed file types';
 $txt['cant_upload_type'] = 'You cannot upload that type of file. The only allowed extensions are %1$s.';
@@ -126,9 +126,9 @@ $txt['post_additionalopt'] = 'Other options';
 $txt['sticky_after'] = 'Sticky this topic.';
 $txt['move_after2'] = 'Move this topic.';
 $txt['back_to_topic'] = 'Return to this topic.';
-$txt['approve_this_post'] = 'Approve this Post';
+$txt['approve_this_post'] = 'Approve this post';
 
-$txt['retrieving_quote'] = 'Retrieving Quote...';
+$txt['retrieving_quote'] = 'Retrieving quote...';
 
 $txt['post_visual_verification_label'] = 'Verification';
 $txt['post_visual_verification_desc'] = 'Please enter the code in the image above to make this post.';