add per-plugin language files

This commit is contained in:
fabrixxm 2013-02-27 09:38:30 -05:00
parent 32063986f5
commit 887fcdbd3e
840 changed files with 10332 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
$a->strings["Upload a file"] = "上传文件";
$a->strings["Drop files here to upload"] = "在这儿放文件为上传";
$a->strings["Cancel"] = "退消";
$a->strings["Failed"] = "失败";
$a->strings["No files were uploaded."] = "没有文件上传。";
$a->strings["Uploaded file is empty"] = "上传的文件空的";
$a->strings["Image exceeds size limit of "] = "图片超出最大尺寸";
$a->strings["File has an invalid extension, it should be one of "] = "文件扩展名无效的,应该是这些一个:";
$a->strings["Upload was cancelled, or server error encountered"] = "上传注销了,或相遇服务器错误";