Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_modules / postcalendar / pnlang / eng [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
02 Oct 2002 17:03:24 | postnuke_modules/postcalendar/pnlang/eng | admin.php,1.19,1.20 user.php,1.15,1.16 userapi.php,1.22,1.23 | Roger Raymond |
ML support for themes, language file cleanup, bug fixes and code cleanup |
Update of /home/cvsroot/postnuke_modules/postcalendar/pnlang/eng In directory ns7.hostnuke.net:/tmp/cvs-serv9685/pnlang/eng Modified Files: admin.php user.php userapi.php Log Message: ML support for themes, language file cleanup, bug fixes and code cleanup Index: admin.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/postcalendar/pnlang/eng/admin.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** admin.php 2 Oct 2002 12:48:12 -0000 1.19 --- admin.php 2 Oct 2002 17:03:22 -0000 1.20 *************** *** 25,256 **** * */ - - define('_PC_UPDATED','Your PostCalendar configuration has been updated.'); - define('_POSTCALENDAR', 'PostCalendar Administration'); - define('_EDIT_PC_CONFIG_GLOBAL', 'Edit Global Settings'); - define('_EDIT_PC_CONFIG_CATEGORIES', 'Edit Category Settings'); - define('_PC_NO_EVENT_SELECTED', 'Please select an event'); - define('_PC_CREATE_EVENT','Create new event'); - define('_PC_VIEW_APPROVED','View approved events'); - define('_PC_VIEW_HIDDEN','View hidden events'); - define('_PC_VIEW_QUEUED','View queued events'); - define('_PC_SUBMISSION_ADMIN','Queued Submissions Administration'); - define('_PC_NEW_SUBMISSIONS','New Submissions'); - define('_PC_NO_SUBMISSIONS','There are no New Submissions'); - define('_PC_SUNDAY','Sunday'); - define('_PC_MONDAY','Monday'); - define('_PC_SATURDAY','Saturday'); - define('_PC_ADMIN_SUBMIT','Commit Changes'); - define('_PC_NETSCAPE_FRIENDLY','Netscape friendly tables?'); - define('_PC_TIME24HOURS','Use 24 hour time format?'); - define('_PC_EVENTS_IN_NEW_WINDOW','View events in a popup window?'); - define('_PC_INTERNATIONAL_DATES','Use international date style?'); - define('_PC_FIRST_DAY_OF_WEEK','First day of the week'); - define('_PC_DO_APPOINTMENTS','Show appointments in day view?'); - define('_PC_TEXT_EVENTS','Show multi day events as text?'); - define('_PC_TIMES','Times array (N/A)'); - define('_PC_DAY_HIGHLIGHT_COLOR','Current day highlight color'); - define('_PC_MONTH_TABLE_BORDER','Month table border'); - define('_PC_MONTH_TABLE_CELL_PADDING','Month cell padding'); - define('_PC_MONTH_TABLE_CELL_SPACING','Month cell spacing'); - define('_PC_YEAR_TABLE_BORDER','Year table border'); - define('_PC_YEAR_TABLE_CELL_SPACING','Year cell spacing'); - define('_PC_YEAR_TABLE_CELL_PADDING','Year cell padding'); - define('_PC_CATEGORY_ONE','Category 1'); - define('_PC_CATEGORY_TWO','Category 2'); - define('_PC_CATEGORY_THREE','Category 3'); - define('_PC_CATEGORY_FOUR','Category 4'); - define('_PC_CATEGORY_FIVE','Category 5'); - define('_PC_DISPLAY_BALLS','Display visual feeback on calendar?'); - define('_PC_EVENT_OVERVIEW','Event overview? (moving to block admin)'); - define('_PC_SHOW_TIME_ON_EVENTS','Show times in calendar?'); - define('_PC_USE_JS_POPUPS','Show hovering event text on mouseover?'); - define('_PC_ALLOW_DIRECT_SUBMIT','Allow submitted events to be made active instantly?'); - define('_PC_SHOW_EVENTS_IN_YEAR','Populate the year view with events? <i>[not recommended]</i>'); - define('_PC_NUM_COLS_IN_YEAR_VIEW','Number of columns in year view.'); - define('_PC_UPGRADE_TABLES','Insert old events into tables'); - define('_PC_LIST_HOW_MANY','Show how many events on admin pages?'); - define('_PC_DISPLAY_TOPICS','Use topics?'); ! // new in 3.1 ! define('_PC_DAY_VIEW_STARTHOUR', 'Hour to start displaying from in day view : '); ! define('_PC_DAY_VIEW_STARTMINUTE', 'Minute to start displaying from in day view : '); ! define('_PC_DAY_VIEW_ENDHOUR', 'Hour to stop displaying at in day view : '); ! define('_PC_DAY_VIEW_ENDMINUTE', 'Minute to stop displaying at in day view : '); ! define('_PC_DAY_TIME_INCREMENT', 'Time increment (in minutes) for day view : '); define('_PC_ADMIN_GLOBAL_SETTINGS', '<b>PostCalendar Global Settings</b>'); define('_PC_ADMIN_CATEGORY_SETTINGS', '<b>PostCalendar Category Settings</b>'); ! define('_PC_ADMIN_DAYVIEW_SETTINGS', '<b>PostCalendar Day View Settings</b>'); ! define('_PC_ADMIN_MONTHVIEW_SETTINGS', '<b>PostCalendar Month View Settings</b>'); ! define('_PC_ADMIN_YEARVIEW_SETTINGS', '<b>PostCalendar Year View Settings</b>'); ! ! define('_PC_APPROVED_ADMIN', 'Approved Events Administration'); ! define('_PC_HIDDEN_ADMIN', 'Hidden Events Administration'); ! define('_PC_QUEUED_ADMIN', 'Queued Events Administration'); ! define('_PC_PERFORM_ACTION', 'Perform this action'); ! define('_PC_ADMIN_ACTION_APPROVE', 'Approve'); ! define('_PC_ADMIN_ACTION_HIDE', 'Hide'); ! define('_PC_ADMIN_ACTION_DELETE', 'Delete'); ! define('_PC_ADMIN_ACTION_EDIT', 'Edit'); ! define('_PC_ADMIN_ACTION_VIEW', 'View'); ! define('_PC_EVENTS', 'Events'); ! define('_PC_NO_EVENTS', 'No Events'); ! define('_PC_ADMIN_YES', 'Yes'); ! ! define('_PC_APPROVE_ARE_YOU_SURE', 'Are you sure you want to approve these events?'); ! define('_PC_DELETE_ARE_YOU_SURE', 'Are you sure you want to delete these events?'); ! define('_PC_HIDE_ARE_YOU_SURE', 'Are you sure you want to hide these events?'); ! define('_PC_VIEW_ARE_YOU_SURE', 'Are you sure you want to view these events?'); ! define('_PC_EDIT_ARE_YOU_SURE', 'Are you sure you want to edit these events?'); ! define('_PC_ADMIN_EVENTS_APPROVED', 'The event(s) have been approved.'); ! define('_PC_ADMIN_EVENTS_DELETED', 'The event(s) have been deleted.'); ! define('_PC_ADMIN_EVENTS_HIDDEN', 'The event(s) have been hidden.'); ! ! define('_PC_NEXT', 'Next'); ! define('_PC_PREV', 'Prev'); ! ! // defines for the submit event page ! define('_PC_SUBMISSION_FORM', 'Submit an Event'); ! define('_PC_UPDATE_FORM', 'Modify an Event'); ! define('_PC_INTRO', 'Please fill in the required fields in this form and double check your submission.'); ! define('_PC_DISCLAIMER', 'We reserve the full right on which submissions to publish. Your submission will be checked and may be edited by our staff.'); ! define('_PC_LOGOUT', 'Logout'); ! define('_PC_AM', 'AM'); ! define('_PC_PM', 'PM'); ! define('_PC_TOPIC', 'Topic'); ! define('_PC_YOURNAME', 'Your Name'); ! define('_PC_SUBMITTED_BY', 'Submitted by'); ! define('_PC_EVENT_TITLE', 'Event Title'); ! define('_PC_EVENT_DESC', 'Event Description'); ! define('_PC_BE_DESCRIPTIVE', 'Be Descriptive'); ! define('_PC_REQUIRED', '*Required'); ! define('_PC_BADTITLES', 'Bad titles: come see, monkey wrangler, seductive furry creature'); ! define('_PC_EVENT_BEGINS', 'Event starts on '); ! define('_PC_EVENT_AT', 'at'); ! define('_PC_EVENT_ENDS', 'Event ends on '); ! define('_PC_EVENT_CATEGORY', 'Event Category'); ! define('_PC_EVENT_ALLDAY', 'Is this an all day event?'); ! define('_PC_EVENT_RECURRTYPE', 'Event Recurs'); ! define('_PC_EVENT_RECURRTYPE_NONE', 'Once'); ! define('_PC_EVENT_RECURRTYPE_DAILY', 'Daily'); ! define('_PC_EVENT_RECURRTYPE_WEEKLY', 'Weekly'); ! define('_PC_EVENT_RECURRTYPE_MONTHLY', 'Monthly'); ! define('_PC_EVENT_RECURRTYPE_YEARLY', 'Yearly'); ! define('_PC_EVENT_RECURRFREQ', 'Event Recurs'); ! define('_PC_EVENT_RECURRFREQ_DAY', 'On the same weekday of the month'); ! define('_PC_EVENT_RECURRFREQ_DATE', 'On the same date of the month'); ! define('_PC_EVENT_LOCATION', 'Event Location'); ! define('_PC_EVENT_CONTNAME', 'Contact Person'); ! define('_PC_EVENT_CONTTEL', 'Contact Phone Number'); ! define('_PC_EVENT_CONTEMAIL', 'Contact Email'); ! define('_PC_EVENT_WEBSITE', 'Event Website'); ! define('_PC_EVENT_FEE', 'Event Fee'); ! define('_PC_EVENT_PREVIEW', 'Preview Event'); ! define('_PC_EVENT_SUBMIT', 'Submit Event'); ! define('_PC_EVENT_STATUS', 'Event Status'); ! define('_PC_EVENT_STATUS_HIDDEN', 'Hidden'); ! define('_PC_EVENT_STATUS_QUEUED', 'Queued'); ! define('_PC_EVENT_STATUS_APPROVED', 'Approved'); ! define('_PC_EVENT_SUBMISSION_FAILED', 'Your submission failed.'); ! define('_PC_EVENT_SUBMISSION_SUCCESS', 'Your event has been submitted.'); define('_PC_EVENT_DATE_FORMAT', 'Date Display Format <i>uses php <a href="http://php.net/strftime">strftime</a> format</i>'); ! ! // category admin defines ! define('_PC_CAT_DELETE', 'Delete'); ! define('_PC_CAT_NAME', 'Category Name'); ! define('_PC_CAT_DESC', 'Category Description'); ! define('_PC_CAT_COLOR', 'Category Color'); ! define('_PC_CAT_NEW', 'New =>'); ! define('_PC_ARE_YOU_SURE', 'Are you sure you\'d like to continue with these actions?'); ! define('_PC_DELETE_CATS', 'Delete Categories with ID(s) : '); ! define('_PC_ADD_CAT', 'Add new category : '); ! define('_PC_MODIFY_CATS', 'Make modifications to current categories.'); ! define('_PC_CATS_CONFIRM', 'YES!'); ! ! // new in 3.1 ! define('_PC_NEW_EVENT_HEADER','Event'); ! define('_PC_DATE_TIME','Event Date'); ! define('_PC_ALLDAY_EVENT','All day event'); ! define('_PC_TIMED_EVENT','Timed event'); ! define('_PC_EVENT_TYPE','Event Category'); ! define('_PC_SHARING','Sharing'); ! define('_PC_SHARE_PRIVATE','private'); ! define('_PC_SHARE_PUBLIC','public'); ! define('_PC_SHARE_SHOWBUSY','show as busy'); ! define('_PC_SHARE_GLOBAL','sitewide'); ! define('_PC_EVENT_STREET','Street'); ! define('_PC_EVENT_CITY','City'); ! define('_PC_EVENT_STATE','State'); ! define('_PC_EVENT_POSTAL','Postal'); ! ! define('_PC_EVENT_CONTACT','Contact'); ! define('_PC_EVENT_PHONE','Phone'); ! define('_PC_EVENT_EMAIL','Email'); ! define('_PC_REPEATING_HEADER','Repeating'); ! define('_PC_NO_REPEAT','does not repeat'); ! define('_PC_REPEAT','event repeats'); ! define('_PC_REPEAT_ON','event repeats on'); ! define('_PC_OF_THE_MONTH','of the month every'); ! define('_PC_END_DATE','End Date'); ! define('_PC_NO_END','no end date'); ! define('_PC_TIMED_DURATION','Duration'); ! define('_PC_TIMED_DURATION_HOURS','Hours'); ! define('_PC_TIMED_DURATION_MINUTES','Minutes'); ! ! define('_PC_EVERY','Every'); ! define('_PC_EVERY_OTHER','Every Other'); ! define('_PC_EVERY_THIRD','Every Third'); ! define('_PC_EVERY_FOURTH','Every Fourth'); ! ! define('_PC_EVERY_1ST','First'); ! define('_PC_EVERY_2ND','Second'); ! define('_PC_EVERY_3RD','Third'); ! define('_PC_EVERY_4TH','Fourth'); ! define('_PC_EVERY_LAST','Last'); ! ! define('_PC_EVERY_SUN','Sun'); ! define('_PC_EVERY_MON','Mon'); ! define('_PC_EVERY_TUE','Tue'); ! define('_PC_EVERY_WED','Wed'); ! define('_PC_EVERY_THU','Thu'); ! define('_PC_EVERY_FRI','Fri'); ! define('_PC_EVERY_SAT','Sat'); ! ! define('_PC_OF_EVERY_MONTH','month'); ! define('_PC_OF_EVERY_2MONTH','other month'); ! define('_PC_OF_EVERY_3MONTH','3 months'); ! define('_PC_OF_EVERY_4MONTH','4 months'); ! define('_PC_OF_EVERY_6MONTH','6 months'); ! define('_PC_OF_EVERY_YEAR','year'); ! ! define('_PC_EVERY_DAY','Day'); ! define('_PC_EVERY_WEEK','Week'); ! define('_PC_EVERY_MONTH','Month'); ! define('_PC_EVERY_YEAR','Year'); ! define('_PC_EVERY_MWF','Mon, Wed & Fri'); ! define('_PC_EVERY_TR','Tues & Thur'); ! define('_PC_EVERY_MF','Mon thru Fri'); ! define('_PC_EVERY_SS','Sat & Sun'); ! ! if (!defined('_POSTCALENDARNOAUTH')) { ! define('_POSTCALENDARNOAUTH','Not authorised to access PostCalendar module'); ! } ! ! // ERROR MESSAGES ! define('_PC_SUBMIT_ERROR','There are errors with your submission. These are outlined below.'); ! define('_PC_SUBMIT_ERROR1','Your start date is greater than your end date'); ! define('_PC_SUBMIT_ERROR2','Your start date is invalid'); ! define('_PC_SUBMIT_ERROR3','Your end date is invalid'); ! define('_PC_SUBMIT_ERROR4','is a required field.'); ! @define('_NO_DIRECT_ACCESS','You can not access this function directly.'); ! ! define('_CALEVENTLINK', 'Create an Event'); ! define('_CALDAYLINK','Day View'); ! define('_CALWEEKLINK','Week View'); ! define('_CALMONTHLINK','Month View'); ! define('_CALYEARLINK','Year View'); ! define('_CALSUBMITEVENT','Submit'); ! define('_CALSEARCHEVENT','Search'); ! define('_CALJUMPTOTEXT','Jump to the following view:'); ! define('_CALJUMPTEXT','Jump!'); ?> --- 25,99 ---- * */ ! //========================================================================= ! // grab the global language file ! //========================================================================= ! require_once('global.php'); ! //========================================================================= ! // ok, here's the rest of the language defines ! //========================================================================= ! define('_PC_UPDATED', 'Your PostCalendar configuration has been updated.'); ! define('_POSTCALENDAR', 'PostCalendar Administration'); ! define('_EDIT_PC_CONFIG_GLOBAL', 'Edit Global Settings'); ! define('_EDIT_PC_CONFIG_CATEGORIES', 'Edit Category Settings'); define('_PC_ADMIN_GLOBAL_SETTINGS', '<b>PostCalendar Global Settings</b>'); define('_PC_ADMIN_CATEGORY_SETTINGS', '<b>PostCalendar Category Settings</b>'); ! define('_PC_APPROVED_ADMIN', 'Approved Events Administration'); ! define('_PC_HIDDEN_ADMIN', 'Hidden Events Administration'); ! define('_PC_QUEUED_ADMIN', 'Queued Events Administration'); ! define('_PC_NO_EVENT_SELECTED', 'Please select an event'); ! define('_PC_CREATE_EVENT', 'Create new event'); ! define('_PC_VIEW_APPROVED', 'View approved events'); ! define('_PC_VIEW_HIDDEN', 'View hidden events'); ! define('_PC_VIEW_QUEUED', 'View queued events'); ! define('_PC_SUBMISSION_ADMIN', 'Queued Submissions Administration'); ! define('_PC_NEW_SUBMISSIONS', 'New Submissions'); ! define('_PC_NO_SUBMISSIONS', 'There are no New Submissions'); ! define('_PC_SUNDAY', 'Sunday'); ! define('_PC_MONDAY', 'Monday'); ! define('_PC_SATURDAY', 'Saturday'); ! define('_PC_ADMIN_SUBMIT', 'Commit Changes'); ! define('_PC_TIME24HOURS', 'Use 24 hour time format?'); ! define('_PC_EVENTS_IN_NEW_WINDOW', 'View events in a popup window?'); ! define('_PC_INTERNATIONAL_DATES', 'Use international date style?'); ! define('_PC_FIRST_DAY_OF_WEEK', 'First day of the week'); ! define('_PC_TIMES', 'Times array (N/A)'); ! define('_PC_DAY_HIGHLIGHT_COLOR', 'Current day highlight color'); ! define('_PC_USE_JS_POPUPS', 'Show hovering event text on mouseover?'); ! define('_PC_ALLOW_DIRECT_SUBMIT', 'Allow submitted events to be made active instantly?'); ! define('_PC_SHOW_EVENTS_IN_YEAR', 'Populate the year view with events? <i>[not recommended]</i>'); ! define('_PC_NUM_COLS_IN_YEAR_VIEW', 'Number of columns in year view.'); ! define('_PC_UPGRADE_TABLES', 'Insert old events into tables'); ! define('_PC_LIST_HOW_MANY', 'Show how many events on admin pages?'); ! define('_PC_DISPLAY_TOPICS', 'Use topics?'); ! define('_PC_PERFORM_ACTION', 'Perform this action'); ! define('_PC_ADMIN_ACTION_APPROVE', 'Approve'); ! define('_PC_ADMIN_ACTION_HIDE', 'Hide'); ! define('_PC_ADMIN_ACTION_DELETE', 'Delete'); ! define('_PC_ADMIN_ACTION_EDIT', 'Edit'); ! define('_PC_ADMIN_ACTION_VIEW', 'View'); ! define('_PC_EVENTS', 'Events'); ! define('_PC_NO_EVENTS', 'No Events'); ! define('_PC_ADMIN_YES', 'Yes'); ! define('_PC_APPROVE_ARE_YOU_SURE', 'Are you sure you want to approve these events?'); ! define('_PC_DELETE_ARE_YOU_SURE', 'Are you sure you want to delete these events?'); ! define('_PC_HIDE_ARE_YOU_SURE', 'Are you sure you want to hide these events?'); ! define('_PC_VIEW_ARE_YOU_SURE', 'Are you sure you want to view these events?'); ! define('_PC_EDIT_ARE_YOU_SURE', 'Are you sure you want to edit these events?'); ! define('_PC_ADMIN_EVENTS_APPROVED', 'The event(s) have been approved.'); ! define('_PC_ADMIN_EVENTS_DELETED', 'The event(s) have been deleted.'); ! define('_PC_ADMIN_EVENTS_HIDDEN', 'The event(s) have been hidden.'); ! define('_PC_NEXT', 'Next'); ! define('_PC_PREV', 'Prev'); define('_PC_EVENT_DATE_FORMAT', 'Date Display Format <i>uses php <a href="http://php.net/strftime">strftime</a> format</i>'); ! define('_PC_CAT_DELETE', 'Delete'); ! define('_PC_CAT_NAME', 'Category Name'); ! define('_PC_CAT_DESC', 'Category Description'); ! define('_PC_CAT_COLOR', 'Category Color'); ! define('_PC_CAT_NEW', 'New =>'); ! define('_PC_ARE_YOU_SURE', 'Are you sure you\'d like to continue with these actions?'); ! define('_PC_DELETE_CATS', 'Delete Categories with ID(s) : '); ! define('_PC_ADD_CAT', 'Add new category : '); ! define('_PC_MODIFY_CATS', 'Make modifications to current categories.'); ! define('_PC_CATS_CONFIRM', 'YES!'); ?> Index: user.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/postcalendar/pnlang/eng/user.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** user.php 10 Jun 2002 05:05:27 -0000 1.15 --- user.php 2 Oct 2002 17:03:22 -0000 1.16 *************** *** 25,175 **** * */ ! define('_POSTCALENDAR', 'PostCalendar'); ! define('_TEMPLATEITEMFAILED', 'Failed to get any items'); ! define('_TEMPLATENAME', 'Example item name'); ! define('_TEMPLATENUMBER', 'Example item number'); ! define('_TEMPLATEVIEW', 'View example items'); ! define('_CALEVENTLINK', 'Create an Event'); ! define('_CALDAYLINK','Day View'); ! define('_CALWEEKLINK','Week View'); ! define('_CALMONTHLINK','Month View'); ! define('_CALYEARLINK','Year View'); ! define('_PC_LEGEND','Legend:'); ! define('_CALSUBMITEVENT','Submit'); ! define('_CALSEARCHEVENT','Search'); ! define('_CALJUMPTOTEXT','Jump to the following view:'); ! define('_CALJUMPTEXT','Jump!'); ! define('_PC_PREV_MONTH','Prev'); ! define('_PC_NEXT_MONTH','Next'); ! define('_PC_PREV_DAY','Prev'); ! define('_PC_NEXT_DAY','Next'); ! ! // defines for the day view ! define('_PC_APPOINTMENTS','<b>Appointments for </b>'); ! define('_PC_ALLDAY_EVENTS','<b>All day events for </b>'); ! define('_PC_EVENTS','<b>Events for </b>'); ! ! // defines for the search page ! define('_PC_SEARCH_FORM','Search the Events'); ! define('_PC_SEARCH_RESULTS','Search Results:'); ! define('_PC_SEARCH_KEYWORDS','Keywords'); ! define('_PC_SEARCH_PERFORM','Perform Search'); ! define('_PC_SEARCH_MAX','More than 50 results, please make your search more specific.'); ! ! // defines for the submit event page ! define('_PC_SUBMISSION_FORM', 'Submit an Event'); ! define('_PC_INTRO', 'Please fill in the required fields in this form and double check your submission.'); ! define('_PC_DISCLAIMER', 'We reserve the full right on which submissions to publish. Your submission will be checked and may be edited by our staff.'); ! define('_PC_LOGOUT', 'Logout'); ! define('_PC_AM', 'AM'); ! define('_PC_PM', 'PM'); ! define('_PC_TOPIC', 'Topic'); ! define('_PC_YOURNAME', 'Your Name'); ! define('_PC_EVENT_TITLE', 'Event Title'); ! define('_PC_EVENT_DESC', 'Event Description'); ! define('_PC_BE_DESCRIPTIVE', 'Be Descriptive'); ! define('_PC_REQUIRED', '*Required'); ! define('_PC_BADTITLES', 'Bad titles: come see, monkey wrangler, seductive furry creature'); ! define('_PC_EVENT_BEGINS', 'Event starts on '); ! define('_PC_EVENT_AT', 'at'); ! define('_PC_EVENT_ENDS', 'Event ends on '); ! define('_PC_EVENT_CATEGORY', 'Event Category'); ! define('_PC_EVENT_ALLDAY', 'Is this an all day event?'); ! define('_PC_EVENT_RECURRTYPE', 'Event Recurs'); ! define('_PC_EVENT_RECURRTYPE_NONE', 'Once'); ! define('_PC_EVENT_RECURRTYPE_DAILY', 'Daily'); ! define('_PC_EVENT_RECURRTYPE_WEEKLY', 'Weekly'); ! define('_PC_EVENT_RECURRTYPE_MONTHLY', 'Monthly'); ! define('_PC_EVENT_RECURRTYPE_YEARLY', 'Yearly'); ! define('_PC_EVENT_RECURRFREQ', 'Event Recurs'); ! define('_PC_EVENT_RECURRFREQ_DAY', 'On the same weekday of the month'); ! define('_PC_EVENT_RECURRFREQ_DATE', 'On the same date of the month'); ! define('_PC_EVENT_LOCATION', 'Event Location'); ! define('_PC_EVENT_CONTNAME', 'Contact Person'); ! define('_PC_EVENT_CONTTEL', 'Contact Phone Number'); ! define('_PC_EVENT_CONTEMAIL', 'Contact Email'); ! define('_PC_EVENT_WEBSITE', 'Event Website'); ! define('_PC_EVENT_FEE', 'Event Fee'); ! define('_PC_EVENT_PREVIEW', 'Preview Event'); ! define('_PC_EVENT_SUBMIT', 'Submit Event'); ! define('_PC_EVENT_SUBMISSION_FAILED', 'Your submission failed.'); ! define('_PC_EVENT_SUBMISSION_SUCCESS', 'Your event has been submitted.'); ! ! // new in 3.1 ! define('_PC_NEW_EVENT_HEADER','Event'); ! define('_PC_DATE_TIME','Event Date'); ! define('_PC_ALLDAY_EVENT','All day event'); ! define('_PC_TIMED_EVENT','Timed event'); ! define('_PC_EVENT_TYPE','Event Category'); ! define('_PC_SHARING','Sharing'); ! define('_PC_SHARE_PRIVATE','private'); ! define('_PC_SHARE_PUBLIC','public'); ! define('_PC_SHARE_SHOWBUSY','show as busy'); ! define('_PC_SHARE_GLOBAL','sitewide'); ! define('_PC_EVENT_STREET','Street'); ! define('_PC_EVENT_CITY','City'); ! define('_PC_EVENT_STATE','State'); ! define('_PC_EVENT_POSTAL','Postal'); ! ! define('_PC_EVENT_CONTACT','Contact'); ! define('_PC_EVENT_PHONE','Phone'); ! define('_PC_EVENT_EMAIL','Email'); ! define('_PC_REPEATING_HEADER','Repeating'); ! define('_PC_NO_REPEAT','does not repeat'); ! define('_PC_REPEAT','event repeats'); ! define('_PC_REPEAT_ON','event repeats on'); ! define('_PC_OF_THE_MONTH','of the month every'); ! define('_PC_END_DATE','End Date'); ! define('_PC_NO_END','no end date'); ! define('_PC_TIMED_DURATION','Duration'); ! define('_PC_TIMED_DURATION_HOURS','Hours'); ! define('_PC_TIMED_DURATION_MINUTES','Minutes'); ! ! define('_PC_EVERY','Every'); ! define('_PC_EVERY_OTHER','Every Other'); ! define('_PC_EVERY_THIRD','Every Third'); ! define('_PC_EVERY_FOURTH','Every Fourth'); ! ! define('_PC_EVERY_1ST','First'); ! define('_PC_EVERY_2ND','Second'); ! define('_PC_EVERY_3RD','Third'); ! define('_PC_EVERY_4TH','Fourth'); ! define('_PC_EVERY_LAST','Last'); ! ! define('_PC_EVERY_SUN','Sun'); ! define('_PC_EVERY_MON','Mon'); ! define('_PC_EVERY_TUE','Tue'); ! define('_PC_EVERY_WED','Wed'); ! define('_PC_EVERY_THU','Thu'); ! define('_PC_EVERY_FRI','Fri'); ! define('_PC_EVERY_SAT','Sat'); ! ! define('_PC_OF_EVERY_MONTH','month'); ! define('_PC_OF_EVERY_2MONTH','other month'); ! define('_PC_OF_EVERY_3MONTH','3 months'); ! define('_PC_OF_EVERY_4MONTH','4 months'); ! define('_PC_OF_EVERY_6MONTH','6 months'); ! define('_PC_OF_EVERY_YEAR','year'); ! ! define('_PC_EVERY_DAY','Day'); ! define('_PC_EVERY_WEEK','Week'); ! define('_PC_EVERY_MONTH','Month'); ! define('_PC_EVERY_YEAR','Year'); ! define('_PC_EVERY_MWF','Mon, Wed & Fri'); ! define('_PC_EVERY_TR','Tues & Thur'); ! define('_PC_EVERY_MF','Mon thru Fri'); ! define('_PC_EVERY_SS','Sat & Sun'); ! ! if (!defined('_POSTCALENDARNOAUTH')) { ! define('_POSTCALENDARNOAUTH','Not authorised to access PostCalendar module'); ! } ! ! // ERROR MESSAGES ! define('_PC_SUBMIT_ERROR','There are errors with your submission. These are outlined below.'); ! define('_PC_SUBMIT_ERROR1','Your start date is greater than your end date'); ! define('_PC_SUBMIT_ERROR2','Your start date is invalid'); ! define('_PC_SUBMIT_ERROR3','Your end date is invalid'); ! define('_PC_SUBMIT_ERROR4','is a required field.'); ! @define('_NO_DIRECT_ACCESS','You can not access this function directly.'); ! ?> --- 25,53 ---- * */ ! //========================================================================= ! // ok, here's the rest of the language defines ! //========================================================================= ! define('_POSTCALENDAR', 'PostCalendar'); ! define('_CALEVENTLINK', 'Create an Event'); ! define('_CALDAYLINK', 'Day View'); ! define('_CALWEEKLINK', 'Week View'); ! define('_CALMONTHLINK', 'Month View'); ! define('_CALYEARLINK', 'Year View'); ! define('_PC_LEGEND', 'Legend:'); ! define('_CALSUBMITEVENT', 'Submit'); ! define('_CALSEARCHEVENT', 'Search'); ! //define('_CALJUMPTOTEXT', 'Jump to the following view:'); ! //define('_CALJUMPTEXT', 'Jump!'); ! define('_PC_PREV_MONTH', 'Prev'); ! define('_PC_NEXT_MONTH', 'Next'); ! define('_PC_PREV_DAY', 'Prev'); ! define('_PC_NEXT_DAY', 'Next'); ! //define('_PC_APPOINTMENTS', '<b>Appointments for </b>'); ! //define('_PC_ALLDAY_EVENTS', '<b>All day events for </b>'); ! define('_PC_EVENTS', '<b>Events for </b>'); ! define('_PC_SEARCH_FORM', 'Search the Events'); ! define('_PC_SEARCH_RESULTS', 'Search Results:'); ! define('_PC_SEARCH_KEYWORDS', 'Keywords'); ! define('_PC_SEARCH_PERFORM', 'Perform Search'); ! define('_PC_SEARCH_MAX', 'More than 50 results, please make your search more specific.'); ?> Index: userapi.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/postcalendar/pnlang/eng/userapi.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** userapi.php 2 Oct 2002 12:47:06 -0000 1.22 --- userapi.php 2 Oct 2002 17:03:22 -0000 1.23 *************** *** 32,114 **** define('_PC_LOCALE','en_US'); //========================================================================= ! define('_GETFAILED', 'Items load failed'); ! ! define('_CALJAN', 'January'); ! define('_CALFEB', 'February'); ! define('_CALMAR', 'March'); ! define('_CALAPR', 'April'); ! define('_CALMAY', 'May'); ! define('_CALJUN', 'June'); ! define('_CALJUL', 'July'); ! define('_CALAUG', 'August'); ! define('_CALSEP', 'September'); ! define('_CALOCT', 'October'); ! define('_CALNOV', 'November'); ! define('_CALDEC', 'December'); ! define('_CALPREVIOUS', 'Prev'); ! define('_CALNEXT', 'Next'); ! ! define('_CALLONGFIRSTDAY', 'Sunday'); ! define('_CALLONGSECONDDAY', 'Monday'); ! define('_CALLONGTHIRDDAY', 'Tuesday'); ! define('_CALLONGFOURTHDAY', 'Wednesday'); ! define('_CALLONGFIFTHDAY', 'Thurdsay'); ! define('_CALLONGSIXTHDAY', 'Friday'); ! define('_CALLONGSEVENTHDAY','Saturday'); ! ! if(!defined('_CALMONDAYSHORT')) define('_CALMONDAYSHORT', 'M'); ! if(!defined('_CALTUESDAYSHORT')) define('_CALTUESDAYSHORT', 'T'); ! if(!defined('_CALWEDNESDAYSHORT')) define('_CALWEDNESDAYSHORT','W'); ! if(!defined('_CALTHURSDAYSHORT')) define('_CALTHURSDAYSHORT', 'T'); ! if(!defined('_CALFRIDAYSHORT')) define('_CALFRIDAYSHORT', 'F'); ! if(!defined('_CALSATURDAYSHORT')) define('_CALSATURDAYSHORT', 'S'); ! if(!defined('_CALSUNDAYSHORT')) define('_CALSUNDAYSHORT', 'S'); ! ! define('_CALAPPOINTMENTS', 'Appointments'); ! define('_CALEVENTS', 'Events'); ! define('_CALMORNING', 'AM'); ! define('_CALEVENING', 'PM'); ! ! define('_CALSUNDAY', 'Sunday'); ! define('_CALMONDAY', 'Monday'); ! define('_CALTUESDAY', 'Tuesday'); ! define('_CALWEDNESDAY', 'Wednesday'); ! define('_CALTHURSDAY', 'Thursday'); ! define('_CALFRIDAY', 'Friday'); ! define('_CALSATURDAY', 'Saturday'); ! ! define('_CAL_DAYVIEW', 'Day'); ! define('_CAL_WEEKVIEW', 'Week'); ! define('_CAL_MONTHVIEW', 'Month'); ! define('_CAL_YEARVIEW', 'Year'); ! ! define('_PC_WEEK', 'week'); ! define('_PC_ADD_EVENT', 'add an event for '); ! ! // here are the language defines for the Popup window ! define('_CALVIEWEVENT','Event Details'); ! define('_CALEVENTDATEPREVIEW','Event Begins'); ! define('_CALENDDATEPREVIEW','Event Duration'); ! define('_CALSTARTTIME','Start'); ! define('_CALENDTIME','End'); ! define('_CALARTICLETEXT','Event Description'); ! define('_CALLOCATION','Location'); ! define('_CONTTEL','Phone Number'); ! define('_CONTNAME','Name'); ! define('_CONTEMAIL','Email'); ! define('_CONTWEBSITE','Website'); ! define('_FEE','Fee'); ! define('_CALPOSTEDBY','Submitted by'); ! define('_CALPOSTEDON','Posted on'); ! define('_CALCLOSEWINDOW','close window'); ! define('_CALSAMEDAY','Same Day'); ! define('_CALALLDAY','All Day'); ! define('_PC_DUR_HOURS','h'); ! define('_PC_DUR_MINUTES','m'); ! ! // overLIB language definitions ! define('_PC_OL_CLOSE', 'Close'); ! define('_PC_CLICK_FOR_MORE', 'click for more'); ! ! @define('_PC_JUMP_MENU_SUBMIT','Jump!'); ?> --- 32,72 ---- define('_PC_LOCALE','en_US'); //========================================================================= ! // grab the global language file ! //========================================================================= ! require_once('global.php'); ! //========================================================================= ! // ok, here's the rest of the language defines ! //========================================================================= ! define('_GETFAILED', 'Items load failed'); ! define('_CALAPPOINTMENTS', 'Appointments'); ! define('_CALEVENTS', 'Events'); ! define('_CALMORNING', 'AM'); ! define('_CALEVENING', 'PM'); ! define('_CAL_DAYVIEW', 'Day'); ! define('_CAL_WEEKVIEW', 'Week'); ! define('_CAL_MONTHVIEW', 'Month'); ! define('_CAL_YEARVIEW', 'Year'); ! define('_PC_WEEK', 'week'); ! define('_PC_ADD_EVENT', 'add an event for '); ! define('_CALVIEWEVENT', 'Event Details'); ! define('_CALEVENTDATEPREVIEW', 'Event Begins'); ! define('_CALENDDATEPREVIEW', 'Event Duration'); ! define('_CALSTARTTIME', 'Start'); ! define('_CALENDTIME', 'End'); ! define('_CALARTICLETEXT', 'Event Description'); ! define('_CALLOCATION', 'Location'); ! define('_CONTTEL', 'Phone Number'); ! define('_CONTNAME', 'Name'); ! define('_CONTEMAIL', 'Email'); ! define('_CONTWEBSITE', 'Website'); ! define('_FEE', 'Fee'); ! define('_CALPOSTEDBY', 'Submitted by'); ! define('_CALPOSTEDON', 'Posted on'); ! define('_CALCLOSEWINDOW', 'close window'); ! define('_CALSAMEDAY', 'Same Day'); ! define('_CALALLDAY', 'All Day'); ! define('_PC_DUR_HOURS', 'h'); ! define('_PC_DUR_MINUTES', 'm'); ! define('_PC_OL_CLOSE', 'Close'); ! define('_PC_CLICK_FOR_MORE', 'click for more'); ?>
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |