2008-02-03 12:05:55 +00:00
|
|
|
{*********************************************************}
|
|
|
|
{* VPSR.INC 1.03 *}
|
|
|
|
{*********************************************************}
|
|
|
|
|
|
|
|
{* ***** BEGIN LICENSE BLOCK ***** *}
|
|
|
|
{* Version: MPL 1.1 *}
|
|
|
|
{* *}
|
|
|
|
{* The contents of this file are subject to the Mozilla Public License *}
|
|
|
|
{* Version 1.1 (the "License"); you may not use this file except in *}
|
|
|
|
{* compliance with the License. You may obtain a copy of the License at *}
|
|
|
|
{* http://www.mozilla.org/MPL/ *}
|
|
|
|
{* *}
|
|
|
|
{* Software distributed under the License is distributed on an "AS IS" basis, *}
|
|
|
|
{* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License *}
|
|
|
|
{* for the specific language governing rights and limitations under the *}
|
|
|
|
{* License. *}
|
|
|
|
{* *}
|
|
|
|
{* The Original Code is TurboPower Visual PlanIt *}
|
|
|
|
{* *}
|
|
|
|
{* The Initial Developer of the Original Code is TurboPower Software *}
|
|
|
|
{* *}
|
|
|
|
{* Portions created by TurboPower Software Inc. are Copyright (c) 2002 *}
|
|
|
|
{* TurboPower Software Inc. All Rights Reserved. *}
|
|
|
|
{* *}
|
|
|
|
{* Contributor(s): *}
|
|
|
|
{* *}
|
|
|
|
{* ***** END LICENSE BLOCK ***** *}
|
|
|
|
|
|
|
|
{Visual PlanIt String Resources - To create language specific versions of
|
|
|
|
Visual PlanIt controls, translate these strings to the desired language
|
|
|
|
and re-compile your application.}
|
|
|
|
|
|
|
|
resourcestring
|
|
|
|
RSNoneStr = '(None)';
|
|
|
|
RSYes = 'Y';
|
|
|
|
RSNo = 'N';
|
|
|
|
RSTrue = 'T';
|
|
|
|
RSFalse = 'F';
|
|
|
|
RSDelete = 'Delete';
|
|
|
|
RSNotDoneYet = 'This feature is not implemented at this time.';
|
|
|
|
RSNoTimersAvail = 'No Window''s timers are available.';
|
|
|
|
RSBadTriggerHandle = 'Invalid trigger handle.';
|
2016-09-10 20:08:06 +00:00
|
|
|
RSEditingItems = 'Folder items editor.';
|
|
|
|
RSEditingFolders = 'Folder editor.';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSExclusiveEventConflict = 'Conflicts with another exclusive event.';
|
|
|
|
RSBackwardTimesError = 'The end time cannot precede the start time.';
|
|
|
|
RSDBPostError = 'Error posting data to the database.';
|
|
|
|
RSMonthConvertError = 'Error converting the month number.';
|
2016-09-10 20:08:06 +00:00
|
|
|
RSInvalidDay = 'Error: Invalid day.';
|
|
|
|
RSInvalidDate = 'Error: Invalid date.';
|
|
|
|
RSInvalidMonth = 'Error: Invalid month.';
|
|
|
|
RSInvalidMonthName = 'Error: Invalid month name.';
|
|
|
|
RSInvalidYear = 'Error: Invalid year.';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSDayIsRequired = 'Error: Day is required.';
|
|
|
|
RSMonthIsRequired = 'Error: Month Is Required.';
|
|
|
|
RSYearIsRequired = 'Error: Year is required.';
|
|
|
|
RSNameIsRequired = 'Error: Name cannot be empty.';
|
|
|
|
RSFailToCreateTask = 'Error: Failure while creating Task.';
|
|
|
|
RSFailToCreateEvent = 'Error: Failure while creating Event.';
|
|
|
|
RSFailToCreateContact = 'Error: Failure while creating Contact.';
|
|
|
|
RSFailToCreateResource = 'Error: Failure while creating Resource.';
|
2016-09-10 20:08:06 +00:00
|
|
|
RSDuplicateResource = 'Error: Duplicate resource.';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSInvalidTableSpecified = 'Error: Invalid table specified.';
|
|
|
|
RSUnableToOpen = 'Error: Unable to open ';
|
|
|
|
RSSQLUpdateError = 'Error: Unable to update '; {!!.01}
|
|
|
|
|
|
|
|
RSPhoneTypeLabel1 = 'Assistant';
|
|
|
|
RSPhoneTypeLabel2 = 'Callback';
|
|
|
|
RSPhoneTypeLabel3 = 'Car';
|
|
|
|
RSPhoneTypeLabel4 = 'Company';
|
|
|
|
RSPhoneTypeLabel5 = 'Home';
|
2016-09-10 20:08:06 +00:00
|
|
|
RSPhoneTypeLabel6 = 'Home fax';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSPhoneTypeLabel7 = 'ISDN';
|
|
|
|
RSPhoneTypeLabel8 = 'Mobile';
|
|
|
|
RSPhoneTypeLabel9 = 'Other';
|
2016-09-10 20:08:06 +00:00
|
|
|
RSPhoneTypeLabel10 = 'Other fax';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSPhoneTypeLabel11 = 'Pager';
|
|
|
|
RSPhoneTypeLabel12 = 'Primary';
|
|
|
|
RSPhoneTypeLabel13 = 'Radio';
|
|
|
|
RSPhoneTypeLabel14 = 'Telex';
|
|
|
|
RSPhoneTypeLabel15 = 'TTY/TDD';
|
|
|
|
RSPhoneTypeLabel16 = 'Work';
|
2016-09-10 20:08:06 +00:00
|
|
|
RSPhoneTypeLabel17 = 'Work fax';
|
2008-02-03 12:05:55 +00:00
|
|
|
|
2016-09-15 11:40:14 +00:00
|
|
|
RSHomeAddressLabel = 'Home';
|
|
|
|
RSWorkAddressLabel = 'Work';
|
|
|
|
|
|
|
|
RSHomeEmailLabel = 'Home';
|
|
|
|
RSWorkEMailLabel = 'Work';
|
|
|
|
RSOtherEMaillabel = 'Other';
|
|
|
|
|
|
|
|
RSPersonalWebSiteLabel = 'Personal';
|
|
|
|
RSBusinessWebSiteLabel = 'Business';
|
|
|
|
|
2008-02-03 12:05:55 +00:00
|
|
|
RSCategoryLabel1 = 'Business';
|
|
|
|
RSCategoryLabel2 = 'Clients';
|
|
|
|
RSCategoryLabel3 = 'Family';
|
|
|
|
RSCategoryLabel4 = 'Personal';
|
|
|
|
RSCategoryLabel5 = 'Other';
|
|
|
|
|
|
|
|
RSWeekOf = 'Week of';
|
|
|
|
RSThrough = 'Through';
|
|
|
|
RSSunday = 'Sunday';
|
|
|
|
RSMonday = 'Monday';
|
|
|
|
RSTuesday = 'Tuesday';
|
|
|
|
RSWednesday = 'Wednesday';
|
|
|
|
RSThursday = 'Thursday';
|
|
|
|
RSFriday = 'Friday';
|
|
|
|
RSSaturday = 'Saturday';
|
|
|
|
RSASunday = 'Sun';
|
|
|
|
RSAMonday = 'Mon';
|
|
|
|
RSATuesday = 'Tue';
|
|
|
|
RSAWednesday = 'Wed';
|
|
|
|
RSAThursday = 'Thu';
|
|
|
|
RSAFriday = 'Fri';
|
|
|
|
RSASaturday = 'Sat';
|
|
|
|
RSLSunday = 'S';
|
|
|
|
RSLMonday = 'M';
|
|
|
|
RSLTuesday = 'T';
|
|
|
|
RSLWednesday = 'W';
|
|
|
|
RSLThursday = 'T';
|
|
|
|
RSLFriday = 'F';
|
|
|
|
RSLSaturday = 'S';
|
|
|
|
RSNone = 'None';
|
|
|
|
RSDaily = 'Daily';
|
|
|
|
RSWeekly = 'Weekly';
|
2016-09-10 20:08:06 +00:00
|
|
|
RSMonthlyByDay = 'Monthly by day';
|
|
|
|
RSMonthlyByDate = 'Monthly by date';
|
|
|
|
RSYearlyByDay = 'Yearly by day';
|
|
|
|
RSYearlyByDate = 'Yearly by date';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSCustom = 'Custom';
|
|
|
|
RSMinutes = 'Minutes';
|
|
|
|
RSHours = 'Hours';
|
|
|
|
RSDays = 'Days';
|
2016-07-07 18:27:26 +00:00
|
|
|
RSWeeks = 'Weeks';
|
|
|
|
RSMonths = 'Months';
|
|
|
|
RSYears = 'Years';
|
2016-06-18 21:03:53 +00:00
|
|
|
RSCalendarWeekAbbr = 'CW'; // Abbreviation of "calendar week"
|
2008-02-03 12:05:55 +00:00
|
|
|
|
2016-09-10 20:08:06 +00:00
|
|
|
RSToday = 'Today';
|
|
|
|
RSTomorrow = 'Tomorrow';
|
|
|
|
RSNextDay = 'Next day';
|
|
|
|
RSNextWeek = 'Next week';
|
|
|
|
RSNextMonth = 'Next month';
|
|
|
|
RSNextYear = 'Next year';
|
|
|
|
RSYesterday = 'Yesterday';
|
|
|
|
RSPrevDay = 'Previous day';
|
|
|
|
RSPrevWeek = 'Previous week';
|
|
|
|
RSPrevMonth = 'Previous month';
|
|
|
|
RSPrevYear = 'Previous year';
|
|
|
|
|
2016-09-11 21:43:26 +00:00
|
|
|
RSAllDay = 'All day';
|
|
|
|
|
2008-02-03 12:05:55 +00:00
|
|
|
{WARNINGS}
|
|
|
|
RSPermanent = 'This operation cannot be undone!';
|
|
|
|
|
|
|
|
{Contact Specific}
|
2016-09-10 20:08:06 +00:00
|
|
|
RSContactPopupAdd = 'Add contact...';
|
|
|
|
RSContactPopupEdit = 'Edit contact...';
|
|
|
|
RSContactPopupDelete = 'Delete contact...';
|
2016-06-24 21:55:47 +00:00
|
|
|
RSConfirmDeleteContact = 'Delete contact %s?';
|
2008-02-03 12:05:55 +00:00
|
|
|
|
|
|
|
{Event Specific}
|
2016-09-12 22:25:34 +00:00
|
|
|
RSEvent = 'Event';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSFromSchedule = 'from your schedule?';
|
2016-06-24 21:55:47 +00:00
|
|
|
RSConfirmDeleteEvent = 'Delete event from schedule?';
|
2016-06-29 22:24:10 +00:00
|
|
|
RSStartEndTimeError = 'Incorrect order of start and end times. ' +
|
|
|
|
'Do you want to flip them?';
|
2016-09-10 19:06:41 +00:00
|
|
|
RSCannotEditOverlayedEvent= 'Cannot edit this overlayed event.';
|
2016-09-10 20:26:10 +00:00
|
|
|
RSNoOverlayedEvents = 'none';
|
2016-09-11 13:35:19 +00:00
|
|
|
RSOverlayedEvent = 'overlayed';
|
2016-09-12 22:25:34 +00:00
|
|
|
RSOverlayed = 'Overlayed';
|
2008-02-03 12:05:55 +00:00
|
|
|
|
|
|
|
{Task Specific}
|
2016-06-24 21:55:47 +00:00
|
|
|
RSConfirmDeleteTask = 'Delete this task from your list?';
|
2016-09-10 20:08:06 +00:00
|
|
|
RSTaskPopupAdd = 'Add task...';
|
|
|
|
RSTaskPopupEdit = 'Edit task...';
|
|
|
|
RSTaskPopupDelete = 'Delete task...';
|
|
|
|
RSTaskTitleResource = 'Task list - '; {!!.01}
|
|
|
|
RSTaskTitleNoResource = 'Task list'; {!!.01}
|
2008-02-03 12:05:55 +00:00
|
|
|
|
2016-09-12 22:25:34 +00:00
|
|
|
{ Popup specific }
|
|
|
|
RSPopupAddEvent = 'Add event...';
|
|
|
|
RSPopupEditEvent = 'Edit event...';
|
|
|
|
RSPopupDeleteEvent = '&Delete event...';
|
|
|
|
RSPopupChangeDate = 'Change date';
|
|
|
|
RSPopupResourceGroups = 'Overlay events';
|
2008-02-03 12:05:55 +00:00
|
|
|
|
|
|
|
{ Print Preview Specific }
|
2016-06-21 13:48:55 +00:00
|
|
|
RSPrintPrvPrint = '&Print';
|
|
|
|
RSPrintPrvPrintHint = 'Print';
|
|
|
|
RSPrintPrvPrevPage = 'Pre&vious page';
|
|
|
|
RSPrintPrvNextPage = '&Next page';
|
|
|
|
RSPrintPrvFirstPage = '&First page';
|
|
|
|
RSPrintPrvLastPage = '&Last page';
|
|
|
|
RSPrintPrvFirstPageHint = 'Go to first page';
|
|
|
|
RSPrintPrvPrevPageHint = 'Go to previous page';
|
|
|
|
RSPrintPrvNextPageHint = 'Go to next page';
|
|
|
|
RSPrintPrvLastPageHint = 'Go to last page';
|
|
|
|
RSPrintPrvCancel = 'Cancel';
|
|
|
|
RSPrintPrvCancelHint = 'Cancel preview';
|
2008-02-03 12:05:55 +00:00
|
|
|
|
|
|
|
{ field names }
|
|
|
|
RSPosition = 'Position';
|
|
|
|
RSCompany = 'Company';
|
|
|
|
RSTitle = 'Title';
|
|
|
|
RSEMail = 'E-Mail';
|
|
|
|
RSCountry = 'Country';
|
|
|
|
RSCategory = 'Category';
|
|
|
|
RSNotes = 'Notes';
|
2016-09-12 22:25:34 +00:00
|
|
|
RSLocation = 'Location';
|
2008-02-03 12:05:55 +00:00
|
|
|
|
|
|
|
RSCustom1 = 'Custom 1';
|
|
|
|
RSCustom2 = 'Custom 2';
|
|
|
|
RSCustom3 = 'Custom 3';
|
|
|
|
RSCustom4 = 'Custom 4';
|
|
|
|
|
|
|
|
{ Generic Dialog Captions }
|
|
|
|
RSOKBtn = 'OK';
|
|
|
|
RSCancelBtn = 'Cancel';
|
|
|
|
RSCloseBtn = '&Close';
|
|
|
|
RSPrintBtn = '&Print';
|
|
|
|
RSUntitled = 'Untitled';
|
|
|
|
|
|
|
|
{Sound Selection Dialog}
|
|
|
|
RSSelectASound = 'Select A Sound';
|
|
|
|
RSSoundFinder = 'Sound Finder';
|
|
|
|
RSDefaultSound = 'Use the default sound';
|
2016-06-13 19:42:10 +00:00
|
|
|
RSNothingToSelectFrom = 'There is nothing to select if default sound is used.';
|
2008-02-03 12:05:55 +00:00
|
|
|
|
|
|
|
{ Event Edit Dialog Captions }
|
|
|
|
RSDlgEventEdit = 'Event';
|
|
|
|
RSAppointmentGroupBox = 'Appointment';
|
2016-07-07 18:27:26 +00:00
|
|
|
RSDescriptionLbl = 'Description:';
|
2016-06-11 14:09:10 +00:00
|
|
|
RSLocationLbl = 'Location:';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSCategoryLbl = 'Category:';
|
2016-06-28 19:50:19 +00:00
|
|
|
RSStartTimeLbl = 'Start time:';
|
|
|
|
RSEndTimeLbl = 'End time:';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSAlarmSet = '&Reminder';
|
2016-06-28 19:50:19 +00:00
|
|
|
RSRecurringLbl = 'Appointment recurrence:';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSIntervalLbl = 'Interval (days):';
|
2016-06-28 19:50:19 +00:00
|
|
|
RSRecurrenceEndsLbl = 'Repeat until:';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSAllDayEvent = '&All Day Event';
|
|
|
|
RSNotesLbl = 'Notes:';
|
|
|
|
|
|
|
|
{ Contact Edit Dialog Captions }
|
|
|
|
RSDlgContactEdit = 'Contact';
|
2016-06-28 19:50:19 +00:00
|
|
|
RSLastNameLbl = 'Last name:';
|
|
|
|
RSFirstNameLbl = 'First name:';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSTitleLbl = 'Title:';
|
|
|
|
RSAddressLbl = 'Address:';
|
|
|
|
RSCityLbl = 'City:';
|
|
|
|
RSStateLbl = 'State:';
|
|
|
|
RSCountryLbl = 'Country:';
|
2016-06-28 19:50:19 +00:00
|
|
|
RSZipCodeLbl = 'Zip code:';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSCompanyLbl = 'Company:';
|
2016-09-16 23:42:31 +00:00
|
|
|
RSDepartmentLbl = 'Department:';
|
2008-02-03 12:05:55 +00:00
|
|
|
RSPositionLbl = 'Position:';
|
2016-06-29 11:02:25 +00:00
|
|
|
RSBirthDateLbl = 'Birth date:';
|
2016-09-16 23:42:31 +00:00
|
|
|
RSPhoneFax = 'Phone/fax';
|
|
|
|
RSWebsites = 'Websites';
|
|
|
|
|
2016-06-10 14:45:43 +00:00
|
|
|
RSMasterData = 'Master data';
|
2016-09-16 23:42:31 +00:00
|
|
|
RSAddresses = 'Addresses';
|
|
|
|
RSWorkAddress = 'Work address';
|
|
|
|
RSHomeAddress = 'Home address';
|
2008-02-03 12:05:55 +00:00
|
|
|
|
|
|
|
{ Print Preview dialog captions }
|
2016-06-28 19:50:19 +00:00
|
|
|
RSDlgPrintPreview = 'Print preview';
|
2008-02-03 12:05:55 +00:00
|
|
|
|
|
|
|
{ Task Edit Dialog Captions }
|
2016-09-16 23:42:31 +00:00
|
|
|
RSDlgTaskEdit = 'Task';
|
|
|
|
RSDueDate = 'Due date:';
|
|
|
|
RSDetails = 'Details:';
|
|
|
|
RSTaskComplete = 'Task complete';
|
|
|
|
RSCreatedOn = 'Created on';
|
|
|
|
RSCompletedOn = 'Completed on';
|
2008-02-03 12:05:55 +00:00
|
|
|
|
2016-06-10 16:12:14 +00:00
|
|
|
{ Resource Edit Dialog Captions }
|
2016-09-16 23:42:31 +00:00
|
|
|
RSDlgResEditCaption = 'Resource edit';
|
|
|
|
RSDlgResEditDescription = 'Description';
|
|
|
|
RSResource = 'Resource';
|
2016-06-10 16:12:14 +00:00
|
|
|
|
2008-02-03 12:05:55 +00:00
|
|
|
{ Reminder Dialog Captions}
|
2016-09-16 23:42:31 +00:00
|
|
|
RSReminder = 'Reminder';
|
|
|
|
RSOverdue = 'OVERDUE!';
|
|
|
|
RSSnoozeCaption = 'Click &Snooze to be reminded again in:';
|
|
|
|
RSSubjectCaption = 'Subject:';
|
|
|
|
RSNotesCaption = 'Notes:';
|
|
|
|
RSDismissBtn = '&Dismiss';
|
|
|
|
RSSnoozeBtn = '&Snooze';
|
|
|
|
RSOpenItemBtn = '&Open Item';
|
|
|
|
RS1Minute = '1 minute';
|
|
|
|
RSXMinutes = '%d minutes';
|
|
|
|
RS1Hour = '1 hour';
|
|
|
|
RSXHours = '%d hours';
|
|
|
|
RS1Day = '1 day';
|
|
|
|
RSXDays = '%d days';
|
|
|
|
RS1Week = '1 week';
|
2008-02-03 12:05:55 +00:00
|
|
|
|
|
|
|
{ Calendar }
|
2016-09-16 23:42:31 +00:00
|
|
|
RSCalendarRevert = 'Revert';
|
|
|
|
RSCalendarPopupRevert = 'Revert';
|
|
|
|
|
|
|
|
{ Misc strings }
|
|
|
|
RSCategoryDesc = 'Category %d';
|
|
|
|
|
|
|
|
{ Print Format Editor }
|
|
|
|
RSEditPrintFormat = 'Edit Print Formats...';
|
|
|
|
RSPrintFormatDesigner = 'Print format designer';
|
|
|
|
RSFormatLbl = 'Format:';
|
|
|
|
RSFormats = 'Formats:';
|
|
|
|
RSElements = 'Elements:';
|
|
|
|
RSNewBtn = 'New';
|
|
|
|
RSEditBtn = 'Edit';
|
|
|
|
RSDeleteBtn = 'Delete';
|
|
|
|
RSPrintOrder = 'Print order';
|
|
|
|
RSNewFileBtn = 'New file';
|
|
|
|
RSLoadFileBtn = 'Load file...';
|
|
|
|
RSSaveFileBtn = 'Save file...';
|
|
|
|
|
|
|
|
RSReportSetup = 'Report setup';
|
|
|
|
|
|
|
|
{ Print Format Item Editor }
|
|
|
|
RSEditFormatCaption = 'Edit format';
|
|
|
|
RSNameLbl = 'Name:';
|
|
|
|
RSTimeIncLbl = 'Time increment:';
|
|
|
|
RSTimeIncUnits = 'Time increment units:';
|
|
|
|
|
|
|
|
{ Format element editor }
|
|
|
|
RSEditElementCaption = 'Edit element';
|
|
|
|
RSElementTypeLbl = 'Element type';
|
|
|
|
RSDayViewElement = 'Day view';
|
|
|
|
RSWeekViewElement = 'Week view';
|
|
|
|
RSMonthViewElement = 'Month view';
|
|
|
|
RSCalendarElement = 'Calendar';
|
|
|
|
RSShapeElement = 'Shape';
|
|
|
|
RSCaptionElement = 'Caption';
|
|
|
|
RSTasksElement = 'Tasks';
|
|
|
|
RSContactsElement = 'Contacts';
|
|
|
|
RSVisualCaption = 'Visual';
|
|
|
|
RSRotationCaption = 'Rotation';
|
|
|
|
RSMeasurementCaption = 'Measurement';
|
|
|
|
RSPixels = 'Pixels';
|
|
|
|
RSPercent = 'Percent';
|
|
|
|
RSInches = 'Inches';
|
|
|
|
RSLeft = 'Left';
|
|
|
|
RSTop = 'Top';
|
|
|
|
RSWidth = 'Width';
|
|
|
|
RSHeight = 'Height';
|
|
|
|
RSVisible = 'Visible';
|
|
|
|
RSCaption = 'Caption';
|
|
|
|
RSTextCaption = 'Text';
|
|
|
|
RSShapeBtn = 'Shape...';
|
|
|
|
RSFontBtn = 'Font...';
|
|
|
|
|
|
|
|
{ Shape editor }
|
|
|
|
RSEditShapeCaption = 'Edit shape';
|
|
|
|
RSShapeCaption = 'Shape';
|
|
|
|
RSRectangle = 'rectangle';
|
|
|
|
RSTopLine = 'top line';
|
|
|
|
RSBottomLine = 'bottom line';
|
|
|
|
RSLeftLine = 'left line';
|
|
|
|
RSRightLine = 'right line';
|
|
|
|
RSTLToBRLine = 'top-left to bottom-right line';
|
|
|
|
RSBLToTRLine = 'bottom-left to top-right line';
|
|
|
|
RSEllipse = 'ellipse';
|
|
|
|
RSPenCaption = 'Pen';
|
|
|
|
RSBrushCaption = 'Brush';
|
|
|
|
RSStyleLbl = 'Style:';
|
|
|
|
RSWidthLbl = 'Width:';
|
|
|
|
RSModeLbl = 'Mode:';
|
|
|
|
RSColorLbl = 'Color:';
|
|
|
|
|
|
|
|
{ Automatic resource adding/selection}
|
|
|
|
RSAddNewResource = 'No resources have been defined. Would you ' +
|
|
|
|
'like to add one now?';
|
|
|
|
RSSelectResource = 'No resource has been selected. Would you ' +
|
|
|
|
'like to select one now?';
|
|
|
|
|
|
|
|
{ AboutBox }
|
|
|
|
RSBrowserError = 'Unable to start web browser. Make sure you have ' +
|
|
|
|
'it properly setup on your system.';
|
|
|
|
|
|
|
|
{ Ini storage }
|
|
|
|
RSIniFileStructure = 'Incorrect structure of ini file.';
|
2008-02-03 12:05:55 +00:00
|
|
|
|
|
|
|
{ XML }
|
|
|
|
sIENotInstalled = 'Cannot open WININET, Microsoft IE required';
|
|
|
|
sOpenFileFailed = 'Unable to open file ';
|
|
|
|
sFileNotFound = 'File %s could not be found';
|
|
|
|
sAllocSrcMemFailed = 'Unable to allocate memory for XML source';
|
|
|
|
sHttpReadReqFailed = 'Http read request failed';
|
|
|
|
sHttpDataNotAvail = 'Http data not available';
|
|
|
|
sHttpReqSendFailed = 'Unable to send http request';
|
|
|
|
sHttpReqOpenFailed = 'Unable to open http request';
|
|
|
|
sInetConnectFailed = 'Unable to make Internet connection';
|
|
|
|
sInetOpenFailed = 'Unable to open Internet';
|
|
|
|
sInvalidFtpLoc = 'Invalid ftp location';
|
|
|
|
sInvalidFtpDir = 'Invalid ftp directory';
|
|
|
|
sFtpReadReqFailed = 'Ftp read request failed';
|
|
|
|
sFtpDataNotAvail = 'Ftp data not available';
|
|
|
|
sFtpOpenFileFailed = 'Unable to open ftp file';
|
|
|
|
sFtpPutFileFailed = 'Could not save file via ftp to %s';
|
|
|
|
sSrcLoadFailed = 'Unable to load source ';
|
|
|
|
sInvalidMemPtr = 'Invalid memory Pointer';
|
|
|
|
sFmtErrorMsg = 'Line: %d Col: %d Error: %s';
|
|
|
|
sIndexOutOfBounds = 'ERROR INDEX OUT OF BOUNDS';
|
|
|
|
sExpMarkupDecl = 'Expected markup declaration, but found: ';
|
|
|
|
sIllAttrType = 'Illegal attribute type: ';
|
|
|
|
sIllAttrDefKeyw = 'Illegal keyword for attribute default value: ';
|
|
|
|
sSysIdMissing = 'System identifier missing ';
|
|
|
|
sExtModifMissing = 'External modifier missing: ';
|
|
|
|
sIllCondSectStart = 'Conditional section must begin with INCLUDE or IGNORE';
|
|
|
|
sBadSepInModel = 'Bad separator in content model: ';
|
|
|
|
sExpCommentOrCDATA = 'Expected comment or CDATA section ';
|
|
|
|
sUnexpectedEof = 'Unexpected end of file ';
|
|
|
|
sMismatchEndTag = 'Mismatched end tag: ';
|
|
|
|
sIllCharInRef = 'Illegal character in reference';
|
|
|
|
sUndeclaredEntity = 'Reference to undeclared entity: ';
|
|
|
|
sExpectedString = 'Expected String: ';
|
|
|
|
sSpaceExpectedAt = 'Whitespace expected at byte ';
|
|
|
|
sUnexpEndOfInput = 'End of input while looking for delimiter: ';
|
|
|
|
sQuoteExpected = 'Expected " or ' + Chr (39);
|
|
|
|
sInvalidXMLVersion = 'XMLPartner does not support XML specification greater than %s';
|
|
|
|
sUnableCreateStr = 'Unable to create stream for input.';
|
|
|
|
sInvalidName = 'Invalid XML name: ';
|
|
|
|
sInvalidCommentText= 'Invalid comment text';
|
|
|
|
sCommentBeforeXMLDecl = 'Document cannot start with a comment if it also contains an XML declaration';
|
|
|
|
sInvalidCDataSection = 'Invalid characters in CDATA section';
|
|
|
|
sRedefinedAttr = 'Attributes cannot be redefined in a start tag';
|
|
|
|
sCircularEntRef = 'Circular reference to: ';
|
|
|
|
sInvAttrChar = 'Invalid character in attribute value: ';
|
|
|
|
sInvPCData = 'Invalid characters in element''s character data: ';
|
|
|
|
sDataAfterValDoc = 'There is invalid data after valid XML document';
|
|
|
|
sNoIntConditional = 'Conditional sections not allowed in internal subset of document type declaration';
|
|
|
|
sNotationNotDeclared = 'Notation not declared: ';
|
|
|
|
sInvPubIDChar = 'Invalid PublicID character: ';
|
|
|
|
sNoNDATAInPeDecl = 'NDATA not allowed in parameter entity declaration';
|
|
|
|
sInvStandAloneVal = 'Standalone value must equal ''yes'' or ''no''';
|
|
|
|
sInvEncName = 'Invalid encoding declaration: ';
|
|
|
|
sInvVerNum = 'Invalid XML version number: ';
|
|
|
|
sInvEntityValue = 'Invalid character in entity value: ';
|
|
|
|
sNoCommentInMarkup = 'Comments can not be placed within other markup';
|
|
|
|
sNoPEInIntDTD = 'Parameter entities not allowed in DTD internal subset';
|
|
|
|
sXMLDecNotAtBeg = 'The XML declaration must appear before the first element';
|
|
|
|
sInvalidElementName = 'Invalid element name: ';
|
|
|
|
sBadParamEntNesting = 'Parameter-entity text must be properly nested: ';
|
|
|
|
sInvalidCharEncoding = 'Invalid character encoding specified.';
|
|
|
|
sAttrNotNum = 'Attribute %s of element %s does not have an integer value.';
|
|
|
|
sUnknownAxis = 'Unknown axis specifier: %s';
|
|
|
|
|
|
|
|
{xpchrstm related errors}
|
|
|
|
sInvalidXMLChar = 'Invalid XML Character found';
|
|
|
|
sInvalidBEChar = 'Invalid (big-endian) UTF-16 character encoding';
|
|
|
|
sInvalidLEChar = 'Invalid (little-endian) UTF-16 character encoding';
|
|
|
|
sBadUTF8Char = 'Badly formed UTF-8 character in stream';
|
|
|
|
sErrEndOfDocument = 'Unexpected end of document stream';
|
|
|
|
sUCS_ISOConvertErr = 'Cannot convert UCS-4 character to ISO-8859-1';
|
|
|
|
sUCS_U16ConvertErr = 'Cannot convert UCS-4 character to UTF-16';
|
|
|
|
sUCS_U8ConverErr = 'Cannot convert UCS-4 character to UTF-8';
|
|
|
|
|
|
|
|
{ Misc Exceptions and Errors }
|
|
|
|
RSOutOfRange = 'Out of range';
|
|
|
|
RSNotSupported = 'not supported';
|
|
|
|
RSNeedElementName = 'Please supply an Element Name';
|
|
|
|
RSNeedFormatName = 'FormatName cannot be blank';
|
|
|
|
RSPrtControlOwner = 'Print controller is not owned by a TVpControlLink!';
|
|
|
|
RSBadPrintFormat = 'Invalid print format ';
|
|
|
|
RSBadItemType = 'Invalid item type ';
|
|
|
|
RSBadMeasurement = 'Invalid measurement';
|
|
|
|
RSOwnerNotWinCtrl = 'Owner must be a TWinControl descendent';
|
|
|
|
RSNoControlLink = 'Component must be linked to a TVpControlLink';
|
|
|
|
RSNoPrintFormats = 'No print formats have been defined'; {!!.01}
|
|
|
|
RSNoCanvas = 'TCanvas not assigned'; {!!.01}
|
|
|
|
RSNoLocalizationFile = 'Localization file not found.'; {!!.02}
|
|
|
|
|