Changeset 22208
- Timestamp:
- 2013/01/08 15:08:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/html/js/locales/en.js
r22166 r22208 22 22 var cube_locale_messages = { 23 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': '拡大',24 'j_site_001': 'Input Postal code correctly.', 25 'j_site_002': 'The selected category and all categories within the selected category will be deleted', 26 'j_site_003': 'Data that has been erased cannot be restored.\nDo you want to delete?', 27 'j_site_004': 'Data that has been erased cannot be restored.\nDo you want to delete?\n\n*Restore the inventory count manually.', 28 'j_site_005': 'Do you want to register?', 29 'j_site_006': 'Do you want to delete all search results?', 30 'j_site_007': 'Data that has been erased cannot be restored.\nDo you want to delete?', 31 'j_site_008': 'Do you want to register?', 32 'j_site_009': 'Do you want to register?', 33 'j_site_010': 'Enter your e-mail address and password.', 34 'j_site_011': 'Compression', 35 'j_site_012': 'Enlarge the image', 36 36 // js/products.js 37 'j_ 013': '申し訳ございませんが、只今品切れ中です。',37 'j_products_001': 'This product is currently sold out. We apologize for the inconvenience.', 38 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>', 39 'j_admin_001': 'Input the required items.', 40 'j_admin_002': 'Do you want to register these contents?', 41 'j_admin_003': 'Do you want to delete the registered contents?', 42 'j_admin_004': 'Do you want to register this category?', 43 'j_admin_005': 'The new category cannot be selected', 44 'j_admin_006': 'Do you want to delete the registered contents?', 45 'j_admin_007': 'Do you want to register with these contents?', 46 'j_admin_008': 'Do you want to delete this?', 47 'j_admin_009': 'This e-mail address is already registered.\nThe type of mail magazine will be changed. Do you wish to continue?', 48 'j_admin_010': '<FONT Color="#FFFF99"> << Display </FONT>', 49 'j_admin_011': ' <FONT Color="#FFFF99"> >> Not displayed </FONT>', 56 50 // user_data/packages/admin/js/breadcrumbs.js 57 'j_ 031': '<span>ホーム</span>',51 'j_breadcrumbs_001': '<span>Home</span>', 58 52 // user_data/packages/sphone/js/barbutton 59 'j_ 032': 'TOPへ',53 'j_barbutton_001': 'To TOP', 60 54 // user_data/packages/sphone/js/favorite.js 61 'j_ 033': 'お気に入りに登録しました',62 'j_ 034': '<p>お気に入り登録済み</p>',63 'j_ 035': 'お気に入りの登録に失敗しました'55 'j_favorite_001': 'Registered to Favorites', 56 'j_favorite_002': '<p>Registered in Favorites</p>', 57 'j_favorite_003': 'Registration to Favorites failed' 64 58 };
Note: See TracChangeset
for help on using the changeset viewer.
