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 <[email protected]> Authored: Thu Apr 2 12:29:17 2015 +0200 Committer: Sven Meier <[email protected]> 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>
