[geeklog-cvs] Geeklog-1.x/plugins/links/language english.php, 1.24, 1.25 english_utf-8.php, 1.11, 1.12

Dirk Haun dhaun at qs1489.pair.com
Sun Dec 30 11:27:53 EST 2007


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Added a check for empty category names and description. More source code cosmetics.


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/english.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** english.php	30 Dec 2007 09:45:44 -0000	1.24
--- english.php	30 Dec 2007 16:27:51 -0000	1.25
***************
*** 134,137 ****
--- 134,139 ----
  $PLG_links_MESSAGE4 = "Thank-you for submitting a link to {$_CONF['site_name']}.  You can see it now in the <a href={$_CONF['site_url']}/links/index.php>links</a> section.";
  $PLG_links_MESSAGE5 = "You do not have sufficient access rights to view this category.";
+ $PLG_links_MESSAGE6 = 'You do not have sufficient rights to edit this category.';
+ $PLG_links_MESSAGE7 = 'Please enter a Category Name and Description.';
  
  $PLG_links_MESSAGE10 = 'Your category has been successfully saved.';
***************
*** 200,205 ****
      58 => 'Validate now',
      59 => '<p>To validate all links displayed, please click on the "Validate now" link below. Please note that this might take some time depending on the amount of links displayed.</p>',
!     60 => 'You do not have sufficient rights to edit this category',
!     61 => 'User %s tried illegally to edit category %s.'
  );
  
--- 202,206 ----
      58 => 'Validate now',
      59 => '<p>To validate all links displayed, please click on the "Validate now" link below. Please note that this might take some time depending on the amount of links displayed.</p>',
!     60 => 'User %s tried illegally to edit category %s.'
  );
  
***************
*** 245,249 ****
      504 => "Gateway Timeout",
      505 => "HTTP Version Not Supported",
!     999 => "Connection Timed out");
  
  ?>
--- 246,251 ----
      504 => "Gateway Timeout",
      505 => "HTTP Version Not Supported",
!     999 => "Connection Timed out"
! );
  
  ?>

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/english_utf-8.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** english_utf-8.php	30 Dec 2007 09:45:44 -0000	1.11
--- english_utf-8.php	30 Dec 2007 16:27:51 -0000	1.12
***************
*** 134,137 ****
--- 134,139 ----
  $PLG_links_MESSAGE4 = "Thank-you for submitting a link to {$_CONF['site_name']}.  You can see it now in the <a href={$_CONF['site_url']}/links/index.php>links</a> section.";
  $PLG_links_MESSAGE5 = "You do not have sufficient access rights to view this category.";
+ $PLG_links_MESSAGE6 = 'You do not have sufficient rights to edit this category.';
+ $PLG_links_MESSAGE7 = 'Please enter a Category Name and Description.';
  
  $PLG_links_MESSAGE10 = 'Your category has been successfully saved.';
***************
*** 200,205 ****
      58 => 'Validate now',
      59 => '<p>To validate all links displayed, please click on the "Validate now" link below. Please note that this might take some time depending on the amount of links displayed.</p>',
!     60 => 'You do not have sufficient rights to edit this category',
!     61 => 'User %s tried illegally to edit category %s.'
  );
  
--- 202,206 ----
      58 => 'Validate now',
      59 => '<p>To validate all links displayed, please click on the "Validate now" link below. Please note that this might take some time depending on the amount of links displayed.</p>',
!     60 => 'User %s tried illegally to edit category %s.'
  );
  
***************
*** 245,249 ****
      504 => "Gateway Timeout",
      505 => "HTTP Version Not Supported",
!     999 => "Connection Timed out");
  
  ?>
--- 246,251 ----
      504 => "Gateway Timeout",
      505 => "HTTP Version Not Supported",
!     999 => "Connection Timed out"
! );
  
  ?>




More information about the geeklog-cvs mailing list