WICKET-4448 Russian (and German) localization for PagingNavigator
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5d706097 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5d706097 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5d706097 Branch: refs/heads/wicket-1.5.x Commit: 5d706097dae34ca50c6eb1a0db93321d9c43a921 Parents: f1fa837 Author: Sven Meier <[email protected]> Authored: Wed Mar 14 22:15:22 2012 +0100 Committer: Sven Meier <[email protected]> Committed: Wed Mar 14 22:15:22 2012 +0100 ---------------------------------------------------------------------- .../org/apache/wicket/Application_de.properties | 6 ++++++ .../apache/wicket/Application_ru.properties.xml | 6 ++++++ 2 files changed, 12 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/5d706097/wicket-core/src/main/java/org/apache/wicket/Application_de.properties ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/Application_de.properties b/wicket-core/src/main/java/org/apache/wicket/Application_de.properties index 6400e5a..d9919ce 100644 --- a/wicket-core/src/main/java/org/apache/wicket/Application_de.properties +++ b/wicket-core/src/main/java/org/apache/wicket/Application_de.properties @@ -39,6 +39,12 @@ EqualPasswordInputValidator=${label0} und ${label1} m\u00fcssen gleich sein. null=Bitte w\u00e4hlen nullValid= +PagingNavigator.first=Gehe zur ersten Seite +PagingNavigator.previous=Gehe zur vorherigen Seite +PagingNavigator.next=Gehe zur n\u00e4chsten Seite +PagingNavigator.last=Gehe zur letzten Seite +PagingNavigation.page=Gehe zu Seite ${page} + org.apache.wicket.mfu.caption.unlimited=Dateien: org.apache.wicket.mfu.caption.limited=Dateien (max. ${max}): org.apache.wicket.mfu.delete=L\u00f6schen http://git-wip-us.apache.org/repos/asf/wicket/blob/5d706097/wicket-core/src/main/java/org/apache/wicket/Application_ru.properties.xml ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/Application_ru.properties.xml b/wicket-core/src/main/java/org/apache/wicket/Application_ru.properties.xml index e09379e..f8835e4 100644 --- a/wicket-core/src/main/java/org/apache/wicket/Application_ru.properties.xml +++ b/wicket-core/src/main/java/org/apache/wicket/Application_ru.properties.xml @@ -49,6 +49,12 @@ <entry key="null">ÐÑбеÑиÑе знаÑение</entry> <entry key="nullValid"></entry> + <entry key="PagingNavigator.first">ÐеÑейÑи на пеÑвÑÑ ÑÑÑаниÑÑ</entry> + <entry key="PagingNavigator.previous">ÐеÑейÑи на пÑедÑдÑÑÑÑ ÑÑÑаниÑÑ</entry> + <entry key="PagingNavigator.next">ÐеÑейÑи на ÑледÑÑÑÑÑ ÑÑÑаниÑÑ</entry> + <entry key="PagingNavigator.last">ÐеÑейÑи на поÑледнÑÑ ÑÑÑаниÑÑ</entry> + <entry key="PagingNavigation.page">ÐеÑейÑи на ÑÑÑаниÑÑ ${page}</entry> + <entry key="org.apache.wicket.mfu.caption.unlimited">ФайлÑ:</entry> <entry key="org.apache.wicket.mfu.caption.limited">Ð¤Ð°Ð¹Ð»Ñ (вÑего не болÑÑе ${max}): </entry> </properties> \ No newline at end of file
