[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/kcfinder/lang/ -> zh-cn.php (source)

   1  <?php
   2  
   3  /** Chinese Simplified localization file for KCFinder
   4    * author: yutuo
   5    * country: China
   6    * E-mail: [email protected]
   7    * URL: yutuo.net
   8    */
   9  
  10  $lang = array(
  11  
  12      '_locale' => "zn_CN.UTF-8",  // UNIX localization code
  13      '_charset' => "utf-8",       // Browser charset
  14  
  15      // Date time formats. See http://www.php.net/manual/en/function.strftime.php
  16      '_dateTimeFull' => "%A, %e %B, %Y %H:%M",
  17      '_dateTimeMid' => "%a %e %b %Y %H:%M",
  18      '_dateTimeSmall' => "%Y-%m-%d %H:%M",
  19  
  20      "You don't have permissions to upload files." =>
  21      "您没有权限上传文件。",
  22  
  23      "You don't have permissions to browse server." =>
  24      "您没有权限查看服务器文件。",
  25  
  26      "Cannot move uploaded file to target folder." =>
  27      "无法移动上传文件到指定文件夹。",
  28  
  29      "Unknown error." =>
  30      "发生不可预知异常。",
  31  
  32      "The uploaded file exceeds {size} bytes." =>
  33      "文件大小超过{size}字节。",
  34  
  35      "The uploaded file was only partially uploaded." =>
  36      "文件未完全上传。",
  37  
  38      "No file was uploaded." =>
  39      "文件未上传。",
  40  
  41      "Missing a temporary folder." =>
  42      "临时文件夹不存在。",
  43  
  44      "Failed to write file." =>
  45      "写入文件失败。",
  46  
  47      "Denied file extension." =>
  48      "禁止的文件扩展名。",
  49  
  50      "Unknown image format/encoding." =>
  51      "无法确认图片格式。",
  52  
  53      "The image is too big and/or cannot be resized." =>
  54      "图片大太,且(或)无法更改大小。",
  55  
  56      "Cannot create {dir} folder." =>
  57      "无法创建{dir}文件夹。",
  58  
  59      "Cannot write to upload folder." =>
  60      "无法写入上传文件夹。",
  61  
  62      "Cannot read .htaccess" =>
  63      "文件.htaccess无法读取。",
  64  
  65      "Incorrect .htaccess file. Cannot rewrite it!" =>
  66      "文件.htaccess错误,无法重写。",
  67  
  68      "Cannot read upload folder." =>
  69      "无法读取上传目录。",
  70  
  71      "Cannot access or create thumbnails folder." =>
  72      "无法访问或创建缩略图文件夹。",
  73  
  74      "Cannot access or write to upload folder." =>
  75      "无法访问或写入上传文件夹。",
  76  
  77      "Please enter new folder name." =>
  78      "请输入文件夹名。",
  79  
  80      "Unallowable characters in folder name." =>
  81      "文件夹名含有禁止字符。",
  82  
  83      "Folder name shouldn't begins with '.'" =>
  84      "文件夹名不能以点(.)为首字符。",
  85  
  86      "Please enter new file name." =>
  87      "请输入新文件名。",
  88  
  89      "Unallowable characters in file name." =>
  90      "文件名含有禁止字符。",
  91  
  92      "File name shouldn't begins with '.'" =>
  93      "文件名不能以点(.)为首字符。",
  94  
  95      "Are you sure you want to delete this file?" =>
  96      "是否确认删除该文件?",
  97  
  98      "Are you sure you want to delete this folder and all its content?" =>
  99      "是否确认删除该文件夹以及其子文件和子目录?",
 100  
 101      "Inexistant or inaccessible folder." =>
 102      "不存在或不可访问的文件夹。",
 103  
 104      "Undefined MIME types." =>
 105      "未定义的MIME类型。",
 106  
 107      "Fileinfo PECL extension is missing." =>
 108      "文件PECL属性不存在。",
 109  
 110      "Opening fileinfo database failed." =>
 111      "打开文件属性数据库出错。",
 112  
 113      "You can't upload such files." =>
 114      "你无法上传该文件。",
 115  
 116      "The file '{file}' does not exist." =>
 117      "文件{file}不存在。",
 118  
 119      "Cannot read '{file}'." =>
 120      "无法读取文件{file}。",
 121  
 122      "Cannot copy '{file}'." =>
 123      "无法复制文件{file}。",
 124  
 125      "Cannot move '{file}'." =>
 126      "无法移动文件{file}。",
 127  
 128      "Cannot delete '{file}'." =>
 129      "无法删除文件{file}。",
 130  
 131      "Click to remove from the Clipboard" =>
 132      "点击从剪贴板删除",
 133  
 134      "This file is already added to the Clipboard." =>
 135      "文件已复制到剪贴板。",
 136  
 137      "Copy files here" =>
 138      "复制到这里",
 139  
 140      "Move files here" =>
 141      "移动到这里",
 142  
 143      "Delete files" =>
 144      "删除这些文件",
 145  
 146      "Clear the Clipboard" =>
 147      "清除剪贴板",
 148  
 149      "Are you sure you want to delete all files in the Clipboard?" =>
 150      "是否确认删除所有在剪贴板的文件?",
 151  
 152      "Copy {count} files" =>
 153      "复制 {count} 个文件",
 154  
 155      "Move {count} files" =>
 156      "移动 {count} 个文件 ",
 157  
 158      "Add to Clipboard" =>
 159      "添加到剪贴板",
 160  
 161      "New folder name:" => "新文件夹名:",
 162      "New file name:" => "新文件夹:",
 163  
 164      "Upload" => "上传",
 165      "Refresh" => "刷新",
 166      "Settings" => "设置",
 167      "Maximize" => "最大化",
 168      "About" => "关于",
 169      "files" => "文件",
 170      "View:" => "视图:",
 171      "Show:" => "显示:",
 172      "Order by:" => "排序:",
 173      "Thumbnails" => "图标",
 174      "List" => "列表",
 175      "Name" => "文件名",
 176      "Size" => "大小",
 177      "Date" => "日期",
 178      "Descending" => "降序",
 179      "Uploading file..." => "正在上传文件...",
 180      "Loading image..." => "正在加载图片...",
 181      "Loading folders..." => "正在加载文件夹...",
 182      "Loading files..." => "正在加载文件...",
 183      "New Subfolder..." => "新建文件夹...",
 184      "Rename..." => "重命名...",
 185      "Delete" => "删除",
 186      "OK" => "OK",
 187      "Cancel" => "取消",
 188      "Select" => "选择",
 189      "Select Thumbnail" => "选择缩略图",
 190      "View" => "查看",
 191      "Download" => "下载",
 192      "Clipboard" => "剪贴板",
 193  
 194      // VERSION 2 NEW LABELS
 195  
 196      "Cannot rename the folder." =>
 197      "无法重命名该文件夹。",
 198  
 199      "Non-existing directory type." =>
 200      "不存在的目录类型。",
 201  
 202      "Cannot delete the folder." =>
 203      "无法删除该文件夹。",
 204  
 205      "The files in the Clipboard are not readable." =>
 206      "剪贴板上该文件无法读取。",
 207  
 208      "{count} files in the Clipboard are not readable. Do you want to copy the rest?" =>
 209      "剪贴板{count}个文件无法读取。 是否复制静态文件?",
 210  
 211      "The files in the Clipboard are not movable." =>
 212      "剪贴板上该文件无法移动。",
 213  
 214      "{count} files in the Clipboard are not movable. Do you want to move the rest?" =>
 215      "剪贴板{count}个文件无法移动。 是否移动静态文件?",
 216  
 217      "The files in the Clipboard are not removable." =>
 218      "剪贴板上该文件无法删除。",
 219  
 220      "{count} files in the Clipboard are not removable. Do you want to delete the rest?" =>
 221      "剪贴板{count}个文件无法删除。 是否删除静态文件?",
 222  
 223      "The selected files are not removable." =>
 224      "选中文件未删除。",
 225  
 226      "{count} selected files are not removable. Do you want to delete the rest?" =>
 227      "选中的{count}个文件未删除。是否删除静态文件?",
 228  
 229      "Are you sure you want to delete all selected files?" =>
 230      "是否确认删除选中文件?",
 231  
 232      "Failed to delete {count} files/folders." =>
 233      "{count}个文件或文件夹无法删除。",
 234  
 235      "A file or folder with that name already exists." =>
 236      "文件或文件夹已存在。",
 237  
 238      "selected files" => "选中的文件",
 239      "Type" => "种类",
 240      "Select Thumbnails" => "选择缩略图",
 241      "Download files" => "下载文件",
 242  );
 243  
 244  ?>


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1