[geeklog-cvs] Geeklog-1.x/plugins/links/language english.php, 1.28, 1.29 english_utf-8.php, 1.15, 1.16

Dirk Haun dhaun at qs1489.pair.com
Sun Feb 10 12:09:39 EST 2008


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Decoupled config subgroup and fieldset order from the language files. Now we can reorder / regroup options simply by database updates.


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/english.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** english.php	3 Feb 2008 19:11:50 -0000	1.28
--- english.php	10 Feb 2008 17:09:37 -0000	1.29
***************
*** 276,286 ****
  
  $LANG_configsubgroups['links'] = array(
!     0 => 'Main Settings'
  );
  
  $LANG_fs['links'] = array(
!     0 => 'Public Links List Settings',
!     1 => 'Links Admin Settings',
!     2 => 'Default Permissions'
  );
  
--- 276,286 ----
  
  $LANG_configsubgroups['links'] = array(
!     'sg_main' => 'Main Settings'
  );
  
  $LANG_fs['links'] = array(
!     'fs_public' => 'Public Links List Settings',
!     'fs_admin' => 'Links Admin Settings',
!     'fs_permissions' => 'Default Permissions'
  );
  

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/english_utf-8.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** english_utf-8.php	3 Feb 2008 19:11:50 -0000	1.15
--- english_utf-8.php	10 Feb 2008 17:09:37 -0000	1.16
***************
*** 276,286 ****
  
  $LANG_configsubgroups['links'] = array(
!     0 => 'Main Settings'
  );
  
  $LANG_fs['links'] = array(
!     0 => 'Public Links List Settings',
!     1 => 'Links Admin Settings',
!     2 => 'Default Permissions'
  );
  
--- 276,286 ----
  
  $LANG_configsubgroups['links'] = array(
!     'sg_main' => 'Main Settings'
  );
  
  $LANG_fs['links'] = array(
!     'fs_public' => 'Public Links List Settings',
!     'fs_admin' => 'Links Admin Settings',
!     'fs_permissions' => 'Default Permissions'
  );
  




More information about the geeklog-cvs mailing list