Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

where to edit the word "reservation" in php etc
(1 viewing) (1) Guest
Universal booking and reservations component for Joomla!.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1
  • 2

TOPIC: where to edit the word "reservation" in php etc

where to edit the word "reservation" in php etc 11 years, 9 months ago #36857

Hi, I would need to change the word "reservation" everywhere to "Booking". Here we use the word booking.
I have changed it in many places but still need

  • the pop up box
  • the title "reservation on the page where you type your details
  • on the same page the button "Make a reservation"


Also the title Reservation Detail #... I wold like to delete the #... . Dont want people to see that.

THANK YOU
The topic has been locked.

Re: where to edit the word "reservation" in php etc 11 years, 9 months ago #36870

  • mach
  • OFFLINE
  • Posts: 112
Hello,
replace it in the translation file language\en-GB\en-GB.com_booking.ini

"#" must be deleted it the front end view reservation
ARTIO Support Team
The topic has been locked.

Re: where to edit the word "reservation" in php etc 11 years, 9 months ago #36876

Thanks, have changed almost every relevant "Reservation" to "Booking" but i still cant see most of the thing schanged. Have a look in my file attached please. (attachment doesnt work for me in this forum)

bluefithosting.com.au/lanecove2012-2/ind...ble-party?Itemid=490

; version $Id$ 2012-01-23 14:05:57 ~0
; author ; @package ARTIO Booking
; copyright (C) 2010 ARTIO s.r.o.. All rights reserved.
; license ; @author ARTIO s.r.o., http://www.artio.net
 
; Note : All ini files need to be saved as UTF-8
 
OFICIAL WEBSITE="Oficial website"
BOOKING="ARTIO Booking"
 
; Sample data
SAMPLE SOURCE %S DONT EXIST="Sample source file %s doesn't exists. Unable install sample data."
SAMPLE DATA INSTALLED="Sample data installed"
 
; Main component parts
CONTROL PANEL="Control Panel"
OBJECTS="Objects"
TEMPLATES="Templates"
CUSTOMERS="Customers"
ADMINS="Admins"
RESERVATIONS="Bookings"
CONFIGURATION="Configuration"
ONLINE UPGRADE="Online Upgrade"
CHECK ALL="Check all"
COMPONENT SETTINGS="Component settings"
 
; filter
FILTER="Filter"
NAME="Name"
USERNAME="Username"
IS ADMIN="Is Admin"
GO="Go"
RESET="Reset"
 
; toolbar
NEW=New
COPY="Copy"
TRASH="Trash"
RESTORE="Restore"
 
; usertypes
REGISTERED="Registered"
AUTHOR="Author"
EDITOR="Editor"
PUBLISHER="Publisher"
MANAGER="Manager"
ADMINISTRATOR="Administrator"
SUPER ADMINISTRATOR="Super Administrator"
 
; access
PUBLIC="Public"
SPECIAL="Special"
 
; control panel
BOOKING MANAGEMENT="Booking Management"
ACTUAL RESERVATIONS="Actual Bookingss"
NO PENDING RESERVATIONS.="No pending bookings."
LICENCE="License"
COMBINED LICENSE="Combined License"
DONATE="Donate"
BOOKING DESCRIPTION="Booking is a universal Joomla! component for online bookings and reservations. Allows bookings of one or more objects, with reservation overviews using month, week and day layouts.<br/><br/>The extension can be easily set up to be used in different types of industries that have need for booking/reservation applications, such as car (or other) rentals, accomodation booking, facility (sport, recreation) reservation, conference room reservations, etc. To adapt it, no extra coding is needed, all can be configured from back-end."
SAMPLE DATA="Before first using you can <a href='index.php?option=com_booking&task=sampleData'>install sample data</a>.If you don't want install sample, click <a href='index.php?option=com_booking'>here</a> to open component administration."
SUCCESS="Success"
UNSUCCESS="Unsuccess"
 
COMPONENT_NAME="Component_name"
EDIT SUBJECT="Edit subject"
CUSTOMER CHECKED="Customer checked"
SUBJECT CHECKED="Subject checked"
SUBJECT NOT FOUND="Subject not found"
RESERVATION CHECKED="Booking checked"
RESERVATION NOT RECEIVED="Booking not received"
CLICK TO CHANGE STATE TO RECEIVED="Click to change state to received"
RESERVATION RECEIVED="Booking received"
CLICK TO CHANGE STATE TO PENDING="Click to change state to pending"
RESERVATION ACTIVE="Booking active"
CLICK TO CHANGE STATE TO CANCELLED="Click to change state to cancelled"
CLICK TO CHANGE STATE TO TRASHED="Click to change state to trashed"
RESERVATION TRASHED="Booking trashed"
CLICK TO CHANGE STATE TO ACTIVE="Click to change state to active"
UNREGISTERED CUSTOMER="Unregistered customer"
 
VERSION="Version"
DATE="Date"
COPYRIGHT="Copyright"
LICENSE="License"
 
; error messages
CONTROLLER NOT FOUND="Controller not found"
DIRECTORY %S IS NOT WRITEABLE. UNABLE SAVE OBJECTS TEMPLATES.="Directory %S is not writeable. Unable save Objects Templates."
 
; CONFIGURATION
COMPONENT SETTING="Component Settings"
 
; MAIN SETTINGS
MAIN SETTINGS="Main"
MAIN CURRENCY="Currency"
HLP_MAIN CURRENCY="Currency displayed with prices"
LAST ZERO="Display last zero"
HLP_LAST_ZERO="Display last zeros in prices. For example: value 12.30 is displayed as 12.3 if this option is off."
DECIMALS="Decimals"
HLP_DECIMALS CURRENCY="Number of decimal."
DECIMALS POINT="Decimals point"
HLP_DECIMALS POINT CURRENCY="Separator of decimals."
THOUSAND SEPARATOR="Thousands separator"
SPACE="Space"
CHAR="Character"
HLP_THOUSAND SEPARATOR="Space or visible character. If you select character, enter it into next field."
THOUSAND SEPARATOR CHAR="Thousands separator character"
HLP_THOUSAND SEPARATOR CHAR="Visible character to separate thousands."
PRICE FORMAT="Price format"
HLP_PRICE FORMAT="Select position of currency (in front of value or behind value) and if separates value and curency with space."
RESERVATION PERMISSION="Booking Permission"
HLP_RESERVATION PERMISSION="What type of users can reserve objects?"
CUSTOMERS USER GROUP="Customers user group"
HLP_CUSTOMERS USER GROUP="User group, where are assigned newly created customers. We recommend use registered group."
UNREGISTERED="Unregistered"
SHOW CUSTOMER NAMES="Show Customer Names"
HLP_SHOW CUSTOMER NAMES="Show names of customers, which already made reservation in reserved interval. (applies to front-end only)."
USE CAPTCHA="Use Captcha (unregistered only)"
HLP_USE CAPTCHA="Require confirmation of reservation by using captcha. Only for reservations by unregistered users."
TEMPLATE ICONS PATH="Template Icons Path"
ICON="Icon"
ICONS FOLDER NO EXISTS="Path to directory with objects icons not exists or it is not directory. Please check Bookit! global configuration."
HLP_TEMPLATE ICONS="Path to folder with template icons."
HLP DATE FORMATING="<strong>Date formating</strong> in component and <strong>Joomla!</strong> too is string consisting of special aliases. For example string <strong>%A %e %B %Y</strong> formats date <strong>1.1.2011</strong> as <strong>Saturday 1 January 2011</strong>. To read more about time formating, visit <a href='http://php.net/manual/en/function.strftime.php' target='_blank'>PHP strftime function page</a>. For date formating we recommand use predefined formats. Using custom formats is for advanced users.<br>Note: supported time formats may differ from server operating system. <a href='javascript:void(0)' onclick='display_formats()'>show locally supported formats</a>"
DATE FORMAT="Date format"
HLP_DATE TYPE="Date formatting used in frontend and backend. It's possible to use custom formats or predefined format."
USE COMPONENT TRANSLATION CONSTANTS="Use predefined formats."
USE CUSTOM FORMAT="Use custom formats"
LONG DATE="Long format"
HLP_DATE LONG="Long format containing date and time (day/month/year/hour/minutes)."
NORMAL DATE="Normal format"
HLP_DATE NORMAL="Normal format containing only date (day/month/year)."
DAY DATE="Format daily/weekly calendar"
HLP_DATE DAY="Format used in daily/weekly calendar as caption of day. Should contain short value of day and month without year."
DAY DATE SHORT="Format monthly calendar"
HLP_DATE DAY SHORT="Format used in monthly calendar as caption of day. Should contain short value of day and month without year."
TIME="Time"
HLP_TIME="Format used for displaying time, for example, in weekly or daily calender. Should contain only hours and minutes"
HLP_JPG QUALITY="Quality of JPG thumbnails. Use integer value between 75-100. 75 is maximum compression but lowest quality. 100 is maximum quality but bigest file size."
PNG QUALITY="PNG quality"
HLP_PNG QUALITY="Quality of PNG thumnails. 0 is without compression. 9 is maximum compression."
PNG FILTER="PNG filter"
HLP_PNG FILTER="Filter for PNG thumnails."
PNG NO="- OFF -"
PNG NONE="NONE"
PNG SUB="SUB"
PNG UP="UP"
PNG AVG="AVG"
PNG PAETH="PAETH"
PNG ALL="ALL"
 
