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

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 19 16:20:45 EST 2008


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Added labels for the config options


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/english.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** english.php	19 Jan 2008 19:36:11 -0000	1.25
--- english.php	19 Jan 2008 21:20:43 -0000	1.26
***************
*** 113,116 ****
--- 113,131 ----
  );
  
+ $LANG_confignames['staticpages'] = array(
+     'allow_php' => 'Allow PHP?',
+     'sort_by' => 'Sort Centerblocks by',
+     'sort_menu_by' => 'Sort Menu Entries by',
+     'delete_pages' => 'Delete Pages with Owner?',
+     'in_block' => 'Wrap Pages in Block?',
+     'show_hits' => 'Show Hits?',
+     'show_date' => 'Show Date?',
+     'filter_html' => 'Filter HTML?',
+     'censor' => 'Censor Content?',
+     'default_permissions' => 'Page Default Permissions',
+     'aftersave' => 'After Saving Page',
+     'atom_max_items' => 'Max. Pages in Webservices Feed'
+ );
+ 
  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['staticpages'] = array(

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/english_utf-8.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** english_utf-8.php	19 Jan 2008 19:36:11 -0000	1.11
--- english_utf-8.php	19 Jan 2008 21:20:43 -0000	1.12
***************
*** 113,116 ****
--- 113,131 ----
  );
  
+ $LANG_confignames['staticpages'] = array(
+     'allow_php' => 'Allow PHP?',
+     'sort_by' => 'Sort Centerblocks by',
+     'sort_menu_by' => 'Sort Menu Entries by',
+     'delete_pages' => 'Delete Pages with Owner?',
+     'in_block' => 'Wrap Pages in Block?',
+     'show_hits' => 'Show Hits?',
+     'show_date' => 'Show Date?',
+     'filter_html' => 'Filter HTML?',
+     'censor' => 'Censor Content?',
+     'default_permissions' => 'Page Default Permissions',
+     'aftersave' => 'After Saving Page',
+     'atom_max_items' => 'Max. Pages in Webservices Feed'
+ );
+ 
  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['staticpages'] = array(




More information about the geeklog-cvs mailing list