[geeklog-cvs] Geeklog-1.x/plugins/staticpages/language english.php, 1.24, 1.25 english_utf-8.php, 1.10, 1.11

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 19 14:36:13 EST 2008


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Use dropdowns in Static Pages plugin configuration (where possible)


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/english.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** english.php	13 Jan 2008 21:47:03 -0000	1.24
--- english.php	19 Jan 2008 19:36:11 -0000	1.25
***************
*** 3,7 ****
  ###############################################################################
  # english.php
! # This is the english language page for the Geeklog Static Page Plug-in!
  #
  # Copyright (C) 2001 Tony Bibbs
--- 3,7 ----
  ###############################################################################
  # english.php
! # This is the english language file for the Geeklog Static Page plugin
  #
  # Copyright (C) 2001 Tony Bibbs
***************
*** 113,116 ****
--- 113,126 ----
  );
  
+ // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
+ $LANG_configselects['staticpages'] = array(
+     0 => array('True' => 1, 'False' => 0),
+     1 => array('True' => TRUE, 'False' => FALSE),
+     2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
+     3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
+     9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
+     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
+ );
+ 
  // Messages for the plugin upgrade
  $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade failed';
***************
*** 119,121 ****
  $PLG_staticpages_MESSAGE3004 = 'Plugin upgrade failed - missing the plugins config.php';
  
! ?>
\ No newline at end of file
--- 129,131 ----
  $PLG_staticpages_MESSAGE3004 = 'Plugin upgrade failed - missing the plugins config.php';
  
! ?>

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/english_utf-8.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** english_utf-8.php	13 Jan 2008 21:47:03 -0000	1.10
--- english_utf-8.php	19 Jan 2008 19:36:11 -0000	1.11
***************
*** 3,7 ****
  ###############################################################################
  # english_utf-8.php
! # This is the english language page for the Geeklog Static Page Plug-in!
  #
  # Copyright (C) 2001 Tony Bibbs
--- 3,7 ----
  ###############################################################################
  # english_utf-8.php
! # This is the english language file for the Geeklog Static Page plugin
  #
  # Copyright (C) 2001 Tony Bibbs
***************
*** 111,114 ****
--- 111,124 ----
      'config_menubar'   => 'Main Settings',
      'config_menu1'  => 'Plugin Main Settings'
+ );
+ 
+ // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
+ $LANG_configselects['staticpages'] = array(
+     0 => array('True' => 1, 'False' => 0),
+     1 => array('True' => TRUE, 'False' => FALSE),
+     2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
+     3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
+     9 => array('Forward to page' => 'item', 'Display List' => 'list', '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