You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2011/09/23 18:05:15 UTC

svn commit: r1174855 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_de.js

Author: hlship
Date: Fri Sep 23 16:05:15 2011
New Revision: 1174855

URL: http://svn.apache.org/viewvc?rev=1174855&view=rev
Log:
TAP5-1497: No error message upon exception calling initializer function with German locale

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_de.js

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_de.js
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_de.js?rev=1174855&r1=1174854&r2=1174855&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_de.js (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_de.js Fri Sep 23 16:05:15 2011
@@ -1,4 +1,4 @@
-// Copyright 2009, 2010 The Apache Software Foundation
+// Copyright 2009, 2010, 2011 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -36,5 +36,7 @@ Tapestry.Messages = {
 
     invalidCharacter : "Ungültiges Zeichen",
 
-    communicationFailed : "Kommunikation mit dem Server ist fehlgeschlagen: "
+    communicationFailed : "Kommunikation mit dem Server ist fehlgeschlagen: ",
+
+    invocationException : "Fehler beim Aufrufen der Funktion #{fname} mit den Parametern #{params}: #{exception}"
 };