org.apache.wicket.Application_ru.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.ops4j.pax.wicket.service Show documentation
Show all versions of org.ops4j.pax.wicket.service Show documentation
Pax Wicket Service is an OSGi extension of the Wicket framework, allowing for dynamic loading and
unloading of Wicket components and pageSources.
<?xml version="1.0" encoding="UTF-8"?> <!-- 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. --> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <entry key="Required">Поле '${label}' обязательно для ввода.</entry> <entry key="IConverter">'${input}' должно соответствовать типу ${type}.</entry> <entry key="RangeValidator">'${input}' не находится между ${minimum} и ${maximum}.</entry> <entry key="MinimumValidator">'${input}' меньше минимального значения ${minimum}.</entry> <entry key="MaximumValidator">'${input}' больше максимального значения ${maximum}.</entry> <entry key="StringValidator.range">Количество символов в '${input}' не между ${minimum} и ${maximum}.</entry> <entry key="StringValidator.minimum">Количество символов в '${input}' меньше ${minimum}.</entry> <entry key="StringValidator.maximum">Количество символов в '${input}' больше ${maximum}.</entry> <entry key="StringValidator.exact">Количество символов в '${input}' не равно ${exact}.</entry> <entry key="DateValidator.range">'${input}' не находится между ${minimum} и ${maximum}.</entry> <entry key="DateValidator.minimum">'${input}' меньше минимального значения ${minimum}.</entry> <entry key="DateValidator.maximum">'${input}' больше максимального значения ${maximum}.</entry> <entry key="NumberValidator.positive">'${input}' не является положительным числом.</entry> <entry key="NumberValidator.negative">'${input}' не является отрицательным числом.</entry> <entry key="NumberValidator.range">'${input}' не находится между ${minimum} и ${maximum}.</entry> <entry key="NumberValidator.minimum">'${input}' меньше минимального значения ${minimum}.</entry> <entry key="NumberValidator.maximum">'${input}' больше максимального значения ${maximum}.</entry> <entry key="PatternValidator">'${input}' не соответствует шаблону '${pattern}'.</entry> <entry key="EmailAddressValidator">'${input}' не является правильным адресом e-mail.</entry> <entry key="CreditCardValidator">Неправильный номер пластиковой карты.</entry> <entry key="UrlValidator">'${input}' не является правильным адресом URL.</entry> <entry key="EqualInputValidator">'${input0}' из поля ${label0} и '${input1}' из поля ${label1} не совпадают.</entry> <entry key="EqualPasswordInputValidator">Значения в полях ${label0} и ${label1} не совпадают.</entry> <entry key="null">Выберите значение</entry> <entry key="nullValid"></entry> <entry key="org.apache.wicket.mfu.caption.unlimited">Файлы:</entry> <entry key="org.apache.wicket.mfu.caption.limited">Файлы (всего не больше ${max}): </entry> </properties>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy