jscript: Update Italian translation.

This commit is contained in:
Luca Bennati 2010-10-18 22:58:45 +02:00 committed by Alexandre Julliard
parent 6e12858dc0
commit 032a2ba164
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ STRINGTABLE
{
IDS_TO_PRIMITIVE "Errore nel convertire un oggetto ad un tipo primitivo"
IDS_INVALID_CALL_ARG "Chiamata o argomento di procedura non valido"
IDS_SUBSCRIPT_OUT_OF_RANGE "Sottoscript fuori portata"
IDS_CREATE_OBJ_ERROR "Il server di automazione non può creare l'oggetto"
IDS_NO_PROPERTY "L'oggetto non supporta questa proprietà o metodo"
IDS_UNSUPPORTED_ACTION "L'oggetto non supporta questa azione"
@ -44,6 +45,7 @@ STRINGTABLE
IDS_ILLEGAL_ASSIGN "Assegnamento illegale"
IDS_UNDEFINED "'|' non è definito"
IDS_NOT_BOOL "Richiesto un oggetto Booleano"
IDS_NOT_VBARRAY "Richiesto un oggetto VBArray"
IDS_JSCRIPT_EXPECTED "Richiesto un oggetto JScript"
IDS_REGEXP_SYNTAX_ERROR "Errore di sintassi nell'espressione regolare"
IDS_URI_INVALID_CHAR "L'URI da codificare contiene caratteri non validi"