jscript: Update Lithuanian translation.
[wine] / dlls / jscript / 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 #include "resource.h"
22
23 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
24
25 #pragma code_page(65001)
26
27 STRINGTABLE
28 {
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           "Se așteaptă „;”"
36     IDS_LBRACKET            "Se așteaptă „(”"
37     IDS_RBRACKET            "Se așteaptă „)”"
38     IDS_UNTERMINATED_STR    "Șir constant neterminat"
39     IDS_NOT_FUNC            "Se așteaptă o funcție"
40     IDS_NOT_DATE            "„[obiect]” nu este un obiect de tip dată"
41     IDS_NOT_NUM             "Se așteaptă un număr"
42     IDS_OBJECT_EXPECTED     "Se așteaptă un obiect"
43     IDS_ILLEGAL_ASSIGN      "Atribuire ilegală"
44     IDS_UNDEFINED           "„|” nu este definit"
45     IDS_NOT_BOOL            "Se așteaptă un obiect boolean"
46     IDS_JSCRIPT_EXPECTED    "Se așteaptă un obiect JScript"
47     IDS_REGEXP_SYNTAX_ERROR "Eroare de sintaxă în expresia regulată"
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      "Se așteaptă un obiect matrice"
51 }