[geeklog-cvs] Geeklog-1.x/plugins/staticpages/language english.php, 1.20, 1.21 english_utf-8.php, 1.6, 1.7

Blaine Lang blaine at qs1489.pair.com
Thu Jan 3 18:58:49 EST 2008


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Updates to support new config class. You can now run the plugin upgrade and it will add the new config table records.

Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/english.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** english.php	25 Nov 2007 06:57:54 -0000	1.20
--- english.php	3 Jan 2008 23:58:47 -0000	1.21
***************
*** 25,29 ****
  
  ###############################################################################
! # Array Format: 
  # $LANGXX[YY]:	$LANG - variable name
  #		  	XX - file id number
--- 25,29 ----
  
  ###############################################################################
! # Array Format:
  # $LANGXX[YY]:	$LANG - variable name
  #		  	XX - file id number
***************
*** 112,116 ****
  
  // Messages for the plugin upgrade
  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
  
! ?>
--- 112,118 ----
  
  // Messages for the plugin upgrade
+ $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade failed';
  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
+ $PLG_staticpages_MESSAGE3003 = 'Upgrade failed - unable to rename plugins config.php file.';
  
! ?>
\ No newline at end of file

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/english_utf-8.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** english_utf-8.php	25 Nov 2007 06:57:55 -0000	1.6
--- english_utf-8.php	3 Jan 2008 23:58:47 -0000	1.7
***************
*** 112,116 ****
--- 112,118 ----
  
  // Messages for the plugin upgrade
+ $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade failed';
  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
+ $PLG_staticpages_MESSAGE3003 = 'Upgrade failed - unable to rename plugins config.php file.';
  
  ?>




More information about the geeklog-cvs mailing list