<?php
/**
Copyright 2011-2014 Nick Korbel
This file is part of Booked Scheduler.
Booked Scheduler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Booked Scheduler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Booked Scheduler. If not, see <http://www.gnu.org/licenses/>.
*/
require_once('Language.php');
class en_us extends Language
{
public function __construct()
{
parent::__construct();
}
/**
* @return array
*/
protected function _LoadDates()
{
$dates = array();
$dates['general_date'] = 'm/d/Y';
$dates['general_datetime'] = 'm/d/Y H:i:s';
$dates['schedule_daily'] = 'l, m/d/Y';
$dates['reservation_email'] = 'm/d/Y @ g:i A (e)';
$dates['res_popup'] = 'm/d/Y g:i A';
$dates['dashboard'] = 'l, m/d/Y g:i A';
$dates['period_time'] = 'g:i A';
$dates['general_date_js'] = 'mm/dd/yy';
$dates['calendar_time'] = 'h:mmt';
$dates['calendar_dates'] = 'M/d';
$this->Dates = $dates;
return $this->Dates;
}
/**
* @return array
*/
protected function _LoadStrings()
{
$strings = array();
$strings['FirstName'] = 'First Name';
$strings['LastName'] = 'Last Name';
$strings['Timezone'] = 'Timezone';
$strings['Edit'] = 'Edit';
$strings['Change'] = 'Change';
$strings['Rename'] = 'Rename';
$strings['Remove'] = 'Remove';
$strings['Delete'] = 'Delete';
$strings['Update'] = 'Update';
$strings['Cancel'] = 'Cancel';
$strings['Add'] = 'Add';
$strings['Name'] = 'Name';
$strings['Yes'] = 'Yes';
$strings['No'] = 'No';
$strings['FirstNameRequired'] = 'First name is required.';
$strings['LastNameRequired'] = 'Last name is required.';
$strings['PwMustMatch'] = 'Password confirmation must match password.';
$strings['ValidEmailRequired'] = 'A valid email address is required.';
$strings['UniqueEmailRequired'] = 'That email address is already registered.';
$strings['UniqueUsernameRequired'] = 'That user name is already registered.';
$strings['UserNameRequired'] = 'User name is required.';
$strings['CaptchaMustMatch'] = 'Please enter the letters from security image exactly as shown.';
$strings['Today'] = 'Today';
$strings['Week'] = 'Week';
$strings['Month'] = 'Month';
$strings['BackToCalendar'] = 'Back to calendar';
$strings['BeginDate'] = 'Begin';
$strings['EndDate'] = 'End';
$strings['Username'] = 'Username';
$strings['Password'] = 'Password';
$strings['PasswordConfirmation'] = 'Confirm Password';
$strings['DefaultPage'] = 'Default Homepage';
$strings['MyCalendar'] = 'My Calendar';
$strings['ScheduleCalendar'] = 'Schedule Calendar';
$strings['Registration'] = 'Registration';
$strings['NoAnnouncements'] = 'There are no announcements';
$strings['Announcements'] = 'Announcements';
$strings['NoUpcomingReservations'] = 'You have no upcoming reservations';
$strings['UpcomingReservations'] = 'Upcoming Reservations';
$strings['AllNoUpcomingReservations'] = 'There are no upcoming reservations';
$strings['AllUpcomingReservations'] = 'All Upcoming Reservations';
$strings['ShowHide'] = 'Show/Hide';
$strings['Error'] = 'Error';
$strings['ReturnToPreviousPage'] = 'Return to the last page that you were on';
$strings['UnknownError'] = 'Unknown Error';
$strings['InsufficientPermissionsError'] = 'You do not have permission to access this resource';
$strings['MissingReservationResourceError'] = 'A resource was not selected';
$strings['MissingReservationScheduleError'] = 'A schedule was not selected';
$strings['DoesNotRepeat'] = 'Does Not Repeat';
$strings['Daily'] = 'Daily';
$strings['Weekly'] = 'Weekly';
$strings['Monthly'] = 'Monthly';
$strings['Yearly'] = 'Yearly';
$strings['RepeatPrompt'] = 'Repeat';
$strings['hours'] = 'hours';
$strings['days'] = 'days';
$strings['weeks'] = 'weeks';
$strings['months'] = 'months';
$strings['years'] = 'years';
$strings['day'] = 'day';
$strings['week'] = 'week';
$strings['month'] = 'month';
$strings['year'] = 'year';
$strings['repeatDayOfMonth'] = 'day of month';
$strings['repeatDayOfWeek'] = 'day of week';
$strings['RepeatUntilPrompt'] = 'Until';
$strings['RepeatEveryPrompt'] = 'Every';
$strings['RepeatDaysPrompt'] = 'On';
$strings['CreateReservationHeading'] = 'Create a new reservation';
$strings['EditReservationHeading'] = 'Editing Reservation %s';
$strings['ViewReservationHeading'] = 'Viewing Reservation %s';
$strings['ReservationErrors'] = 'Change Reservation';
$strings['Create'] = 'Create';
$strings['ThisInstance'] = 'Only This Instance';
$strings['AllInstances'] = 'All Instances';
$strings['FutureInstances'] = 'Future Instances';
$strings['Print'] = 'Print';
$strings['ShowHideNavigation'] = 'Show/Hide Navigation';
$strings['ReferenceNumber'] = 'Reference Number';
$strings['Tomorrow'] = 'Tomorrow';
$strings['LaterThisWeek'] = 'Later This Week';
$strings['NextWeek'] = 'Next Week';
$strings['SignOut'] = 'Sign Out';
$strings['LayoutDescription'] = 'Starts on %s, showing %s days at a time';
$strings['AllResources'] = 'All Resources';
$strings['TakeOffline'] = 'Take Offline';
$strings['BringOnline'] = 'Bring Online';
$strings['AddImage'] = 'Add Image';
$strings['NoImage'] = 'No Image Assigned';
$strings['Move'] = 'Move';
$strings['AppearsOn'] = 'Appears On %s';
$strings['Location'] = 'Location';
$strings['NoLocationLabel'] = '(no location set)';
$strings['Contact'] = 'Contact';
$strings['NoContactLabel'] = '(no contact information)';
$strings['Description'] = 'Description';
$strings['NoDescriptionLabel'] = '(no description)';
$strings['Notes'] = 'Notes';
$strings['NoNotesLabel'] = '(no notes)';
$strings['NoTitleLabel'] = '(no title)';
$strings['UsageConfiguration'] = 'Usage Configuration';
$strings['ChangeConfiguration'] = 'Change Configuration';
$strings['ResourceMinLength'] = 'Reservations must last at least %s';
$strings['ResourceMinLengthNone'] = 'There is no minimum reservation duration';
$strings['ResourceMaxLength'] = 'Reservations cannot last more than %s';
$strings['ResourceMaxLengthNone'] = 'There is no maximum reservation duration';
$strings['ResourceRequiresApproval'] = 'Reservations must be approved';
$strings['ResourceRequiresApprovalNone'] = 'Reservations do not require approval';
$strings['ResourcePermissionAutoGranted'] = 'Permission is automatically granted';
$strings['ResourcePermissionNotAutoGranted'] = 'Permission is not automatically granted';
$strings['ResourceMinNotice'] = 'Reservations must be made at least %s prior to start time';
$strings['ResourceMinNoticeNone'] = 'Reservations can be made up until the current time';
$strings['ResourceMaxNotice'] = 'Reservations must not end more than %s from the current time';
$strings['ResourceMaxNoticeNone'] = 'Reservations can end at any point in the future';
$strings['ResourceBufferTime'] = 'There must be %s between reservations';
$strings['ResourceBufferTimeNone'] = 'There is no buffer between reservations';
$strings['ResourceAllowMultiDay'] = 'Reservations can be made across days';
$strings['ResourceNotAllowMultiDay'] = 'Reservations cannot be made across days';
$strings['ResourceCapacity'] = 'This resource has a capacity of %s people';
$strings['ResourceCapacityNone'] = 'This resource has unlimited capacity';
$strings['AddNewResource'] = 'Add New Resource';
$strings['AddNewUser'] = 'Add New User';
$strings['AddUser'] = 'Add User';
$strings['Schedule'] = 'Schedule';
$strings['AddResource'] = 'Add Resource';
$strings['Capacity'] = 'Capacity';
$strings['Access'] = 'Access';
$strings['Duration'] = 'Duration';
$strings['Active'] = 'Active';
$strings['Inactive'] = 'Inactive';
$strings['ResetPassword'] = 'Reset Password';
$strings['LastLogin'] = 'Last Login';
$strings['Search'] = 'Search';
$strings['ResourcePermissions'] = 'Resource Permissions';
$strings['Reservations'] = 'Reservations';
$strings['Groups'] = 'Groups';
$strings['ResetPassword'] = 'Reset Password';
$strings['AllUsers'] = 'All Users';
$strings['AllGroups'] = 'All Groups';
$strings['AllSchedules'] = 'All Schedules';
$strings['UsernameOrEmail'] = 'Username or Email';
$strings['Members'] = 'Members';
$strings['QuickSlotCreation'] = 'Create slots every %s minutes between %s and %s';
$strings['ApplyUpdatesTo'] = 'Apply Updates To';
$strings['CancelParticipation'] = 'Cancel Participation';
$strings['Attending'] = 'Attending';
$strings['QuotaConfiguration'] = 'On %s for %s users in %s are limited to %s %s per %s';
$strings['reservations'] = 'reservations';
$strings['reservation'] = 'reservation';
$strings['ChangeCalendar'] = 'Change Calendar';
$strings['AddQuota'] = 'Add Quota';
$strings['FindUser'] = 'Find User';
$strings['Created'] = 'Created';
$strings['LastModified'] = 'Last Modified';
$strings['GroupName'] = 'Group Name';
$strings['GroupMembers'] = 'Group Members';
$strings['GroupRoles'] = 'Group Roles';
$strings['GroupAdmin'] = 'Group Administrator';
$strings['Actions'] = 'Actions';
$strings['CurrentPassword'] = 'Current Password';
$strings['NewPassword'] = 'New Password';
$strings['InvalidPassword'] = 'Current password is incorrect';
$strings['PasswordChangedSuccessfully'] = 'Your password has been changed successfully';
$strings['SignedInAs'] = 'Signed in as';
$strings['NotSignedIn'] = 'You are not signed in';
$strings['ReservationTitle'] = 'Title of reservation';
$strings['ReservationDescription'] = 'Description of reservation';
$strings['ResourceList'] = 'Resources to be reserved';
$strings['Accessories'] = 'Accessories';
$strings['ParticipantList'] = 'Participants';
$strings['InvitationList'] = 'Invitees';
$strings['AccessoryName'] = 'Accessory Name';
$strings['QuantityAvailable'] = 'Quantity Available';
$strings['Resources'] = 'Resources';
$strings['Participants'] = 'Participants';
$strings['User'] = 'User';
$strings['Resource'] = 'Resource';
$strings['Status'] = 'Status';
$strings['Approve'] = 'Approve';
$strings['Page'] = 'Page';
$strings['Rows'] = 'Rows';
$strings['Unlimited'] = 'Unlimited';
$strings['Email'] = 'Email';
$strings['EmailAddress'] = 'Email Address';
$strings['Phone'] = 'Phone';
$strings['Organization'] = 'Organization';
$strings['Position'] = 'Position';
$strings['Language'] = 'Language';
$strings['Permissions'] = 'Permissions';
$strings['Reset'] = 'Reset';
$strings['FindGroup'] = 'Find Group';
$strings['Manage'] = 'Manage';
$strings['None'] = 'None';
$strings['AddToOutlook'] = 'Add to Calendar';
$strings['Done'] = 'Done';
$strings['RememberMe'] = 'Remember Me';
$strings['FirstTimeUser?'] = 'First Time User?';
$strings['CreateAnAccount'] = 'Create an Account';
$strings['ViewSchedule'] = 'View Schedule';
$strings['ForgotMyPassword'] = 'I Forgot My Password';
$strings['YouWillBeEmailedANewPassword'] = 'You will be emailed a new randomly generated password';
$strings['Close'] = 'Close';
$strings['ExportToCSV'] = 'Export to CSV';
$strings['OK'] = 'OK';
$strings['Working'] = 'Working...';
$strings['Login'] = 'Login';
$strings['AdditionalInformation'] = 'Additional Information';
$strings['AllFieldsAreRequired'] = 'all fields are required';
$strings['Optional'] = 'optional';
$strings['YourProfileWasUpdated'] = 'Your profile was updated';
$strings['YourSettingsWereUpdated'] = 'Your settings were updated';
$strings['Register'] = 'Register';
$strings['SecurityCode'] = 'Security Code';
$strings['ReservationCreatedPreference'] = 'When I create a reservation or a reservation is created on my behalf';
$strings['ReservationUpdatedPreference'] = 'When I update a reservation or a reservation is updated on my behalf';
$strings['ReservationDeletedPreference'] = 'When I delete a reservation or a reservation is deleted on my behalf';
$strings['ReservationApprovalPreference'] = 'When my pending reservation is approved';
$strings['PreferenceSendEmail'] = 'Send me an email';
$strings['PreferenceNoEmail'] = 'Do not notify me';
$strings['ReservationCreated'] = 'Your reservation was successfully created!';
$strings['ReservationUpdated'] = 'Your reservation was successfully updated!';
$strings['ReservationRemoved'] = 'Your reservation was removed';
$strings['ReservationRequiresApproval'] = 'One or more of the resources reserved require approval before usage. This reservation will be pending until it is approved.';
$strings['YourReferenceNumber'] = 'Your reference number is %s';
$strings['UpdatingReservation'] = 'Updating reservation';
$strings['ChangeUser'] = 'Change User';
$strings['MoreResources'] = 'More Resources';
$strings['ReservationLength'] = 'Reservation Length';
$strings['ParticipantList'] = 'Participant List';
$strings['AddParticipants'] = 'Add Participants';
$strings['InviteOthers'] = 'Invite Others';
$strings['AddResources'] = 'Add Resources';
$strings['AddAccessories'] = 'Add Accessories';
$strings['Accessory'] = 'Accessory';
$strings['QuantityRequested'] = 'Quantity Requested';
$strings['CreatingReservation'] = 'Creating Reservation';
$strings['UpdatingReservation'] = 'Updating Reservation';
$strings['DeleteWarning'] = 'This action is permanent and irrecoverable!';
$strings['DeleteAccessoryWarning'] = 'Deleting this accessory will remove it from all reservations.';
$strings['AddAccessory'] = 'Add Accessory';
$strings['AddBlackout'] = 'Add Blackout';
$strings['AllResourcesOn'] = 'All Resources On';
$strings['Reason'] = 'Reason';
$strings['BlackoutShowMe'] = 'Show me conflicting reservations';
$strings['BlackoutDeleteConflicts'] = 'Delete conflicting reservations';
$strings['Filter'] = 'Filter';
$strings['Between'] = 'Between';
$strings['CreatedBy'] = 'Created By';
$strings['BlackoutCreated'] = 'Blackout Created';
$strings['BlackoutNotCreated'] = 'Blackout could not be created';
$strings['BlackoutUpdated'] = 'Blackout Updated';
$strings['BlackoutNotUpdated'] = 'Blackout could not be updated';
$strings['BlackoutConflicts'] = 'There are conflicting blackout times';
$strings['ReservationConflicts'] = 'There are conflicting reservations times';
$strings['UsersInGroup'] = 'Users in this group';
$strings['Browse'] = 'Browse';
$strings['DeleteGroupWarning'] = 'Deleting this group will remove all associated resource permissions. Users in this group may lose access to resources.';
$strings['WhatRolesApplyToThisGroup'] = 'Which roles apply to this group?';
$strings['WhoCanManageThisGroup'] = 'Who can manage this group?';
$strings['WhoCanManageThisSchedule'] = 'Who can manage this schedule?';
$strings['AddGroup'] = 'Add Group';
$strings['AllQuotas'] = 'All Quotas';
$strings['QuotaReminder'] = 'Remember: Quotas are enforced based on the schedule\'s timezone.';
$strings['AllReservations'] = 'All Reservations';
$strings['PendingReservations'] = 'Pending Reservations';
$strings['Approving'] = 'Approving';
$strings['MoveToSchedule'] = 'Move to schedule';
$strings['DeleteResourceWarning'] = 'Deleting this resource will delete all associated data, including';
$strings['DeleteResourceWarningReservations'] = 'all past, current and future reservations associated with it';
$strings['DeleteResourceWarningPermissions'] = 'all permission assignments';
$strings['DeleteResourceWarningReassign'] = 'Please reassign anything that you do not want to be deleted before proceeding';
$strings['ScheduleLayout'] = 'Layout (all times %s)';
$strings['ReservableTimeSlots'] = 'Reservable Time Slots';
$strings['BlockedTimeSlots'] = 'Blocked Time Slots';
$strings['ThisIsTheDefaultSchedule'] = 'This is the default schedule';
$strings['DefaultScheduleCannotBeDeleted'] = 'Default schedule cannot be deleted';
$strings['MakeDefault'] = 'Make Default';
$strings['BringDown'] = 'Bring Down';
$strings['ChangeLayout'] = 'Change Layout';
$strings['AddSchedule'] = 'Add Schedule';
$strings['StartsOn'] = 'Starts On';
$strings['NumberOfDaysVisible'] = 'Number of Days Visible';
$strings['UseSameLayoutAs'] = 'Use Same Layout As';
$strings['Format'] = 'Format';
$strings['OptionalLabel'] = 'Optional Label';
$strings['LayoutInstructions'] = 'Enter one slot per line. Slots must be provided for all 24 hours of the day beginning and ending at 12:00 AM.';
$strings['AddUser'] = 'Add User';
$strings['UserPermissionInfo'] = 'Actual access to resource may be different depending on user role, group permissions, or external permission settings';
$strings['DeleteUserWarning'] = 'Deleting this user will remove all of their current, future, and historical reservations.';
$strings['AddAnnouncement'] = 'Add Announcement';
$strings['Announcement'] = 'Announcement';
$strings['Priority'] = 'Priority';
$strings['Reservable'] = 'Reservable';
$strings['Unreservable'] = 'Unreservable';
$strings['Reserved'] = 'Reserved';
$strings['MyReservation'] = 'My Reservation';
$strings['Pending'] = 'Pending';
$strings['Past'] = 'Past';
$strings['Restricted'] = 'Restricted';
$strings['ViewAll'] = 'View All';
$strings['MoveResourcesAndReservations'] = 'Move resources and reservations to';
$strings['TurnOffSubscription'] = 'Turn Off Calendar Subscriptions';
$strings['TurnOnSubscription'] = 'Allow Subscriptions to this Calendar';
$strings['SubscribeToCalendar'] = 'Subscribe to this Calendar';
$strings['SubscriptionsAreDisabled'] = 'The administrator has disabled calendar subscriptions';
$strings['NoResourceAdministratorLabel'] = '(No Resource Administrator)';
$strings['WhoCanManageThisResource'] = 'Who Can Manage This Resource?';
$strings['ResourceAdministrator'] = 'Resource Administrator';
$strings['Private'] = 'Private';
$strings['Accept'] = 'Accept';
$strings['Decline'] = 'Decline';
$strings['ShowFullWeek'] = 'Show Full Week';
$strings['CustomAttributes'] = 'Custom Attributes';
$strings['AddAttribute'] = 'Add an Attribute';
$strings['EditAttribute'] = 'Update an Attribute';
$strings['DisplayLabel'] = 'Display Label';
$strings['Type'] = 'Type';
$strings['Required'] = 'Required';
$strings['ValidationExpression'] = 'Validation Expression';
$strings['PossibleValues'] = 'Possible Values';
$strings['SingleLineTextbox'] = 'Single Line Textbox';
$strings['MultiLineTextbox'] = 'Multiple Line Textbox';
$strings['Checkbox'] = 'Checkbox';
$strings['SelectList'] = 'Select List';
$strings['CommaSeparated'] = 'comma separated';
$strings['Category'] = 'Category';
$strings['CategoryReservation'] = 'Reservation';
$strings['CategoryGroup'] = 'Group';
$strings['SortOrder'] = 'Sort Order';
$strings['Title'] = 'Title';
$strings['AdditionalAttributes'] = 'Additional Attributes';
$strings['True'] = 'True';
$strings['False'] = 'False';
$strings['ForgotPasswordEmailSent'] = 'An email has been sent to the address provided with instructions for resetting your password';
$strings['ActivationEmailSent'] = 'You will receive an activation email soon.';
$strings['AccountActivationError'] = 'Sorry, we could not activate your account.';
$strings['Attachments'] = 'Attachments';
$strings['AttachFile'] = 'Attach File';
$strings['Maximum'] = 'max';
$strings['NoScheduleAdministratorLabel'] = 'No Schedule Administrator';
$strings['ScheduleAdministrator'] = 'Schedule Administrator';
$strings['Total'] = 'Total';
$strings['QuantityReserved'] = 'Quantity Reserved';
$strings['AllAccessories'] = 'All Accessories';
$strings['GetReport'] = 'Get Report';
$strings['NoResultsFound'] = 'No matching results found';
$strings['SaveThisReport'] = 'Save This Report';
$strings['ReportSaved'] = 'Report Saved!';
$strings['EmailReport'] = 'Email Report';
$strings['ReportSent'] = 'Report Sent!';
$strings['RunReport'] = 'Run Report';
$strings['NoSavedReports'] = 'You have no saved reports.';
$strings['CurrentWeek'] = 'Current Week';
$strings['CurrentMonth'] = 'Current Month';
$strings['AllTime'] = 'All Time';
$strings['FilterBy'] = 'Filter By';
$strings['Select'] = 'Select';
$strings['List'] = 'List';
$strings['TotalTime'] = 'Total Time';
$strings['Count'] = 'Count';
$strings['Usage'] = 'Usage';
$strings['AggregateBy'] = 'Aggregate By';
$strings['Range'] = 'Range';
$strings['Choose'] = 'Choose';
$strings['All'] = 'All';
$strings['ViewAsChart'] = 'View As Chart';
$strings['ReservedResources'] = 'Reserved Resources';
$strings['ReservedAccessories'] = 'Reserved Accessories';
$strings['ResourceUsageTimeBooked'] = 'Resource Usage - Time Booked';
$strings['ResourceUsageReservationCount'] = 'Resource Usage - Reservation Count';
$strings['Top20UsersTimeBooked'] = 'Top 20 Users - Time Booked';
$strings['Top20UsersReservationCount'] = 'Top 20 Users - Reservation Count';
$strings['ConfigurationUpdated'] = 'The configuration file was updated';
$strings['ConfigurationUiNotEnabled'] = 'This page cannot be accessed because $conf[\'settings\'][\'pages\'][\'enable.configuration\'] is set to false or missing.';
$strings['ConfigurationFileNotWritable'] = 'The config file is not writable. Please check the permissions of this file and try again.';
$strings['ConfigurationUpdateHelp'] = 'Refer to the Configuration section of the <a target=_blank href=%s>Help File</a> for documentation on these settings.';
$strings['GeneralConfigSettings'] = 'settings';
$strings['UseSameLayoutForAllDays'] = 'Use the same layout for all days';
$strings['LayoutVariesByDay'] = 'Layout varies by day';
$strings['ManageReminders'] = 'Reminders';
$strings['ReminderUser'] = 'User ID';
$strings['ReminderMessage'] = 'Message';
$strings['ReminderAddress'] = 'Addresses';
$strings['ReminderSendtime'] = 'Time To Send';
$strings['ReminderRefNumber'] = 'Reservation Reference Number';
$strings['ReminderSendtimeDate'] = 'Date of Reminder';
$strings['ReminderSendtimeTime'] = 'Time of Reminder (HH:MM)';
$strings['ReminderSendtimeAMPM'] = 'AM / PM';
$strings['AddReminder'] = 'Add Reminder';
$strings['DeleteReminderWarning'] = 'You sure about this?';
$strings['NoReminders'] = 'You have no upcoming reminders.';
$strings['Reminders'] = 'Reminders';
$strings['SendReminder'] = 'Send Reminder';
$strings['minutes'] = 'minutes';
$strings['hours'] = 'hours';
$strings['days'] = 'days';
$strings['ReminderBeforeStart'] = 'before the start time';
$strings['ReminderBeforeEnd'] = 'before the end time';
$strings['Logo'] = 'Logo';
$strings['CssFile'] = 'CSS File';
$strings['ThemeUploadSuccess'] = 'Your changes have been saved. Refresh the page for changes to take effect.';
$strings['MakeDefaultSchedule'] = 'Make this my default schedule';
$strings['DefaultScheduleSet'] = 'This is now your default schedule';
$strings['FlipSchedule'] = 'Flip the schedule layout';
$strings['Next'] = 'Next';
$strings['Success'] = 'Success';
$strings['Participant'] = 'Participant';
$strings['ResourceFilter'] = 'Resource Filter';
$strings['ResourceGroups'] = 'Resource Groups';
$strings['AddNewGroup'] = 'Add a new group';
$strings['Quit'] = 'Quit';
$strings['AddGroup'] = 'Add Group';
$strings['StandardScheduleDisplay'] = 'Use the standard schedule display';
$strings['TallScheduleDisplay'] = 'Use the tall schedule display';
$strings['WideScheduleDisplay'] = 'Use the wide schedule display';
$strings['CondensedWeekScheduleDisplay'] = 'Use condensed week schedule display';
$strings['ResourceGroupHelp1'] = 'Drag and drop resource groups to reorganize.';
$strings['ResourceGroupHelp2'] = 'Right click a resource group name for additional actions.';
$strings['ResourceGroupHelp3'] = 'Drag and drop resources to add them to groups.';
$strings['ResourceGroupWarning'] = 'If using resource groups, each resource must be assigned to at least one group. Unassinged resources will not be able to be reserved.';
$strings['ResourceType'] = 'Resource Type';
$strings['AppliesTo'] = 'Applies To';
$strings['UniquePerInstance'] = 'Unique Per Instance';
$strings['AddResourceType'] = 'Add Resource Type';
$strings['NoResourceTypeLabel'] = '(no resource type set)';
$strings['ClearFilter'] = 'Clear Filter';
$strings['MinimumCapacity'] = 'Minimum Capacity';
$strings['Color'] = 'Color';
$strings['Available'] = 'Available';
$strings['Unavailable'] = 'Unavailable';
$strings['Hidden'] = 'Hidden';
$strings['ResourceStatus'] = 'Resource Status';
$strings['CurrentStatus'] = 'Current Status';
$strings['AllReservationResources'] = 'All Reservation Resources';
$strings['File'] = 'File';
$strings['BulkResourceUpdate'] = 'Bulk Resource Update';
$strings['Unchanged'] = 'Unchanged';
$strings['Common'] = 'Common';
$strings['AdvancedFilter'] = 'Advanced Filter';
// End Strings
// Install
$strings['InstallApplication'] = 'Install Booked Scheduler (MySQL only)';
$strings['IncorrectInstallPassword'] = 'Sorry, that password was incorrect.';
$strings['SetInstallPassword'] = 'You must set an install password before the installation can be run.';
$strings['InstallPasswordInstructions'] = 'In %s please set %s to a password which is random and difficult to guess, then return to this page.<br/>You can use %s';
$strings['NoUpgradeNeeded'] = 'There is no upgrade needed. Running the installation process will delete all existing data and install a new copy of Booked Scheduler!';
$strings['ProvideInstallPassword'] = 'Please provide your installation password.';
$strings['InstallPasswordLocation'] = 'This can be found at %s in %s.';
$strings['VerifyInstallSettings'] = 'Verify the following default settings before continuing. Or you can change them in %s.';
$strings['DatabaseName'] = 'Database Name';
$strings['DatabaseUser'] = 'Database User';
$strings['DatabaseHost'] = 'Database Host';
$strings['DatabaseCredentials'] = 'You must provide credentials of a MySQL user who has privileges to create databases. If you do not know, contact your database admin. In many cases, root will work.';
$strings['MySQLUser'] = 'MySQL User';
$strings['InstallOptionsWarning'] = 'The following options will probably not work in a hosted environment. If you are installing in a hosted environment, use the MySQL wizard tools to complete these steps.';
$strings['CreateDatabase'] = 'Create the database';
$strings['CreateDatabaseUser'] = 'Create the database user';
$strings['PopulateExampleData'] = 'Import sample data. Creates admin account: admin/password and user account: user/password';
$strings['DataWipeWarning'] = 'Warning: This will delete any existing data';
$strings['RunInstallation'] = 'Run Installation';
$strings['UpgradeNotice'] = 'You are upgrading from version <b>%s</b> to version <b>%s</b>';
$strings['RunUpgrade'] = 'Run Upgrade';
$strings['Executing'] = 'Executing';
$strings['StatementFailed'] = 'Failed. Details:';
$strings['SQLStatement'] = 'SQL Statement:';
$strings['ErrorCode'] = 'Error Code:';
$strings['ErrorText'] = 'Error Text:';
$strings['InstallationSuccess'] = 'Installation completed successfully!';
$strings['RegisterAdminUser'] = 'Register your admin user. This is required if you did not import the sample data. Ensure that $conf[\'settings\'][\'allow.self.registration\'] = \'true\' in your %s file.';
$strings['LoginWithSampleAccounts'] = 'If you imported the sample data, you can log in with admin/password for admin user or user/password for basic user.';
$strings['InstalledVersion'] = 'You are now running version %s of Booked Scheduler';
$strings['InstallUpgradeConfig'] = 'It is recommended to upgrade your config file';
$strings['InstallationFailure'] = 'There were problems with the installation. Please correct them and retry the installation.';
$strings['ConfigureApplication'] = 'Configure Booked Scheduler';
$strings['ConfigUpdateSuccess'] = 'Your config file is now up to date!';
$strings['ConfigUpdateFailure'] = 'We could not automatically update your config file. Please overwrite the contents of config.php with the following:';
$strings['SelectUser'] = 'Select User';
// End Install
// Errors
$strings['LoginError'] = 'We could not match your username or password';
$strings['ReservationFailed'] = 'Your reservation could not be made';
$strings['MinNoticeError'] = 'This reservation requires advance notice. The earliest date and time that can be reserved is %s.';
$strings['MaxNoticeError'] = 'This reservation cannot be made this far in the future. The latest date and time that can be reserved is %s.';
$strings['MinDurationError'] = 'This reservation must last at least %s.';
$strings['MaxDurationError'] = 'This reservation cannot last longer than %s.';
$strings['ConflictingAccessoryDates'] = 'There are not enough of the following accessories:';
$strings['NoResourcePermission'] = 'You do not have permission to access one or more of the requested resources.';
$strings['ConflictingReservationDates'] = 'There are conflicting reservations on the following dates:';
$strings['StartDateBeforeEndDateRule'] = 'The start date and time must be before the end date and time.';
$strings['StartIsInPast'] = 'The start date and time cannot be in the past.';
$strings['EmailDisabled'] = 'The administrator has disabled email notifications.';
$strings['ValidLayoutRequired'] = 'Slots must be provided for all 24 hours of the day beginning and ending at 12:00 AM.';
$strings['CustomAttributeErrors'] = 'There are problems with the additional attributes you provided:';
$strings['CustomAttributeRequired'] = '%s is a required field.';
$strings['CustomAttributeInvalid'] = 'The value provided for %s is invalid.';
$strings['AttachmentLoadingError'] = 'Sorry, there was a problem loading the requested file.';
$strings['InvalidAttachmentExtension'] = 'You can only upload files of type: %s';
$strings['InvalidStartSlot'] = 'The start date and time requested is not valid.';
$strings['InvalidEndSlot'] = 'The end date and time requested is not valid.';
$strings['MaxParticipantsError'] = '%s can only support %s participants.';
$strings['ReservationCriticalError'] = 'There was a critical error saving your reservation. If this continues, contact your system administrator.';
$strings['InvalidStartReminderTime'] = 'The start reminder time is not valid.';
$strings['InvalidEndReminderTime'] = 'The end reminder time is not valid.';
$strings['QuotaExceeded'] = 'Quota limit exceeded.';
$strings['MultiDayRule'] = '%s does not allow reservations across days.';
$strings['InvalidReservationData'] = 'There were problems with your reservation request.';
$strings['PasswordError'] = 'Password must contain at least %s letters and at least %s numbers.';
$strings['PasswordErrorRequirements'] = 'Password must contain a combination of at least %s upper and lower case letters and %s numbers.';
$strings['NoReservationAccess'] = 'You are not allowed to change this reservation.';
// End Errors
// Page Titles
$strings['CreateReservation'] = 'Create Reservation';
$strings['EditReservation'] = 'Editing Reservation';
$strings['LogIn'] = 'Log In';
$strings['ManageReservations'] = 'Reservations';
$strings['AwaitingActivation'] = 'Awaiting Activation';
$strings['PendingApproval'] = 'Pending Approval';
$strings['ManageSchedules'] = 'Schedules';
$strings['ManageResources'] = 'Resources';
$strings['ManageAccessories'] = 'Accessories';
$strings['ManageUsers'] = 'Users';
$strings['ManageGroups'] = 'Groups';
$strings['ManageQuotas'] = 'Quotas';
$strings['ManageBlackouts'] = 'Blackout Times';
$strings['MyDashboard'] = 'My Dashboard';
$strings['ServerSettings'] = 'Server Settings';
$strings['Dashboard'] = 'Dashboard';
$strings['Help'] = 'Help';
$strings['Administration'] = 'Administration';
$strings['About'] = 'About';
$strings['Bookings'] = 'Bookings';
$strings['Schedule'] = 'Schedule';
$strings['Reservations'] = 'Reservations';
$strings['Account'] = 'Account';
$strings['EditProfile'] = 'Edit My Profile';
$strings['FindAnOpening'] = 'Find An Opening';
$strings['OpenInvitations'] = 'Open Invitations';
$strings['MyCalendar'] = 'My Calendar';
$strings['ResourceCalendar'] = 'Resource Calendar';
$strings['Reservation'] = 'New Reservation';
$strings['Install'] = 'Installation';
$strings['ChangePassword'] = 'Change Password';
$strings['MyAccount'] = 'My Account';
$strings['Profile'] = 'Profile';
$strings['ApplicationManagement'] = 'Application Management';
$strings['ForgotPassword'] = 'Forgot Password';
$strings['NotificationPreferences'] = 'Notification Preferences';
$strings['ManageAnnouncements'] = 'Announcements';
$strings['Responsibilities'] = 'Responsibilities';
$strings['GroupReservations'] = 'Group Reservations';
$strings['ResourceReservations'] = 'Resource Reservations';
$strings['Customization'] = 'Customization';
$strings['Attributes'] = 'Attributes';
$strings['AccountActivation'] = 'Account Activation';
$strings['ScheduleReservations'] = 'Schedule Reservations';
$strings['Reports'] = 'Reports';
$strings['GenerateReport'] = 'Create New Report';
$strings['MySavedReports'] = 'My Saved Reports';
$strings['CommonReports'] = 'Common Reports';
$strings['ViewDay'] = 'View Day';
$strings['Group'] = 'Group';
$strings['ManageConfiguration'] = 'Application Configuration';
$strings['LookAndFeel'] = 'Look and Feel';
$strings['ManageResourceGroups'] = 'Resource Groups';
$strings['ManageResourceTypes'] = 'Resource Types';
$strings['ManageResourceStatus'] = 'Resource Statuses';
// End Page Titles
// Day representations
$strings['DaySundaySingle'] = 'S';
$strings['DayMondaySingle'] = 'M';
$strings['DayTuesdaySingle'] = 'T';
$strings['DayWednesdaySingle'] = 'W';
$strings['DayThursdaySingle'] = 'T';
$strings['DayFridaySingle'] = 'F';
$strings['DaySaturdaySingle'] = 'S';
$strings['DaySundayAbbr'] = 'Sun';
$strings['DayMondayAbbr'] = 'Mon';
$strings['DayTuesdayAbbr'] = 'Tue';
$strings['DayWednesdayAbbr'] = 'Wed';
$strings['DayThursdayAbbr'] = 'Thu';
$strings['DayFridayAbbr'] = 'Fri';
$strings['DaySaturdayAbbr'] = 'Sat';
// End Day representations
// Email Subjects
$strings['ReservationApprovedSubject'] = 'Your Reservation Has Been Approved';
$strings['ReservationCreatedSubject'] = 'Your Reservation Was Created';
$strings['ReservationUpdatedSubject'] = 'Your Reservation Was Updated';
$strings['ReservationDeletedSubject'] = 'Your Reservation Was Removed';
$strings['ReservationCreatedAdminSubject'] = 'Notification: A Reservation Was Created';
$strings['ReservationUpdatedAdminSubject'] = 'Notification: A Reservation Was Updated';
$strings['ReservationDeleteAdminSubject'] = 'Notification: A Reservation Was Removed';
$strings['ParticipantAddedSubject'] = 'Reservation Participation Notification';
$strings['ParticipantDeletedSubject'] = 'Reservation Removed';
$strings['InviteeAddedSubject'] = 'Reservation Invitation';
$strings['ResetPassword'] = 'Password Reset Request';
$strings['ActivateYourAccount'] = 'Please Activate Your Account';
$strings['ReportSubject'] = 'Your Requested Report (%s)';
$strings['ReservationStartingSoonSubject'] = 'Reservation for %s is starting soon';
$strings['ReservationEndingSoonSubject'] = 'Reservation for %s is ending soon';
$strings['UserAdded'] = 'A new user has been added';
// End Email Subjects
$this->Strings = $strings;
return $this->Strings;
}
/**
* @return array
*/
protected function _LoadDays()
{
$days = array();
/***
DAY NAMES
All of these arrays MUST start with Sunday as the first element
and go through the seven day week, ending on Saturday
***/
// The full day name
$days['full'] = array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday');
// The three letter abbreviation
$days['abbr'] = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
// The two letter abbreviation
$days['two'] = array('Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa');
// The one letter abbreviation
$days['letter'] = array('S', 'M', 'T', 'W', 'T', 'F', 'S');
$this->Days = $days;
return $this->Days;
}
/**
* @return array
*/
protected function _LoadMonths()
{
$months = array();
/***
MONTH NAMES
All of these arrays MUST start with January as the first element
and go through the twelve months of the year, ending on December
***/
// The full month name
$months['full'] = array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
// The three letter month name
$months['abbr'] = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
$this->Months = $months;
return $this->Months;
}
/**
* @return array
*/
protected function _LoadLetters()
{
$this->Letters = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z');
return $this->Letters;
}
protected function _GetHtmlLangCode()
{
return 'en';
}
}
?>
All system for education purposes only. For more tools: Telegram @jackleet