[ Index ]

krapohl.info

title

Body

[close]

/pnlang/eng/ -> global.php (source)

   1  <?php
   2  /**
   3   *  $Id: global.php,v 1.1 2004/02/11 17:45:53 larsneo Exp $
   4   *
   5   *  PostCalendar::PostNuke Events Calendar Module
   6   *  Copyright (C) 2002  The PostCalendar Team
   7   *  http://postcalendar.tv
   8   *  
   9   *  This program is free software; you can redistribute it and/or modify
  10   *  it under the terms of the GNU General Public License as published by
  11   *  the Free Software Foundation; either version 2 of the License, or
  12   *  (at your option) any later version.
  13   *  
  14   *  This program is distributed in the hope that it will be useful,
  15   *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  16   *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17   *  GNU General Public License for more details.
  18   *  
  19   *  You should have received a copy of the GNU General Public License
  20   *  along with this program; if not, write to the Free Software
  21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  22   *
  23   *  To read the license please read the docs/license.txt or visit
  24   *  http://www.gnu.org/copyleft/gpl.html
  25   *
  26   */
  27   
  28  //=========================================================================
  29  //  The following define is necessary for the date and time functions
  30  //  set it to the locale for this language
  31  //=========================================================================
  32  define('_PC_LOCALE','en_US');
  33  //=========================================================================
  34  //  Defines used in all files
  35  //=========================================================================
  36  // new in 3.9.9
  37  define('_PC_NOTIFY_ADMIN',                'Notify Admin About Event Submission/Modification?');
  38  define('_PC_NOTIFY_EMAIL',                'Admin Email Address');
  39  define('_PC_NOTIFY_UPDATE_MSG',         "The following calendar event has been modifed:\n\n");
  40  define('_PC_NOTIFY_NEW_MSG',             "The following calendar event has been added:\n\n");
  41  define('_PC_NOTIFY_SUBJECT',             'NOTICE:: PostCalendar Submission/Modification');
  42  //...
  43  define('_POSTCALENDARNOAUTH',            'Not authorised to access PostCalendar module');
  44  define('_POSTCALENDAR_NOAUTH',            'Not authorised to access PostCalendar module');
  45  define('_PC_CAN_NOT_EDIT',                'You are not allowed to edit this event');
  46  define('_PC_CAN_NOT_DELETE',            'You are not allowed to delete this event');
  47  define('_PC_DELETE_ARE_YOU_SURE',       'Are you sure you want to delete this event?');
  48  define('_PC_ADMIN_YES',                   'Yes');
  49  define('_PC_FILTER_USERS',                'Default/Global');
  50  define('_PC_FILTER_USERS_ALL',            'All Users');
  51  define('_PC_FILTER_CATEGORY',            'All Categories');
  52  define('_PC_FILTER_TOPIC',                'All Topics');
  53  define('_USER_BUSY_TITLE',                'Busy');
  54  define('_USER_BUSY_MESSAGE',            'I am busy during this time.');
  55  define('_PC_JUMP_MENU_SUBMIT',          'go');
  56  define('_PC_TPL_VIEW_SUBMIT',             'change');
  57  define('_PC_SUBMIT_TEXT',                 'Plain Text');
  58  define('_PC_SUBMIT_HTML',                 'HTML');
  59  define('_CALJAN',                       'January');
  60  define('_CALFEB',                       'February');
  61  define('_CALMAR',                       'March');
  62  define('_CALAPR',                       'April');
  63  define('_CALMAY',                       'May');
  64  define('_CALJUN',                       'June');
  65  define('_CALJUL',                       'July');
  66  define('_CALAUG',                       'August');
  67  define('_CALSEP',                       'September');
  68  define('_CALOCT',                       'October');
  69  define('_CALNOV',                       'November');
  70  define('_CALDEC',                       'December');
  71  define('_CALPREVIOUS',                  'Prev');
  72  define('_CALNEXT',                      'Next');
  73  define('_CALLONGFIRSTDAY',              'Sunday');
  74  define('_CALLONGSECONDDAY',             'Monday');
  75  define('_CALLONGTHIRDDAY',              'Tuesday');
  76  define('_CALLONGFOURTHDAY',             'Wednesday');
  77  define('_CALLONGFIFTHDAY',              'Thurdsay');
  78  define('_CALLONGSIXTHDAY',              'Friday');
  79  define('_CALLONGSEVENTHDAY',            'Saturday');
  80  define('_CALMONDAYSHORT',               'M');
  81  define('_CALTUESDAYSHORT',              'T');
  82  define('_CALWEDNESDAYSHORT',            'W');
  83  define('_CALTHURSDAYSHORT',             'T');
  84  define('_CALFRIDAYSHORT',               'F');
  85  define('_CALSATURDAYSHORT',             'S');
  86  define('_CALSUNDAYSHORT',               'S');
  87  define('_CALSUNDAY',                    'Sunday');
  88  define('_CALMONDAY',                    'Monday');
  89  define('_CALTUESDAY',                   'Tuesday');
  90  define('_CALWEDNESDAY',                 'Wednesday');
  91  define('_CALTHURSDAY',                  'Thursday');
  92  define('_CALFRIDAY',                    'Friday');
  93  define('_CALSATURDAY',                  'Saturday');
  94  define('_CAL_DAYVIEW',                  'Day');
  95  define('_CAL_WEEKVIEW',                 'Week');
  96  define('_CAL_MONTHVIEW',                'Month');
  97  define('_CAL_YEARVIEW',                 'Year');
  98  define('_PC_NEW_EVENT_HEADER',            'Event');
  99  define('_PC_DATE_TIME',                 'Event Date');
 100  define('_PC_ALLDAY_EVENT',                'All day event');
 101  define('_PC_TIMED_EVENT',                'Timed event');
 102  define('_PC_EVENT_TYPE',                'Event Category');
 103  define('_PC_SHARING',                    'Sharing');
 104  define('_PC_EVENT_TOPIC',                'Topic');
 105  define('_PC_SHARE_PRIVATE',             'Private');
 106  define('_PC_SHARE_PUBLIC',                'Public');
 107  define('_PC_SHARE_SHOWBUSY',            'Show as Busy');
 108  define('_PC_SHARE_GLOBAL',                'Global');
 109  define('_PC_EVENT_STREET',                'Street');
 110  define('_PC_EVENT_CITY',                'City');
 111  define('_PC_EVENT_STATE',                'State');
 112  define('_PC_EVENT_POSTAL',                'Postal');
 113  define('_PC_EVENT_CONTACT',             'Contact');
 114  define('_PC_EVENT_PHONE',                'Phone');
 115  define('_PC_EVENT_EMAIL',                'Email');
 116  define('_PC_REPEATING_HEADER',            'Repeating');
 117  define('_PC_NO_REPEAT',                 'does not repeat');
 118  define('_PC_REPEAT',                    'event repeats every');
 119  define('_PC_REPEAT_ON',                 'event repeats on');
 120  define('_PC_OF_THE_MONTH',                'of the month every');
 121  define('_PC_END_DATE',                    'End Date');
 122  define('_PC_NO_END',                    'no end date');
 123  define('_PC_TIMED_DURATION',            'Duration');
 124  define('_PC_TIMED_DURATION_HOURS',        'Hours');
 125  define('_PC_TIMED_DURATION_MINUTES',    'Minutes');
 126  define('_PC_EVERY',                     'Every');
 127  define('_PC_EVERY_OTHER',                'Every Other');
 128  define('_PC_EVERY_THIRD',                'Every Third');
 129  define('_PC_EVERY_FOURTH',                'Every Fourth');
 130  define('_PC_EVERY_1ST',                 'First');
 131  define('_PC_EVERY_2ND',                 'Second');
 132  define('_PC_EVERY_3RD',                 'Third');
 133  define('_PC_EVERY_4TH',                 'Fourth');
 134  define('_PC_EVERY_LAST',                'Last');
 135  define('_PC_EVERY_SUN',                 'Sun');
 136  define('_PC_EVERY_MON',                 'Mon');
 137  define('_PC_EVERY_TUE',                 'Tue');
 138  define('_PC_EVERY_WED',                 'Wed');
 139  define('_PC_EVERY_THU',                 'Thu');
 140  define('_PC_EVERY_FRI',                 'Fri');
 141  define('_PC_EVERY_SAT',                 'Sat');
 142  define('_PC_OF_EVERY_MONTH',            'month');
 143  define('_PC_OF_EVERY_2MONTH',            'other month');
 144  define('_PC_OF_EVERY_3MONTH',            '3 months');
 145  define('_PC_OF_EVERY_4MONTH',            '4 months');
 146  define('_PC_OF_EVERY_6MONTH',            '6 months');
 147  define('_PC_OF_EVERY_YEAR',             'year');
 148  define('_PC_EVERY_DAY',                 'Day(s)');
 149  define('_PC_EVERY_WEEK',                'Week(s)');
 150  define('_PC_EVERY_MONTH',                'Month(s)');
 151  define('_PC_MONTHS',                    'Month(s)');
 152  define('_PC_EVERY_YEAR',                'Year(s)');
 153  define('_PC_EVERY_MWF',                 'Mon, Wed &amp; Fri');
 154  define('_PC_EVERY_TR',                    'Tues &amp; Thur');
 155  define('_PC_EVERY_MF',                    'Mon thru Fri');
 156  define('_PC_EVERY_SS',                    'Sat &amp; Sun');
 157  define('_PC_EVENT_LOCATION',            'Event Location');
 158  define('_PC_EVENT_CONTNAME',            'Contact Person');
 159  define('_PC_EVENT_CONTTEL',             'Contact Phone Number');
 160  define('_PC_EVENT_CONTEMAIL',           'Contact Email');
 161  define('_PC_EVENT_WEBSITE',             'Event Website');
 162  define('_PC_EVENT_FEE',                 'Event Fee');
 163  define('_PC_EVENT_PREVIEW',             'Preview Event');
 164  define('_PC_EVENT_SUBMIT',              'Submit Event');
 165  define('_PC_EVENT_TITLE',               'Event Title');
 166  define('_PC_EVENT_DESC',                'Event Description');
 167  define('_PC_EVENT_CATEGORY',            'Event Category');
 168  define('_PC_TOPIC',                     'Topic');
 169  define('_PC_REQUIRED',                  '*Required');
 170  define('_PC_AM',                        'AM');
 171  define('_PC_PM',                        'PM');
 172  define('_PC_EVENT_SUBMISSION_FAILED',   'Your submission failed.');
 173  define('_PC_EVENT_SUBMISSION_SUCCESS',  'Your event has been submitted.');
 174  define('_PC_EVENT_EDIT_SUCCESS',          'Your event has been modified.');
 175  define('_PC_SUBMIT_ERROR',              'There are errors with your submission.  These are outlined below.');
 176  define('_PC_SUBMIT_ERROR1',             'Your start date is greater than your end date');
 177  define('_PC_SUBMIT_ERROR2',             'Your start date is invalid');
 178  define('_PC_SUBMIT_ERROR3',             'Your end date is invalid');
 179  define('_PC_SUBMIT_ERROR4',             'is a required field.');
 180  define('_PC_SUBMIT_ERROR5',             'Your repeating frequency must be at least 1.');
 181  define('_PC_SUBMIT_ERROR6',             'Your repeating frequency must be an integer.');
 182  define('_PC_ADMIN_EVENT_ERROR',         'There was an error while processing your request.');
 183  define('_PC_ADMIN_EVENTS_DELETED',         'Your event has been deleted.');
 184  @define('_NO_DIRECT_ACCESS',            'You can not access this function directly.');
 185  ?>


Generated: Wed Feb 16 22:40:07 2005 Cross-referenced by PHPXref 0.6