source: extensions/MyPiwiShop/language/zh_CN/plugin.lang.php @ 27864

Last change on this file since 27864 was 27864, checked in by TranslationTeam, 10 years ago

[mypiwishop] Update zh_CN, thanks to : junwang

  • Property svn:executable set to *
File size: 4.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | 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, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Edit'] = '编辑';
24$lang['the product'] = '该产品';
25$lang['you must enter the name of the option'] = '必填该选项名称';
26$lang['you must enter the product and not the price'] = '必填该产品而不是价格';
27$lang['products have been added to these images'] = '产品已被添加到这些图像里';
28$lang['products have been removed for these pictures'] = '已删除这些图片的产品';
29$lang['see related products for this picture'] = '看看这张照片的相关产品';
30$lang['shipping fees'] = '运费';
31$lang['the option'] = '该选项';
32$lang['the order is changed'] = '订单已更改';
33$lang['The order is changed'] = '订单已更改';
34$lang['Type'] = '类型';
35$lang['Type of option'] = '选项类型';
36$lang['Validate the change'] = '确认更改';
37$lang['Value'] = '值';
38$lang['View cart'] = '查看购物车';
39$lang['What is MyPiwiShop?'] = 'mypiwishop是什么?';
40$lang['Your Paypal id'] = '你的PayPal ID或你的PayPal账户地址';
41$lang['a option'] = '一选项';
42$lang['a product'] = '一产品';
43$lang['add value'] = '添加值';
44$lang['drag / drop to change the order'] = '拖拽改变顺序';
45$lang['duplicate'] = '复制';
46$lang['option registered'] = '选项已注册';
47$lang['Note administrator'] = '告知管理员';
48$lang['Option registered'] = '选项已注册';
49$lang['Option value'] = '选项值';
50$lang['Options'] = '选项';
51$lang['Presentation text for a single product'] = '单一产品的演示文本';
52$lang['Presentation text for several products'] = '多个产品的演示文本';
53$lang['Price'] = '价格';
54$lang['Product'] = '产品';
55$lang['Product registered'] = '产品已注册';
56$lang['Products'] = '产品';
57$lang['Products have been added to these images'] = '产品已被添加到这些图像里';
58$lang['Products have been removed for these pictures'] = '已删除这些图像的产品';
59$lang['Registered'] = '已注册';
60$lang['Required'] = '要求的';
61$lang['Select at least one product'] = '选择至少一个产品';
62$lang['Shipping cost'] = '运输成本';
63$lang['Shop'] = '商店';
64$lang['Showing 0 to 0 of 0 records'] = '显示0至0的0个记录';
65$lang['Showing _START_ to _END_ of _TOTAL_ records'] = '显示_start_到_end_的_total_记录';
66$lang['The field is required'] = '该字段是必需的';
67$lang['Change the display order of products in the form'] = '改变在表单内产品所显示的顺序';
68$lang['Configuration'] = '配置';
69$lang['Currency'] = '货币';
70$lang['Delete the selected products for these images'] = '删除为这些图像选定的产品';
71$lang['Display _MENU_ records per page'] = '每页显示的_menu_记录';
72$lang['Duplicate '] = '复制品';
73$lang['Fields marked with * must be completed'] = '*为必须填写域';
74$lang['No matching option found'] = '没有找到匹配的选项';
75$lang['No product selected'] = '没有选择的产品';
76$lang['Add '] = '添加';
77$lang['Add a product'] = '添加一个产品';
78$lang['Add a option'] = '添加一个选项';
79$lang['Add the selected products for these images'] = '为这些图像添加选定的产品';
80$lang['Buy'] = '购买';
81$lang['Change the display order of options in the form'] = '改变在表单内选项所显示的顺序';
82$lang[' product'] = '产品';
83$lang['(filtered from _MAX_ total records)'] = '(从_最大值过滤的总记录)';
84$lang[' option'] = '选项';
Note: See TracBrowser for help on using the repository browser.