; Calendars
 
FIRST WEEK DAY="Starting week day"
HLP_FIRST WEEK DAY="Allows to choose which day will be display in calendars first."
MONDAY="Monday"
SUNDAY="Sunday"
DISPLAY QUICK NAVIGATOR="Display quick navigator"
HLP_DISPLAY QUICK NAVIGATOR="Display select box or popup calendar to quick navigation between calendar pages."
CALENDAR DEEP MONTH="Upcoming months"
HLP_CALENDAR DEEP MONTH="Number of months form current date to future which are allowed displaying in calendar."
CALENDAR DEEP WEEK="Upcoming weeks"
HLP_CALENDAR DEEP WEEK="Number of weeks form current date to future which are allowed displaying in calendar."
CALENDAR DEEP DAY="Upcoming days"
HLP_CALENDAR DEEP DAY="Number of days form current date to future which are allowed displaying in calendar."
SET DEFAULT CALENDAR="Set default calendar. This calendar is displayed to customer when first opens object page. From default calendar customer can switch to other available calendars."
AVAILABLE CALENDARS="Other available calendars. If calendar is set as default, it cannot be set as available. For this reason option is disabled."
USE SHORTEST INTERVAL="Use for intervals in calendar shortest interval from displayed reservation types. For example, if in calendar are two reservation types, first for 1 hour interval and second for 3 hours interval and this option is switched off, then for first type are displayed 1 hour length boxes and for second type 3 hours length boxes. If option is switch on, then are in calendar only 1 hour length boxes for both types. If calendar is not set as default or available, this option is disabled."
SELECT DATE="Select date"
OPEN TIME PICKER="Open time picker"
 
; Calendar future deep
 
FUTURE MONTHS TO SHOW="Number of future months"
HLP_CALENDAR SHOW MONTHS="Number of month in future to show in monthly calendar (allowed listing to future)."
NUMBER OF MONTHS="Number of months"
HLP_NUMBER OF MONTHS="Number of months on one page in object detail."
FUTURE WEEKS TO SHOW="Number of future weeks"
HLP_CALENDAR SHOW WEEKS="Number of week in future to show in weekly calendar (allowed listing to future)."
FUTURE DAYS TO SHOW="Number of future days"
HLP_CALENDAR SHOW DAYS="Number of days in future to show in days calendar (allowed listing to future)."
BOOK CURRENT DAY="Book current day"
HLP_BOOK CURRENT DAY="Allow to book also current day (for daily reservation type)"
NIGHTS STYLE="Nights style"
HLP_STYLE LABELS="Style of nights labels in monthly calendar if night booking is used (hotel). You can use Mon/Tue - they're both days which night covers or Mon - it's day when night starts."
MON="Mon"
MON/TUE="Mon/Tue"
 
; FRONTEND - OBJECTS LIST
FRONTEND - OBJECTS LIST="Objects"
IMAGE PATH="Images Path"
HLP_IMAGE PATH="Path to images folder, relative to Joomla! root directory."
SHOW THUMBNAILS="Display Thumbnails"
HLP_SHOW THUMBNAILS="Display thumbnails in objects list, if object image is available."
THUMBNAIL WIDTH="Thumbnail Width"
THUMBNAIL HEIGHT="Thumbnail Height"
SHOW INTROTEXT="Display Intro text"
HLP_SHOW INTROTEXT="Display intro text in objects list, if available."
DISPLAY PROPERTIES="Display properties"
HLP_DISPLAY PROPERTIES="Display object template properties."
INTROTEXT LENGTH="Introtext Length"
HLP_INTROTEXT LENGTH="If set, defines length to what an introtext will be croped."
DISPLAY FILTER="Display filter"
HLP_DISPLAY FILTER="Display filter in objects list with properties marked as filterable in template setting."
DISPLAY PAGINATION="Display pagination"
HLP_DISPLAY PAGINATION="If switched on, objects list displays pagination with select limit box. If objects total is less then minimum limit box option, limit box is not displayed. If switched off, all objects are displayed on one page without pagination."
DEFAULT PAGINATION="Default pagination"
HLP_DEFAULT PAGINATION="Default limit set in items pagination."
PAGINATION START="Pagination start"
HLP_PAGINATION START="Default option in start select box"
DISPLAY BOOKIT BUTTON="Display Book it button"
HLP_DISPLAY BOOKIT BUTTON="Displays Book it button in object list as link to the detail object page."
SUBJECTS CALENDAR="Monthly calendars"
HLP_SUBJECTS CALENDAR="Displays list of small monthly calendars for each object. Start month and number of list you can set in next fields. Reserved days are showed in gray. It is quick information for customer which days are free."
SUBJECTS CALENDAR SKIN="Monthly cals. skin"
HLP_SUBJECTS CALENDAR SKIN="Calendars optional skin."
CALENDAR SKIN SKYBLUE="Skyblue"
CALENDAR SKIN WEB="Web"
CALENDAR SKIN OMEGA="Omega"
SUBJECTS CALENDAR START="Monthly cals. start"
HLP_SUBJECTS CALENDAR START="Value to shift of first month in calendar from current. I there is 0, then first is current month. If there is 1, then first is next month. For example: now is March and start is 3, then June is first month."
SUBJECTS CALENDAR DEEP="Monthly cals. deep"
HLP_SUBJECTS CALENDAR DEEP="Number of months in list from first. For example: now is March, calendar start is 2, months number is is 3. In calendar will be May, June and July."
SUBJECTS WEEK="Weekly calendars"
HLP_SUBJECTS WEEK="Weekly calendar for each object in the list. Engaged days are highlighted."
SUBJECTS WEEK DEEP="Weekly cals. deep"
HLP_SUBJECTS WEEK DEEP="Number of days to future."
 
; FRONTEND - OBJECTS DETAIL
FRONTEND - OBJECT DETAIL="Object"
SHOW IMAGE="Show Image"
HLP_SHOW IMAGE="Show object main image at detail page."
IMAGE WIDTH="Image Width"
IMAGE HEIGHT="Image Height"
HLP_IMAGE WIDTH="Object main image width. If width is not set and set is height, width is computed automatically."
HLP_IMAGE HEIGHT="Object main image height. If height is not set and set is width, height is computed automatically."
SHOW PHOTOGALLERY="Display photo gallery"
HLP_SHOW PHOTOGALLERY="Display photo gallery with object images."
PHOTOGALLERY POSITION="Photo gallery position"
HLP_PHOTOGALLERY POSITION="If position of photo gallery is above or below description"
TOP="Above"
BOTTOM="Below"
PHOTOGALLERY STYLE="Photo gallery style"
HLP_PHOTOGALLERY STYLE="Style of photo gallery look."
SLIDESHOW="Slideshow"
SQUARES="Squares"
GALLERY THUMB WIDTH="Thumbnail width"
HLP_GALLERY THUMB WIDTH="Thumbnail width in pixels. If width is not set and height is set, width is computed automatically."
GALLERY THUMB HEIGHT="Thumbnail height"
HLP_GALLERY THUMB HEIGHT="Thumbnail width in pixels. If height is not set and width is set, height is computed automatically."
GALLERY PREVIEW WIDTH="Preview width"
HLP_GALLERY PREVIEW WIDTH="Preview width in pixels. If width is not set and height is set, width is computed automatically."
GALLERY PREVIEW HEIGHT="Preview height"
HLP_GALLERY PREVIEW HEIGHT="Preview height in pixels. If height is not set and width is set, height is computed automatically."
SHOW PROPERTIES="Show Properties"
HLP_SHOW PROPERTIES="Show object properties (defined in template parameters)"
AS TABLE WITH TEXTS="table"
AS ICON LIST="icon list"
AS TEXT LIST="text list"
DISPLAY BACK LINK="Display back link"
HLP_DISPLAY BACK LINK="Display back link to parent object (if exists)"
TEXT POSITION="Description position"
HLP_TEXT POSITION="Position of complete object description."
BELOW IMAGE="below main image"
BELOW PROPERTIES="below properties"
PRICES LAYOUT="Prices layout"
HLP_PRICES LAYOUT="A style of section with prices, deposits and discounts."
DETAILED LIST="Detailed list"
BRIEF LEGEND="Brief legend"
 
