mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
37 lines
1.7 KiB
PHP
37 lines
1.7 KiB
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
$lang_bitbucketupload = array
|
|||
|
|
(
|
|||
|
|
'std_upload_failed' => "上传失败",
|
|||
|
|
'std_nothing_received' => "没有接受到文件!",
|
|||
|
|
'std_file_too_large' => "对不起,文件过大无法上传。",
|
|||
|
|
'std_bad_file_name' => "文件名错误。",
|
|||
|
|
'std_file_with_the_name' => "对不起,该文件<b>",
|
|||
|
|
'std_already_exists' => "</b>已经存在。",
|
|||
|
|
'std_error' => "错误",
|
|||
|
|
'std_invalid_image_format' => "扩展名无效:<b>只允许gif,jpg或png</b>!",
|
|||
|
|
'std_image_processing_failed' => "图片处理失败",
|
|||
|
|
'std_sorry_the_uploaded' => "对不起,上传的文件",
|
|||
|
|
'std_failed_processing' => "处理失败。请用图片编辑软件处理后再上传。谢谢!",
|
|||
|
|
'std_success' => "成功",
|
|||
|
|
'std_use_following_url' => "使用以下URL访问文件:",
|
|||
|
|
'std_upload_another_file' => "上传其他文件",
|
|||
|
|
'std_image' => "图片",
|
|||
|
|
'std_need_not_rescaling' => "不需要缩小",
|
|||
|
|
'std_rescaled_from' => "从",
|
|||
|
|
'std_to' => "缩小到",
|
|||
|
|
'std_profile_updated' => "<br />注意:你的头像已经被更新!",
|
|||
|
|
'head_avatar_upload' => "头像上传",
|
|||
|
|
'text_avatar_upload' => "头像上传",
|
|||
|
|
'text_upload_directory_unwritable' => "注意:上传路径不可写。请将该情况报告给管理员!",
|
|||
|
|
'text_disclaimer' => "<b>声明</b><br />不要上传未授权或非法的图片。<br />上传的图片被认为是公开的图片,因此不要上传你不想让陌生人观看的图片。<br />若图片高度超过",
|
|||
|
|
'text_disclaimer_two' => "像素或宽度超过",
|
|||
|
|
'text_disclaimer_three' => "像素则会被按宽高比缩小。<br />文件大小不能超过",
|
|||
|
|
'text_disclaimer_four' => " Bytes。",
|
|||
|
|
'row_file' => "文件",
|
|||
|
|
'checkbox_avatar_shared' => "共享头像(其他用户可以选择使用我的头像)。",
|
|||
|
|
'submit_upload' => "上传",
|
|||
|
|
);
|
|||
|
|
|
|||
|
|
?>
|