mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
11
js_upload/lang/zh-cn/strings.php
Normal file
11
js_upload/lang/zh-cn/strings.php
Normal 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"] = "上传注销了,或相遇服务器错误";
|
Loading…
Add table
Add a link
Reference in a new issue