; NOTIFICATION - COMMON
SEND E-MAILS="Send E-mails"
HLP_SEND E-MAILS="Whether send notification e-mails to customers, admins or both."
TO E-MAILS="To e-mail(s)"
HLP_TO E-MAILS="Where to send notification e-mail(s). More e-mail addresses must be separated by comma."
FROM NAME="From Name"
HLP_FROM NAME="Notification E-mail from name."
E-MAIL SUBJECT CUSTOMER="E-mail subject (customer)"
HLP_E-MAIL SUBJECT CUSTOMER="Subject of notification e-mail sent to customer."
E-MAIL SUBJECT ADMIN="E-mail subject admin"
HLP_E-MAIL SUBJECT ADMIN="Subject of notification e-mail sent to administrator."
E-MAIL FORMAT="E-mail Format"
HLP_E-MAIL FORMAT="Format of the notification e-mail."
PLAIN TEXT="plain text"
HTML="HTML"
E-MAIL BODY CUSTOMER="E-mail body (customer)"
HLP_E-MAIL BODY CUSTOMER="Body of notification e-mail for customer."
E-MAIL BODY ADMIN="E-mail body (admin)"
HLP_E-MAIL BODY ADMIN="Body of notification e-mail for administrator."
 
; NOTIFICATION - REGISTRATION
NOTIFICATION - REGISTRATION="Notification - Register"
HLP_SEND REGISTRATION E-MAILS="Whether send registration e-mails to customer, admin or both."
REGISTRATION E-MAIL BODY INFO="<b>Usable Transcriptions Marks in Notification Bodies</b><table><tr><td>{REGISTRATION DATE}</td><td>Registration date</td></tr><tr><td>{USERNAME}</td><td>Username</td></tr><tr><td>{PASSWORD}</td><td>Password</td></tr><tr><td>{E-MAIL}</td><td>E-mail</td></tr><tr><td>{NAME}</td><td>Full name</td></tr><tr><td>{COMPANY}</td><td>Company</td></tr><tr><td>{ADDRESS}</td><td>Full address</td></tr><tr><td>{TELEPHONE}</td><td>Telephone</td></tr><tr><td>{FAX}</td><td>Fax</td></tr></table><p>Adding extra field value into e-mail body: <b>{FIELD NAME}</b> E.G. <b>Passport NO: {PASSPORT NO}</b></p>"
 
; NOTIFICATION - RESERVATION
NOTIFICATION - RESERVATION="Notification - Booking"
HLP_SEND RESERVATION E-MAILS="Whether send reservation e-mails to customer, admin or both."
RESERVATION E-MAIL BODY INFO="<b>Usable Transcriptions Marks in Notification Bodies</b><table><tr><td>{OBJECTS}</td><td>Enclosing marks for reserved object.</td></tr><tr><tr><td>&nbsp;&nbsp;{OBJECT TITLE}</td><td>Reserved Object Title</td></tr><tr><td>&nbsp;&nbsp;{DATE}</td><td>Reservation Date</td></tr><tr><td>&nbsp;&nbsp;{PRICE}</td><td>Full Object Price (without supplements)</td></tr><tr><td>&nbsp;&nbsp;{PRICEWITHSUPPLEMENTS}</td><td>Full Object Price with supplements</td></tr><tr><td>&nbsp;&nbsp;{DEPOSIT}</td><td>Full Object Deposit</td></tr><tr><td>&nbsp;&nbsp;{TAX}</td><td>Tax</td></tr><tr><td>&nbsp;&nbsp;{SUPPLEMENTS}</td><td>Supplements list</td></tr><tr><td>&nbsp;&nbsp;{QUANTITY}</td><td>Reserved object capacity</td></tr><tr><td>{/OBJECTS}</td><td></td></tr><tr><tr><td>{FULLPRICE}</td><td>Overall reservation price</td></tr><tr><tr><td>{FULLDEPOSIT}</td><td>Overall reservation deposit</td></tr><tr><td>{FULLTAX}</td><td>Full Tax</td></tr><tr><tr><td>{NAME}</td><td>Full name</td></tr><tr><td>{COMPANY}</td><td>Company</td></tr><tr><td>{E-MAIL}</td><td>E-mail</td></tr><tr><td>{ADDRESS}</td><td>Full address</td></tr><tr><td>{TELEPHONE}</td><td>Telephone</td></tr><tr><td>{FAX}</td><td>Fax</td></tr><tr><td>{PAYMENT}</td><td>Payment method</td></tr></table><p>Adding extra field value into e-mail body: <b>{FIELD NAME}</b> E.G. <b>Passport NO: {PASSPORT NO}</b></p>"
 
; NOTIFICATION - RESERVATION STATUS CHANGE
NOTIFICATION - RESERVATION STATUS CHANGE="Notification - Reservation Status Change"
HLP_SEND STATUS CHANGE E-MAILS="Whether send reservation status change e-mails to customer."
RESERVATION CHANGE E-MAIL BODY INFO="<b>Usable Transcriptions Marks in Notification Bodies</b><table><tr><td>{STATUS}</td><td>Status value</td></tr><tr><td>{OBJECTS}</td><td>Enclosing marks for one reserved object</td></tr><tr><tr><td>&nbsp;&nbsp;{OBJECT TITLE}</td><td>Reserved Object Title</td></tr><tr><td>&nbsp;&nbsp;{DATE}</td><td>Reservation Date</td></tr><tr><td>&nbsp;&nbsp;{PRICE}</td><td>Full Object Price without supplements</td></tr><tr><td>&nbsp;&nbsp;{PRICEWITHSUPPLEMENTS}</td><td>Full Object Price with supplements</td></tr><tr><td>&nbsp;&nbsp;{DEPOSIT}</td><td>Full Object Deposit</td></tr><tr><td>&nbsp;&nbsp;{SUPPLEMENTS}</td><td>Supplements list</td></tr><tr><td>&nbsp;&nbsp;{QUANTITY}</td><td>Reserved object capacity</td></tr><tr><td>{/OBJECTS}</td><td></td></tr><tr><tr><td>{FULLPRICE}</td><td>Overall reservation price</td></tr><tr><tr><td>{FULLDEPOSIT}</td><td>Overall reservation deposit</td></tr><tr><tr><td>{NAME}</td><td>Full name</td></tr><tr><td>{COMPANY}</td><td>Company</td></tr><tr><td>{E-MAIL}</td><td>E-mail</td></tr><tr><td>{ADDRESS}</td><td>Full address</td></tr><tr><td>{TELEPHONE}</td><td>Telephone</td></tr><tr><td>{FAX}</td><td>Fax</td></tr><tr><td>{PAYMENT}</td><td>Payment method</td></tr></table><p>Adding extra field value into e-mail body: <b>{FIELD NAME}</b> E.G. <b>Passport NO: {PASSPORT NO}</b></p>"
 
; INFORMATION ABOUT CHANGING RESERVATION STATUS
RESERVATION ACCEPTED="Booking accepted."
RESERVATION DEPOSIT RECEIVED="Booking deposit received."
RESERVATION DEPOSIT NOT RECEIVED="rBooking deposit not received."
RESERVATION CANCELLED="Booking cancelled."
 
MISSING ITEM="%s is missing at item %s"
RESERVED ITEMS NOT DELETED="Reserved items %s not deleted"
ITEM NOT SAVED="Item %s not saved"
 
; TERMS
ACCEPT TERMS OF CONTRACT="Accept Terms of Contract"
HLP_ACCEPT TERMS OF CONTRACT="If customer must accept Terms of Contract before reservation."
ACCEPT TERMS OF PRIVACY="Accept Terms of Privacy"
HLP_ACCEPT TERMS OF PRIVACY="If customer must accept Terms of Privacy before reservation."
 
; UPGRADE
UPGRADE="Upgrade"
ARTIO DOWNLOAD ID="ARTIO Download ID"
 
CONFIGURATION CANCELLED="Configuration cancelled"
 
 
; CONFIRM MESSAGES
ARE YOU SURE?="Are you sure?"
COMPULSORY ITEMS="Compulsory items"
 
; objects list
 
EMPTY OBJECT LIST INFO="In database isn't any object to reservation.<br/>Create first by click on button New."
OBJECTS FILTER="Objects filter"
LIST OF OBJECTS="List of objects"
;msg in table column if cannot load object template name
NOT FOUND="not found"
;page header
OBJECTS MANAGER="Objects Manager"
;msg if objects table is empty
NO ITEMS FOUND.="No items found."
;title text on link to edit object
EDIT OBJECT="Edit Object"
APPEND OBJECT="By clicking you select this object"
COPIED OBJECTS="Copied %d objects"
COPY MARK=" (copy)"
 
