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

hxsp v{VER} attivo


######################################################################## # Message sent when hxsp was called with the help command ######################################################################## help_message =

hxsp v{VER} attivo


######################################################################## # Message sent when a stylesheet is added ######################################################################## s_add = lo stylesheet con chiave: {KEY} e uri: {URI} è stato caricato con successo ######################################################################## # Message sent when a stylesheet is reloaded ######################################################################## s_reload = lo stylesheet con chiave: {KEY} e uri: {URI} è stato ricaricato con successo ######################################################################## # Message sent when a stylesheet is removed ######################################################################## s_remove = lo stylesheet con chiave: {KEY} e uri: {URI} è stato rimosso ######################################################################## # Message to print the stylesheet status for list command ######################################################################## list = lo stylesheet con chiave: {KEY} e uri: {URI} è presente nel sistema ######################################################################## # Message sent when the list command was called # and there is no stylesheet loaded ######################################################################## empty = non è ancora stato caricato nessuno stylesheet ######################################################################## ########################################################################