Updated Branches: refs/heads/master b91c11a15 -> 5c650b92c
TAP5-2055 (Polish 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/5c650b92 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/5c650b92 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/5c650b92 Branch: refs/heads/master Commit: 5c650b92c943aea3763dcbe84e7630e08f389bcb Parents: b91c11a Author: bharner <[email protected]> Authored: Thu Jan 24 06:46:28 2013 -0500 Committer: bharner <[email protected]> Committed: Thu Jan 24 06:47:11 2013 -0500 ---------------------------------------------------------------------- .../org/apache/tapestry5/core_pl.properties | 65 +++++++++++++++ .../kaptcha/tapestry-kaptcha_pl.properties | 17 ++++ 2 files changed, 82 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5c650b92/tapestry-core/src/main/resources/org/apache/tapestry5/core_pl.properties ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/core_pl.properties b/tapestry-core/src/main/resources/org/apache/tapestry5/core_pl.properties new file mode 100644 index 0000000..08681a7 --- /dev/null +++ b/tapestry-core/src/main/resources/org/apache/tapestry5/core_pl.properties @@ -0,0 +1,65 @@ +# 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. + +core-ascending=[Ros.] +core-block-error=Nie można odnaleÅºÄ bloku do edycji wÅaÅciwoÅci '%s', która jest typu '%s' dla obiektu %s: %s +core-cancel-label=Anuluj +core-date-value-not-parseable='%s' nie jest poprawnym zapisem daty. +core-default-error-banner=Musisz poprawiÄ nastÄpujÄ ce bÅÄdy, aby kontynuowaÄ. +core-descending=[Mal.] +core-dismiss-label=OdrzuÄ wszystkie +core-form-nesting-not-allowed=Nie wolno używaÄ komponentów Form wewnÄ trz komponentów Form. +core-goto-page=Idź do strony %d +core-invalid-form-request=Formularze wymagajÄ , aby zapytanie byÅo typu POST (method=POST) oraz aby parametr %s zapytania miaÅ ustawionÄ wartoÅÄ. +core-no-grid-data-to-display=Brak danych do wyÅwietlenia. +core-palette-available-label=DostÄpne +core-palette-deselect-label=< UsuÅ wybór +core-palette-down-label=PrzesuÅ w dóŠ+core-palette-select-label=Wybierz > +core-palette-selected-label=Wybrane +core-palette-up-label=PrzesuÅ w górÄ +core-progressive-display-loading=Wczytywanie... +core-sortable=[Sortowalne] +core-submit-label=Utwórz/Aktualizuj +integer-format-exception=Musisz wprowadziÄ liczbÄ caÅkowitÄ w polu %s. +invalid-email=BÅÄdny adres e-mail. +max-integer=Pole %2$s nie może mieÄ wartoÅci wiÄkszej niż %1$d. +maximum-string-length=Możesz wprowadziÄ conajwyżej %d znaków w polu %s. +min-integer=Pole %2$s nie może mieÄ wartoÅci mniejszej niż %1$d. +minimum-string-length=Musisz wprowadziÄ przynajmniej %d znaków w polu %s. +number-format-exception=Musisz podaÄ wartoÅÄ liczbowÄ w polu %s. +regexp=WartoÅÄ pola %2$s nie jest zgodna z wyrażeniem '%1$s'. +required=Pole %s nie może byÄ puste. +private-no-validation-for-field=wiadomoÅÄ zastÄpcza + +core-page-initialization-template=\ +require(["t5/core/pageinit"], function(pi) { pi(%s, %s); }); + +# Default values for selected core component parameters. + +core-components.beaneditform.class=well +core-components.submit.class=btn btn-primary + +# Messages that exist specifically for the client side: + +core-input-not-numeric=WartoÅÄ nie jest liczbÄ . +core-input-not-integer=WartoÅÄ nie jest liczbÄ caÅkowitÄ . + +core-datefield-today=DziÅ +core-datefield-none=Brak \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5c650b92/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/tapestry-kaptcha_pl.properties ---------------------------------------------------------------------- diff --git a/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/tapestry-kaptcha_pl.properties b/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/tapestry-kaptcha_pl.properties new file mode 100644 index 0000000..9ff0b04 --- /dev/null +++ b/tapestry-kaptcha/src/main/resources/org/apache/tapestry5/kaptcha/tapestry-kaptcha_pl.properties @@ -0,0 +1,17 @@ +# +# // 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. +# + +tapestry-incorrect-captcha=Wpisz tekst widoczny na obrazku.
