]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/hxsp/msg/message.en
This commit was manufactured by cvs2svn to create branch 'init'.
[helm.git] / helm / hxsp / msg / message.en
diff --git a/helm/hxsp/msg/message.en b/helm/hxsp/msg/message.en
deleted file mode 100644 (file)
index 6a43e82..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-########################################################################
-########################################################################
-#
-# Interface messages config file in EN language for hxsp
-# Author: Alessandro Barzanti (barzu@libero.it)
-#
-########################################################################
-########################################################################
-
-########################################################################
-########################################################################
-# usage messages
-########################################################################
-########################################################################
-
-########################################################################
-# Message sent after help syntax errors if "all_usage_synerr" is set OFF
-########################################################################
-help_usage  = usage:<BR> {URL}/help
-
-########################################################################
-# Message sent after add syntax errors if "all_usage_synerr" is set OFF
-########################################################################
-add_usage   = usage:<BR> {URL}/add?bind=<i>key</i>,<i>stylesheet</i>[&bind=<i>key</i>,<i>stylesheet</i>]*
-
-########################################################################
-# Message sent after remove syntax errors if "all_usage_synerr" is set OFF
-########################################################################
-remove_usage = usage:<BR> {URL}/remove[?keys=<i>key_1,...,key_n</i>]
-
-########################################################################
-# Message sent after list syntax errors if "all_usage_synerr" is set OFF
-########################################################################
-list_usage  = usage:<BR> {URL}/list
-
-########################################################################
-# Message sent after reload syntax errors if "all_usage_synerr" is set OFF
-########################################################################
-reload_usage =usage:<BR> {URL}/reload[?keys=<i>key_1,...,key_n</i>]
-
-########################################################################
-# Message sent after apply syntax errors if "all_usage_synerr" is set OFF
-########################################################################
-apply_usage  =usage:<BR> {URL}/apply?xmluri=<i>xmldata</i>&keys=<i>key_1,...,key_n</i>[&param.<i>name</i>=<i>value</i>]*[&param.<i>key</i>.<i>name</i>=<i>value</i>]*[&amp;prop.<i>name</i>=[<i>value</i>]]*
-
-########################################################################
-# Message sent after "home_message" when hxsp was called without commands
-# and sent after "help_message" when hxsp was called with the help command
-# and after all syntax errors if "all_usage_synerr" is set ON
-########################################################################
-all_usage = usage:<BR><UL><LI>{URL}/help</LI><LI>{URL}/add?bind=<i>key</i>,<i>stylesheet</i>&bind=<i>key</i>,<i>stylesheet</i>]*</LI><LI>{URL}/remove[?keys=<i>key_1,...,key_n</i>]</LI><LI>{URL}/list</LI><LI>{URL}/reload[?keys=<i>key_1,...,key_n</i>]</LI><LI>{URL}/apply?xmluri=<i>xmldata</i>&keys=<i>key_1,...,key_n</i>[&param.<i>name</i>=<i>value</i>]*[&param.<i>key</i>.<i>name</i>=<i>value</i>]*[&amp;prop.<i>name</i>=[<i>value</i>]]*</LI></UL>
-
-########################################################################
-########################################################################
-#operative messages
-########################################################################
-########################################################################
-
-########################################################################
-# Message sent when hxsp was called without commands
-########################################################################
-home_message = <h1>hxsp v{VER} active</h1><BR>
-
-########################################################################
-# Message sent when hxsp was called with the help command
-########################################################################
-help_message =
-
-########################################################################
-# Message sent when a stylesheet is added
-########################################################################
-s_add = the stylesheet with key: {KEY} and uri: {URI} was successfully loaded
-
-########################################################################
-# Message sent when a stylesheet is reloaded
-########################################################################
-s_reload = the stylesheet with key: {KEY} and uri: {URI} was successfully reloaded
-
-########################################################################
-# Message sent when a stylesheet is removed
-########################################################################
-s_remove = the stylesheet with key: {KEY} and uri: {URI} was successfully removed
-
-########################################################################
-# Message to print the stylesheet status for list command
-########################################################################
-list = the stylesheet with key: {KEY} and uri: {URI} was loaded
-
-########################################################################
-# Message sent when the list command was called
-# and there is no stylesheet loaded
-########################################################################
-empty = there is no stylesheet loaded
-
-########################################################################
-########################################################################