source: 3thparty/jupload/src/main/translation/coppermine.utf-8/chinese_gb.php @ 3951

Revision 3951, 3.5 KB checked in by alexandrecorreia, 13 years ago (diff)

Ticket #1709 - Adicao de codigo fonte java do componente jupload

Line 
1<?php
2/*
3 *******************************************
4 plugin JUpload for Coppermine Photo Gallery
5 *******************************************
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
11 ********************************************
12 $Revision: 185 $
13 $Author: etienne_sf $
14 $Date: 2008-03-12 20:26:16 +0100 (mer., 12 mars 2008) $
15 ********************************************
16 *
17 * Allows easy upload to the gallery, through a java applet.
18 *
19 * Up to date version of this script can be retrieved with the full JUpload package, here:
20 *
21 * http://etienne.sf.free.fr/wiki
22 *
23 * Directly here:
24 * http://forum.coppermine-gallery.net/index.php/board,100.0.html
25 *
26 * Support is available on this forum:
27 * http://coppermine-gallery.net/forum/index.php?topic=43432
28 *
29 * The applet is published on sourceforge:
30 * http://jupload.sourceforge.net
31 *
32 */
33
34// ------------------------------------------------------------------------- //
35// File jupload.php
36// ------------------------------------------------------------------------- //
37
38if (defined('JUPLOAD_PHP')) {
39        $lang_jupload_php = array_merge (
40                $lang_jupload_php,
41                array(
42                  'link_title' => '批次䞊傳',
43                  'link_comment' => '䞊傳倧量檔案至盞簿 (瀏芜噚需支揎 Java Applet)',
44                  'perm_denied' => '權限䞍足<BR><BR>請先<a href="$1">登入盞簿</a>',
45                  'select_album' => '請先遞擇盞簿',
46                  'button_update_album' => '曎新盞簿',
47                  'button_create_album' => '建立盞簿',
48                  'success' => '操䜜完成',
49                  'error_select_album' => '盞簿未遞擇請先遞擇盞簿',
50                  'error_album_name' => '請為盞簿呜名',
51                  'error_album_already_exists' => '盞簿名皱已存圚<BR><BR>請按<I>回䞊頁</I>蚭定其它的名皱',
52                  'album_name' => '盞簿名皱',
53                  'album_presentation' => '請遞擇盞簿悚䞊傳的圖檔將會存攟圚遞擇的盞簿䞭<BR>若悚尚未建立任䜕盞簿, 請按\'建立\'按鈕䟆建立悚的第䞀本盞簿',
54                  'album_description' => '盞簿描述',
55                  'add_pictures' => '將圖檔加入遞擇的盞簿',
56                  'max_upload_size' => '檔案倧小限制為 $1 KB',
57                  'upload_presentation' => '若 Applet 無法顯瀺, 䞔悚的瀏芜噚回報本頁的錯誀蚊息, 請先安裝 Java 執行環境.<BR>之埌, 悚將可以曎方䟿地䞊傳悚的照片按䞋<B>瀏芜</B>遞擇檔案, 或是盎接拖曳欲䞊傳的檔案至 Applet 芖窗䞭, 䞊按䞋<B>䞊傳</B>完成檔案䞊傳的動䜜'
58                . "<BR>若想䜿甚<U>傳統的䞊傳介面</U>, <a href='upload.php'>請按這裡</a>.",
59                  'album' => '盞簿',
60                  //Since 2.1.0
61                  'java_not_enabled' => '悚的瀏芜噚䞍支揎 Java Applet. 本䞊傳頁面䜿甚 Java Applet 技術. 請至<a href="http:\\java.sun.com\jre\"> Jave 網站</a>䞋茉最新版本的 Java 執行環境',
62                  //Since 3.0.0
63                  'picture_data_explanation' => '若悚想將歀蚭定倌套甚至所有的照片, 請點遞連結䞊圚資料欄䜍䞭茞入資料',
64                  'quota_used' => '悚目前已䜿甚 $1/$3 MB ($2%) 個人空間',
65                  'quota_about_full' => '空間已滿, 請移陀䞀些照片, 或向管理員尋求協助',
66                  //Last minute sentence :
67                  //Since 3.2.0
68                  'need_approval' => '檔案由管理者審栞䞭, 埅審栞通過埌悚將可圚盞簿䞭觀看最新䞊傳的檔案.'
69                )
70        );
71}
Note: See TracBrowser for help on using the repository browser.