You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2017/03/29 13:52:01 UTC

tapestry-5 git commit: TAP5-2574: fix properties file name for Bokmål translation

Repository: tapestry-5
Updated Branches:
  refs/heads/master ae196b3cc -> 230464420


TAP5-2574: fix properties file name for Bokm�l translation


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/23046442
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/23046442
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/23046442

Branch: refs/heads/master
Commit: 2304644204fe0058005a2b66e8b496a89940ffd8
Parents: ae196b3
Author: Jochen Kemnade <jk...@apache.org>
Authored: Wed Mar 29 15:50:44 2017 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Wed Mar 29 15:50:44 2017 +0200

----------------------------------------------------------------------
 .../org/apache/tapestry5/core_nb.properties     | 110 +++++++++++++++++++
 .../org/apache/tapestry5/core_no_NB.properties  | 110 -------------------
 2 files changed, 110 insertions(+), 110 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/23046442/tapestry-core/src/main/resources/org/apache/tapestry5/core_nb.properties
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/core_nb.properties b/tapestry-core/src/main/resources/org/apache/tapestry5/core_nb.properties
new file mode 100644
index 0000000..349ae17
--- /dev/null
+++ b/tapestry-core/src/main/resources/org/apache/tapestry5/core_nb.properties
@@ -0,0 +1,110 @@
+# 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.
+
+
+# PropertyEditor "Unable to locate block" error:
+#core-block-error=
+
+# BeanEditForm "Cancel" button label:
+core-cancel-label=Avbryt
+
+# DateField validation error:
+core-date-value-not-parseable=Klarte ikke � konvertere '%s' til en gyldig dato.
+
+# Validation error summary instructions:
+core-default-error-banner=Du m� rette de f�lgende feilene f�r du kan fortsette
+
+
+# Alerts "Dismiss" label:
+core-dismiss-label=Steng alle
+
+# Form nesting error:
+#core-form-nesting-not-allowed=
+
+# Grid pager link title:
+core-goto-page=G� til side %d
+
+# Form error (missing POST or t:formdata)
+#core-invalid-form-request=
+
+# Grid "no data" message:
+core-no-grid-data-to-display=Ingen data.
+
+# Palette Available list label:
+core-palette-available-label=Tilgjengelige
+
+# Palette Deselect button:
+core-palette-deselect-label=< Fjern valg
+
+# Palette Move Down button:
+core-palette-down-label=Flytt ned
+
+# Palette Select button:
+core-palette-select-label=Velg >
+
+# Palette Selected list label:
+core-palette-selected-label=Valgte
+
+# Palette Move Up button:
+core-palette-up-label=Flytt opp
+
+# ProgressiveDisplay "loading" label:
+core-progressive-display-loading=Laster ...
+
+# BeanEditForm "Submit" button:
+core-submit-label=Opprett/Oppdater
+
+# String-to-integer translation error:
+integer-format-exception=Du m� fylle inn et heltall i %s.
+
+# "email" validator error:
+invalid-email='%s' er ikke en gyldig epost adresse.
+
+# Integer "max" validator error:
+max-integer=%2$s m� ikke v�re st�rre enn %1$d.
+
+# String "maxLength" validation error:
+maximum-string-length=Du kan ikke bruke mer enn %d tegn i %s.
+
+# Integer "min" validator error:
+min-integer=%2$s m� v�re minst %1$d. 
+
+# String "minLength" validator error:
+minimum-string-length=Du m� bruke minst %d tegn i %s.
+
+# String-to-number translation error:
+number-format-exception=Du m� sette inn et tall i %s.
+
+# "regexp" validator error:
+regexp=%2$s passer ikke til m�nsteret '%1$s'.
+
+# "required" validator error:
+required=Du m� skrive noe i %s.
+
+# Client-side numeric validation error:
+#core-input-not-numeric=
+
+# Client-side integer validation error:
+#core-input-not-integer=
+
+# DateField "Today" button:
+#core-datefield-today=
+
+# DateField "None" button:
+#core-datefield-none=

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/23046442/tapestry-core/src/main/resources/org/apache/tapestry5/core_no_NB.properties
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/core_no_NB.properties b/tapestry-core/src/main/resources/org/apache/tapestry5/core_no_NB.properties
deleted file mode 100644
index 349ae17..0000000
--- a/tapestry-core/src/main/resources/org/apache/tapestry5/core_no_NB.properties
+++ /dev/null
@@ -1,110 +0,0 @@
-# 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.
-
-
-# PropertyEditor "Unable to locate block" error:
-#core-block-error=
-
-# BeanEditForm "Cancel" button label:
-core-cancel-label=Avbryt
-
-# DateField validation error:
-core-date-value-not-parseable=Klarte ikke � konvertere '%s' til en gyldig dato.
-
-# Validation error summary instructions:
-core-default-error-banner=Du m� rette de f�lgende feilene f�r du kan fortsette
-
-
-# Alerts "Dismiss" label:
-core-dismiss-label=Steng alle
-
-# Form nesting error:
-#core-form-nesting-not-allowed=
-
-# Grid pager link title:
-core-goto-page=G� til side %d
-
-# Form error (missing POST or t:formdata)
-#core-invalid-form-request=
-
-# Grid "no data" message:
-core-no-grid-data-to-display=Ingen data.
-
-# Palette Available list label:
-core-palette-available-label=Tilgjengelige
-
-# Palette Deselect button:
-core-palette-deselect-label=< Fjern valg
-
-# Palette Move Down button:
-core-palette-down-label=Flytt ned
-
-# Palette Select button:
-core-palette-select-label=Velg >
-
-# Palette Selected list label:
-core-palette-selected-label=Valgte
-
-# Palette Move Up button:
-core-palette-up-label=Flytt opp
-
-# ProgressiveDisplay "loading" label:
-core-progressive-display-loading=Laster ...
-
-# BeanEditForm "Submit" button:
-core-submit-label=Opprett/Oppdater
-
-# String-to-integer translation error:
-integer-format-exception=Du m� fylle inn et heltall i %s.
-
-# "email" validator error:
-invalid-email='%s' er ikke en gyldig epost adresse.
-
-# Integer "max" validator error:
-max-integer=%2$s m� ikke v�re st�rre enn %1$d.
-
-# String "maxLength" validation error:
-maximum-string-length=Du kan ikke bruke mer enn %d tegn i %s.
-
-# Integer "min" validator error:
-min-integer=%2$s m� v�re minst %1$d. 
-
-# String "minLength" validator error:
-minimum-string-length=Du m� bruke minst %d tegn i %s.
-
-# String-to-number translation error:
-number-format-exception=Du m� sette inn et tall i %s.
-
-# "regexp" validator error:
-regexp=%2$s passer ikke til m�nsteret '%1$s'.
-
-# "required" validator error:
-required=Du m� skrive noe i %s.
-
-# Client-side numeric validation error:
-#core-input-not-numeric=
-
-# Client-side integer validation error:
-#core-input-not-integer=
-
-# DateField "Today" button:
-#core-datefield-today=
-
-# DateField "None" button:
-#core-datefield-none=