jscript: Update Italian translation

Luca Bennati lucak3 at gmail.com
Mon Oct 18 17:06:25 CDT 2010


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20101019/71fff35f/attachment.htm>
-------------- next part --------------
From c3c3cad8daab696b6492461bc4247332c8cca20c Mon Sep 17 00:00:00 2001
From: Luca Bennati <lucak3 at gmail.com>
Date: Mon, 18 Oct 2010 22:58:45 +0200
Subject: jscript: Update Italian translation

---
 dlls/jscript/jscript_It.rc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/jscript/jscript_It.rc b/dlls/jscript/jscript_It.rc
index 4534303..42033d3 100644
--- a/dlls/jscript/jscript_It.rc
+++ b/dlls/jscript/jscript_It.rc
@@ -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"
-- 
1.7.3.1


More information about the wine-patches mailing list