Sync with trunk (r48414)
[reactos.git] / dll / win32 / jscript / jscript_Ja.rc
1 /*
2 * Copyright 2009 Piotr Caban
3 * Copyright 2010 Akihiro Sagawa
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 /* UTF-8 */
23 #pragma code_page(65001)
24
25 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
26
27 STRINGTABLE
28 {
29 IDS_TO_PRIMITIVE "オブジェクトを基本型に変換できません"
30 IDS_INVALID_CALL_ARG "手続き呼び出しまたは引数が無効です"
31 IDS_CREATE_OBJ_ERROR "オートメーション サーバはオブジェクトを生成できません"
32 IDS_NO_PROPERTY "オブジェクトはこのプロパティまたはメソッドをサポートしていません"
33 IDS_ARG_NOT_OPT "引数は省略できません"
34 IDS_SYNTAX_ERROR "文法エラー"
35 IDS_SEMICOLON "';'を期待していました"
36 IDS_LBRACKET "'('を期待していました"
37 IDS_RBRACKET "')'を期待していました"
38 IDS_UNTERMINATED_STR "文字列定数が終端していません"
39 IDS_NOT_FUNC "関数を期待していました"
40 IDS_NOT_DATE "'[object]' は日付オブジェクトではありません"
41 IDS_NOT_NUM "数値を期待していました"
42 IDS_OBJECT_EXPECTED "オブジェクトを期待していました"
43 IDS_ILLEGAL_ASSIGN "不正な割り当て"
44 IDS_UNDEFINED "'|'は定義されていません"
45 IDS_NOT_BOOL "論理オブジェクトを期待していました"
46 IDS_JSCRIPT_EXPECTED "JScriptオブジェクトを期待していました"
47 IDS_REGEXP_SYNTAX_ERROR "正規表現に文法誤りがあります"
48 IDS_URI_INVALID_CHAR "エンコードされるURIに無効な文字が含まれています"
49 IDS_INVALID_LENGTH "配列の長さは有限の正整数でなければなりません"
50 IDS_ARRAY_EXPECTED "配列オブジェクトを期待していました"
51 }