source: branches/version-2_12-multilang/html/js/locales/en.js @ 22166

Revision 22166, 3.5 KB checked in by adachi, 11 years ago (diff)

#1995 プロトタイプを追加

Line 
1/*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2012 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 */
22var cube_locale_messages = {
23    // js/site.js
24    'j_001': '郵便番号を正しく入力して下さい。',
25    'j_002': '選択したカテゴリとカテゴリ内のすべてのカテゴリを削除します',
26    'j_003': '一度削除したデータは、元に戻せません。\n削除しても宜しいですか?',
27    'j_004': '一度削除したデータは、元に戻せません。\n削除しても宜しいですか?\n\n※ 在庫数は手動で戻してください。',
28    'j_005': '登録しても宜しいですか',
29    'j_006': '検索結果をすべて削除しても宜しいですか',
30    'j_007': '一度削除したデータは、元に戻せません。\n削除しても宜しいですか?',
31    'j_008': '登録しても宜しいですか',
32    'j_009': '登録しても宜しいですか',
33    'j_010': 'メールアドレス/パスワードを入力して下さい。',
34    'j_011': '縮小',
35    'j_012': '拡大',
36    // js/products.js
37    'j_013': '申し訳ございませんが、只今品切れ中です。',
38    // user_data/packages/admin/js/admin.js
39    'j_014': '必須項目を入力して下さい。',
40    'j_015': '内容を登録しても宜しいでしょうか',
41    'j_016': '登録内容を削除しても宜しいでしょうか',
42    'j_017': 'カテゴリを登録しても宜しいでしょうか',
43    'j_018': '親カテゴリは選択できません',
44    'j_019': '登録内容を削除しても宜しいでしょうか',
45    'j_020': 'この内容で登録しても宜しいでしょうか',
46    'j_021': '削除しても宜しいでしょうか',
47    'j_022': '登録内容を削除しても宜しいでしょうか',
48    'j_023': 'カテゴリを登録しても宜しいでしょうか',
49    'j_024': '親カテゴリは選択できません',
50    'j_025': '登録内容を削除しても宜しいでしょうか',
51    'j_026': 'この内容で登録しても宜しいでしょうか',
52    'j_027': '削除しても宜しいでしょうか',
53    'j_028': '既に登録されているメールアドレスです。\nメルマガの種類が変更されます。宜しいですか?',
54    'j_029': '<FONT Color="#FFFF99"> << 表示 </FONT>',
55    'j_030': ' <FONT Color="#FFFF99"> >> 非表示 </FONT>',
56    // user_data/packages/admin/js/breadcrumbs.js
57    'j_031': '<span>ホーム</span>',
58    // user_data/packages/sphone/js/barbutton
59    'j_032': 'TOPへ',
60    // user_data/packages/sphone/js/favorite.js
61    'j_033': 'お気に入りに登録しました',
62    'j_034': '<p>お気に入り登録済み</p>',
63    'j_035': 'お気に入りの登録に失敗しました'
64};
Note: See TracBrowser for help on using the repository browser.