Luca Bennati : jscript: Update Italian translation.

Alexandre Julliard julliard at winehq.org
Tue Oct 19 13:03:43 CDT 2010


Module: wine
Branch: master
Commit: 032a2ba164fe74e1df1e59175413a1ff2364f30e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=032a2ba164fe74e1df1e59175413a1ff2364f30e

Author: Luca Bennati <lucak3 at gmail.com>
Date:   Mon Oct 18 22:58:45 2010 +0200

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"




More information about the wine-cvs mailing list