;list table columns
TITLE="Title"
TEMPLATE="Template"
STATE="State"
ORDER="Order"
ACCESS LEVEL="Access level"
HITS="Hits"
ID="Id"
 
;object publish info
OBJECT PUBLISH UP="Publish up: %s"
OBJECT PUBLISH DOWN="Publish down: %s"
OBJECT PUBLISH UP INFINITY="Publish up infinite"
OBJECT PUBLISH DOWN INFINITY="Publish down infinite"
PUBLISH INFORMATION="Publish information"
ITEM IS CHECKED="Item is checked"
 
;filters default labels
SELECT PARENT="select parent"
SELECT TEMPLATE="select template"
NEW TEMPLATE="New Template"
 
;toolbar
EMPTY TRASH="Empty Trash"
UNARCHIVE="Unarchive"
ADD %S=Add %s
TOOLTIP="Tooltip"
 
;glossary
PENDING="Pending"
CURRENT="Current"
EXPIRED="Expired"
UNUBLISHED="Unpublished"
ARCHIVED="Archived"
TRASHED="Trashed"
 
;messages
SUCCESSFULLY PUBLISHED="Successfully published"
SUCCESSFULLY UNPUBLISHED="Successfully unpublished"
SUCCESSFULLY ARCHIVED="Successfully archived"
SUCCESSFULLY UNARCHIVED="Successfully unarchived"
SUCCESSFULLY TRASHED="Successfully trashed"
SUCCESSFULLY RESTORED="Successfully restored"
SUCCESSFULLY SAVED ORDER="Successfully saved order"
SUCCESSFULLY MOVED ITEM="Successfully moved item"
SUCCESSFULLY SET ACCESS="Successfully set access"
SUCCESSFULLY="Successfully %s"
 
PUBLISH FAILED="Publish failed"
UNPUBLISH FAILED="Unpublish failed"
ARCHIVE FAILED="Archive failed"
UNARCHIVE FAILED="Unarchive failed"
TRASH FAILED="Trash failed"
RESTORE FAILED="Restore failed"
ORDER SAVE FAILED="Order save failed"
ITEM MOVE FAILED="Item move failed"
SET ACCESS FAILED="Set access failed"
FAILED="%s failed"
 
YOU CAN ONLY SELECT PARENTS SUBJECTS FOR SUBJECTS LIST="You can only select parent objects for objects list"
 
 
; create new object
 
NEW OBJECT="New object"
 
 
 
USE EXIST TEMPLATE="Use existing template"
 
EXIST TEMPLATES="Existing templates"
 
NO TEMPLATES FOUND. YOU MUST CREATE NEW OBJECT WITH NEW TEMPLATE. CLICK ON BUTTON NEW TEMPLATE.="No templates found. You must create new object with new template. Click on button new template."
SELECT EXISTING TEMPLATE AND CLICK ON BUTTON USE EXIST TEMPLATE OR CLICK ON BUTTON NEW TEMPLATE.="Select existing template and click on button use existing template or click on button new template."
 
YOU MUST SELECT TEMPLATE="You must select Template"
 
; edit object page
 
OBJECT="Object"
 
;name of main groups fields
DETAILS="Details"
PROPERTIES="Properties"
RESERVATION TYPES="Booking types"
RESERVATION TYPE="Booking type"
PRICES="Prices"
 
;details fields names
ALIAS="Alias"
ALIAS INFO="Alias is used for creating <strong>SEF URLs</strong>. <strong>You needn't to set it</strong>. After saving object, it is creating automatically. After publishing object <strong>isn't recomended to change it</strong>, because it changes also SEF URL, which is indexed by locators (<strong>Google</strong>)."
PARENT="Parent"
PARENT INFO="Objects can be <strong>organized into tree structure</strong>. Every object <strong>by default setting</strong> is on top level (<strong>-ROOT-</strong>), but can be assigned as child of existing object. Then parent object is turned to be <strong>only category</strong> containing others objects. Is possible to reserve only objects on <strong>structure end</strong> which <strong>haven't any childrens</strong>. If you <strong>move objects</strong> in structure and move object from <strong>-ROOT-</strong> position to child position, then all his childs are are set as <strong>roots</strong>. Otherwise tree structure can be broken."
FILES INFO="You can set files available to subject. At each file you can specify, if it will be <strong>downloadable at subject detail</strong> and if <strong>will be sent to customer</strong> along with reservation e-mail. If using e-mail option, make sure reservation e-mails to customers are enabled."
DISPLAY ON FRONTEND="Display on frontend"
SEND WITH RESERVATION="Send with reservation"
PUBLISHED="Published"
PUBLISH UP="Publish up"
PUBLISH DOWN="Publish down"
PUBLISH INTERVAL="Publish interval"
PUBLISH INTERVAL INFO="If is set <strong>publish down and publish up</strong>, object is published <strong>only in this interval</strong>. If is set only one of this items, interval is limited only for it. For example: if set only <strong>publish up</strong> and <strong>publish down</strong> is empty, object is published from <strong>publish up</strong> to <strong>infinite</strong>. If no publish information is specified, object is published <strong>permanently</strong>."
TOTAL CAPACITY="Total capacity"
TOTAL CAPACITY INFO="When total capacity is set and bigger then 1, customer can select booking capacity. Remember also to see <strong>Mutliply capacity</strong> setting at <strong>Prices</strong> and <strong>Supplement</strong> tab to specify if prices will be multiplied by reserved capacity or stays constant."
ORDERING="Ordering"
ORDERING INFO="Is possible to order only in <strong>one structure on one level</strong>. Order is available after first saving. From list select <strong>first or last item</strong>. Second way is select one from other objects <strong>after it object ill be ordered</strong>."
ACCESS="Access"
ACCESS INFO="With access <strong>Public</strong>, object can see <strong>all page visitors</strong>. With access <strong>Registered</strong>, only logged users of <strong>type Registered and higher</strong> will se it. With access <strong>Special</strong>, only logged users of <strong>type Author and higher</strong> will se it."
HITS INFO="Number of object detail page displays. You can reset value to zero by clicking reset button."
DESCRIPTION="Description"
META KEYWORDS="Meta keywords"
META KEYWORDS INFO="Meta keywords are placed in webpage head and are important for SEO (indexed by search robots like Google). They are several important words (5-7) describing object separated by commas."
META DESCRIPTION="Meta description"
META DESCRIPTION INFO="Meta description is placed in webpage head and is important for SEO (indexed by search robots like Google). It consists of several important sentences describing object (arounf 100 signs)."
 
;save as new template dialog
SAVE AS NEW TEMPLATE="Save as new template"
NEW TEMPLATE NAME="New template name"
STORNO="Storno"
SAVE AS NEW TEMPLATE INFO="After object save, new template will be generated with this name."
 
;change template dialog
CHANGE="Change"
CHANGE TEMPLATE="Change template"
CHANGE TEMPLATE INFO="Choose template from select box and click on change button. Object template will be changed and properties which were saved for this object with previous template will be deleted."
 
;rename template dialog
RENAME="Rename"
RENAME TEMPLATE="Rename template"
RENAME TEMPLATE INFO="After object save, template will be renamed to this name."
 
;delete template dialog
DELETE="Delete"
DELETE TEMPLATE="Delete template"
DELETE TEMPLATE INFO="After deleting template, all template data will be removed and in objects which have set this template will be template set to none."
 
;template javascript
;create field
CHOOSE PROPERTY TYPE="Choose property type"
TEXT BOX="Text Box"
TEXT AREA="Text Area"
SELECT BOX="Select Box"
RADIO BUTTONS="Radio Buttons"
CHECK BOX="Check Box"
CREATE="Create"
CANCEL="Cancel"
MOVE PROPERTY UP="Move property up"
MOVE PROPERTY DOWN="Move property down"
 
;properties table
PROPERTY="Property"
FIELD="Field"
TOOLS="Tools"
 
;edit field
ADD TITLE="Add title"
GLOSSARY="Glossary"
CONFIG="Config"
SEARCHABLE="Searchable"
FILTERABLE="Filterable"
ADD AT LEAST TWO OPTIONS="Add at least two options"
 
;select-one type field
OPTIONS="Options"
ADD OPTIONS. EVERY MUST BEGIN ON NEW LINE.="Add at least two options. Every option must begin on new line."
 
