[geeklog-cvs] Geeklog-1.x/plugins/polls/language english.php, 1.16, 1.17 english_utf-8.php, 1.7, 1.8

Dirk Haun dhaun at qs1489.pair.com
Sat Mar 15 14:11:44 EDT 2008


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Polls plugin configuration


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/language/english.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** english.php	25 Nov 2007 06:57:00 -0000	1.16
--- english.php	15 Mar 2008 18:11:42 -0000	1.17
***************
*** 4,13 ****
  # english.php
  #
! # This is the english language page for the Geeklog Polls Plug-in!
  #
  # Copyright (C) 2001 Tony Bibbs
! # tony at tonybibbs.com
  # Copyright (C) 2005 Trinity Bays
! # trinity93 at gmail.com
  #
  # This program is free software; you can redistribute it and/or
--- 4,13 ----
  # english.php
  #
! # This is the English language file for the Geeklog Polls plugin
  #
  # Copyright (C) 2001 Tony Bibbs
! # tony AT tonybibbs DOT com
  # Copyright (C) 2005 Trinity Bays
! # trinity93 AT gmail DOT com
  #
  # This program is free software; you can redistribute it and/or
***************
*** 102,105 ****
--- 102,143 ----
  // Messages for the plugin upgrade
  $PLG_polls_MESSAGE3002 = $LANG32[9];
+ 
+ 
+ // Localization of the Admin Configuration UI
+ $LANG_configsections['polls'] = array(
+     'label' => 'Polls',
+     'title' => 'Polls Configuration'
+ );  
+ 
+ $LANG_confignames['polls'] = array(
+     'pollsloginrequired' => 'Polls Login Required?',
+     'hidepollsmenu' => 'Hide Polls Menu Entry?',
+     'maxquestions' => 'Max. Questions per Poll',
+     'maxanswers' => 'Max. Options per Question',
+     'answerorder' => 'Sort Results ...',
+     'pollcookietime' => 'Voter Cookie valid for',
+     'polladdresstime' => 'Voter IP Address valid for',
+     'delete_polls' => 'Delete Polls with Owner?',
+     'aftersave' => 'After Saving Poll',
+     'default_permissions' => 'Poll Default Permissions'
+ );
+ 
+ $LANG_configsubgroups['polls'] = array(
+     'sg_main' => 'Main Settings'
+ );
+ 
+ $LANG_fs['polls'] = array(
+     'fs_main' => 'General Polls Settings',
+     'fs_permissions' => 'Default Permissions'
+ );
+ 
+ // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
+ $LANG_configselects['polls'] = array(
+     0 => array('True' => 1, 'False' => 0),
+     1 => array('True' => TRUE, 'False' => FALSE),
+     2 => array('As Submitted' => 'submitorder', 'By Votes' => 'voteorder'),
+     9 => array('Forward to Poll' => '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/polls/language/english_utf-8.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** english_utf-8.php	25 Nov 2007 06:57:00 -0000	1.7
--- english_utf-8.php	15 Mar 2008 18:11:42 -0000	1.8
***************
*** 4,13 ****
  # english_utf-8.php
  #
! # This is the english language page for the Geeklog Polls Plug-in!
  #
  # Copyright (C) 2001 Tony Bibbs
! # tony at tonybibbs.com
  # Copyright (C) 2005 Trinity Bays
! # trinity93 at gmail.com
  #
  # This program is free software; you can redistribute it and/or
--- 4,13 ----
  # english_utf-8.php
  #
! # This is the English language file for the Geeklog Polls plugin
  #
  # Copyright (C) 2001 Tony Bibbs
! # tony AT tonybibbs DOT com
  # Copyright (C) 2005 Trinity Bays
! # trinity93 AT gmail DOT com
  #
  # This program is free software; you can redistribute it and/or
***************
*** 102,105 ****
--- 102,143 ----
  // Messages for the plugin upgrade
  $PLG_polls_MESSAGE3002 = $LANG32[9];
+ 
+ 
+ // Localization of the Admin Configuration UI
+ $LANG_configsections['polls'] = array(
+     'label' => 'Polls',
+     'title' => 'Polls Configuration'
+ );  
+ 
+ $LANG_confignames['polls'] = array(
+     'pollsloginrequired' => 'Polls Login Required?',
+     'hidepollsmenu' => 'Hide Polls Menu Entry?',
+     'maxquestions' => 'Max. Questions per Poll',
+     'maxanswers' => 'Max. Options per Question',
+     'answerorder' => 'Sort Results ...',
+     'pollcookietime' => 'Voter Cookie valid for',
+     'polladdresstime' => 'Voter IP Address valid for',
+     'delete_polls' => 'Delete Polls with Owner?',
+     'aftersave' => 'After Saving Poll',
+     'default_permissions' => 'Poll Default Permissions'
+ );
+ 
+ $LANG_configsubgroups['polls'] = array(
+     'sg_main' => 'Main Settings'
+ );
+ 
+ $LANG_fs['polls'] = array(
+     'fs_main' => 'General Polls Settings',
+     'fs_permissions' => 'Default Permissions'
+ );
+ 
+ // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
+ $LANG_configselects['polls'] = array(
+     0 => array('True' => 1, 'False' => 0),
+     1 => array('True' => TRUE, 'False' => FALSE),
+     2 => array('As Submitted' => 'submitorder', 'By Votes' => 'voteorder'),
+     9 => array('Forward to Poll' => '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