# Copyright 2004 uitags
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.



#####################################
########## DEVELOPER NOTES ##########
#####################################

# Information about property overriding should be placed in this file.
# Information about tags usage should be placed in the TLD file.



################################
########## USER NOTES ##########
################################

# 1.  Messages to be displayed in the browser that are declared here should
#     never contain un-encoded HTML characters. Un-encoded single- and
#     double-quotes mess up JavaScript code.
# 2.  Every property listed in this file is accompanied with a note which
#     either reads "Not overriden" or "Overidden by [tag-name.tag-attribute]".
#     The latter indicates that the property is associated with the specified
#     tag attribute, thus if the attribute is present, its value overrides
#     the property value.



# -----------------------------------------------
# ---------- Common to all custom tags ----------
# -----------------------------------------------
# Not overriden. The context path to prepend to all URLs in this file
# that start with a forward slash "/". If this property is left empty,
# the value of HttpServletRequest.getContextPath() is prepended to such URLs.
# A URL which doesn't start with a forward slash is used as is.
common.context.path=

# Not overriden. External JS file to include. uitags users should provide
# their own URL.
common.js.url=http://www.gani.com.au/uitags/includes/js/uitags.js

# Not overriden. The I18N framework to use.
common.message.finder=net.sf.uitags.tagutil.I18nIgnorantMessageFinder



# ---------------------------
# ---------- timer ----------
# ---------------------------
# Overriden by remind.message. Default message for asking user whether to renew their session.
timer.remind.message=Your session will expire in {0} seconds.

# Not overriden. HTML "class" attribute of the <div> which contains reminder.
timer.timer.css=uiTimer_timer

# Not overriden. Label of session renewal URL.
timer.timer.renewUrl.label=Click to renew session.

# Not overriden. Message to tell user that session has expired.
timer.timer.expired=The session has expired. Please save your work on your computer.

# Not overriden. JavaScript options to use when opening the pop-up session renewal window.
timer.timer.renewWindowOptions=width=300,height=300,scrollbars=yes



# ----------------------------
# ---------- search ----------
# ----------------------------
# Not overriden. JavaScript options to use when opening the pop-up search window.
search.searchWindowOptions=width=300,height=300,scrollbars=yes

# Overriden by searchRequest.searchLabel
search.searchRequest.label=Search
# Overriden by searchRequest.clearLabel
search.searchRequest.clear.label=Clear
# Overriden by searchRequest.class
search.searchRequest.css=uiSearch_searchRequest

# Overriden by quickSearch.label and searchRequest.qSearchLabel
search.quickSearch.label=Quick Search
# Overriden by quickSearch.onFail
search.quickSearch.onFail=Search request select box cannot accept as many results.
# Overriden by quickSearch.class
search.quickSearch.css=uiSearch_quickSearch

# Overriden by searchResult.class
search.searchResult.css=uiSearch_searchResult



# ------------------------------------
# ---------- optionTransfer ----------
# ------------------------------------
# For any property key ending with ".face", if the value ends with
# ".gif", ".png", ".jpg", or ".jpeg", an image button is rendered.

