[geeklog-cvs] Geeklog-1.x/language english.php, 1.300, 1.301 english_utf-8.php, 1.90, 1.91

Oliver ospiess at qs1489.pair.com
Thu Sep 27 20:21:31 EDT 2007


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
removing left_blocks_in_footer config setting and placing it in lib-common;
introducing right_blocks_in_fotter setting

Index: english.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.300
retrieving revision 1.301
diff -C2 -d -r1.300 -r1.301
*** english.php	25 Sep 2007 04:49:07 -0000	1.300
--- english.php	28 Sep 2007 00:21:28 -0000	1.301
***************
*** 1681,1685 ****
        'show_right_blocks' => "Show Right Blocks?",
        'showfirstasfeatured' => "Show First as Featured?",
-       'left_blocks_in_footer' => "Left Blocks in Footer?",
        'backend' => "Backend?",
        'rdf_file' => "RDF File",
--- 1681,1684 ----

Index: english_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** english_utf-8.php	23 Sep 2007 19:20:40 -0000	1.90
--- english_utf-8.php	28 Sep 2007 00:21:28 -0000	1.91
***************
*** 1542,1546 ****
  # Localization of the Admin Configuration UI                                   #
  
! $LANG_coreconfignames = 
  array(
        'path_html' => "HTML Path",
--- 1542,1546 ----
  # Localization of the Admin Configuration UI                                   #
  
! $LANG_coreconfignames =
  array(
        'path_html' => "HTML Path",
***************
*** 1680,1684 ****
        'show_right_blocks' => "Show Right Blocks?",
        'showfirstasfeatured' => "Show First as Featured?",
-       'left_blocks_in_footer' => "Left Blocks in Footer?",
        'backend' => "Backend?",
        'rdf_file' => "RDF File",
--- 1680,1683 ----
***************
*** 1782,1789 ****
        36 => 'IP Lookup',
        37 => 'Default Permission'
!       
  );
  
! $LANG_coreconfigselects = 
  array(
        0 => array('True'=>1,'False'=>0),
--- 1781,1788 ----
        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),
--- 1790,1800 ----
        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