[JSCRIPT]
[reactos.git] / reactos / dll / win32 / jscript / lang / jscript_Ro.rc
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 */
20
21 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
22
23 #pragma code_page(65001)
24
25 STRINGTABLE
26 {
27 IDS_TO_PRIMITIVE "Eroare la convertirea obiectului la un tip primitiv"
28 IDS_INVALID_CALL_ARG "Apel de procedură sau argument nevalid"
29 IDS_CREATE_OBJ_ERROR "Serverul de automatizare nu poate crea obiectul"
30 IDS_NO_PROPERTY "Obiectul nu suportă această proprietate sau metodă"
31 IDS_ARG_NOT_OPT "Argumentul nu este opțional"
32 IDS_SYNTAX_ERROR "Eroare de sintaxă"
33 IDS_SEMICOLON "Se așteaptă „;”"
34 IDS_LBRACKET "Se așteaptă „(”"
35 IDS_RBRACKET "Se așteaptă „)”"
36 IDS_UNTERMINATED_STR "Șir constant neterminat"
37 IDS_NOT_FUNC "Se așteaptă o funcție"
38 IDS_NOT_DATE "„[obiect]” nu este un obiect de tip dată"
39 IDS_NOT_NUM "Se așteaptă un număr"
40 IDS_OBJECT_EXPECTED "Se așteaptă un obiect"
41 IDS_ILLEGAL_ASSIGN "Atribuire ilegală"
42 IDS_UNDEFINED "„|” nu este definit"
43 IDS_NOT_BOOL "Se așteaptă un obiect boolean"
44 IDS_JSCRIPT_EXPECTED "Se așteaptă un obiect JScript"
45 IDS_REGEXP_SYNTAX_ERROR "Eroare de sintaxă în expresia regulată"
46 IDS_URI_INVALID_CHAR "URI care trebuie codificat conține caractere nevalide"
47 IDS_INVALID_LENGTH "Lungimea unei matrice trebuie să fie un număr întreg pozitiv"
48 IDS_ARRAY_EXPECTED "Se așteaptă un obiect matrice"
49 }