language/english.php
branchHEAD
changeset 7395 bb675c876cb9
parent 7394 fdb273c78589
parent 7370 e5bbed84d3b1
child 7400 37fcd14cdee2
     1.1 --- a/language/english.php	Mon Sep 28 22:20:30 2009 +0200
     1.2 +++ b/language/english.php	Thu Oct 29 11:56:23 2009 +0100
     1.3 @@ -419,8 +419,8 @@
     1.4  $LANG08 = array(
     1.5      1 => 'There was an error sending your message. Please try again.',
     1.6      2 => 'Message sent successfully.',
     1.7 -    3 => 'Please make sure you use a valid email address in the Reply To field.',
     1.8 -    4 => 'Please fill in the Your Name, Reply To, Subject and Message fields',
     1.9 +    3 => 'Please make sure you use a valid email address in the Your Email Address field.',
    1.10 +    4 => 'Please fill in the Your Name, Your Email Address, Subject and Message fields',
    1.11      5 => 'Error: No such user.',
    1.12      6 => 'There was an error.',
    1.13      7 => 'User Profile for',
    1.14 @@ -428,7 +428,7 @@
    1.15      9 => 'User URL',
    1.16      10 => 'Send mail to',
    1.17      11 => 'Your Name:',
    1.18 -    12 => 'Reply To:',
    1.19 +    12 => 'Your Email Address',
    1.20      13 => 'Subject:',
    1.21      14 => 'Message:',
    1.22      15 => 'HTML will not be translated.',
    1.23 @@ -863,7 +863,8 @@
    1.24      26 => 'make this the default topic for archived stories. Only one topic allowed.',
    1.25      27 => 'Or Upload Topic Icon',
    1.26      28 => 'Maximum',
    1.27 -    29 => 'File Upload Errors'
    1.28 +    29 => 'File Upload Errors',
    1.29 +    30 => 'Stories in Topic'
    1.30  );
    1.31  
    1.32  ###############################################################################
    1.33 @@ -993,10 +994,10 @@
    1.34  
    1.35  $LANG31 = array(
    1.36      1 => "{$_CONF['site_name']} Mail Utility",
    1.37 -    2 => 'From',
    1.38 -    3 => 'Reply-to',
    1.39 +    2 => 'From Name',
    1.40 +    3 => 'From Email Address',
    1.41      4 => 'Subject',
    1.42 -    5 => 'Body',
    1.43 +    5 => 'Message',
    1.44      6 => 'Send to:',
    1.45      7 => 'All users',
    1.46      8 => 'Admin',
    1.47 @@ -1859,6 +1860,7 @@
    1.48      'atom_max_stories' => "Max. Stories in Webservices Feed",
    1.49      'disable_webservices' => 'Disable Webservices?',
    1.50      'restrict_webservices' => 'Restrict Webservices?',
    1.51 +    'article_comment_close_enabled' => 'Automatically close comments (default)',
    1.52      'article_comment_close_days' => 'Days to close comments (default)',
    1.53      'comment_close_rec_stories' => 'Number of most recent stories enabled for comments',
    1.54      'allow_reply_notifications' => 'Allow comment reply notifications?',