Repository: wicket Updated Branches: refs/heads/wicket-6.x 22d7c6e98 -> 854c5993d
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/854c5993 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/854c5993 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/854c5993 Branch: refs/heads/wicket-6.x Commit: 854c5993dbc872951ac2f83823aa57b4aa9d9ae5 Parents: 22d7c6e 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:17 2015 +0200 ---------------------------------------------------------------------- .../extensions/Initializer_el.properties.xml | 27 ++++++++++++++++++++ 1 file changed, 27 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/854c5993/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>
