Repository: tapestry-5 Updated Branches: refs/heads/master d4e7a3281 -> 0459d9395
TAP5-2157: Added Czech translations Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/0459d939 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/0459d939 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/0459d939 Branch: refs/heads/master Commit: 0459d93956f5c30ed7c5dae15b0a727617db20d5 Parents: d4e7a32 Author: Bob Harner <[email protected]> Authored: Mon Feb 17 17:53:08 2014 -0500 Committer: Bob Harner <[email protected]> Committed: Mon Feb 17 17:53:08 2014 -0500 ---------------------------------------------------------------------- .../org/apache/tapestry5/core_cs.properties | 105 +++++++++++++++++++ .../kaptcha/tapestry-kaptcha_cs.properties | 17 +++ 2 files changed, 122 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0459d939/tapestry-core/src/main/resources/org/apache/tapestry5/core_cs.properties ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/core_cs.properties b/tapestry-core/src/main/resources/org/apache/tapestry5/core_cs.properties new file mode 100644 index 0000000..066879e --- /dev/null +++ b/tapestry-core/src/main/resources/org/apache/tapestry5/core_cs.properties @@ -0,0 +1,105 @@ +# Copyright 2013 The Apache Software Foundation +# +# 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. + +# We try to keep the validation messages consistent, with the constraint +# value (if applicable) as the first parameter, and the field's label as the +# second parameter. Occasionally we must use specific indexing when that's +# not the best order. + +# BeanEditForm "Cancel" button label: +core-cancel-label=ZruÅ¡it + +# DateField validation error: +core-date-value-not-parseable=Datum '%s' nenà ve správném formátu. + +# Validation error summary instructions: +core-default-error-banner=Pro pokraÄovánà je potÅeba opravit následujÃcà chyby. + +# Alerts "Dismiss" label: +core-dismiss-label=Skrýt vÅ¡e + +# Grid pager link title: +core-goto-page=JÃt na stranu %d + +# Grid "no data" message: +core-no-grid-data-to-display=Žádná data k zobrazenÃ. + +# Palette Available list label: +core-palette-available-label=Dostupné + +# Palette Deselect button: +core-palette-deselect-label=< Odebrat + +# Palette Move Down button: +core-palette-down-label=PÅesunout nÞe + +# Palette Select button: +core-palette-select-label=VýbÄr > + +# Palette Selected list label: +core-palette-selected-label=Vybrané + +# Palette Move Up button: +core-palette-up-label=PÅesunout vzhůru + +# ProgressiveDisplay "loading" label: +core-progressive-display-loading=NaÄÃtám ... + +# BeanEditForm "Submit" button: +core-submit-label=VytvoÅit/Uložit + +# String-to-integer translation error: +integer-format-exception=MusÃte vyplnit ÄÃselnou hodnotu v poli %s. + +# "email" validator error: +invalid-email='%s' nenà platná emailová adresa. + +# Integer "max" validator error: +max-integer=%2$s musà mÃt hodnotu nejvýše %1$d. + +# String "maxLength" validation error: +maximum-string-length=Můžete vyplnit nejvýše %d znaků v poli %s. + +# Integer "min" validator error: +min-integer=%2$s musà mÃt hodnotu alespoÅ %1$d. + +# String "minLength" validator error: +minimum-string-length=MusÃte vyplnit alespoÅ %d znaků v poli %s. + +# String-to-number translation error: +number-format-exception=MusÃte vyplnit ÄÃselnou hodnotu v poli %s. + +# "regexp" validator error: +regexp=%2$s nevyhovuje formátu '%1$s'. + +# "required" validator error: +required=MusÃte vyplnit pole pro hodnotu %s. + +# Client-side numeric validation error: +core-input-not-numeric=Hodnota nenà ÄÃselná. + +# Client-side integer validation error: +core-input-not-integer=Hodnota nenà celé ÄÃslo. + +# DateField "Today" button: +core-datefield-today=Dnes + +# DateField "None" button: +core-datefield-none=Žádný + +# Confirm mixin message: +private-default-confirm-message=Opravdu chcete pokraÄovat? + +# Confirm mixin button label: +private-default-confirm-title=Potvrdit http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0459d939/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/tapestry-kaptcha_cs.properties ---------------------------------------------------------------------- diff --git a/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/tapestry-kaptcha_cs.properties b/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/tapestry-kaptcha_cs.properties new file mode 100644 index 0000000..9bf8c23 --- /dev/null +++ b/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/tapestry-kaptcha_cs.properties @@ -0,0 +1,17 @@ +# +# // Copyright 2011 The Apache Software Foundation +# // +# // 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. +# + +tapestry-incorrect-captcha=OpiÅ¡te text z obrázku. \ No newline at end of file