CALENDARS="Calendars"
CALENDARS TOPINFO="Choose calendars, which are <strong>available</strong> to customers to <strong>make reservations</strong>. In column <strong>Default</strong> choose one calendar, which is used as default. This means during first page open user see this calendar and he <strong>can switch to others</strong>. In column <strong>Available</strong>, choose other calendars to be able to switch from default calendar. Calendars choose by used reservation types. For hourly reservation type have sense only <strong>daily and weekly</strong> calendars, because in <strong>monthly</strong> are displaying only <strong>daily</strong> reservations. You must choose <strong>at least default</strong> calendar, because reservations are available only by calendar."
DAILY CALENDAR="Daily calendar"
MONTHLY CALENDAR="Monthly calendar"
WEEKLY CALENDAR="Weekly calendar"
DAILY CALENDAR DESCRIPTION="Display available reservations in one specific day. With other days navigation. Useful for <strong>hourly</strong> reservation type."
MONTHLY CALENDAR DESCRIPTION="Display available reservations in specific month. With nother months navigation. Useful for <strong>daily</strong> reservation type."
WEEKLY CALENDAR DESCRIPTION="Display available reservations in specific week. With other weeks navigation. Useful for <strong>hourly and daily</strong> reservation type."
 
DEFAULT="Default"
AVAILABLE="Available"
DEFAULT CALENDAR="Default calendar"
EDIT TEMPLATE="Edit template"
SHORTEST INTERVAL="Shortest interval"
 
 
 
 
 
;reservation types
 
RESERVATION TYPES TOP INFO="You create reservation type by click on button <strong>Add</strong>. Available are <strong>hourly and daily types</strong>. Both types have <strong>title</strong> (eventually description). Hourly type have <strong>service time unit of one hour</strong> in minutes and eventually <strong>gap time</strong> (in minutes too) between single hours. After creating reservation types and <strong>saving full object</strong>, you can in <strong>bookmark Prices</strong> create prices for particular reservation types. <strong>Compulsory values</strong> are marked by star."
 
CAPACITY UNIT="Capacity unit"
TIME UNIT="Time unit [min]"
GAP TIME="Gap time [min]"
SPECIAL OFFER="Special offer"
HOURLY="Hourly"
DAILY="Daily"
 
EMPTY RESERVATION TYPES LIST="No reservation type created.<br/> Click on button Add to create first."
 
DISPLAY ONLY ONE RTYPE="Use one type"
DISPLAY ONLY ONE RTYPE INFO="If switched on, in calendars on frontend is allowed only one of reservation type at one time. Customer can switch between reservation types by radio button."
 
MIN RTYPE LIMIT="Min. interval [min]"
MIN RTYPE LIMIT INFO="Minimum reservation interval length in minutes."
USE FIX SHEDULE="Fix shedule"
USE FIX SHEDULE INFO="Use fix shedule of time intervals from and to. If option not set, shedule is displayed according to the longest available reservations interval. If specified, is displayed whole schedule, event if tehre are no available reservation types at that time."
DISPLAY CAPACITY="Display capacity"
DISPLAY CAPACITY INFO="Display in calendar available object capacity."
NIGHT BOOKING="Night booking"
NIGHT BOOKING INFO="If use reservation per night (hotels). Option <strong>From</strong> is reservation start time first accommodation day. Option <strong>To</strong> is reservation end time last accommodation day."
 
; reservation type limits
MIN LIMIT="Min. limit"
MIN LIMIT INFO="Reservation type minimum allowed number of units (day for daily type or time unit for hourly type) for one reservation."
MAX LIMIT="Max. limit"
MAX LIMIT INFO="Reservation type maximum allowed number of units (day for daily type or time unit for hourly type) for one reservation."
FIX LIMIT="Fix. limit"
FIX LIMIT INFO="Fixed limit for reservation as number of units (day for daily type or time unit for hourly type). This options makes sense if value is higher then 1. For example: when you set value 7 and customer clicks on check in date/time, calendar automatically selects check out date in 7 days/hours length. If you use fixed limit then mimimum and maximum limit settings are ignored."
FIX FROM="Fix. from"
FIX FROM INFO="Restriction for starting day of reservation. If selected, only that day can be used for reservation start. With combination of Fix. limit setting, you can make compulsory week reservation. (For example, you set fixed limit for 7 days and fixed from Monday. Then customer can book only whole week from Monday to Sunday.) This setting is <b>only for daily type</b>."
BOOK FIX LIMIT TO THE PAST INFO="Allow reserve fix limit if has been started in the past. <b>Only daily type.</b>"
BOOK FIX LIMIT TO THE PAST="Fix to the past"
 
RESERVING="Reserving"
RESERVING INFO="<p><strong>Exclusive</strong> it's possible select only one interval</p><p><strong>Chain</strong> more reservations are chaining</p><p><strong>Overlap</strong> more reservations can overlap</p>"
RESERVING EXCLUSIVE="Reserving exclusive"
RESERVING CHAIN="Reserving chain"
RESERVING OVERLAP="Reserving overlap"
 
RESERVATION TYPE HOURLY LABEL="%s (hourly)"
RESERVATION TYPE DAILY LABEL="%s (daily)"
TYPE="Type"
 
;prices
 
PRICES TOP INFO="For creating prices, you must first create <strong>reservation types</strong> and save object. Is available two types: for <strong>hourly or daily</strong> reservations. Both types must have <strong>price value</strong> (eventually deposit) and <strong>date range</strong>. <strong>Hourly reservations</strong> must have moreover <strong>time range</strong>. For creating <strong>new price</strong>, you must click on button <strong>Add</strong>. Firstly you must <strong>choose</strong> one of current reservation types and then are others items activated. Prices for one reservation type <strong>can't overlap</strong>. If yes, is used only <strong>first found</strong> and others are ignored. <strong>Compulsory items</strong> are marked by star."
 
SINGLE DEPOSIT="Single deposit"
SINGLE DEPOSIT INFO="If use single deposit for full reservation. If is set, value deposits in prices are ignored and used is only this value."
DEPOSIT="Deposit"
DEPOSIT MULTIPLY="Deposit<br/>multiply"
DEPOSIT MULTIPLY INFO="Mutliply deposit by reservation time."
RESERVATION EXPIRATION="Reservation Expiration"
DEPOSIT MUST BE PAID BEFORE="Deposit must be paid before"
NO EXPIRATION="no expiration"
BEFORE BOOKED EVENT="before booked event"
INSTANT EXPIRATION FOR ONLINE PAYMENT="instant expiration for online payment only"
DISABLED="Disabled"
ONLINE PAYMENT ONLY="Online Payment Only"
AFTER RESERVATION="After Reservation"
BEFORE BOOKING="Before Booking"
HOURS="Hours"
DAYS="Days"
SELECT="Select"
REZERVATION TYPE="Booking Type"
DATE RANGE="Date Range"
SETTINGS ONLY FOR HOURLY RESERVATION TYPES="Settings only for hourly reservation types"
TIME RANGE ONLY FOR HOURLY TYPE="Time range (only for hourly reservation type)"
DAYS AVAILABILITY="Days Availability"
VALUE="Value"
MULTIPLY CAPACITY="Multiply capacity"
PRICE MULTIPLY CAPACITY INFO="Multiply price value by reserved object capacity. If not checked, price will be same no matter of reserved object quantity (but is still multiplied by reserved time units)."
DEPOSIT MULTIPLY CAPACITY INFO="Multiply deposit by reserved object capacity. If not checked, deposit will be same no matter of reserved object quantity."
BOOK OVER TIMELINESS="Book over timeliness"
BOOK OVER TIMELINESS INFO="If disabled, you can select interval only in once price. If enabled, you can make reservation over more prices (but with same reservation type)."
UNIT COUNTS="Unit<br/>Counts"
TIME UNIT COUNTS INFO="Minimal number of <b>time units</b> (hours or days) for apply matching discount"
UNIT DISCOUNT="Unit<br/>Discount"
TIME UNIT DISCOUNT INFO="Amount discounted from price"
TIME DISCOUNTS="Time Discount"
TIME DISCOUNTS INFO="Price discounts applied on one item, based on overall reservation time."
SINGLE TIME DISCOUNTS="Single time discounts"
SINGLE TIME DISCOUNTS INFO="Use single time discount for full reservation. If is set, time discounts at prices are <b>ignored</b> and is used these values."
 
ADD RESERVATION TYPES AND APPLY.="For creating prices you must first create some reservation type."
 
EMPTY PRICES LIST="No prices created yet.<br/>Click on button Add to create first."
CHECK THIS DAY IN ALL PRICES="Check this day in all prices"
CHECK ALL DAYS IN THIS PRICE="Check all days in this price"
CHECK ALL DAYS IN ALL PRICES="Check all days in all prices"
 
; supplements
 
