source: extensions/header_manager/language/zh_HK/plugin.lang.php @ 23556

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

[header_manager] Add zh_HK, thanks to : gurunited

  • Property svn:executable set to *
File size: 3.8 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['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = '您可以上傳自定標題圖片,或從您的畫廊中選擇。在下個畫面,您可以裁剪圖片。';
24$lang['or choose a picture from the gallery'] = '或由畫廊中揀選一張圖片';
25$lang['Recursive'] = '重覆';
26$lang['Restore default banner'] = '還原為預設橫額';
27$lang['Select an image'] = '選擇一張圖片';
28$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = '數字識別碼可以在圖片編輯頁面找到, 在縮圖畫面附近。';
29$lang['You can customize the display by adding CSS rules to'] = '你可以增加CSS的規則而更改顯示畫面';
30$lang['Add a banner'] = '新增一個橫額';
31$lang['Album specific banners'] = '相簿特定的橫額';
32$lang['Banner'] = '橫額';
33$lang['Banner added'] = '橫額已增加';
34$lang['Banner deleted'] = '橫額已刪除';
35$lang['Choose an image from your computer'] = '從電腦中選擇一張圖片';
36$lang['Choose the part of the image you want to use as your header.'] = '選擇部分圖片作為你的標題。';
37$lang['Crop banner image'] = '裁切橫額圖片';
38$lang['Default banner'] = '預設橫額';
39$lang['Default banner size'] = '預設橫額尺寸';
40$lang['Display banner on photo page'] = '顯示橫額在圖片頁上';
41$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = '如選用MontBlancXL和BlancMontXL,建議大小為900×190。';
42$lang['Gallery title above image'] = '畫廊標題設於圖片上方';
43$lang['In order to add a specific banner, go to the admin page of the desired album.'] = '如要新增特定的橫額,請前往相冊的管理頁面。';
44$lang['Incorrect file type,'] = '錯誤的檔案類型,';
45$lang['No banner added yet'] = '尚未新增橫額';
46$lang['Non recursive'] = '非重覆的';
47$lang['Picture id.'] = '圖片ID';
48$lang['Put <b>%header_manager%</b> where you want to display the image.'] = '把 <b>%header_manager%</b> 放在你要顯示的圖像。';
49$lang['Random'] = '隨機';
50$lang['Unknown picture id'] = '未知的圖片ID';
51$lang['Use'] = '使用';
52$lang['With text'] = '帶有文字';
53$lang['Image only'] = '只有圖片';
54?>
Note: See TracBrowser for help on using the repository browser.