Author: akhaldi Date: Wed Sep 4 12:27:18 2013 New Revision: 59988
URL: http://svn.reactos.org/svn/reactos?rev=59988&view=rev Log: [JSCRIPT] * Move the resource files to the lang folder.
Added: trunk/reactos/dll/win32/jscript/lang/ (with props) trunk/reactos/dll/win32/jscript/lang/jscript_Da.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Da.rc trunk/reactos/dll/win32/jscript/lang/jscript_De.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_De.rc trunk/reactos/dll/win32/jscript/lang/jscript_En.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_En.rc trunk/reactos/dll/win32/jscript/lang/jscript_Es.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Es.rc trunk/reactos/dll/win32/jscript/lang/jscript_Fr.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Fr.rc trunk/reactos/dll/win32/jscript/lang/jscript_He.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_He.rc trunk/reactos/dll/win32/jscript/lang/jscript_Hu.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Hu.rc trunk/reactos/dll/win32/jscript/lang/jscript_It.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_It.rc trunk/reactos/dll/win32/jscript/lang/jscript_Ja.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Ja.rc trunk/reactos/dll/win32/jscript/lang/jscript_Ko.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Ko.rc trunk/reactos/dll/win32/jscript/lang/jscript_Lt.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Lt.rc trunk/reactos/dll/win32/jscript/lang/jscript_Nl.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Nl.rc trunk/reactos/dll/win32/jscript/lang/jscript_No.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_No.rc trunk/reactos/dll/win32/jscript/lang/jscript_Pl.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Pl.rc trunk/reactos/dll/win32/jscript/lang/jscript_Pt.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Pt.rc trunk/reactos/dll/win32/jscript/lang/jscript_Ro.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Ro.rc trunk/reactos/dll/win32/jscript/lang/jscript_Ru.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Ru.rc trunk/reactos/dll/win32/jscript/lang/jscript_Si.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Si.rc trunk/reactos/dll/win32/jscript/lang/jscript_Uk.rc - copied unchanged from r59967, trunk/reactos/dll/win32/jscript/jscript_Uk.rc Removed: trunk/reactos/dll/win32/jscript/jscript_Da.rc trunk/reactos/dll/win32/jscript/jscript_De.rc trunk/reactos/dll/win32/jscript/jscript_En.rc trunk/reactos/dll/win32/jscript/jscript_Es.rc trunk/reactos/dll/win32/jscript/jscript_Fr.rc trunk/reactos/dll/win32/jscript/jscript_He.rc trunk/reactos/dll/win32/jscript/jscript_Hu.rc trunk/reactos/dll/win32/jscript/jscript_It.rc trunk/reactos/dll/win32/jscript/jscript_Ja.rc trunk/reactos/dll/win32/jscript/jscript_Ko.rc trunk/reactos/dll/win32/jscript/jscript_Lt.rc trunk/reactos/dll/win32/jscript/jscript_Nl.rc trunk/reactos/dll/win32/jscript/jscript_No.rc trunk/reactos/dll/win32/jscript/jscript_Pl.rc trunk/reactos/dll/win32/jscript/jscript_Pt.rc trunk/reactos/dll/win32/jscript/jscript_Ro.rc trunk/reactos/dll/win32/jscript/jscript_Ru.rc trunk/reactos/dll/win32/jscript/jscript_Si.rc trunk/reactos/dll/win32/jscript/jscript_Uk.rc Modified: trunk/reactos/dll/win32/jscript/rsrc.rc
Removed: trunk/reactos/dll/win32/jscript/jscript_Da.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_D... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Da.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Da.rc (removed) @@ -1,50 +0,0 @@ -/* - * Copyright 2010 Thomas Larsen - * Paul Vriens - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_DANISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Fejl ved konvertering af objekt til primitiv type" - IDS_INVALID_CALL_ARG "Ugyldig procedure kald eller argument" - IDS_CREATE_OBJ_ERROR "Automations-serveren kan ikke oprette objektet" - IDS_NO_PROPERTY "Objektet understøtter ikke denne egenskab eller metode" - IDS_ARG_NOT_OPT "Argument ikke valgfrit" - IDS_SYNTAX_ERROR "Syntaksfejl" - IDS_SEMICOLON "Forventet ';'" - IDS_LBRACKET "Forventet '('" - IDS_RBRACKET "Forventet ')'" - IDS_UNTERMINATED_STR "Uafsluttet streng konstant" - IDS_NOT_FUNC "Funktion forventet" - IDS_NOT_DATE "[objekt]' er ikke en dato objekt" - IDS_NOT_NUM "Nummer forventet" - IDS_OBJECT_EXPECTED "objekt forventet" - IDS_ILLEGAL_ASSIGN "Ulovlig tildeling" - IDS_UNDEFINED "'|' er ikke defineret" - IDS_NOT_BOOL "Boolean objekt forventet" - IDS_JSCRIPT_EXPECTED "JScript objekt forventet" - IDS_REGEXP_SYNTAX_ERROR "Syntax fejl i regulært udtryk" - IDS_URI_INVALID_CHAR "URI, der skal kodes indeholder ugyldige tegn" - IDS_INVALID_LENGTH "Array længde skal være et endeligt positivt heltal" - IDS_ARRAY_EXPECTED "Array objekt forventet" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_De.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_D... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_De.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_De.rc (removed) @@ -1,49 +0,0 @@ -/* - * Copyright 2009 André Hentschel - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Fehler beim umwandeln des Objektes in einen Grundtyp" - IDS_INVALID_CALL_ARG "Ungültiger Funktionsaufruf oder Argument" - IDS_CREATE_OBJ_ERROR "Automatisierungsserver konnte das Objekt nicht erstellen" - IDS_NO_PROPERTY "Das Objekt unterstützt diese Eigenschaft oder Methode nicht" - IDS_ARG_NOT_OPT "Argument nicht optional" - IDS_SYNTAX_ERROR "Syntax Fehler" - IDS_SEMICOLON "';' erwartet" - IDS_LBRACKET "'(' erwartet" - IDS_RBRACKET "')' erwartet" - IDS_UNTERMINATED_STR "konstante Zeichenkette nicht terminiert" - IDS_NOT_FUNC "Funktion erwartet" - IDS_NOT_DATE "'[Objekt]' ist kein Datums-Objekt" - IDS_NOT_NUM "Nummer erwartet" - IDS_OBJECT_EXPECTED "Objekt erwartet" - IDS_ILLEGAL_ASSIGN "Unzulässige Zuweisung" - IDS_UNDEFINED "'|' nicht definiert" - IDS_NOT_BOOL "Boolisches Objekt erwartet" - IDS_JSCRIPT_EXPECTED "JScript Objekt erwartet" - IDS_REGEXP_SYNTAX_ERROR "Syntax Fehler in regulärem Ausdruck" - IDS_URI_INVALID_CHAR "Zu verschlüsselnde URI enthält ungültige Zeichen" - IDS_INVALID_LENGTH "Array-GröÃe muss eine endliche, positive Ganzzahl sein" - IDS_ARRAY_EXPECTED "Array Objekt erwartet" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_En.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_E... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_En.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_En.rc (removed) @@ -1,47 +0,0 @@ -/* - * Copyright 2009 Piotr Caban - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Error converting object to primitive type" - IDS_INVALID_CALL_ARG "Invalid procedure call or argument" - IDS_CREATE_OBJ_ERROR "Automation server can't create object" - IDS_NO_PROPERTY "Object doesn't support this property or method" - IDS_ARG_NOT_OPT "Argument not optional" - IDS_SYNTAX_ERROR "Syntax error" - IDS_SEMICOLON "Expected ';'" - IDS_LBRACKET "Expected '('" - IDS_RBRACKET "Expected ')'" - IDS_UNTERMINATED_STR "Unterminated string constant" - IDS_NOT_FUNC "Function expected" - IDS_NOT_DATE "'[object]' is not a date object" - IDS_NOT_NUM "Number expected" - IDS_OBJECT_EXPECTED "Object expected" - IDS_ILLEGAL_ASSIGN "Illegal assignment" - IDS_UNDEFINED "'|' is undefined" - IDS_NOT_BOOL "Boolean object expected" - IDS_JSCRIPT_EXPECTED "JScript object expected" - IDS_REGEXP_SYNTAX_ERROR "Syntax error in regular expression" - IDS_URI_INVALID_CHAR "URI to be encoded contains invalid characters" - IDS_INVALID_LENGTH "Array length must be a finite positive integer" - IDS_ARRAY_EXPECTED "Array object expected" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Es.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_E... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Es.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Es.rc (removed) @@ -1,50 +0,0 @@ -/* - * Copyright 2010 José Rostagno - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/*UTF-8*/ -#pragma code_page(65001) - -LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Error al convertir objeto a tipo primitivo" - IDS_INVALID_CALL_ARG "Llamada a procedimiento no válido o argumento" - IDS_CREATE_OBJ_ERROR "Servidor de automatización no puede crear el objeto" - IDS_NO_PROPERTY "El objeto no acepta esta propiedad o método" - IDS_ARG_NOT_OPT "Argumento no opcional" - IDS_SYNTAX_ERROR "Error de sintaxis" - IDS_SEMICOLON "Esperado ';'" - IDS_LBRACKET "Esperado '('" - IDS_RBRACKET "Esperado ')'" - IDS_UNTERMINATED_STR "Constante de cadena no terminada" - IDS_NOT_FUNC "Función esperada" - IDS_NOT_DATE "'[objeto]' no es un objeto fecha" - IDS_NOT_NUM "Numero esperado" - IDS_OBJECT_EXPECTED "Objeto esperado" - IDS_ILLEGAL_ASSIGN "Asignación ilegal" - IDS_UNDEFINED "'|' no está definido" - IDS_NOT_BOOL "Objeto Booleano esperado" - IDS_JSCRIPT_EXPECTED "Objeto JScript esperado" - IDS_REGEXP_SYNTAX_ERROR "Error de sintaxis en la expresion regular" - IDS_URI_INVALID_CHAR "URI a codificar contiene caracteres no válidos" - IDS_INVALID_LENGTH "La longitud del arreglo debe ser un entero positivo finito" - IDS_ARRAY_EXPECTED "Objeto Arreglo esperado" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Fr.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_F... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Fr.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Fr.rc (removed) @@ -1,52 +0,0 @@ -/* - * French resources for jscript - * - * Copyright 2009 Frédéric Delanoy - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Erreur lors de la conversion de l'objet vers un type primitif" - IDS_INVALID_CALL_ARG "Appel de procédure ou argument invalide" - IDS_CREATE_OBJ_ERROR "Le serveur d'automatisation ne peut créer l'objet" - IDS_NO_PROPERTY "Cet objet ne supporte pas cette propriété ou méthode" - IDS_ARG_NOT_OPT "Argument non optionnel" - IDS_SYNTAX_ERROR "Erreur de syntaxe" - IDS_SEMICOLON "« ; » attendu" - IDS_LBRACKET "« ( » attendu" - IDS_RBRACKET "« ) » attendu" - IDS_UNTERMINATED_STR "Constante chaîne de caractères non clôturée" - IDS_NOT_FUNC "Fonction attendue" - IDS_NOT_DATE "« [objet] » n'est pas un objet de type date" - IDS_NOT_NUM "Nombre attendu" - IDS_OBJECT_EXPECTED "Objet attendu" - IDS_ILLEGAL_ASSIGN "Affectation illégale" - IDS_UNDEFINED "« | » n'est pas défini" - IDS_NOT_BOOL "Objet booléen attendu" - IDS_JSCRIPT_EXPECTED "Objet JScript attendu" - IDS_REGEXP_SYNTAX_ERROR "Erreur de syntaxe dans l'expression rationnelle" - IDS_URI_INVALID_CHAR "L'URI à coder contient des caractères invalides" - IDS_INVALID_LENGTH "La longueur d'un tableau doit être un entier positif" - IDS_ARRAY_EXPECTED "Objet tableau attendu" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_He.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_H... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_He.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_He.rc (removed) @@ -1,49 +0,0 @@ -/* - * Copyright 2009 Piotr Caban - * - * Translated by Baruch Rutman - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Error converting object to primitive type" - IDS_INVALID_CALL_ARG "Invalid procedure call or argument" - IDS_CREATE_OBJ_ERROR "Automation server can't create object" - IDS_NO_PROPERTY "Object doesn't support this property or method" - IDS_ARG_NOT_OPT "Argument not optional" - IDS_SYNTAX_ERROR "ש×××ת ת×××ר" - IDS_SEMICOLON "צפ×× ';'" - IDS_LBRACKET "צפ×× '('" - IDS_RBRACKET "צפ×× ')'" - IDS_UNTERMINATED_STR "Unterminated string constant" - IDS_NOT_FUNC "פ×× ×§×¦×× ××××ª× ×¦×¤××××" - IDS_NOT_DATE "'[object]' is not a date object" - IDS_NOT_NUM "×ספר ××× ×¦×¤××" - IDS_OBJECT_EXPECTED "××××××§× ××× ×¦×¤××" - IDS_ILLEGAL_ASSIGN "×ש×× ×××ª× ×××§×ת" - IDS_UNDEFINED "'|' ×× ××××ר" - IDS_NOT_BOOL "××××××§× ×××××× × ××× ×¦×¤××" - IDS_JSCRIPT_EXPECTED "××××××§× JScript ××× ×¦×¤××" - IDS_REGEXP_SYNTAX_ERROR "Syntax error in regular expression" - IDS_URI_INVALID_CHAR "URI to be encoded contains invalid characters" - IDS_INVALID_LENGTH "Array length must be a finite positive integer" - IDS_ARRAY_EXPECTED "××××××§× ××¢×¨× ××× ×¦×¤××" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Hu.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_H... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Hu.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Hu.rc (removed) @@ -1,50 +0,0 @@ -/* - * Copyright 2010 Andras Kovacs - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Hiba az objektum primitÃv tÃpusra való konvertálásánál" - IDS_INVALID_CALL_ARG "Ãrvénytelen eljáráshÃvás vagy argmentum" - IDS_CREATE_OBJ_ERROR "Az automatizáló (automation) kiszolgáló nem tud objektumot létrehozni" - IDS_NO_PROPERTY "Az objektum nem támogatja ezt a tulajdonságot vagy metódust" - IDS_ARG_NOT_OPT "Az argumentum nem opcionális" - IDS_SYNTAX_ERROR "Szinttaktikai hiba" - IDS_SEMICOLON "Hiányzó ';'" - IDS_LBRACKET "Hiányzó '('" - IDS_RBRACKET "Hiányzó ')'" - IDS_UNTERMINATED_STR "Lezáratlan sztring konstans" - IDS_NOT_FUNC "Függvényt vártam" - IDS_NOT_DATE "'Az [object]' nem egy date (dátum) objektum" - IDS_NOT_NUM "Számot vártam" - IDS_OBJECT_EXPECTED "Objektumot vártam" - IDS_ILLEGAL_ASSIGN "Nem megengedett összerendelés" - IDS_UNDEFINED "A '|' nem definiált" - IDS_NOT_BOOL "Boolean (igaz-hamis) objektumot vártam" - IDS_JSCRIPT_EXPECTED "JScript objektumot vártam" - IDS_REGEXP_SYNTAX_ERROR "Szinttaktikai hiba a reguláris kifejezésben" - IDS_URI_INVALID_CHAR "A kódolandó URI érvénytelen karaktereket tartalmaz" - IDS_INVALID_LENGTH "A tömb hosszának egy véges pozitÃv egész számnak kell lennie" - IDS_ARRAY_EXPECTED "Tömb objektumot vártam" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_It.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_I... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_It.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_It.rc (removed) @@ -1,51 +0,0 @@ -/* - * Copyright 2009 Piotr Caban - * Copyright 2010 Luca Bennati - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL - -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_CREATE_OBJ_ERROR "Il server di automazione non può creare l'oggetto" - IDS_NO_PROPERTY "L'oggetto non supporta questa proprietà o metodo" - IDS_ARG_NOT_OPT "Argomento non opzionale" - IDS_SYNTAX_ERROR "Errore di sintassi" - IDS_SEMICOLON "Richiesto ';'" - IDS_LBRACKET "Richiesto '('" - IDS_RBRACKET "Richiesto ')'" - IDS_UNTERMINATED_STR "Costante stringa non terminata" - IDS_NOT_FUNC "Richiesta una funzione" - IDS_NOT_DATE "'[oggetto]' non è un oggetto data" - IDS_NOT_NUM "Richiesto un numero" - IDS_OBJECT_EXPECTED "Richiesto un oggetto" - IDS_ILLEGAL_ASSIGN "Assegnamento illegale" - IDS_UNDEFINED "'|' non è definito" - IDS_NOT_BOOL "Richiesto un oggetto Booleano" - 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" - IDS_INVALID_LENGTH "La lunghezza dell'array deve essere un intero finito e positivo" - IDS_ARRAY_EXPECTED "Richiesto un oggetto array" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Ja.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_J... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Ja.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Ja.rc (removed) @@ -1,51 +0,0 @@ -/* - * Copyright 2009 Piotr Caban - * Copyright 2010 Akihiro Sagawa - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "ãªãã¸ã§ã¯ããåºæ¬åã«å¤æã§ãã¾ãã" - IDS_INVALID_CALL_ARG "æç¶ãå¼ã³åºãã¾ãã¯å¼æ°ãç¡å¹ã§ã" - IDS_CREATE_OBJ_ERROR "ãªã¼ãã¡ã¼ã·ã§ã³ ãµã¼ãã¯ãªãã¸ã§ã¯ããçæã§ãã¾ãã" - IDS_NO_PROPERTY "ãªãã¸ã§ã¯ãã¯ãã®ããããã£ã¾ãã¯ã¡ã½ããããµãã¼ããã¦ãã¾ãã" - IDS_ARG_NOT_OPT "弿°ã¯çç¥ã§ãã¾ãã" - IDS_SYNTAX_ERROR "ææ³ã¨ã©ã¼" - IDS_SEMICOLON "';'ãæå¾ ãã¦ãã¾ãã" - IDS_LBRACKET "'('ãæå¾ ãã¦ãã¾ãã" - IDS_RBRACKET "')'ãæå¾ ãã¦ãã¾ãã" - IDS_UNTERMINATED_STR "æåå宿°ãçµç«¯ãã¦ãã¾ãã" - IDS_NOT_FUNC "颿°ãæå¾ ãã¦ãã¾ãã" - IDS_NOT_DATE "'[object]' ã¯æ¥ä»ãªãã¸ã§ã¯ãã§ã¯ããã¾ãã" - IDS_NOT_NUM "æ°å¤ãæå¾ ãã¦ãã¾ãã" - IDS_OBJECT_EXPECTED "ãªãã¸ã§ã¯ããæå¾ ãã¦ãã¾ãã" - IDS_ILLEGAL_ASSIGN "䏿£ãªå²ãå½ã¦" - IDS_UNDEFINED "'|'ã¯å®ç¾©ããã¦ãã¾ãã" - IDS_NOT_BOOL "è«çãªãã¸ã§ã¯ããæå¾ ãã¦ãã¾ãã" - IDS_JSCRIPT_EXPECTED "JScriptãªãã¸ã§ã¯ããæå¾ ãã¦ãã¾ãã" - IDS_REGEXP_SYNTAX_ERROR "æ£è¦è¡¨ç¾ã«ææ³èª¤ããããã¾ã" - IDS_URI_INVALID_CHAR "ã¨ã³ã³ã¼ããããURIã«ç¡å¹ãªæåãå«ã¾ãã¦ãã¾ã" - IDS_INVALID_LENGTH "é åã®é·ãã¯æéã®æ£æ´æ°ã§ãªããã°ãªãã¾ãã" - IDS_ARRAY_EXPECTED "é åãªãã¸ã§ã¯ããæå¾ ãã¦ãã¾ãã" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Ko.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_K... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Ko.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Ko.rc (removed) @@ -1,51 +0,0 @@ -/* - * Copyright 2009 Piotr Caban - * Copyright 2010 YunSong Hwang - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "ê°í를 기본 íìì¼ë¡ ë³ííë ì¤ì ìë¬ ë°ì" - IDS_INVALID_CALL_ARG "ì¬ë°ë¥´ì§ ìì íë¡ìì ¸ í¸ì¶ì´ë ì¸ì" - IDS_CREATE_OBJ_ERROR "ìëí ìë²ê° ê°ì²´ë¥¼ ë§ë¤ ì ììµëë¤" - IDS_NO_PROPERTY "ê°ì²´ë ì´ ìì±ì´ë ë©ìë를 ì§ìíì§ ììµëë¤" - IDS_ARG_NOT_OPT "ì¸ìë ìµì ì´ ìëëë¤" - IDS_SYNTAX_ERROR "ë¬¸ë² ìë¬" - IDS_SEMICOLON "';' ê° íìí©ëë¤" - IDS_LBRACKET "'(' ê° íìí©ëë¤" - IDS_RBRACKET "')' ê° íìí©ëë¤" - IDS_UNTERMINATED_STR "ëëì§ ìì 문ìì´ ìì" - IDS_NOT_FUNC "í¨ìê° íìí©ëë¤" - IDS_NOT_DATE "'[ê°ì²´]' ë ë ì§ ê°ì²´ê° ìëëë¤" - IDS_NOT_NUM "ì«ìê° íìí©ëë¤" - IDS_OBJECT_EXPECTED "ê°ì²´ê° íìí©ëë¤" - IDS_ILLEGAL_ASSIGN "ì못ë í ë¹" - IDS_UNDEFINED "'|' ë ì ìëì§ ìììµëë¤" - IDS_NOT_BOOL "볼린 ê°ì ê° íìí©ëë¤" - IDS_JSCRIPT_EXPECTED "JScript ê°ì²´ê° íìí©ëë¤" - IDS_REGEXP_SYNTAX_ERROR "ì ê· ííìì 문ë²ìë¬ê° ììµëë¤" - IDS_URI_INVALID_CHAR "URI ë ì¬ë°ë¥´ì§ ìì 문ì를 í¬í¨í´ì ì¸ì½ë©ëììµëë¤" - IDS_INVALID_LENGTH "ë°°ì´ ê¸¸ì´ë ë°ëì íì ë ìì ì ìì´ì´ì¼ í©ëë¤" - IDS_ARRAY_EXPECTED "ë°°ì´ ê°ì²´ê° íìí©ëë¤" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Lt.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_L... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Lt.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Lt.rc (removed) @@ -1,50 +0,0 @@ -/* - * Copyright 2009 Aurimas FiÅ¡eras aurimas@gmail.com - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Klaida keiÄiant objektÄ Ä¯ primityvų tipÄ " - IDS_INVALID_CALL_ARG "Netinkamas kreipinys į procedÅ«rÄ ar argumentas" - IDS_CREATE_OBJ_ERROR "Automatizacijos serveriui nepavyko sukurti objekto" - IDS_NO_PROPERTY "Objektas nepalaiko Å¡ios savybÄs ar metodo" - IDS_ARG_NOT_OPT "Argumentas nÄra neprivalomas" - IDS_SYNTAX_ERROR "SintaksÄs klaida" - IDS_SEMICOLON "TikÄtasi â;â" - IDS_LBRACKET "TikÄtasi â(â" - IDS_RBRACKET "TikÄtasi â)â" - IDS_UNTERMINATED_STR "Nebaigta eilutÄs konstanta" - IDS_NOT_FUNC "TikÄtasi funkcijos" - IDS_NOT_DATE "â[objektas]â nÄra datos objektas" - IDS_NOT_NUM "TikÄtasi skaiÄiaus" - IDS_OBJECT_EXPECTED "TikÄtasi objekto" - IDS_ILLEGAL_ASSIGN "Neleistinas priskyrimas" - IDS_UNDEFINED "â|â yra neapibrÄžtas" - IDS_NOT_BOOL "TikÄtasi loginio objekto" - IDS_JSCRIPT_EXPECTED "TikÄtasi JScript objekto" - IDS_REGEXP_SYNTAX_ERROR "SintaksÄs klaida reguliariajame reiÅ¡kinyje" - IDS_URI_INVALID_CHAR "Koduotiname URI yra netinkamų simbolių" - IDS_INVALID_LENGTH "Masyvo dydis turi bÅ«ti teigiamas sveikasis skaiÄius" - IDS_ARRAY_EXPECTED "TikÄtasi masyvo objekto" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Nl.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_N... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Nl.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Nl.rc (removed) @@ -1,49 +0,0 @@ -/* - * Copyright 2009 Paul Vriens - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL - -#pragma code_page(65001) - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Fout bij het omzetten van het object naar een primitief type" - IDS_INVALID_CALL_ARG "Ongeldige procedure-aanroep of argument" - IDS_CREATE_OBJ_ERROR "Automatiseringsserver kan het object niet creëren" - IDS_NO_PROPERTY "Dit object ondersteunt deze eigenschap of methode niet" - IDS_ARG_NOT_OPT "Argument is niet optioneel" - IDS_SYNTAX_ERROR "Syntax fout" - IDS_SEMICOLON "';' verwacht" - IDS_LBRACKET "'(' verwacht" - IDS_RBRACKET "')' verwacht" - IDS_UNTERMINATED_STR "Onafgesloten tekenreeksconstante" - IDS_NOT_FUNC "Functie verwacht" - IDS_NOT_DATE "'[object]' is geen datum object" - IDS_NOT_NUM "Getal verwacht" - IDS_OBJECT_EXPECTED "Object verwacht" - IDS_ILLEGAL_ASSIGN "Ongeldige toekenning" - IDS_UNDEFINED "'|' is ongedefinieerd" - IDS_NOT_BOOL "Boolean object verwacht" - IDS_JSCRIPT_EXPECTED "JScript object verwacht" - IDS_REGEXP_SYNTAX_ERROR "Syntax fout in reguliere expressie" - IDS_URI_INVALID_CHAR "De te coderen URI bevat ongeldige tekens" - IDS_INVALID_LENGTH "Array lengte moet een eindig, positief geheel getal zijn" - IDS_ARRAY_EXPECTED "Array object verwacht" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_No.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_N... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_No.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_No.rc (removed) @@ -1,49 +0,0 @@ -/* - * Copyright 2010 Alexander N. Sørnes alex@thehandofagony.com - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Klarte ikke konvertere objekt til primitiv type" - IDS_INVALID_CALL_ARG "Ugyldig funksjonskall eller argument" - IDS_CREATE_OBJ_ERROR "Automatiseringstjeneren klarte ikke opprette objekt" - IDS_NO_PROPERTY "Objektet støtter ikke denne egenskapen eller metoden" - IDS_ARG_NOT_OPT "Argumentet er ikke valgfritt" - IDS_SYNTAX_ERROR "Syntaksfeil" - IDS_SEMICOLON "Forventet ';'" - IDS_LBRACKET "Forventet '('" - IDS_RBRACKET "Forventet ')'" - IDS_UNTERMINATED_STR "Uavsluttet strengkonstant" - IDS_NOT_FUNC "Forventet funksjon" - IDS_NOT_DATE "'[object]' er ikke et dataobjekt" - IDS_NOT_NUM "Forventet nummer" - IDS_OBJECT_EXPECTED "Forventet objekt" - IDS_ILLEGAL_ASSIGN "Ugyldig tilordning" - IDS_UNDEFINED "'|' er udefinert" - IDS_NOT_BOOL "Forventet boolsk verdi" - IDS_JSCRIPT_EXPECTED "Forventet JScript-objekt" - IDS_REGEXP_SYNTAX_ERROR "Syntaksfeil i regulært uttrykk" - IDS_URI_INVALID_CHAR "URI'en som skulle kodes inneholder ugyldige tegn" - IDS_INVALID_LENGTH "Rekkens lengde må være et endelig, positivt tall" - IDS_ARRAY_EXPECTED "Forventet rekke-objekt" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Pl.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_P... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Pl.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Pl.rc (removed) @@ -1,47 +0,0 @@ -/* - * Copyright 2010 £ukasz Wojni³owicz - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_POLISH, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "B³¹d przy przekszta³caniu obiektu do typu podstawowego" - IDS_INVALID_CALL_ARG "Niew³aciwe wywo³anie procedury lub argument" - IDS_CREATE_OBJ_ERROR "Serwer automatyzacji nie mo¿e stworzyæ obiektu" - IDS_NO_PROPERTY "Obiekt nie wspiera tej w³aciwoci lub metody" - IDS_ARG_NOT_OPT "Argument nieopcjonalny" - IDS_SYNTAX_ERROR "B³¹d sk³adni" - IDS_SEMICOLON "Oczekiwane ';'" - IDS_LBRACKET "Oczekiwane '('" - IDS_RBRACKET "Oczekiwane ')'" - IDS_UNTERMINATED_STR "Niezakoñczona sta³a znakowa" - IDS_NOT_FUNC "Oczekiwana funkcja" - IDS_NOT_DATE "'[obiekt]' nie jest obiektem daty" - IDS_NOT_NUM "Oczekiwana liczba" - IDS_OBJECT_EXPECTED "Oczekiwany obiekt" - IDS_ILLEGAL_ASSIGN "Niepoprawne przypisanie" - IDS_UNDEFINED "'|' jest niezdefiniowany" - IDS_NOT_BOOL "Oczekiwany obiekt boolean" - IDS_JSCRIPT_EXPECTED "Oczekiwany obiekt JScript" - IDS_REGEXP_SYNTAX_ERROR "B³¹d sk³adni w regularnym wyra¿eniu" - IDS_URI_INVALID_CHAR "Kodowane URI zawiera niew³aciwe znaki" - IDS_INVALID_LENGTH "D³ugoæ tablicy musi byæ skoñczon¹ dodatni¹ liczb¹ sta³¹" - IDS_ARRAY_EXPECTED "Oczekiwany obiekt tablicowy" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Pt.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_P... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Pt.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Pt.rc (removed) @@ -1,78 +0,0 @@ -/* - * Copyright 2009 Ricardo Filipe - * Copyright 2010 Gustavo Henrique Milaré - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Erro ao converter objeto em tipo primitivo" - IDS_INVALID_CALL_ARG "Argumento ou chamada de procedimento inválida" - IDS_CREATE_OBJ_ERROR "O servidor de automação não conseguiu criar o objeto" - IDS_NO_PROPERTY "O objeto não suporta esta propriedade ou método" - IDS_ARG_NOT_OPT "Argumento não opcional" - IDS_SYNTAX_ERROR "Erro de sintaxe" - IDS_SEMICOLON "';' esperado" - IDS_LBRACKET "'(' esperado" - IDS_RBRACKET "')' esperado" - IDS_UNTERMINATED_STR "Constante de string não terminada" - IDS_NOT_FUNC "Função esperada" - IDS_NOT_DATE "'[object]' não é um objeto de data" - IDS_NOT_NUM "Número esperado" - IDS_OBJECT_EXPECTED "Objeto esperado" - IDS_ILLEGAL_ASSIGN "Atribuição ilegal" - IDS_UNDEFINED "'|' é indefinido" - IDS_NOT_BOOL "Objeto boleano esperado" - IDS_JSCRIPT_EXPECTED "Objeto JScript esperado" - IDS_REGEXP_SYNTAX_ERROR "Erro de sintaxe na expressão regular" - IDS_URI_INVALID_CHAR "URI a ser codificado contém caracteres inválidos" - IDS_INVALID_LENGTH "Tamanho do vetor tem que ser um inteiro finito positivo" - IDS_ARRAY_EXPECTED "Objeto Array esperado" -} - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Erro ao converter objecto em tipo primitivo" - IDS_INVALID_CALL_ARG "Argumento ou chamada de procedimento inválida" - IDS_CREATE_OBJ_ERROR "O servidor de automação não conseguiu criar o objecto" - IDS_NO_PROPERTY "O objecto não suporta esta propriedade ou método" - IDS_ARG_NOT_OPT "Argumento não opcional" - IDS_SYNTAX_ERROR "Erro de sintaxe" - IDS_SEMICOLON "';' esperado" - IDS_LBRACKET "'(' esperado" - IDS_RBRACKET "')' esperado" - IDS_UNTERMINATED_STR "Constante de string não terminada" - IDS_NOT_FUNC "Função esperada" - IDS_NOT_DATE "'[object]' não é um objecto de data" - IDS_NOT_NUM "Número esperado" - IDS_OBJECT_EXPECTED "Objecto esperado" - IDS_ILLEGAL_ASSIGN "Atribuição ilegal" - IDS_UNDEFINED "'|' é indefinido" - IDS_NOT_BOOL "Objecto boleano esperado" - IDS_JSCRIPT_EXPECTED "Objecto JScript esperado" - IDS_REGEXP_SYNTAX_ERROR "Erro de sintaxe na expressão regular" - IDS_URI_INVALID_CHAR "URI a ser codificado contém caracteres inválidos" - IDS_INVALID_LENGTH "Tamanho do vector tem de ser um inteiro finito positivo" - IDS_ARRAY_EXPECTED "Objecto Array esperado" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Ro.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_R... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Ro.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Ro.rc (removed) @@ -1,51 +0,0 @@ -/* - * Copyright 2009 Piotr Caban - * Copyright 2010 Claudia CotunÄ - * Michael Stefaniuc - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL - -#pragma code_page(65001) - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Eroare la convertirea obiectului la un tip primitiv" - IDS_INVALID_CALL_ARG "Apel de procedurÄ sau argument nevalid" - IDS_CREATE_OBJ_ERROR "Serverul de automatizare nu poate crea obiectul" - IDS_NO_PROPERTY "Obiectul nu suportÄ aceastÄ proprietate sau metodÄ" - IDS_ARG_NOT_OPT "Argumentul nu este opÈional" - IDS_SYNTAX_ERROR "Eroare de sintaxÄ" - IDS_SEMICOLON "Se aÈteaptÄ â;â" - IDS_LBRACKET "Se aÈteaptÄ â(â" - IDS_RBRACKET "Se aÈteaptÄ â)â" - IDS_UNTERMINATED_STR "Èir constant neterminat" - IDS_NOT_FUNC "Se aÈteaptÄ o funcÈie" - IDS_NOT_DATE "â[obiect]â nu este un obiect de tip datÄ" - IDS_NOT_NUM "Se aÈteaptÄ un numÄr" - IDS_OBJECT_EXPECTED "Se aÈteaptÄ un obiect" - IDS_ILLEGAL_ASSIGN "Atribuire ilegalÄ" - IDS_UNDEFINED "â|â nu este definit" - IDS_NOT_BOOL "Se aÈteaptÄ un obiect boolean" - IDS_JSCRIPT_EXPECTED "Se aÈteaptÄ un obiect JScript" - IDS_REGEXP_SYNTAX_ERROR "Eroare de sintaxÄ Ã®n expresia regulatÄ" - IDS_URI_INVALID_CHAR "URI care trebuie codificat conÈine caractere nevalide" - IDS_INVALID_LENGTH "Lungimea unei matrice trebuie sÄ fie un numÄr întreg pozitiv" - IDS_ARRAY_EXPECTED "Se aÈteaptÄ un obiect matrice" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Ru.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_R... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Ru.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Ru.rc (removed) @@ -1,50 +0,0 @@ -/* - * Copyright 2009 Vladimir Pankratov - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "ÐÑибка конвеÑÑиÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð¾Ð±ÑекÑа в пÑимиÑивнÑй Ñип" - IDS_INVALID_CALL_ARG "ÐевеÑнÑй вÑзов пÑоÑедÑÑÑ Ð¸Ð»Ð¸ аÑгÑменÑ" - IDS_CREATE_OBJ_ERROR "СеÑÐ²ÐµÑ Ð°Ð²ÑомаÑизаÑии не Ð¼Ð¾Ð¶ÐµÑ ÑоздаÑÑ Ð¾Ð±ÑекÑ" - IDS_NO_PROPERTY "ÐбÑÐµÐºÑ Ð½Ðµ поддеÑÐ¶Ð¸Ð²Ð°ÐµÑ ÑÑо ÑвойÑÑво или меÑод" - IDS_ARG_NOT_OPT "ÐÑÑÑÑÑÑвÑÐµÑ Ð¾Ð±ÑзаÑелÑнÑй аÑгÑменÑ" - IDS_SYNTAX_ERROR "СинÑакÑиÑеÑÐºÐ°Ñ Ð¾Ñибка" - IDS_SEMICOLON "ÐжидаеÑÑÑ ';'" - IDS_LBRACKET "ÐжидаеÑÑÑ '('" - IDS_RBRACKET "ÐжидаеÑÑÑ ')'" - IDS_UNTERMINATED_STR "ÐезавеÑÑÑÐ½Ð½Ð°Ñ ÑÑÑÐ¾ÐºÐ¾Ð²Ð°Ñ ÐºÐ¾Ð½ÑÑанÑа" - IDS_NOT_FUNC "ÐжидаеÑÑÑ ÑÑнкÑиÑ" - IDS_NOT_DATE "'[object]' не обÑÐµÐºÑ Ñипа 'date'" - IDS_NOT_NUM "ÐжидаеÑÑÑ ÑиÑло" - IDS_OBJECT_EXPECTED "ÐжидаеÑÑÑ Ð¾Ð±ÑекÑ" - IDS_ILLEGAL_ASSIGN "ÐевеÑное пÑиÑваивание" - IDS_UNDEFINED "'|' не опÑеделÑн" - IDS_NOT_BOOL "ÐжидаеÑÑÑ Ð¾Ð±ÑÐµÐºÑ Ñипа 'bool'" - IDS_JSCRIPT_EXPECTED "ÐжидаеÑÑÑ Ð¾Ð±ÑÐµÐºÑ Ñипа 'JScript'" - IDS_REGEXP_SYNTAX_ERROR "СинÑакÑиÑеÑÐºÐ°Ñ Ð¾Ñибка в ÑегÑлÑÑном вÑÑажении" - IDS_URI_INVALID_CHAR "URI ÑодеÑÐ¶Ð¸Ñ Ð½ÐµÐ²ÐµÑнÑе ÑимволÑ" - IDS_INVALID_LENGTH "Ðлиной маÑÑива должно бÑÑÑ ÐºÐ¾Ð½ÐµÑное положиÑелÑное ÑиÑло" - IDS_ARRAY_EXPECTED "ÐжидаеÑÑÑ Ð¾Ð±ÑÐµÐºÑ Ñипа 'Array'" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Si.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_S... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Si.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Si.rc (removed) @@ -1,49 +0,0 @@ -/* - * Copyright 2010 Matej Spindler - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Napaka med spreminjanjem v primitivni tip" - IDS_INVALID_CALL_ARG "NapaÄen klic postopka ali argument" - IDS_CREATE_OBJ_ERROR "Avtomatizacijski server ne more ustvariti objekta" - IDS_NO_PROPERTY "Objekt ne podpira atributa ali metode" - IDS_ARG_NOT_OPT "Argument je obvezen" - IDS_SYNTAX_ERROR "NapaÄna sintaksa" - IDS_SEMICOLON "PriÄakujem ';'" - IDS_LBRACKET "PriÄakujem '('" - IDS_RBRACKET "PriÄakujem ')'" - IDS_UNTERMINATED_STR "NezakljuÄen niz" - IDS_NOT_FUNC "PriÄakujem funkcijo" - IDS_NOT_DATE "'[object]' ni date objekt" - IDS_NOT_NUM "PriÄakujem Å¡tevilo" - IDS_OBJECT_EXPECTED "PriÄakujem objekt" - IDS_ILLEGAL_ASSIGN "NapaÄna prireditev" - IDS_UNDEFINED "'|' je nedifiniran" - IDS_NOT_BOOL "PriÄakujem Boolean objekt" - IDS_JSCRIPT_EXPECTED "PriÄakujem JScript objekt" - IDS_REGEXP_SYNTAX_ERROR "NapaÄna sintaksa v regularnem izrazu" - IDS_URI_INVALID_CHAR "URI vsebuje neveljavne znake" - IDS_INVALID_LENGTH "Dožina polja mora bit pozitivno celo Å¡tevilo" - IDS_ARRAY_EXPECTED "PriÄakujem Array objekt" -}
Removed: trunk/reactos/dll/win32/jscript/jscript_Uk.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/jscript_U... ============================================================================== --- trunk/reactos/dll/win32/jscript/jscript_Uk.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/jscript_Uk.rc (removed) @@ -1,51 +0,0 @@ -/* - * Copyright 2009 Piotr Caban - * Copyright 2010 Igor Paliychuk - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT - -STRINGTABLE -{ - IDS_TO_PRIMITIVE "Ðомилка конвеÑÑÑÐ²Ð°Ð½Ð½Ñ Ð¾Ð±'ÑкÑÑ Ð² пÑимÑÑивний Ñип" - IDS_INVALID_CALL_ARG "ÐевÑÑний виклик пÑоÑедÑÑи або аÑгÑменÑ" - IDS_CREATE_OBJ_ERROR "СеÑÐ²ÐµÑ Ð°Ð²ÑомаÑизаÑÑÑ Ð½Ðµ може ÑÑвоÑиÑи об'ÑкÑ" - IDS_NO_PROPERTY "Ðб'ÑÐºÑ Ð½Ðµ пÑдÑÑимÑÑ ÑÑ Ð²Ð»Ð°ÑÑивÑÑÑÑ Ñи меÑод" - IDS_ARG_NOT_OPT "ÐÑдÑÑÑнÑй обов'Ñзковий аÑгÑменÑ" - IDS_SYNTAX_ERROR "СинÑакÑиÑна помилка" - IDS_SEMICOLON "ÐÑÑкÑÑÑÑÑÑ ';'" - IDS_LBRACKET "ÐÑÑкÑÑÑÑÑÑ '('" - IDS_RBRACKET "ÐÑÑкÑÑÑÑÑÑ ')'" - IDS_UNTERMINATED_STR "ÐезавеÑÑена ÑÑдкова конÑÑанÑа" - IDS_NOT_FUNC "ÐÑÑкÑÑÑÑÑÑ ÑÑнкÑÑÑ" - IDS_NOT_DATE "'[object]' не об'ÑÐºÑ ÑÐ¸Ð¿Ñ date" - IDS_NOT_NUM "ÐÑÑкÑÑÑÑÑÑ ÑиÑло" - IDS_OBJECT_EXPECTED "ÐÑÑкÑÑÑÑÑÑ Ð¾Ð±'ÑкÑ" - IDS_ILLEGAL_ASSIGN "ÐевÑÑне пÑиÑвоÑннÑ" - IDS_UNDEFINED "'|' не визнаÑено" - IDS_NOT_BOOL "ÐÑÑкÑÑÑÑÑÑ Ð¾Ð±'ÑÐºÑ Boolean" - IDS_JSCRIPT_EXPECTED "ÐÑÑкÑÑÑÑÑÑ Ð¾Ð±'ÑÐºÑ JScript" - IDS_REGEXP_SYNTAX_ERROR "СинÑакÑиÑна помилка в ÑегÑлÑÑÐ½Ð¾Ð¼Ñ Ð²Ð¸ÑазÑ" - IDS_URI_INVALID_CHAR "URI, Ñо бÑде закодований, мÑÑÑиÑÑ Ð½ÐµÐ¿ÑипÑÑÑÐ¸Ð¼Ñ Ñимволи" - IDS_INVALID_LENGTH "ÐÐ¾Ð²Ð¶Ð¸Ð½Ð¾Ñ Ð¼Ð°ÑÐ¸Ð²Ñ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ðµ бÑÑи ÑкÑнÑенне додаÑÐ½Ñ ÑÑле ÑиÑло" - IDS_ARRAY_EXPECTED "ÐÑÑкÑÑÑÑÑÑ Ð¾Ð±'ÑÐºÑ Array" -}
Propchange: trunk/reactos/dll/win32/jscript/lang/ ------------------------------------------------------------------------------ --- bugtraq:logregex (added) +++ bugtraq:logregex Wed Sep 4 12:27:18 2013 @@ -0,0 +1,2 @@ +([Ii]ssue|[Bb]ug)s? #?(\d+)(,? ?#?(\d+))*(,? ?(and |or )?#?(\d+))? +(\d+)
Propchange: trunk/reactos/dll/win32/jscript/lang/ ------------------------------------------------------------------------------ bugtraq:message = See issue #%BUGID% for more details.
Propchange: trunk/reactos/dll/win32/jscript/lang/ ------------------------------------------------------------------------------ bugtraq:url = http://www.reactos.org/bugzilla/show_bug.cgi?id=%BUGID%
Propchange: trunk/reactos/dll/win32/jscript/lang/ ------------------------------------------------------------------------------ tsvn:logminsize = 10
Modified: trunk/reactos/dll/win32/jscript/rsrc.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/jscript/rsrc.rc?r... ============================================================================== --- trunk/reactos/dll/win32/jscript/rsrc.rc [iso-8859-1] (original) +++ trunk/reactos/dll/win32/jscript/rsrc.rc [iso-8859-1] Wed Sep 4 12:27:18 2013 @@ -34,62 +34,61 @@ #include "wine/wine_common_ver.rc"
#ifdef LANGUAGE_EN_US - #include "jscript_En.rc" + #include "lang/jscript_En.rc" #endif #ifdef LANGUAGE_PL_PL - #include "jscript_Pl.rc" + #include "lang/jscript_Pl.rc" #endif
/* UTF-8 */ #ifdef LANGUAGE_DA_DK - #include "jscript_Da.rc" + #include "lang/jscript_Da.rc" #endif #ifdef LANGUAGE_DE_DE - #include "jscript_De.rc" + #include "lang/jscript_De.rc" #endif #ifdef LANGUAGE_ES_ES - #include "jscript_Es.rc" + #include "lang/jscript_Es.rc" #endif #ifdef LANGUAGE_FR_FR - #include "jscript_Fr.rc" + #include "lang/jscript_Fr.rc" #endif #ifdef LANGUAGE_HE_IL - #include "jscript_He.rc" + #include "lang/jscript_He.rc" #endif #ifdef LANGUAGE_HU_HU - #include "jscript_Hu.rc" + #include "lang/jscript_Hu.rc" #endif #ifdef LANGUAGE_IT_IT - #include "jscript_It.rc" + #include "lang/jscript_It.rc" #endif #ifdef LANGUAGE_JA_JP - #include "jscript_Ja.rc" + #include "lang/jscript_Ja.rc" #endif #ifdef LANGUAGE_KO_KR - #include "jscript_Ko.rc" + #include "lang/jscript_Ko.rc" #endif #ifdef LANGUAGE_LT_LT - #include "jscript_Lt.rc" + #include "lang/jscript_Lt.rc" #endif #ifdef LANGUAGE_NL_NL - #include "jscript_Nl.rc" + #include "lang/jscript_Nl.rc" #endif #ifdef LANGUAGE_NO_NO - #include "jscript_No.rc" + #include "lang/jscript_No.rc" #endif #ifdef LANGUAGE_PT_PT - #include "jscript_Pt.rc" + #include "lang/jscript_Pt.rc" #endif #ifdef LANGUAGE_RO_RO - #include "jscript_Ro.rc" + #include "lang/jscript_Ro.rc" #endif #ifdef LANGUAGE_RU_RU - #include "jscript_Ru.rc" + #include "lang/jscript_Ru.rc" #endif #ifdef LANGUAGE_SL_SI - #include "jscript_Si.rc" + #include "lang/jscript_Si.rc" #endif #ifdef LANGUAGE_UK_UA - #include "jscript_Uk.rc" + #include "lang/jscript_Uk.rc" #endif -