This is an automated email from the ASF dual-hosted git repository.

mgrigorov 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 139b921ed4 WICKET-7111 Fix/improve Application_el.utf8.properties: fix 
filename, replace xml contents with properly formatted comments, add missing 
properties. (#879)
139b921ed4 is described below

commit 139b921ed4d6acf6cd68cc3b8cbb416ad07bff81
Author: mscoon <[email protected]>
AuthorDate: Mon May 27 23:41:21 2024 +0300

    WICKET-7111 Fix/improve Application_el.utf8.properties: fix filename, 
replace xml contents with properly formatted comments, add missing properties. 
(#879)
    
    Co-authored-by: mscoon <[email protected]>
---
 ...rties.utf8.properties => Application_el.utf8.properties} | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git 
a/wicket-core/src/main/java/org/apache/wicket/Application_el.properties.utf8.properties
 b/wicket-core/src/main/java/org/apache/wicket/Application_el.utf8.properties
similarity index 85%
rename from 
wicket-core/src/main/java/org/apache/wicket/Application_el.properties.utf8.properties
rename to 
wicket-core/src/main/java/org/apache/wicket/Application_el.utf8.properties
index 7a414f4cbd..31ddfd8ce1 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/Application_el.properties.utf8.properties
+++ b/wicket-core/src/main/java/org/apache/wicket/Application_el.utf8.properties
@@ -19,14 +19,14 @@ RangeValidator.exact=Η τιμή του '${label}' πρέπει να είναι
 RangeValidator.minimum=Η τιμή του '${label}' πρέπει να είναι τουλάχιστον 
${minimum}.
 RangeValidator.maximum=Η τιμή του '${label}' πρέπει να είναι το πολύ 
${maximum}.
 
-<!-- deprecated, use RangeValidator.minimum -->
+#deprecated, use RangeValidator.minimum
 MinimumValidator=Η τιμή του '${label}' πρέπει να είναι τουλάχιστον ${minimum}.
-<!-- deprecated, use RangeValidator.maximum -->
+#deprecated, use RangeValidator.maximum
 MaximumValidator=Η τιμή του '${label}' πρέπει να είναι το πολύ ${maximum}.
 
-<!-- replaced with RangeValidator -->
+#raplaced with RangeValidator
 NumberValidator.positive=Η τιμή του '${label}' πρέπει να είναι θετική.
-<!-- replaced with RangeValidator -->
+#replaced with RangeValidator
 NumberValidator.negative=Η τιμή του '${label}' πρέπει να είναι αρνητική.
 
 StringValidator.range=Το μήκος του '${label}' πρέπει να είναι μεταξύ 
${minimum} και ${maximum} χαρακτήρες.
@@ -58,3 +58,8 @@ PagingNavigation.page=Μετάβαση στη σελίδα ${page}
 org.apache.wicket.mfu.caption.unlimited=Αρχεία:
 org.apache.wicket.mfu.caption.limited=Αρχεία (το πολύ ${max}):
 org.apache.wicket.mfu.delete=Διαγραφή
+
+uploadTooLarge = Το μέγεθος του αρχείου πρέπει να είναι μικρότερο από 
${maxSize}.
+uploadSingleFileTooLarge = Το μέγεθος κάθε αρχείου πρέπει να είναι μικρότερο 
από ${fileMaxSize}.
+uploadTooManyFiles = Μπορείτε να ανεβάσετε μέχρι ${fileCountMax} αρχεία.
+uploadFailed = Σφάλμα κατά το ανέβασμα του αρχείου: 
${exception.localizedMessage}
\ No newline at end of file

Reply via email to