[geeklog-cvs] Geeklog-1.x/plugins/calendar/language english.php, 1.13, 1.14 english_utf-8.php, 1.3, 1.4
Dirk Haun
dhaun at qs1489.pair.com
Sun Mar 16 08:22:03 EDT 2008
Update of /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language
In directory qs1489.pair.com:/tmp/cvs-serv34111/plugins/calendar/language
Modified Files:
english.php english_utf-8.php
Log Message:
Calender plugin configuration
Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/english.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** english.php 25 Nov 2007 06:56:04 -0000 1.13
--- english.php 16 Mar 2008 12:22:01 -0000 1.14
***************
*** 3,12 ****
###############################################################################
# english.php
! # This is the english language page for the Geeklog Calendar 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
--- 3,13 ----
###############################################################################
# english.php
! #
! # This is the English language file for the Geeklog Calendar 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
***************
*** 28,34 ****
###############################################################################
# Array Format:
! # $LANGXX[YY]: $LANG - variable name
! # XX - file id number
! # YY - phrase id number
###############################################################################
--- 29,35 ----
###############################################################################
# Array Format:
! # $LANGXX[YY]: $LANG - variable name
! # XX - file id number
! # YY - phrase id number
###############################################################################
***************
*** 184,187 ****
--- 185,228 ----
$PLG_calendar_MESSAGE24 = 'The event has been saved to your calendar.';
$PLG_calendar_MESSAGE26 = 'The event has been successfully deleted.';
+
+
+ // Localization of the Admin Configuration UI
+ $LANG_configsections['calendar'] = array(
+ 'label' => 'Calendar',
+ 'title' => 'Calendar Configuration'
+ );
+
+ $LANG_confignames['calendar'] = array(
+ 'calendarloginrequired' => 'Calendar Login Required?',
+ 'hidecalendarmenu' => 'Hide Calendar Menu Entry?',
+ 'personalcalendars' => 'Enable Personal Calendars?',
+ 'eventsubmission' => 'Enable Submission Queue?',
+ 'showupcomingevents' => 'Show upcoming Events?',
+ 'upcomingeventsrange' => 'Upcoming Events Range',
+ 'event_types' => 'Event Types',
+ 'hour_mode' => 'Hour Mode',
+ 'notification' => 'Notification Email?',
+ 'delete_event' => 'Delete Events with Owner?',
+ 'aftersave' => 'After Saving Event',
+ 'default_permissions' => 'Event Default Permissions'
+ );
+
+ $LANG_configsubgroups['calendar'] = array(
+ 'sg_main' => 'Main Settings'
+ );
+
+ $LANG_fs['calendar'] = array(
+ 'fs_main' => 'General Calendar Settings',
+ 'fs_permissions' => 'Default Permissions'
+ );
+
+ // Note: entries 0, 1, 6, 9, 12 are the same as in $LANG_configselects['Core']
+ $LANG_configselects['calendar'] = array(
+ 0 => array('True' => 1, 'False' => 0),
+ 1 => array('True' => TRUE, 'False' => FALSE),
+ 6 => array('12' => '12', '24' => '24'),
+ 9 => array('Forward to Event' => 'item', 'Display Admin List' => 'list', 'Display Calendar' => '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/calendar/language/english_utf-8.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** english_utf-8.php 25 Nov 2007 06:56:04 -0000 1.3
--- english_utf-8.php 16 Mar 2008 12:22:01 -0000 1.4
***************
*** 3,12 ****
###############################################################################
# english_utf-8.php
! # This is the english language page for the Geeklog Calendar 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
--- 3,13 ----
###############################################################################
# english_utf-8.php
! #
! # This is the English language file for the Geeklog Calendar 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
***************
*** 28,34 ****
###############################################################################
# Array Format:
! # $LANGXX[YY]: $LANG - variable name
! # XX - file id number
! # YY - phrase id number
###############################################################################
--- 29,35 ----
###############################################################################
# Array Format:
! # $LANGXX[YY]: $LANG - variable name
! # XX - file id number
! # YY - phrase id number
###############################################################################
***************
*** 184,187 ****
--- 185,228 ----
$PLG_calendar_MESSAGE24 = 'The event has been saved to your calendar.';
$PLG_calendar_MESSAGE26 = 'The event has been successfully deleted.';
+
+
+ // Localization of the Admin Configuration UI
+ $LANG_configsections['calendar'] = array(
+ 'label' => 'Calendar',
+ 'title' => 'Calendar Configuration'
+ );
+
+ $LANG_confignames['calendar'] = array(
+ 'calendarloginrequired' => 'Calendar Login Required?',
+ 'hidecalendarmenu' => 'Hide Calendar Menu Entry?',
+ 'personalcalendars' => 'Enable Personal Calendars?',
+ 'eventsubmission' => 'Enable Submission Queue?',
+ 'showupcomingevents' => 'Show upcoming Events?',
+ 'upcomingeventsrange' => 'Upcoming Events Range',
+ 'event_types' => 'Event Types',
+ 'hour_mode' => 'Hour Mode',
+ 'notification' => 'Notification Email?',
+ 'delete_event' => 'Delete Events with Owner?',
+ 'aftersave' => 'After Saving Event',
+ 'default_permissions' => 'Event Default Permissions'
+ );
+
+ $LANG_configsubgroups['calendar'] = array(
+ 'sg_main' => 'Main Settings'
+ );
+
+ $LANG_fs['calendar'] = array(
+ 'fs_main' => 'General Calendar Settings',
+ 'fs_permissions' => 'Default Permissions'
+ );
+
+ // Note: entries 0, 1, 6, 9, 12 are the same as in $LANG_configselects['Core']
+ $LANG_configselects['calendar'] = array(
+ 0 => array('True' => 1, 'False' => 0),
+ 1 => array('True' => TRUE, 'False' => FALSE),
+ 6 => array('12' => '12', '24' => '24'),
+ 9 => array('Forward to Event' => 'item', 'Display Admin List' => 'list', 'Display Calendar' => '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