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

Dirk Haun dhaun at qs1489.pair.com
Sun Feb 3 14:11:52 EST 2008


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Added Links plugin config to the configuration GUI


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/english.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** english.php	1 Jan 2008 20:03:22 -0000	1.27
--- english.php	3 Feb 2008 19:11:50 -0000	1.28
***************
*** 251,253 ****
--- 251,295 ----
  );
  
+ 
+ // Localization of the Admin Configuration UI
+ $LANG_configsections['links'] = array(
+     'label' => 'Links',
+     'title' => 'Links Configuration'
+ );
+ 
+ $LANG_confignames['links'] = array(
+     'linksloginrequired' => 'Links Login Required?',
+     'linksubmission' => 'Enable Submission Queue?',
+     'newlinksinterval' => 'New Links Interval',
+     'hidenewlinks' => 'Hide New Links?',
+     'hidelinksmenu' => 'Hide Links Menu Entry?',
+     'linkcols' => 'Categories per Column',
+     'linksperpage' => 'Links per Page',
+     'show_top10' => 'Show Top 10 Links?',
+     'notification' => 'Notification Email?',
+     'delete_links' => 'Delete Links with Owner?',
+     'aftersave' => 'After Saving Link',
+     'show_category_descriptions' => 'Show Category Description?',
+     'root' => 'ID of Root Category',
+     'default_permissions' => 'Link Default Permissions'
+ );
+ 
+ $LANG_configsubgroups['links'] = array(
+     0 => 'Main Settings'
+ );
+ 
+ $LANG_fs['links'] = array(
+     0 => 'Public Links List Settings',
+     1 => 'Links Admin Settings',
+     2 => 'Default Permissions'
+ );
+ 
+ // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
+ $LANG_configselects['links'] = array(
+     0 => array('True' => 1, 'False' => 0),
+     1 => array('True' => TRUE, 'False' => FALSE),
+     9 => array('Forward to Linked Site' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
+     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
+ );
+ 
  ?>

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/english_utf-8.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** english_utf-8.php	1 Jan 2008 20:03:22 -0000	1.14
--- english_utf-8.php	3 Feb 2008 19:11:50 -0000	1.15
***************
*** 251,253 ****
--- 251,295 ----
  );
  
+ 
+ // Localization of the Admin Configuration UI
+ $LANG_configsections['links'] = array(
+     'label' => 'Links',
+     'title' => 'Links Configuration'
+ );
+ 
+ $LANG_confignames['links'] = array(
+     'linksloginrequired' => 'Links Login Required?',
+     'linksubmission' => 'Enable Submission Queue?',
+     'newlinksinterval' => 'New Links Interval',
+     'hidenewlinks' => 'Hide New Links?',
+     'hidelinksmenu' => 'Hide Links Menu Entry?',
+     'linkcols' => 'Categories per Column',
+     'linksperpage' => 'Links per Page',
+     'show_top10' => 'Show Top 10 Links?',
+     'notification' => 'Notification Email?',
+     'delete_links' => 'Delete Links with Owner?',
+     'aftersave' => 'After Saving Link',
+     'show_category_descriptions' => 'Show Category Description?',
+     'root' => 'ID of Root Category',
+     'default_permissions' => 'Link Default Permissions'
+ );
+ 
+ $LANG_configsubgroups['links'] = array(
+     0 => 'Main Settings'
+ );
+ 
+ $LANG_fs['links'] = array(
+     0 => 'Public Links List Settings',
+     1 => 'Links Admin Settings',
+     2 => 'Default Permissions'
+ );
+ 
+ // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
+ $LANG_configselects['links'] = array(
+     0 => array('True' => 1, 'False' => 0),
+     1 => array('True' => TRUE, 'False' => FALSE),
+     9 => array('Forward to Linked Site' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
+     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
+ );
+ 
  ?>




More information about the geeklog-cvs mailing list