SUPPLEMENTS="Supplements"
EMPTY SUPPLEMENTS LIST="Empty supplements list"
LIST="Select from list"
YESNO="Option yes/no"
SUPPLEMENT ONE PRICE="One price"
SUPPLEMENT MORE PRICES="More prices"
SUPPLEMENT NO PRICE="Free"
SUPPLEMENT EMPTY OPTION="use empty option"
SUPPLEMENT CAPACITY="Supplement capacity"
SUPPLEMENT NO CAPACITY="No capacity"
SUPPLEMENT NO CAPACITY INFO="Supplement price <strong>will be constant</strong>, no matter of reserved capacity."
SUPPLEMENT SUBJECT CAPACITY="Multiply by subject capacity"
SUPPLEMENT SUBJECT CAPACITY INFO="Supplement price will be multiplied by <strong>reserved subject capacity</strong>."
SUPPLEMENT MANUAL CAPACITY WITHMULTIPLY="Manual capacity select (price per unit)"
SUPPLEMENT MANUAL CAPACITY WITHMULTIPLY INFO="Supplement quantity can be <strong>manually specified</strong> during reservation. Price will be multiplied by chosen quantity. This can be fitting for example for borrowing additional sporting equipment."
SUPPLEMENT MAX CAPACITY="Maximal capacity"
SUPPLEMENT MAX CAPACITY INFO="Maximum allowed supplement capacity. If set to 0, capacity will not be limited."
MOVE SUPPLEMENT UP="Move supplement up"
MOVE SUPPLEMENT DOWN="Move supplement down"
MULTIPLY SUPPLEMENTS PRICE COUNT UNITS="Multiply supplement's<br/>price for count of<br/>reservation's units<br/>(hours or days)."
 
;messages
SUBJECT EDITING CANCELED="Object editing cancelled"
SUCCESSFULLY SAVED="Successfully saved"
SAVE FAILED="Save failed"
SUCCESSFULLY CHANGED="Successfully changed"
SUBJECT ALREADY HAVE THIS TEMPLATE="Object already has this template"
UNABLE TO CHANGE TEMPLATE="Unable to change template"
SUCCESSFULLY DELETED TEMPLATE="Successfully deleted template"
TEMPLATE DELETE FAILED="Unsuccessfully deleted template"
TEMPLATE EDITING CANCELED="Template editing canceled"
ADD SUBJECT TEMPLATE="Add object template"
TEMPLATES DELETED="Templates deleted"
 
;js messages
ADD SUBJECT TITLE="Add object title"
PUBLISH INTERVAL INVALID="Publish interval has invalid values"
PRICE DATE INTERVAL INVALID="Date range of some price has invalid value (end must be after begining)."
PRICE TIME INTERVAL INVALID="Time range of some price has invalid value (end must be after begining)."
ADD TEMPLATE NAME="Add template name"
TOTAL CAPACITY MUST BE NUMERIC="Add total capacity"
ADD RESERVATION TYPES TITLES="Add Booking types titles"
SELECT IF RESERVATION TYPES ARE HOURLY OR DAILY="Select if reservation types are hourly or daily"
ADD TIME UNIT VALUE="Add time unit value"
ADD PRICES VALUES="Add prices values"
SELECT PRICES RESERVATION TYPES="Select assigned reservation type for each price"
ADD PRICES DATE RANGE="Add prices date range"
ADD PRICES TIME RANGE="Add prices time range"
YOU CANNOT SET SUBJECT AS SELF PARENT="You cannot set object as own parent"
SELECT ITEMS WHICH YOU WANT REMOVE BY CHECK CHECKBOX ON ROW BEGIN="Select items you want to remove by checking box on row start"
ADD SUBJECT RESERVATION MIN. INTERVAL="Add minimal interval length for reservations."
RESERVATION LIMIT INFO="Set limit for number of reservations for number of days. Turn on option <strong>Set reservation limit</strong> to activate fields from (set num of allowed reservations) and number of days for which apply the lmit."
RESERVATION LIMIT="Reservation limit"
SET RESERVATION LIMIT="Set reservation limit"
RESERVATION LIMIT COUNT="Number of allowed reservations"
RESERVATION LIMIT DAYS="for number days"
ADD RESERVATION LIMIT="Add all items for reservation limit"
ADD SUPPLEMENTS TITLES="Add supplements titles"
SELECT SUPPLEMENTS TYPES="Select supplements types"
ADD SUPPLEMENTS OPTIONS="Add supplements options"
ADD SUPPLEMENTS PRICES="Add supplements prices"
ADD CAPTCHA="Add captcha"
 
; templates list
 
TEMPLATES MANAGER="Templates Manager"
EMPTY TEMPLATES LIST INFO="In database aren't any templates.<br/>Template is created together with object or you can create it here."
 
; Admins list
 
ADMINS MANAGER="Administrators Manager"
USER IS ADMIN="User is Admin"
ASSIGN="Assign"
UNASSIGN="Unassign"
ON CLICK YOU CHANGE USER AS NO ADMIN="By clicking you unset User as Admin"
USER IS NO ADMIN="User is not Admin"
ON CLICK YOU CHANGE USER AS ADMIN="By clicking you set User as Admin"
EDIT USER ACOUNT="Edit User Account"
SEND E-MAIL="Send E-mail"
USER IS CUSTOMER="User is Customer"
GROUP="Group"
EMAIL="E-mail"
LIST OF ADMINS="List of admins"
 
; Glossary
 
ADMIN="Admin"
NO ADMIN OR CUSTOMER="No admin or customer"
CUSTOMER CANNOT BE ADMIN="Customer (cannot be admin)"
 
SUCCESSFULLY SETASNOADMIN="Successfully unset as Admin"
SUCCESSFULLY SETASADMIN="Successfully set as Admin"
 
; customers list
 
CUSTOMERS MANAGER="Customers Manager"
LIST OF CUSTOMERS="List of customers"
 
;browse table columns and filter
SURNAME="Surname"
CITY="City"
ADDRESS="Address"
PHONE="Phone"
COUNTRY="Country"
COMPANY="Company"
ACTIVE="Active"
BLOCK="Block"
 
;titles
EDIT CUSTOMER="Edit customer"
EDIT CUSTOMER USER ACOUNT="Edit customer user account"
SEND EMAIL="Send email"
 
;messages
CUSTOMER EDITING CANCELED="Customer editing cancelled"
 
; edit or view customers detail
 
CUSTOMER="Customer"
 
;labels
TITLE BEFORE="Title before"
FIRST NAME="First name"
MIDDLE NAME="Middle name"
TITLE AFTER="Title after"
SYSTEM DATA="System data"
CONTACT="Contact"
USER="User"
USER TYPE="User type"
RESERVATION STATUS AND PAYMENT="Booking Status & Payment"
REGISTER DATE="Register date"
LAST VISIT DATE="Last visit date"
STREET="Street"
ZIP="Post Code"
 
;validing form error messages
ADD FIRST NAME="Add first name"
ADD SURNAME="Add surname"
ADD USERNAME="Add username"
ADD EMAIL="Add email"
ADD VALID EMAIL="Add valid email"
ADD TELEPHONE="Add telephone"
ADD RTYPE="Add Booking type"
PASSWORDS DO NOT MATCH="Passwords do not match"
ADD PASSWORD="Add password"
 
 
; reservations list
 
RESERVATIONS MANAGER="Booking Manager"
 
;browse table columns and filter
CUSTOMER ID="Customer ID"
FROM="From"
TO="To"
PRICE="Price"
CAPACITY="Capacity"
PAID="Paid"
TOTAL PRICE="Total Price"
STATUS="Status"
CANCELLED="Cancelled"
PAYMENT NOT RECEIVED="Payment not received"
PAYMENT RECEIVED="Payment received"
SUBJECT="Object"
TELEPHONE="Phone"
PAY="Pay"
 
;titles
EDIT RESERVATION="Edit Booking"
DISPLAY RESERVATION="Display Booking"
CUSTOMER IS CHECKED="Customer is Checked"
SUBJECT IS CHECKED="Object is Checked"
RESERVATION IS CHECKED="Booking is Checked"
 
RECEIVED="Received"
RESERVED="Reserved"
UNPAID="Unpaid"
DEPOSIT PAID="Deposit Paid"
PAID IN FULL="Paid In Full"
 
CLICK TO MARK AS PAID="Click to mark as paid"
CLICK TO MARK AS DEPOSIT RECEIVED="Click to mark as deposit received"
CLICK TO MARK AS UNPAID="Click to mark as unpaid"
 
CLICK TO MARK AS CANCELLED="Click to mark as cancelled"
CLICK TO MARK AS TRASHED="Click to mark as trashed"
CLICK TO MARK AS ACTIVE="Click to mark as active"
 
;messages
RESERVATION EDITING CANCELLED="Booking editing cancelled"
SUCCESSFULLY MARK UNPAID="Successfully mark as unpaid"
SUCCESSFULLY MARK PAID="Successfully mark as paid"
SUCCESSFULLY MARK ACTIVE="Successfully mark as active"
SUCCESSFULLY CANCELLED="Successfully cancelled"
 
; edit or view reservation detail
 
