[geeklog-cvs] Geeklog-1.x/language english.php,1.299,1.300

Oliver ospiess at qs1489.pair.com
Tue Sep 25 00:49:09 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/language
In directory qs1489.pair.com:/tmp/cvs-serv36172/language

Modified Files:
	english.php 
Log Message:
fixing addchild image for admin lists

Index: english.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.299
retrieving revision 1.300
diff -C2 -d -r1.299 -r1.300
*** english.php	23 Sep 2007 19:20:40 -0000	1.299
--- english.php	25 Sep 2007 04:49:07 -0000	1.300
***************
*** 1479,1483 ****
      'data_error'    => 'There was an error processing the subscription data. Please check the data source.',
      'preview'       => 'Preview',
!     'records_found' => 'Records found'
  );
  
--- 1479,1484 ----
      'data_error'    => 'There was an error processing the subscription data. Please check the data source.',
      'preview'       => 'Preview',
!     'records_found' => 'Records found',
!     'add_child'     => 'Add child'
  );
  
***************
*** 1542,1546 ****
  # Localization of the Admin Configuration UI                                   #
  
! $LANG_coreconfignames = 
  array(
        'path_html' => "HTML Path",
--- 1543,1547 ----
  # Localization of the Admin Configuration UI                                   #
  
! $LANG_coreconfignames =
  array(
        'path_html' => "HTML Path",
***************
*** 1782,1789 ****
        36 => 'IP Lookup',
        37 => 'Default Permission'
!       
  );
  
! $LANG_coreconfigselects = 
  array(
        0 => array('True'=>1,'False'=>0),
--- 1783,1790 ----
        36 => 'IP Lookup',
        37 => 'Default Permission'
! 
  );
  
! $LANG_coreconfigselects =
  array(
        0 => array('True'=>1,'False'=>0),
***************
*** 1791,1801 ****
        2 => array('Reject'=>0,'Only Keep Latest'=>1, 'Allow Multiple Posts'=>2),
        3 => array_flip($LANG_trackbackcodes),
!       4 => array("Don't Check Anything" => 0, 
! 		 "Check against Site URL" => 1, 
! 		 "Check full URL" => 2, 
! 		 "Check against Site URL and full URL" => 3, 
! 		 "Check IP against Site IP" => 4, 
! 		 "Check IP and Site URL" => 5, 
! 		 "Check IP and Full URL" => 6, 
  		 "Check IP, Full URL, and Site URL" => 7),
        5 => array_flip($LANG_postmodes),
--- 1792,1802 ----
        2 => array('Reject'=>0,'Only Keep Latest'=>1, 'Allow Multiple Posts'=>2),
        3 => array_flip($LANG_trackbackcodes),
!       4 => array("Don't Check Anything" => 0,
! 		 "Check against Site URL" => 1,
! 		 "Check full URL" => 2,
! 		 "Check against Site URL and full URL" => 3,
! 		 "Check IP against Site IP" => 4,
! 		 "Check IP and Site URL" => 5,
! 		 "Check IP and Full URL" => 6,
  		 "Check IP, Full URL, and Site URL" => 7),
        5 => array_flip($LANG_postmodes),




More information about the geeklog-cvs mailing list