This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 16f3286373 Dutch translations for wicket extensions (#1332)
16f3286373 is described below
commit 16f3286373d8866c0fe0ddfa73117686b3d42194
Author: Kees van Dieren <[email protected]>
AuthorDate: Fri Dec 19 11:23:41 2025 +0100
Dutch translations for wicket extensions (#1332)
Co-authored-by: Kees van Dieren <[email protected]>
---
.../wicket/extensions/Initializer_nl.properties | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/Initializer_nl.properties
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/Initializer_nl.properties
new file mode 100644
index 0000000000..f48a9875bc
--- /dev/null
+++
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/Initializer_nl.properties
@@ -0,0 +1,22 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+NavigatorLabel=Toont ${from} tot ${to} van ${of}
+datatable.no-records-found=Geen resultaten gevonden
+datatable.export-to=Exporteren naar
+
+UploadProgressBar.starting=Upload wordt gestart...
+UploadStatusResource.status=${percentageComplete}% voltooid,
${bytesUploadedString} van ${totalBytesString} met ${transferRateString};
${remainingTimeString}
+
+RfcCompliantEmailAddressValidator='${label}' is geen geldig e-mailadres.
\ No newline at end of file