CREATE NEW RESERVATION INFO="You can select existing customer.<br/>Form will be filled by customer data (name/address)."
NOTE="Note"
RESERVATION="Booking"
DETAIL="Detail"
REGISTRATION="Registration"
 
;titles
DISPLAY CUSTOMER DETAIL="Display customer detail"
DISPLAY SUBJECT="Display object"
SELECT A CUSTOMER="Select a customer"
SELECT A SUBJECTS="Select a objects"
 
; Upgrade
 
ERROR REG CHECK FAIL="It was not possible to check your registration information. The upgrade server may be temporarily down. Please, try again later."
INFO UPGRADE LICENSE EXPIRED="Your upgrading license has expired. You can renew it by making a new order."
INFO UPGRADE NOT ACTIVE="Upgrades for your order have not been activated yet."
NOT ACTIVATED YET="not activated yet"
ERROR DOWNLOAD ID NOT FOUND="Entered Download ID has not been found in database. Please check that the ID is correct. If you think this is an error, please contact support@artio.net."
DOWNLOAD ID NOT SET="Download ID not set"
UPGRADE SOURCE NOT GIVEN.="Upgrade source not given."
UNABLE TO FIND INSTALL PACKAGE.="Unable to find install package. Check temporary folder path and write permissions there."
COULD NOT FIND CURRENT VERSION.="Could not find current version."
THIS PACKAGE DOES NOT CONTAIN ANY UPGRADE INFORMATIONS.="This package does not contain any upgrade informations."
INFO COMPONENT REINSTALL="You have uploaded the package with same version as your current Booking, reinstall instead of upgrade has been initiated"
ERROR CANT UPGRADE="Cannot upgrade.<br />Either your Booking version is up to date or its upgrade is no longer supported"
FILE DOES NOT EXIST IN UPGRADE PACKAGE="File does not exist in upgrade package"
DIRECTORY COULD NOT BE CREATED="Directory could not be created"
DIRECTORY NOT WRITEABLE="Directory not writeable"
FILE NOT WRITEABLE="File not writeable"
UNABLE TO EXECUTE SQL QUERY="Unable to execute SQL query"
COULD NOT DELETE FILE. PLEASE, CHECK THE WRITE PERMISSIONS ON="Could not delete file. Please, check the write permissions on"
COULD NOT REWRITE FILE. PLEASE, CHECK THE WRITE PERMISSIONS ON="Could not rewrite file. Please, check the write permissions on"
COULD NOT FIND SCRIPT FILE="Could not find script file"
COMPONENT SUCCESSFULLY UPGRADED.="Booking successfully upgraded"
ERROR UPGRADE PROBLEM="Errors detected when upgrading Booking. Please check the errors reported above and repeat the upgrade process."
INVALID UPGRADE OPERATION="Invalid upgrade operation"
WARN INSTALL FILE="Submitted file is not a valid installation package."
WARN INSTALL ZLIB="Missing ZIP archive process library."
NO FILE SELECTED="No file selected"
WARN INSTALL UPLOAD ERROR="Error occured during file upgrade."
CONNECTION TO SERVER COULD NOT BE ESTABLISHED.="Connection to server could not be established."
UNABLE TO SAVE INSTALLATION FILE IN TEMP DIRECTORY.="Unable to write uploaded file to temp directory."
YOU WILL OBTAIN THE NON-PAID VERSION OF JOOMSEF. ARE YOU SURE YOU WANT TO USE THE AUTOMATIC UPGRADE FROM SERVER?="You will obtain the non-paid version of Book-it!. Are you sure you want to use the automatic upgrade from server?"
VERSION INFO="Version Info"
INSTALLED VERSION="Installed version"
NEWEST VERSION="Newest version"
REGISTRATION INFO="Registration Info"
COULD NOT RETRIEVE REGISTRATION INFORMATION="Could not retrieve registration information"
DOWNLOAD ID WAS NOT FOUND IN OUR DATABASE.="Download ID was not found in our database."
REGISTERED TO="Registered to"
FREE UPGRADES AVAILABLE UNTIL="Free upgrades available until"
FREE UPGRADES EXPIRED="Free upgrades expired"
UPGRADE FROM ARTIO SERVER="Upgrade From ARTIO Server"
REINSTALL FROM ARTIO SERVER="Reinstall from ARTIO Server"
SERVER NOT AVAILABLE.="Server not available."
UPLOAD PACKAGE FILE="Upload Package File"
PACKAGE FILE="Package File"
UPLOAD FILE="Upload File"
INSTALL="Install"
YOU WILL OBTAIN THE NON-PAID VERSION OF BOOKIT. ARE YOU SURE YOU WANT TO USE THE AUTOMATIC UPGRADE FROM SERVER?="You will obtain the non-paid version of Boo it. Are you sure you want to use the automatic upgrade from server?"
CHANGES IN LAST VERSION="Changes in last version"
COULD NOT RETRIEVE REGISTRATION INFORMATION.="Could not retrieve registration information."
CONTINUE ...="Continue ..."
 
; Menu items
 
;menu item configuration
SELECT PARENT OBJECT="Select parent object"
IF NOT SET WILL BE USE GLOBAL VALUE="If not set, global value will be used"
 
YOU CAN ONLY SELECT PARENT SUBJECTS FOR SUBJECTS LIST="You can only select parent objects for objects list"
YOU CAN ONLY SELECT NO PARENT SUBJECTS FOR SUBJECT DETAIL="You can only select end child objects for object detail"
 
CUSTOMER PROFILE="Customer profile"
CUSTOMER RESERVATIONS="Customer Booking"
VIEWS FOR CUSTOMERS="Views for customers"
 
DETAIL PAGE WITH CUSTOMER PROFILE DATA.="Detail page with customer profile data."
CUSTOMERS RESERVATIONS PAGES.="Customers Booking pages."
CUSTOMERS RESERVATIONS DETAIL LIST PAGE.="Customers Booking detail list page."
 
CUSTOMER RESERVATIONS LIST="Customer rBooking list"
CUSTOMER RESERVATIONS LIST DETAIL PAGE.="Customer Booking list detail page."
 
ADMIN RESERVATIONS LIST="Admin rBooking list"
ADMIN RESERVATIONS LIST DETAIL PAGE.="Admin Booking list detail page."
 
CURRENT RESERVATION="Current Booking"
CURRENT RESERVATION DESC="Page with currently performed Booking stored in session. Checkout page."
 
VIEWS FOR OBJECT="Views for object"
 
OBJECT DETAIL="Object detail"
OBJECT DETAIL PAGE.="Object detail page."
 
VIEWS FOR OBJECTS="Views for objects"
 
OBJECTS LIST="Objects list"
OBJECTS LIST PAGE.="Objects list page."
 
SELECT OBJECT="Select object"
 
 
; Images
 
UPLOAD IMAGE="Upload image"
 
ACTION="ACTION"
 
UPLOAD IMAGE, CLOSE AND SET="Upload image, close and set"
UPLOAD IMAGE AND LEAVE OPEN="Upload image and leave open"
 
INFORMATIONS="Information"
 
AVAILABLE IMAGES="Available Images"
 
IMAGES INFO="You can upload one image or more images packed in zip archive. Select images for insertion to gallery or main image by mouse clicking. Selected image is highlighted with red borders. If you want to delete images, select them and click on delete button."
 
MAIN IMAGE="Main image"
 
MAIN IMAGE INFO="Main image is displayed as part of <strong>object description</strong> and in <strong>objects list</strong>."
 
CLICK ON IMAGES TO SELECT AND CLICK ON BUTTON SAVE SET AND CLOSE OR APPLY ONLY SET. YOU CAN UPLOAD IMAGES NEW TOO.="Click on image(s) to select them and click on save button (to set images and close) or apply (only to set images). You can upload new images too."
SELECT IMAGE="Select image"
 
; Files
 
AVAILABLE FILES="Available Files"
UNABLE CREATE DIRECTORY %S="Unable create directory %s"
SELECT FILE="Select file"
UPLOAD="Upload"
OK="Ok"
NEW DIRECTORY="New directory"
ROOT="Root"
THESE FILES WILL BE SENT TO CUSTOMER ALONG WITH RESERVATIN E-MAIL. REMEMBER TO ENABLE RESERVATION E-MAILS TO CUSTOMER IN CONFIGURATION.="These files will be sent to customer in reservatin e-mail. Remember to enable reservation e-mails to customer in configuration."
GALLERY="Gallery"
 
 
 
 
 
 
 
; Version info
 
THIS IS <STRONG>FREE VERSION</STRONG> WITH OBJECTS COUNT <STRONG>LIMITED TO 2</STRONG>="This is <strong>free version</strong> with objects count <strong>limited to 2</strong>"
 
BUY FULL VERSION="Buy full version"
 
OBJECTS COUNT IN FREE VERSION IS LIMITED TO 2. BUY FULL VERSION.="Objects count in free version is limited to 2. Buy full version."
 
 
 
