source: extensions/Google2Piwigo/language/zh_TW/plugin.lang.php @ 25271

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

[google2piwigo] Add zh_TW, thanks to : azq1231

  • Property svn:executable set to *
File size: 3.2 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['Fill these fields from Google datas'] = '用Google的資料,填寫這些欄位';
24$lang['Geolocalization'] = '定位技術';
25$lang['Photo "%s" imported'] = '圖片 "%s" 已導入';
26$lang['Processing...'] = '正在處理...';
27$lang['Reproduce Google albums'] = '複製 Google 相冊';
28$lang['Successfully logged to you Google account'] = '已成功登入Google帳戶';
29$lang['%d albums'] = '%d 個相冊';
30$lang['%d elements ready for importation'] = '%d 個元素準備導入';
31$lang['%d pictures are not displayed because already existing in the database.'] = '%d 張圖片未顯示,因為數據庫中已存在。';
32$lang['%d pictures imported'] = '%d 張圖片已導入';
33$lang['(%d photos)'] = '(%d 張圖片)';
34$lang['API not authenticated'] = 'API未被認證';
35$lang['Begin transfer'] = '開始傳輸';
36$lang['Help! I get the error "The site [...] has not been registered."'] = '請幫忙!我遇到了一個錯誤「網站[...]並沒有註冊。」';
37$lang['Import all my pictures'] = '導入所有圖片';
38$lang['Import all photos in this album'] = '導入此相冊中的所有圖片';
39$lang['Import options'] = '導入選項';
40$lang['List my albums'] = '列出我的相冊';
41$lang['List pictures of this album'] = '列出此相冊中的圖片';
42$lang['Logged in as'] = '已以該身份登入';
43$lang['Logged out'] = '已登出';
44$lang['No download method available'] = '沒有可用的下載方法';
45$lang['One picture is not displayed because already existing in the database.'] = '有1張圖片未顯示,因為數據庫中已存在。';
46$lang['Open Google page in a new tab'] = '在新標籤中打開Google頁面';
47?>
Note: See TracBrowser for help on using the repository browser.