unicorn commit: added messages.properties to set up temporary messages

changeset:   1272:1b784236f117
tag:         tip
user:        Thomas Gambet <tgambet@w3.org>
date:        Fri Jun 18 15:11:37 2010 -0400
files:       WebContent/WEB-INF/conf/messages.properties.default
description:
added messages.properties to set up temporary messages


diff -r f6f2cf6f3842 -r 1b784236f117 WebContent/WEB-INF/conf/messages.properties.default
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebContent/WEB-INF/conf/messages.properties.default	Fri Jun 18 15:11:37 2010 -0400
@@ -0,0 +1,10 @@
+# Use this file to add default messages to unicorn.
+# Syntax is:
+# (messageId).level = {info|error|warning}
+# (messageId).message = This is the message
+# (messageId).content = Additional content of the message, hidden by default (optional)
+#
+#dev.level   = warning
+#dev.message = This instance of Unicorn is a development version used for testing purposes. There is not yet any production instance of Unicorn. \
+#			   You can test it and <a href="mailto:public-qa-dev@w3.org">send us your feedback and ideas</a>, \
+#              or <a href="http://dvcs.w3.org/hg/unicorn/file/tip/">download the source code</a>.

Received on Friday, 18 June 2010 19:52:52 UTC