; Payments
LIST OF PAYMENTS="List of payments"
PAYMENTS MANAGER="Payments methods manager"
PAYMENTS="Payment methods"
PAYMENT="Payment method"
PAYPAL E-MAIL="E-mail"
PAYPAL E-MAIL DESC="E-mail addess registered on www.paypal.com for payment."
PAYPAL CURRENCY="Currency"
PAYPAL CURRENCY DESC="Currency registered on www.paypal.com for payment."
PAYPAL TESTING="Testing"
PAYPAL TESTING DESC="Switch testing mode on. Payment will not be send to www.paypal.com, but to www.sandbox.paypal.com."
PAYMENT EDITING CANCELED="Payment editing canceled"
- UNSELECT -="- unselect -"
PAYPAL INFORMATION="Information"
PAYPAL INFORMATION DESC="Additional information"
PAYPAL CODE="Code"
PAYPAL CODE DESC="Unique identification code"
DEFAULT CODE="Code"
DEFAULT CODE DESC="Unique identification code"
DEFAULT INFORMATION="Information"
DEFAULT INFORMATION DESC="Default additional information"
PUBLISH PAYMENT="Published"
PUBLISH PAYMENT INFO="Payment method published. By clicking you can change status to unpublished."
UNPUBLISH PAYMENT="Unpublished"
UNPUBLISH PAYMENT INFO="Payment method unpublished. By clicking you will change status to trashed."
TRASH PAYMENT="Trashed"
TRASH PAYMENT INFO="Payment method trashed. By clicking you change status to published."
EDIT PAYMENT="Edit payment"
UNPUBLISHED="Unpublished"
AMOUNT="Amount"
INVOICE NUM="Invoice number"
SUPPORTED CREDIT CARDS DIVIDED BY ,="Supported credit cards separated by commas (,)"
INVALID CREDIT CARD NUMBER="Invalid credit card number"
MERCHANT CODE="Merchant code"
TRANSACTION TYPE="Transaction type"
CURRENCY CODE="Currency code"
SECRET KEYWORD FOR MAKING PAYMENTS="Secret keyword for making payments"
MONEYBOOKERS PAYMENT EMAIL="Moneybookers payment email"
MONEYBOOKERS.COM SECRET WORD="Moneybookers.com secret word"
MECHANT ID="Mechant id"
GATEWAY LANGUAGE="Gateway language"
CREDIT_CARD_CUSTOM_PHP="<p>For PHP code is available object (instance in property $table) with information about credit card and reservation:</br></br><b>class</b> TableCreditCard <b>extends</b> JTable</br>{</br>&nbsp;&nbsp;&nbsp;&nbsp;<b>var</b> $id = null;</br>&nbsp;&nbsp;&nbsp;&nbsp;<b>var</b> $reservation_id = null;</br>&nbsp;&nbsp;&nbsp;&nbsp;<b>var</b> $card_type = null;</br>&nbsp;&nbsp;&nbsp;&nbsp;<b>var</b> $username = null;</br>&nbsp;&nbsp;&nbsp;&nbsp;<b>var</b> $card_number = null;</br>&nbsp;&nbsp;&nbsp;&nbsp;<b>var</b> $sec_code = null;</br>&nbsp;&nbsp;&nbsp;&nbsp;<b>var</b> $exp_month = null;</br>&nbsp;&nbsp;&nbsp;&nbsp;<b>var</b> $exp_year = null;</br>&nbsp;&nbsp;&nbsp;&nbsp;<b>var</b> $pay_type = null;</br>&nbsp;&nbsp;&nbsp;&nbsp;<b>function</b> __construct($db)</br>&nbsp;&nbsp;&nbsp;&nbsp;{</br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>parent</b>::__construct('#__booking_creditcards', 'id', $db);</br>&nbsp;&nbsp;&nbsp;&nbsp;}</br>}</br></br>This code is executed after save credit card."
 
; Reservations setting
REGISTRATION RESERVATION FIELDS="Registration/reservation fields"
RESERVATION SETTING="Reservation setting"
RESERVATION SETTING INFO="Here you can set fields which customer <strong>has to fill</strong> during <strong>registration or reservation</strong>."
NO HIDE="- hide -"
YES OPTIONAL="show (optional)"
YES COMPULSORY="show (compulsory)"
HLP_TITLE BEFORE="Allow <strong>Title before</strong> in form."
FIRSTNAME="First name"
HLP_FIRSTNAME="Allow <strong>Firstname</strong> in form."
MIDDLENAME="Middle name"
HLP_MIDDLENAME="Allow <strong>Middlename</strong> in form."
HLP_SURNAME="Use <strong>Surname</strong> in form."
HLP_TITLE AFTER="Allow <strong>Title after</strong> in form."
HLP_COMPANY="Allow <strong>Company</strong> in form."
HLP_STREET="Allow <strong>Street</strong> in form."
HLP_CITY="Allow <strong>City</strong> in form."
HLP_COUNTRY="Allow <strong>Country</strong> in form."
HLP_ZIP="Allow <strong>Zip</strong> in form."
HLP_EMAIL="Allow <strong>Email</strong> in form."
HLP_TELEPHONE="Allow <strong>Telephone</strong> in form."
HLP_FAX="Allow <strong>Fax</strong> in form."
HLP_NOTE="Allow <strong>Note</strong> in form. Only at reservation."
SUCCESSFULLY EMPTIED TRASH="Successfully emptied trash"
EMPTY TRASH FAILED="Empty trash failed"
ERR WRITE CONTENTELEMENTS="Directory %s is unwritable. Unable %s %s extensions"
ERR READ CONTENTELEMENTS="Directory %s is unreadable. Unable %s %s extensions"
 
; google maps
GOOGLE MAPS INFO="You can insert Google map into object detail page by two different ways. First: choose option address and add existing address. Address should contain street, city and country. With this option, add width, height (in pixels) and zoom (higher value - higher zoom). Second way is to prepare map at http://maps.google.com/ and insert code from this page into last field code."
JOFF="- off -"
WIDTH="Width"
HEIGHT="Height"
ZOOM="Zoom"
CODE="Code from <a href='http://maps.google.com/' target='_blank'>http://maps.google.com/</a>"
DISPLAY="Display"
ON PAGE="on page"
AT LIGHTBOX="at lightbox"
DISPLAY PROPERTY="Display property at frontend"
 
; extra fields
EXTRA FIELDS="Extra fields"
FIELD ADD="New"
FIELD SAVE="Save"
FIELD CANCEL="Close"
FIELD NAME="Title"
FIELD REQUIRED="Required"
FIELD OPTIONAL="Optional"
FIELD COMPULSORY="Compulsory"
FIELD EDIT="Edit"
FIELD REMOVE="Remove"
 
; locations
LOCATIONS="Locations"
HLP_LOCATIONS="Locations is special supplement when customer can select pick-up and drop-off location and pick-up/drop-off time. It's usable E.G. for car's reservations."
USE LOCATIONS="Use locations"
HLP_USE LOCATIONS="Switch off/on locations using."
LOCATIONS TYPE 1="Set up locations on objects list. On object detail only display."
LOCATIONS TYPE 2="Set up locations on object detail. No display on objects list."
PICKUP LOCATIONS="Pick-up locations"
HLP_PICKUP LOCATIONS="Write every location on single row."
DROPOFF LOCATIONS="Drop-off locations"
HLP_DROPOFF LOCATIONS="Write every location on single row."
 
; weeks ability
EVERY WEEKS="Every weeks"
ONLY EVEN WEEKS="Only even weeks"
ONLY ODD WEEKS="Only odd weeks"
WEEK AVAILABILITY="Week availability"
The topic has been locked.

Re: where to edit the word "reservation" in php etc 11 years, 9 months ago #36901

  • mach
  • OFFLINE
  • Posts: 112
Hello,
you have modified back end translation. You should translate front end file server\language\en-GB\en-GB.com_booking.ini
ARTIO Support Team
The topic has been locked.

Re: where to edit the word "reservation" in php etc 11 years, 9 months ago #36902

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

the frontend title (Reservation detail #) you can edit in:
{project_root}/components/com_booking/views/reservation/tmpl/default.php

The best will be if you copy that file to:
{project_root}/templates/{active_template}/html/com_booking/reservation/default.php

and there you can modify it. It will be not rewritten there by update of the component.
ARTIO Support Team
The topic has been locked.

Re: where to edit the word "reservation" in php etc 11 years, 9 months ago #36921

Thanks! but am a bit confused.
there is only one file there in language\en-GB\en-GB.com_booking.ini
and thats the one i have translated (see above)

Sorry for the confusion but i cant seem to find another one
The topic has been locked.
  • Page:
  • 1
  • 2
User Login Empty