source: extensions/bbcode_bar/language/zh_TW/plugin.lang.php @ 24789

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

[bbcode_bar] Update 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['Available options'] = '可用選項';
24$lang['Black'] = '黑';
25$lang['Blue'] = '藍';
26$lang['Green'] = '綠';
27$lang['Grey'] = '灰';
28$lang['Orange'] = '橙';
29$lang['Purple'] = '紫';
30$lang['Red'] = '紅';
31$lang['normal font'] = '標準';
32$lang['small font'] = '小號';
33$lang['tiny font'] = '極細';
34$lang['Bold : [b]bold']['/b'] = '粗體 : [b]粗體[/b]';
35$lang['Center : [center]center']['/center'] = '居中 : [center]居中[/center]';
36$lang['E-mail : [email]Email']['/email'] = 'E-mail : [email]Email[/email]';
37$lang['Font color : [color=color]text']['/color'] = '字體顏色 : [color=顏色]文字[/color]';
38$lang['Font size : [size=X]text']['/size'] = '字體大小 : [size=X]文字[/size]';
39$lang['Italic : [i]italic']['/i'] = '斜體 : [i]斜體[/i]';
40$lang['List element : [li]element']['/li'] = '列表行 : [li]列表行[/li]';
41$lang['Ordered list : [ol][li]element[/li]']['/ol'] = '有序列表 : [ol][li]列表行[/li][/ol]';
42$lang['Paragraph : [p]Paragraph']['/p'] = '段落: [p]段落[/p]';
43$lang['Picture : [img]picture']['/img'] = '圖片 : [img]圖片[/img]';
44$lang['Quote : [quote]quote']['/quote'] = '引用 : [quote]引用[/quote]';
45$lang['Right : [right]right']['/right'] = '居右 : [right]居右[/right]';
46$lang['Striped  : [s]striped']['/s'] = '刪除線 : [s]刪除線[/s]';
47$lang['URL : [url=URL]Title']['/url'] = 'RL : [url=URL地址]URL文字[/url]';
48$lang['Underline : [u]underline']['/u'] = '下劃線 : [u]下劃線[/u]';
49$lang['Unordered list : [ul][li]element[/li]']['/ul'] = '無序列表 : [ul][li]列表行[/li][/ul]';
50$lang['White'] = '白';
51$lang['Yellow'] = '黃';
52$lang['huge font'] = '超大';
53$lang['large font'] = '大號';
54?>
Note: See TracBrowser for help on using the repository browser.