[geeklog-cvs] Geeklog-1.x/language english.php, 1.321, 1.322 english_utf-8.php, 1.106, 1.107

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 27 03:24:53 EST 2008


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Renamed $LANG_config to $LANG_configsection and started a new $LANG_CONFIG (for all the currently hard-coded texts in the configuration)


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.321
retrieving revision 1.322
diff -C2 -d -r1.321 -r1.322
*** english.php	26 Jan 2008 10:51:08 -0000	1.321
--- english.php	27 Jan 2008 08:24:51 -0000	1.322
***************
*** 172,177 ****
      128 => 'Login with OpenID:',
      129 => 'Configuration',
!     130 => 'Webservices',
!     131 => 'Configuration Sections'
  );
  
--- 172,176 ----
      128 => 'Login with OpenID:',
      129 => 'Configuration',
!     130 => 'Webservices'
  );
  
***************
*** 1560,1564 ****
  # Localization of the Admin Configuration UI
  
! $LANG_config['Core'] = array(
      'label' => 'Geeklog',
      'title' => 'Geeklog Configuration'
--- 1559,1567 ----
  # Localization of the Admin Configuration UI
  
! $LANG_CONFIG = array(
!     1 => 'Configuration Sections'
! );
! 
! $LANG_configsection['Core'] = array(
      'label' => 'Geeklog',
      'title' => 'Geeklog Configuration'

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** english_utf-8.php	26 Jan 2008 10:51:08 -0000	1.106
--- english_utf-8.php	27 Jan 2008 08:24:51 -0000	1.107
***************
*** 172,177 ****
      128 => 'Login with OpenID:',
      129 => 'Configuration',
!     130 => 'Webservices',
!     131 => 'Configuration Sections'
  );
  
--- 172,176 ----
      128 => 'Login with OpenID:',
      129 => 'Configuration',
!     130 => 'Webservices'
  );
  
***************
*** 1560,1564 ****
  # Localization of the Admin Configuration UI
  
! $LANG_config['Core'] = array(
      'label' => 'Geeklog',
      'title' => 'Geeklog Configuration'
--- 1559,1567 ----
  # Localization of the Admin Configuration UI
  
! $LANG_CONFIG = array(
!     1 => 'Configuration Sections'
! );
! 
! $LANG_configsection['Core'] = array(
      'label' => 'Geeklog',
      'title' => 'Geeklog Configuration'




More information about the geeklog-cvs mailing list