######################################################################## ######################################################################## # # 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:
{URL}/help ######################################################################## # Message sent after add syntax errors if "all_usage_synerr" is set OFF ######################################################################## add_usage = usage:
{URL}/add?bind=key,stylesheet[&bind=key,stylesheet]* ######################################################################## # Message sent after remove syntax errors if "all_usage_synerr" is set OFF ######################################################################## remove_usage = usage:
{URL}/remove[?keys=key_1,...,key_n] ######################################################################## # Message sent after list syntax errors if "all_usage_synerr" is set OFF ######################################################################## list_usage = usage:
{URL}/list ######################################################################## # Message sent after reload syntax errors if "all_usage_synerr" is set OFF ######################################################################## reload_usage =usage:
{URL}/reload[?keys=key_1,...,key_n] ######################################################################## # Message sent after apply syntax errors if "all_usage_synerr" is set OFF ######################################################################## apply_usage =usage:
{URL}/apply?xmluri=xmldata&keys=key_1,...,key_n[¶m.name=value]*[¶m.key.name=value]*[&prop.name=[value]]* ######################################################################## # 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:
######################################################################## ######################################################################## #operative messages ######################################################################## ######################################################################## ######################################################################## # Message sent when hxsp was called without commands ######################################################################## home_message =

hxsp v{VER} active


######################################################################## # 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 ######################################################################## ########################################################################