[geeklog-cvs] Geeklog-1.x/language english.php, 1.320,	1.321 english_utf-8.php, 1.105, 1.106
    Dirk Haun 
    dhaun at qs1489.pair.com
       
    Sat Jan 26 05:51:10 EST 2008
    
    
  
Update of /cvsroot/geeklog/Geeklog-1.x/language
In directory qs1489.pair.com:/tmp/cvs-serv73401/language
Modified Files:
	english.php english_utf-8.php 
Log Message:
Map the internal configuration names ('Core', 'staticpages') to a more readable label and block title
Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.320
retrieving revision 1.321
diff -C2 -d -r1.320 -r1.321
*** english.php	26 Jan 2008 08:53:46 -0000	1.320
--- english.php	26 Jan 2008 10:51:08 -0000	1.321
***************
*** 172,176 ****
      128 => 'Login with OpenID:',
      129 => 'Configuration',
!     130 => 'Webservices'
  );
  
--- 172,177 ----
      128 => 'Login with OpenID:',
      129 => 'Configuration',
!     130 => 'Webservices',
!     131 => 'Configuration Sections'
  );
  
***************
*** 1558,1561 ****
--- 1559,1567 ----
  ################################################################################
  # Localization of the Admin Configuration UI
+ 
+ $LANG_config['Core'] = array(
+     'label' => 'Geeklog',
+     'title' => 'Geeklog Configuration'
+ );
  
  $LANG_confignames['Core'] = array(
Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** english_utf-8.php	26 Jan 2008 08:53:46 -0000	1.105
--- english_utf-8.php	26 Jan 2008 10:51:08 -0000	1.106
***************
*** 172,176 ****
      128 => 'Login with OpenID:',
      129 => 'Configuration',
!     130 => 'Webservices'
  );
  
--- 172,177 ----
      128 => 'Login with OpenID:',
      129 => 'Configuration',
!     130 => 'Webservices',
!     131 => 'Configuration Sections'
  );
  
***************
*** 1558,1561 ****
--- 1559,1567 ----
  ################################################################################
  # Localization of the Admin Configuration UI
+ 
+ $LANG_config['Core'] = array(
+     'label' => 'Geeklog',
+     'title' => 'Geeklog Configuration'
+ );
  
  $LANG_confignames['Core'] = array(
    
    
More information about the geeklog-cvs
mailing list