#* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You 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. $Id: displaytag.properties.vsl 547187 2007-06-14 09:05:19Z ate $ *# # Displaytag provides an interface LocaleResolver # with a few ready to use implementations which match # the behaviour of common frameworks. locale.resolver=org.displaytag.localization.I18nStrutsAdapter # Displaytag provides an interface I18nResourceProvider # with a few ready to use implementations which match the # behaviour of common frameworks. locale.provider=org.displaytag.localization.I18nStrutsAdapter #if ($stringUtils.isNotEmpty($defaultTableExportTypes)) #set ($csv = "false") #set ($pdf = "false") #set ($excel = "false") #set ($xml = "false") #set ($none = "false") #set ($exportTypes = $stringUtils.split($defaultTableExportTypes)) #foreach ($exportType in $exportTypes) #if ($exportType == "csv") #set ($csv = "true") #elseif ($exportType == "pdf") #set ($pdf = "true") #elseif ($exportType == "excel") #set ($excel = "true") #elseif ($exportType == "xml") #set ($xml = "true") #elseif ($exportType == "none") #set ($none = "true") #end #end ## ## "none" takes priority over all others ## #if ($none == "true") #set ($csv = "false") #set ($pdf = "false") #set ($excel = "false") #set ($xml = "false") #end export.csv=$csv export.pdf=$pdf export.excel=$excel export.xml=$xml #else # # By default we support the PDF export feature, needs the IText dependency # export.pdf=false #end export.pdf.filename=export.pdf # # Displaytag properties, http://displaytag.sourceforge.net/configuration.html # basic.msg.empty_list=Nothing found to display. basic.msg.empty_list_row=Nothing found to display. error.msg.invalid_page=invalid page export.banner= export.banner.sepchar= | paging.banner.item_name=item paging.banner.items_name=items paging.banner.no_items_found=No {0} found. paging.banner.one_item_found=One {0} found. paging.banner.all_items_found={0} {1} found, displaying all {2}. paging.banner.some_items_found={0} {1} found, displaying {2} to {3}. paging.banner.full=[First/Prev] {0} [Next/Last] paging.banner.first=[First/Prev] {0} [Next/Last] paging.banner.last=[First/Prev] {0} [Next/Last] paging.banner.onepage={0} paging.banner.page.selected={0} paging.banner.page.link={0} paging.banner.page.separator=, factory.requestHelper=org.displaytag.portlet.PortletRequestHelperFactory