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

Revision 22208, 3.0 KB checked in by m_uehara, 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_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    // js/products.js
37    'j_products_001': 'This product is currently sold out. We apologize for the inconvenience.',
38    // user_data/packages/admin/js/admin.js
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>',
50    // user_data/packages/admin/js/breadcrumbs.js
51    'j_breadcrumbs_001': '<span>Home</span>',
52    // user_data/packages/sphone/js/barbutton
53    'j_barbutton_001': 'To TOP',
54    // user_data/packages/sphone/js/favorite.js
55    'j_favorite_001': 'Registered to Favorites',
56    'j_favorite_002': '<p>Registered in Favorites</p>',
57    'j_favorite_003': 'Registration to Favorites failed'
58};
Note: See TracBrowser for help on using the repository browser.