You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by sv...@apache.org on 2015/04/02 12:30:07 UTC

wicket git commit: WICKET-5872 greek language

Repository: wicket
Updated Branches:
  refs/heads/master 97c5eb8f8 -> 5cf1abb8a


WICKET-5872 greek language


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

Branch: refs/heads/master
Commit: 5cf1abb8a5cc7e3ff2e23d5b92ceda6dbb242ca8
Parents: 97c5eb8
Author: Sven Meier <sv...@apache.org>
Authored: Thu Apr 2 12:29:17 2015 +0200
Committer: Sven Meier <sv...@apache.org>
Committed: Thu Apr 2 12:29:39 2015 +0200

----------------------------------------------------------------------
 .../extensions/Initializer_el.properties.xml    | 27 ++++++++++++++++++++
 1 file changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/5cf1abb8/wicket-extensions/src/main/java/org/apache/wicket/extensions/Initializer_el.properties.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/src/main/java/org/apache/wicket/extensions/Initializer_el.properties.xml b/wicket-extensions/src/main/java/org/apache/wicket/extensions/Initializer_el.properties.xml
new file mode 100644
index 0000000..dca4687
--- /dev/null
+++ b/wicket-extensions/src/main/java/org/apache/wicket/extensions/Initializer_el.properties.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+<properties>
+	<entry key="NavigatorLabel">Εμφανίζονται ${from} έως ${to} από ${of}</entry>
+	<entry key="datatable.no-records-found">Δεν βρέθηκαν εγγραφές.</entry>
+	<entry key="datatable.export-to">Εξαγωγή σε</entry>
+	<entry key="datatable.export-file-name">export</entry>
+	<entry key="UploadProgressBar.starting">Έναρξη ανεβάσματος...</entry>
+	<entry key="UploadStatusResource.status">${percentageComplete}%, ${bytesUploadedString} από ${totalBytesString} με ${transferRateString}; ${remainingTimeString}</entry>
+	<entry key="RfcCompliantEmailAddressValidator">Το '${label}' δεν είναι έγκυρη διεύθυνση ηλ.ταχυδρομείου.</entry>
+</properties>