source: trunk/plugins/LocalFilesEditor/language/zh_HK/plugin.lang.php @ 26461

Last change on this file since 26461 was 26461, checked in by mistic100, 10 years ago

Update headers to 2014. Happy new year!!

  • Property svn:executable set to *
File size: 3.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['locfiledit_restore'] = '將備份檔案還原';
24$lang['locfiledit_restore_confirm'] = '請確定?
25還原將不會有效,直到有下一個儲存。';
26$lang['locfiledit_save_bak'] = '儲存時會建立備份副本。';
27$lang['locfiledit_save_config'] = '檔案成功地寫入。';
28$lang['locfiledit_save_file'] = '儲存檔案';
29$lang['locfiledit_saved_bak'] = '建立的備份檔案(%s)';
30$lang['locfiledit_show_default'] = '顯示參照檔案:';
31$lang['locfiledit_syntax_error'] = '語法錯誤!無法儲存檔案。';
32$lang['locfiledit_webmaster_only'] = '只有網站管理員可以建立或修改本地檔案。';
33$lang['locfiledit_bak_loaded1'] = '載入備份文件。';
34$lang['locfiledit_bak_loaded2'] = '您必須儲存檔案來還原它。';
35$lang['locfiledit_cant_save'] = '檔案是無法寫入。檢查目錄"local/"有寫入權限(chmod)。';
36$lang['locfiledit_choose_file'] = '選擇要編輯的檔案';
37$lang['locfiledit_edit'] = '編輯';
38$lang['locfiledit_empty_filename'] = '您必須輸入檔案名稱。';
39$lang['locfiledit_empty_page'] = '空頁';
40$lang['locfiledit_file_already_exists'] = '檔案已存在。';
41$lang['locfiledit_filename_error'] = '檔案名有禁止的字符。';
42$lang['locfiledit_model'] = '模式';
43$lang['locfiledit_model_error'] = '你必須選擇一種模式。';
44$lang['locfiledit_new_filename'] = '檔案名稱';
45$lang['locfiledit_new_tpl'] = '建立新的檔案';
46$lang['locfiledit_newfile'] = '該檔案不存在,直到輸入一些信息。信息一旦輸入並保存,該文件將被創建。';
47$lang['locfiledit_onglet_css'] = 'CSS';
48$lang['locfiledit_onglet_lang'] = '語言';
49$lang['locfiledit_onglet_localconf'] = '本地設定';
50$lang['locfiledit_onglet_plug'] = '個人插件';
51$lang['locfiledit_onglet_tpl'] = '範本';
52$lang['locfiledit_parent_directory'] = '父目錄';
53?>
Note: See TracBrowser for help on using the repository browser.