1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2013 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['scissors'] = '剪刀'; |
---|
24 | $lang['shoe'] = '鞋'; |
---|
25 | $lang['shopping cart'] = '購物車'; |
---|
26 | $lang['suitcase'] = '手提箱'; |
---|
27 | $lang['trash'] = '垃圾'; |
---|
28 | $lang['disk'] = '唱片'; |
---|
29 | $lang['calculator'] = '計算機'; |
---|
30 | $lang['DVD'] = 'DVD'; |
---|
31 | $lang['ball'] = '球'; |
---|
32 | $lang['battery'] = '電池'; |
---|
33 | $lang['bicycle'] = '自行車'; |
---|
34 | $lang['binoculars'] = '雙筒望遠鏡'; |
---|
35 | $lang['book'] = '書'; |
---|
36 | $lang['calendar'] = '日曆'; |
---|
37 | $lang['camera'] = '相機'; |
---|
38 | $lang['car'] = '汽車'; |
---|
39 | $lang['cookie'] = '餅乾'; |
---|
40 | $lang['guitar'] = '吉他'; |
---|
41 | $lang['hat'] = '帽子'; |
---|
42 | $lang['house'] = '房子'; |
---|
43 | $lang['lock'] = '鎖'; |
---|
44 | $lang['magnifying glass'] = '放大鏡'; |
---|
45 | $lang['mobile phone'] = '行動電話'; |
---|
46 | $lang['pencil'] = '鉛筆'; |
---|
47 | $lang['printer'] = '印表機'; |
---|
48 | ?> |
---|