1/* 2 * Copyright 2009 Piotr Caban 3 * Copyright 2010 Claudia Cotună 4 * Michael Stefaniuc 5 * Ștefan Fulea 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL 23 24#pragma code_page(65001) 25 26STRINGTABLE 27{ 28 IDS_TO_PRIMITIVE "Eroare la convertirea obiectului la un tip primitiv" 29 IDS_INVALID_CALL_ARG "Apel de procedură sau argument nevalid" 30 IDS_SUBSCRIPT_OUT_OF_RANGE "Subscript în afara limitelor admise" 31 IDS_OBJECT_REQUIRED "Obiect necesar" 32 IDS_CREATE_OBJ_ERROR "Serverul de automatizare nu poate crea obiectul" 33 IDS_NO_PROPERTY "Proprietatea sau metoda este neaplicabilă obiectului" 34 IDS_UNSUPPORTED_ACTION "Acțiunea este neaplicabilă obiectului" 35 IDS_ARG_NOT_OPT "Argumentul nu este opțional" 36 IDS_SYNTAX_ERROR "Eroare de sintaxă" 37 IDS_SEMICOLON "Era așteptat „;”" 38 IDS_LBRACKET "Era așteptat „(”" 39 IDS_RBRACKET "Era așteptat „)”" 40 IDS_EXPECTED_IDENTIFIER "Era așteptat identificator" 41 IDS_EXPECTED_ASSIGN "Era așteptat „=”" 42 IDS_INVALID_CHAR "Caracter nevalid" 43 IDS_UNTERMINATED_STR "Șir constant neterminat" 44 IDS_MISPLACED_RETURN "Poziția „return” este în afara funcției" 45 IDS_INVALID_BREAK "„break” nu este admis în afara buclelor" 46 IDS_INVALID_CONTINUE "„continue” nu este admis în afara buclelor" 47 IDS_LABEL_REDEFINED "Eticheta este redefinită" 48 IDS_LABEL_NOT_FOUND "Etichetă nu este găsită" 49 IDS_EXPECTED_CCEND "Era așteptat „@end”" 50 IDS_DISABLED_CC "Compilarea condițională este dezactivată" 51 IDS_EXPECTED_AT "Era așteptat „@”" 52 IDS_NOT_FUNC "Era așteptată o funcție" 53 IDS_NOT_DATE "„[obiect]” nu este un obiect de tip dată" 54 IDS_NOT_NUM "Era așteptat un număr" 55 IDS_OBJECT_EXPECTED "Era așteptat un obiect" 56 IDS_ILLEGAL_ASSIGN "Atribuire ilegală" 57 IDS_UNDEFINED "„|” nu este definit" 58 IDS_NOT_BOOL "Era așteptat un obiect boolean" 59 IDS_INVALID_DELETE "„|” nu poate fi șters" 60 IDS_NOT_VBARRAY "Era așteptat un obiect de tip VBArray" 61 IDS_JSCRIPT_EXPECTED "Era așteptat un obiect JScript" 62 IDS_REGEXP_SYNTAX_ERROR "Eroare de sintaxă în expresia regulată" 63 IDS_URI_INVALID_CODING "URI ce urmează a fi decodificat nu este corect" 64 IDS_URI_INVALID_CHAR "URI care trebuie codificat conține caractere nevalide" 65 IDS_FRACTION_DIGITS_OUT_OF_RANGE "Numărul cifrelor fracționare este în afara limitelor admise" 66 IDS_PRECISION_OUT_OF_RANGE "Precizia este în afara limitelor admise" 67 IDS_INVALID_LENGTH "Lungimea unei matrice trebuie să fie un număr întreg pozitiv" 68 IDS_ARRAY_EXPECTED "Era așteptat un obiect matrice" 69 IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object" 70 IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'" 71 IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'" 72 IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value" 73} 74