source: trunk/plugins/LocalFilesEditor/language/zh_CN/plugin.lang.php @ 10307

Last change on this file since 10307 was 10307, checked in by patdenice, 13 years ago

feature:2262
Replace editarea by Codemirror:
http://codemirror.net

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2011 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
24$lang['locfiledit_onglet_localconf'] = '本地配置';
25$lang['locfiledit_onglet_css'] = 'CSS';
26$lang['locfiledit_onglet_tpl'] = '模板';
27$lang['locfiledit_onglet_lang'] = '语言';
28$lang['locfiledit_onglet_plug'] = '个人插件';
29$lang['locfiledit_cant_save'] = '当前文件不可写入。请检查 "local/" 是否可写 (chmod).';
30$lang['locfiledit_newfile'] = '文件不存在,LocalFiles 编辑器将创建它';
31$lang['locfiledit_save_config'] = '文件已成功写入.';
32$lang['locfiledit_show_default'] = '显示相关文件: ';
33$lang['locfiledit_save_bak'] = '备份将被创建和保存.';
34$lang['locfiledit_saved_bak'] = '备份文件已创建 (%s)';
35$lang['locfiledit_save_file'] = '保存文件';
36$lang['locfiledit_choose_file'] = '选择要编辑的文件';
37$lang['locfiledit_edit'] = '编辑';
38$lang['locfiledit_restore'] = '恢复备份文件';
39$lang['locfiledit_restore_confirm'] = '请确认? 恢复在下一次保存前将不会生效.';
40$lang['locfiledit_bak_loaded1'] = '备份文件已加载.';
41$lang['locfiledit_bak_loaded2'] = '您必须保存文件以便将其恢复.';
42$lang['locfiledit_syntax_error'] = '语法错误! 文件不能被保存.';
43$lang['locfiledit_new_tpl'] = '创建新文件';
44$lang['locfiledit_new_filename'] = '文件名';
45$lang['locfiledit_model'] = '模块';
46$lang['locfiledit_empty_page'] = '空页面';
47$lang['locfiledit_parent_directory'] = '父目录';
48$lang['locfiledit_filename_error'] = '被禁用的文件名.';
49$lang['locfiledit_file_already_exists'] = '文件已存在.';
50$lang['locfiledit_model_error'] = '您必须选择一个模块.';
51$lang['locfiledit_empty_filename'] = '您必须填写文件名.';
52$lang['locfiledit_webmaster_only'] = '只有网站管理员才能创建或者修改本地文件.';
53
54/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror';
55/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror';
56?>
Note: See TracBrowser for help on using the repository browser.