pop e6a83a1bd42c871764373a338ab59a0e9b0b678c
[wine/hacks.git] / dlls / jscript / jscript_Ro.rc
blob066e200faf85d0d51c10aef4cbac4385d5ce8bee
1 /*
2  * Copyright 2009 Piotr Caban
3  * Copyright 2010 Claudia Cotună
4  *                Michael Stefaniuc
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
21 #include "resource.h"
23 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
25 #pragma code_page(65001)
27 STRINGTABLE DISCARDABLE
29     IDS_TO_PRIMITIVE        "Eroare la convertirea obiectului la un tip primitiv"
30     IDS_INVALID_CALL_ARG    "Apel de procedură sau argument nevalid"
31     IDS_CREATE_OBJ_ERROR    "Serverul de automatizare nu poate crea obiectul"
32     IDS_NO_PROPERTY         "Obiectul nu suportă această proprietate sau metodă"
33     IDS_ARG_NOT_OPT         "Argumentul nu este opțional"
34     IDS_SYNTAX_ERROR        "Eroare de sintaxă"
35     IDS_SEMICOLON           "„;” presupus"
36     IDS_LBRACKET            "„(” presupus"
37     IDS_RBRACKET            "„)” presupus"
38     IDS_UNTERMINATED_STR    "Constantă de șir nedeterminată"
39     IDS_NOT_FUNC            "Funcție presupusă"
40     IDS_NOT_DATE            "„[obiect]” nu este un obiect de tip dată"
41     IDS_NOT_NUM             "Număr presupus"
42     IDS_OBJECT_EXPECTED     "Obiect presupus"
43     IDS_ILLEGAL_ASSIGN      "Atribuire ilegală"
44     IDS_UNDEFINED           "„|” nu este definit"
45     IDS_NOT_BOOL            "Obiect boolean presupus"
46     IDS_JSCRIPT_EXPECTED    "Obiect JScript presupus"
47     IDS_REGEXP_SYNTAX_ERROR "Eroare de sintaxă în expresie rațională"
48     IDS_URI_INVALID_CHAR    "URI care trebuie codificat conține caractere nevalide"
49     IDS_INVALID_LENGTH      "Lungimea unei matrice trebuie să fie un număr întreg pozitiv"
50     IDS_ARRAY_EXPECTED      "Obiect matrice presupus"