You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/10/29 07:55:19 UTC

isis git commit: ISIS-1223: adds missing i18n resources that seem to be mandatory in Wicket 7

Repository: isis
Updated Branches:
  refs/heads/master ff6bead6d -> d37fa6a47


ISIS-1223: adds missing i18n resources that seem to be mandatory in Wicket 7


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

Branch: refs/heads/master
Commit: d37fa6a47181e4b644da23823b27a6dbbda73a66
Parents: ff6bead
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sat Oct 29 08:55:10 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sat Oct 29 08:55:10 2016 +0100

----------------------------------------------------------------------
 .../apache/isis/viewer/wicket/ui/pages/PageAbstract.properties | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/d37fa6a4/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/PageAbstract.properties
----------------------------------------------------------------------
diff --git a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/PageAbstract.properties b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/PageAbstract.properties
index 488c223..c170fa8 100644
--- a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/PageAbstract.properties
+++ b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/PageAbstract.properties
@@ -17,5 +17,11 @@
 #  under the License.
 #
 
+#
+# these are only used if there is no translation available (eg from translations.po file)
+#
 aboutLabel=About
 logoutLabel=Logout
+okLabel=OK
+editLabel=Edit
+cancelLabel=Cancel