[geeklog-cvs] Geeklog-1.x/language english.php, 1.316, 1.317 english_utf-8.php, 1.101, 1.102

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 20 11:25:42 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/language
In directory qs1489.pair.com:/tmp/cvs-serv80878/language

Modified Files:
	english.php english_utf-8.php 
Log Message:
Fixed some config option: 'sortmethod', 'searchloginrequired', 'skip_preview', 'comment_code', 'cookiesecure'; enable 'debug_image_upload' option (but keep it off)


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.316
retrieving revision 1.317
diff -C2 -d -r1.316 -r1.317
*** english.php	20 Jan 2008 12:56:56 -0000	1.316
--- english.php	20 Jan 2008 16:25:40 -0000	1.317
***************
*** 1593,1597 ****
      'custom_registration' => "Enable Custom Registration",
      'user_login_method' => "User Login Method",
!     'spamx' => "Spam-X",
      'sort_admin' => "Sort Links",
      'language' => "Language",
--- 1593,1597 ----
      'custom_registration' => "Enable Custom Registration",
      'user_login_method' => "User Login Method",
!     'spamx' => "Spam-X Actions",
      'sort_admin' => "Sort Links",
      'language' => "Language",
***************
*** 1647,1651 ****
      'wikitext_editor' => "Wikitext Editor?",
      'cron_schedule_interval' => "Cron Schedule Interval",
!     'sortmethod' => "Topic Sort Method",
      'showstorycount' => "Show Story Count?",
      'showsubmissioncount' => "Show Submission Count?",
--- 1647,1651 ----
      'wikitext_editor' => "Wikitext Editor?",
      'cron_schedule_interval' => "Cron Schedule Interval",
!     'sortmethod' => "Sort Topics",
      'showstorycount' => "Show Story Count?",
      'showsubmissioncount' => "Show Submission Count?",
***************
*** 1726,1730 ****
      'comment_limit' => "Comment Limit",
      'comment_mode' => "Comment Mode",
!     'comment_code' => "Comment Code",
      'passwordspeedlimit' => "Password Speed Limit",
      'login_attempts' => "Max. Login Attempts",
--- 1726,1730 ----
      'comment_limit' => "Comment Limit",
      'comment_mode' => "Comment Mode",
!     'comment_code' => "Comment Default",
      'passwordspeedlimit' => "Password Speed Limit",
      'login_attempts' => "Max. Login Attempts",
***************
*** 1823,1827 ****
      12 => array('No access'=>0, 'Read-Only'=>2,'Read-Write'=>3),
      13 => array('Skip' => 0, 'Allow, with speedlimit' => 1, 'Allow, no speedlimit' => 2),
!     14 => array('Sunday' => 'Sun', 'Monday' => 'Mon')
  );
  
--- 1823,1830 ----
      12 => array('No access'=>0, 'Read-Only'=>2,'Read-Write'=>3),
      13 => array('Skip' => 0, 'Allow, with speedlimit' => 1, 'Allow, no speedlimit' => 2),
!     14 => array('Sunday' => 'Sun', 'Monday' => 'Mon'),
!     15 => array('By Number' => 'sortnum', 'Alphabetically' => 'alpha'),
!     16 => array('No Login required' => 0, 'Advanced Search only' => 1, 'Simple + Advanced Search' => 2),
!     17 => array('Comments Enabled' => 0, 'Comments Disabled' => -1)
  );
  

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -d -r1.101 -r1.102
*** english_utf-8.php	20 Jan 2008 12:56:56 -0000	1.101
--- english_utf-8.php	20 Jan 2008 16:25:40 -0000	1.102
***************
*** 1593,1597 ****
      'custom_registration' => "Enable Custom Registration",
      'user_login_method' => "User Login Method",
!     'spamx' => "Spam-X",
      'sort_admin' => "Sort Links",
      'language' => "Language",
--- 1593,1597 ----
      'custom_registration' => "Enable Custom Registration",
      'user_login_method' => "User Login Method",
!     'spamx' => "Spam-X Actions",
      'sort_admin' => "Sort Links",
      'language' => "Language",
***************
*** 1647,1651 ****
      'wikitext_editor' => "Wikitext Editor?",
      'cron_schedule_interval' => "Cron Schedule Interval",
!     'sortmethod' => "Topic Sort Method",
      'showstorycount' => "Show Story Count?",
      'showsubmissioncount' => "Show Submission Count?",
--- 1647,1651 ----
      'wikitext_editor' => "Wikitext Editor?",
      'cron_schedule_interval' => "Cron Schedule Interval",
!     'sortmethod' => "Sort Topics",
      'showstorycount' => "Show Story Count?",
      'showsubmissioncount' => "Show Submission Count?",
***************
*** 1726,1730 ****
      'comment_limit' => "Comment Limit",
      'comment_mode' => "Comment Mode",
!     'comment_code' => "Comment Code",
      'passwordspeedlimit' => "Password Speed Limit",
      'login_attempts' => "Max. Login Attempts",
--- 1726,1730 ----
      'comment_limit' => "Comment Limit",
      'comment_mode' => "Comment Mode",
!     'comment_code' => "Comment Default",
      'passwordspeedlimit' => "Password Speed Limit",
      'login_attempts' => "Max. Login Attempts",
***************
*** 1823,1827 ****
      12 => array('No access'=>0, 'Read-Only'=>2,'Read-Write'=>3),
      13 => array('Skip' => 0, 'Allow, with speedlimit' => 1, 'Allow, no speedlimit' => 2),
!     14 => array('Sunday' => 'Sun', 'Monday' => 'Mon')
  );
  
--- 1823,1830 ----
      12 => array('No access'=>0, 'Read-Only'=>2,'Read-Write'=>3),
      13 => array('Skip' => 0, 'Allow, with speedlimit' => 1, 'Allow, no speedlimit' => 2),
!     14 => array('Sunday' => 'Sun', 'Monday' => 'Mon'),
!     15 => array('By Number' => 'sortnum', 'Alphabetically' => 'alpha'),
!     16 => array('No Login required' => 0, 'Advanced Search only' => 1, 'Simple + Advanced Search' => 2),
!     17 => array('Comments Enabled' => 0, 'Comments Disabled' => -1)
  );
  




More information about the geeklog-cvs mailing list