Re: Accented letters
CarDestroyer <[email protected]> Wed, 21 Jan 2004 20:26:57 +0000
| Newsgroups | gmane.comp.db.rekall.devel |
|---|---|
| Message-ID | <1074716817.2194.14.camel@Inspiron> |
Il mer, 2004-01-21 alle 10:54, Mike Richardson ha scritto: > On Sunday 18 Jan 2004 3:32 pm, CarDestroyer wrote: > > I have translate nearly all the files .dict, but I have noticed that > > the accented letters do not be visualized in Rekall. > > I enclose a piece of rekall_form.dict for knowing if I mistake > > something. > > Can you email me one of your dict files, then I can try it and see the results > - also, I can add the support for multiple locale-dependant dictionaries and > test it with some "real" text > > Ta > Mike Okay, there's a small (but complete) file. Massimiliano _______________________________________________ Rekall-devel mailing list [email protected] http://www.mailman.a-i-s.co.uk/cgi-bin/mailman/listinfo/rekall-devel
rekall_form.dict
(text/xml, 3.6 KB)
<?xml version = '1.0' ?> <dictionary> <attribute element="KBForm" name="w"> <legend>Larghezza</legend> <description>Larghezza in pixel dell'area di lavoro.</description> </attribute> <attribute element="KBForm" name="h"> <legend>Altezza</legend> <description>Altezza in pixel dell'area di lavoro.</description> </attribute> <attribute element="KBForm" name="language"> <legend>Linguaggio di script</legend> <description>Il linguaggio da usare per i moduli script di questo form</description> </attribute> <attribute element="KBForm" name="caption"> <legend>Titolo del form</legend> <description>Titolo della finestra che sarà mostrato quando il form è attivo.</description> </attribute> <attribute element="KBForm" name="modlist"> <legend>Moduli script</legend> <description> Elenco di moduli script usati da questo form </description> </attribute> <attribute element="KBForm" name="implist"> <legend>Importazione moduli</legend> <description> Lista di moduli script da importare in questo form. </description> </attribute> <attribute element="KBForm" name="stretch"> <legend>Ridimensionabile</legend> <description> Se attivato, il form visualizzato può essere ridimensionato; altrimenti, il layout del form rimarrà fisso. </description> </attribute> <attribute element="KBForm" name="showbar"> <legend>Mostra la barra di scorrimento</legend> <description> Attivando questa opzione verrà visualizzata la barra di scorrimento verticale, che indica l'intervallo di righe visualizzate, e permette di scorrervi attraverso. </description> </attribute> <attribute element="KBForm" name="paramlist"> <legend>Parametri</legend> <description> Elenco di parametri che possono essere impostati quando il form viene eseguito. I valori dei parametri possono essere sostituiti da espressioni. </description> </attribute> <attribute element="KBForm" name="blktype"> <legend>Tipo di blocco superiore</legend> <description>Il blocco superiore può contenere un menu (nessuna query), o accedere ad una query o una tavola.</description> <nullcheck>Il tipo di blocco superiore non è stato impostato</nullcheck> </attribute> <attribute element="KBForm" name="onload"> <legend>Al caricamento</legend> <description><![CDATA[ Script che viene invocato al caricamento del form. Un valore come <i>#Init</i> invoca una funzione esterna chiamata <i>onFormInit</i>; altrimenti definisce una funzione chiamata <i>eventFunc</i> il cui unico argomento è il form. ]]></description> </attribute> <attribute element="KBForm" name="onunload"> <legend>Alla chiusura</legend> <description><![CDATA[ Script che viene invocato alla chiusura del form. Un valore come <i>#Cleanup</i> invoca una funzione esterna chiamata <i>onFormCleanup</i>; altrimenti definisce una funzione chiamata <i>eventFunc</i> il cui unico argomento è il form. ]]></description> </attribute> <attribute element="KBForm" name="modal"> <legend>Modale</legend> <description><![CDATA[ Se impostato, il form sarà eseguito in modalità modale, come se fosse una finestra di dialogo. Notare che le modifiche a questo prametro saranno effettuate solo alla successiva apertura del form. ]]></description> </attribute> <attribute element="KBForm" name="hidebars"> <legend>Nascondi menu/Barra degli strumenti</legend> <description><![CDATA[ Se impostato, il menu e la barra degli strumenti saranno nascosti quando il form è in esecuzione. ]]></description> </attribute> </dictionary>