source: extensions/rv_gmaps/trunk/language/zh_CN/lang.php @ 22208

Last change on this file since 22208 was 22208, checked in by TranslationTeam, 11 years ago

[rv_mapsearth] Add zh_CN, thanks to : winson

  • Property svn:executable set to *
File size: 2.5 KB
Line 
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['Failed'] = '失败';
24$lang['Geotag'] = '地理标记';
25$lang['Geotagged'] = '地理标记了';
26$lang['Go to'] = '到';
27$lang['Latitude'] = '纬度';
28$lang['Link to this page'] = '链接此页面';
29$lang['Loading'] = '加载';
30$lang['Longitude'] = '经度';
31$lang['Map'] = '地图';
32$lang['More photos near this location'] = '更多此位置附近的相片';
33$lang['Next'] = '下一个';
34$lang['Not geotagged'] = '没有地理标记';
35$lang['Prev'] = '前一个';
36$lang['Show all'] = '显示所有';
37$lang['Viewing'] = '查看';
38$lang['World map'] = '世界地图';
39$lang['displays %s on a map'] = '在地图上显示%s';
40$lang['displays all photos on a map'] = '在地图上显示所有相片';
41$lang['go to %s'] = '到%s';
42$lang['opens %s in Google Earth'] = '在Google地球上打开%s(必须先在你机子上安装了)';
43$lang['out of %d'] = '超出了 %d';
44$lang['show all photos around this location'] = '显示此位置下所有图片';
45?>
Note: See TracBrowser for help on using the repository browser.