133c09527b4550e6c288de6bd4d37ee1b72a71ff
[reactos.git] / reactos / dll / win32 / jscript / lang / jscript_Da.rc
1 /*
2 * Copyright 2010 Thomas Larsen
3 * Paul Vriens
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18 */
19
20 #include "resource.h"
21
22 #pragma code_page(65001)
23
24 LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
25
26 STRINGTABLE
27 {
28 IDS_TO_PRIMITIVE "Fejl ved konvertering af objekt til primitiv type"
29 IDS_INVALID_CALL_ARG "Ugyldig procedure kald eller argument"
30 IDS_CREATE_OBJ_ERROR "Automations-serveren kan ikke oprette objektet"
31 IDS_NO_PROPERTY "Objektet understøtter ikke denne egenskab eller metode"
32 IDS_ARG_NOT_OPT "Argument ikke valgfrit"
33 IDS_SYNTAX_ERROR "Syntaksfejl"
34 IDS_SEMICOLON "Forventet ';'"
35 IDS_LBRACKET "Forventet '('"
36 IDS_RBRACKET "Forventet ')'"
37 IDS_UNTERMINATED_STR "Uafsluttet streng konstant"
38 IDS_NOT_FUNC "Funktion forventet"
39 IDS_NOT_DATE "[objekt]' er ikke en dato objekt"
40 IDS_NOT_NUM "Nummer forventet"
41 IDS_OBJECT_EXPECTED "objekt forventet"
42 IDS_ILLEGAL_ASSIGN "Ulovlig tildeling"
43 IDS_UNDEFINED "'|' er ikke defineret"
44 IDS_NOT_BOOL "Boolean objekt forventet"
45 IDS_JSCRIPT_EXPECTED "JScript objekt forventet"
46 IDS_REGEXP_SYNTAX_ERROR "Syntax fejl i regulært udtryk"
47 IDS_URI_INVALID_CHAR "URI, der skal kodes indeholder ugyldige tegn"
48 IDS_INVALID_LENGTH "Array længde skal være et endeligt positivt heltal"
49 IDS_ARRAY_EXPECTED "Array objekt forventet"
50 }