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 <[email protected]> Authored: Wed Mar 29 15:50:44 2017 +0200 Committer: Jochen Kemnade <[email protected]> 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=
