2
* The Chinese (Traditional) language file for Shadowbox.
4
* This file is part of Shadowbox.
6
* Shadowbox is an online media viewer application that supports all of the
7
* web's most popular media publishing formats. Shadowbox is written entirely
8
* in JavaScript and CSS and is highly customizable. Using Shadowbox, website
9
* authors can showcase a wide assortment of media in all major browsers without
10
* navigating users away from the linking page.
12
* Shadowbox is released under version 3.0 of the Creative Commons Attribution-
13
* Noncommercial-Share Alike license. This means that it is absolutely free
14
* for personal, noncommercial use provided that you 1) make attribution to the
15
* author and 2) release any derivative work under the same or a similar
18
* If you wish to use Shadowbox for commercial purposes, licensing information
19
* can be found at http://mjijackson.com/shadowbox/.
21
* @author Michael J. I. Jackson <mjijackson@gmail.com>
22
* @copyright 2007-2008 Michael J. I. Jackson
23
* @license http://creativecommons.org/licenses/by-nc-sa/3.0/
24
* @version SVN: $Id: shadowbox-zh-TW.js 99 2008-05-11 16:22:43Z mjijackson $
27
if(typeof Shadowbox == 'undefined'){
28
throw 'Unable to load Shadowbox language file, base library not found.';
32
* An object containing all textual messages to be used in Shadowbox. These are
33
* provided so they may be translated into different languages. Alternative
34
* translations may be found in js/lang/shadowbox-*.js where * is an abbreviation
35
* of the language name (see
36
* http://www.gnu.org/software/gettext/manual/gettext.html#Language-Codes).
63
single: '您必須安裝 <a href="{0}">{1}</a> 這個瀏覽外掛程式才能檢視這裡的內容。',
64
shared: '您必須安裝 <a href="{0}">{1}</a> 和 <a href="{2}">{3}</a> 這兩個瀏覽外掛程式才能檢視這裡的內容。',
65
either: '您必須安裝 <a href="{0}">{1}</a> 或者是 the <a href="{2}">{3}</a> 這兩個其中一個瀏覽外掛程式才能檢視這裡的內容。'