# Overriden by optionTransfer.class
optionTransfer.css=uiOptionTransfer_optionTransfer
# Overriden by category.class
optionTransfer.category.css=uiOptionTransfer_category
# Overriden by source.class
optionTransfer.source.css=uiOptionTransfer_source
# Overriden by target.class
optionTransfer.target.css=uiOptionTransfer_target
# Overriden by transfer.class
optionTransfer.transfer.css=uiOptionTransfer_transfer
# Overriden by transfer.value and transfer.image
optionTransfer.transfer.face=&gt;
# Overriden by transfer.tooltip
optionTransfer.transfer.tooltip=Move selected options to target list
# Overriden by return.class
optionTransfer.return.css=uiOptionTransfer_return
# Overriden by return.value and return.image
optionTransfer.return.face=&lt;
# Overriden by return.tooltip
optionTransfer.return.tooltip=Delete selected options from target list
# Overriden by transferAll.class
optionTransfer.transferAll.css=uiOptionTransfer_transferAll
# Overriden by transferAll.value and transferAll.image
optionTransfer.transferAll.face=&raquo;
# Overriden by transferAll.tooltip
optionTransfer.transferAll.tooltip=Move all options to target list
# Overriden by returnAll.class
optionTransfer.returnAll.css=uiOptionTransfer_returnAll
# Overriden by returnAll.value and returnAll.image
optionTransfer.returnAll.face=&laquo;
# Overriden by returnAll.tooltip
optionTransfer.returnAll.tooltip=Delete all options from target list
# Overriden by sort.class
optionTransfer.sort.asc.css=uiOptionTransfer_sort
# Overriden by sort.value and sort.image
optionTransfer.sort.asc.face=Sort Asc
# Overriden by sort.tooltip
optionTransfer.sort.asc.tooltip=Sort target options ascendingly
# Overriden by sort.class
optionTransfer.sort.desc.css=uiOptionTransfer_sort
# Overriden by sort.value and sort.image
optionTransfer.sort.desc.face=Sort Desc
# Overriden by sort.tooltip
optionTransfer.sort.desc.tooltip=Sort target options descendingly
# Overriden by select.class
optionTransfer.select.all.css=uiOptionTransfer_select
# Overriden by select.value and select.image
optionTransfer.select.all.face=All
# Overriden by select.tooltip
optionTransfer.select.all.tooltip=Select all target options
# Overriden by select.class
optionTransfer.select.invert.css=uiOptionTransfer_select
# Overriden by select.value and select.image
optionTransfer.select.invert.face=Invert
# Overriden by select.tooltip
optionTransfer.select.invert.tooltip=Invert target options selection
# Overriden by shiftDistance.class
optionTransfer.shiftDistance.css=uiOptionTransfer_shiftDistance
# Overriden by shiftDistance.value
optionTransfer.shiftDistance.value=1
# Overriden by shift.class
optionTransfer.shift.up.css=uiOptionTransfer_shift
# Overriden by shift.value and shift.image
optionTransfer.shift.up.face=&uarr;
# Overriden by shift.tooltip
optionTransfer.shift.up.tooltip=Shift options up by certain distance
# Overriden by shift.class
optionTransfer.shift.down.css=uiOptionTransfer_shift
# Overriden by shift.value and shift.image
optionTransfer.shift.down.face=&darr;
# Overriden by shift.tooltip
optionTransfer.shift.down.tooltip=Shift options down by certain distance
# Overriden by shift.class
optionTransfer.shift.first.css=uiOptionTransfer_shift
# Overriden by shift.value and shift.image
optionTransfer.shift.first.face=&uarr;&uarr;
# Overriden by shift.tooltip
optionTransfer.shift.first.tooltip=Shift options to top of the list
# Overriden by shift.class
optionTransfer.shift.last.css=uiOptionTransfer_shift
# Overriden by shift.value and shift.image
optionTransfer.shift.last.face=&darr;&darr;
# Overriden by shift.tooltip
optionTransfer.shift.last.tooltip=Shift options to bottom of the list



# ------------------------------
# ---------- fastTick ----------
# ------------------------------
# Overriden by fastTick.value and fastTick.image. If any of these values end
# with ".gif", ".png", ".jpg", or ".jpeg", an image button is rendered.
fastTick.all.face=All
fastTick.invert.face=Invert
fastTick.range.face=Range

# Overriden by fastTick.class
fastTick.css=uiFastTick_fastTick

# Overriden by fastTick.tooltip
fastTick.all.tooltip=Alternately ticks/unticks all checkboxes.
fastTick.invert.tooltip=Ticks unticked and unticks ticked checkboxes.
fastTick.range.tooltip=Ticks checkboxes that are between pairs of ticked ones.



# --------------------------
# ---------- info ----------
# --------------------------
# For any property key ending with ".face", if the value ends with
# ".gif", ".png", ".jpg", or ".jpeg", an image button is rendered.

# It does not make so much sense to have info.alwaysVisible set
# to "true" by default, thus we don't provide its property here
#
# Overriden by info.class
info.css=uiInfo_info
# Overriden by info.face
info.face=?
# Not overriden. The info button's tooltip.
info.tooltip=Click for more info
# Overriden by info.panelClass
info.panel.css=uiInfo_panel
# Overriden by infoToggle.initialMode
info.toggle.initialMode=on
# Overriden by on.class
info.toggle.on.css=uiInfo_toggleOn
# Overriden by on.value and on.image
info.toggle.on.face=Hide Info
# Overriden by on.tooltip
info.toggle.on.tooltip=Click to hide info buttons
# Overriden by off.class
info.toggle.off.css=uiInfo_toggleOff
# Overriden by off.value and off.image
info.toggle.off.face=Show Info
# Overriden by off.tooltip
info.toggle.off.tooltip=Click to show info buttons