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.

Reply via email to