2025-04-19 02:06:51 +07:00
<? php
2025-05-05 21:27:48 +07:00
$lang_bitbucketupload = array
(
'std_upload_failed' => "アップロードに失敗しました" ,
'std_nothing_received' => "何も受信されていません!" ,
'std_file_too_large' => "申し訳ありませんが、このファイルはビットバケットには大きすぎます。" ,
'std_bad_file_name' => "不正なファイル名" ,
'std_file_with_the_name' => "Sorry, a 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' => " to " ,
'std_profile_updated' => "<br />注意: プロフィールが更新されました!" ,
'head_avatar_upload' => "AVATAR アップロード" ,
'text_avatar_upload' => "AVATAR アップロード" ,
'text_upload_directory_unwritable' => "注意: アップロードディレクトリに書き込みができません。この問題については管理者に問い合わせてください!" ,
'text_disclaimer' => "<b>Disclaimer</b><br />Do not upload unauthorized or illegal pictures. <br />Uploaded pictures should be considered \" public domain \" . So do not upload pictures you wouldn't want a stranger to have access to. <br />Uploaded images will be scaled by keeping aspect ratio if height exceeds " ,
'text_disclaimer_two' => " ピクセルまたは幅を超えています " ,
'text_disclaimer_three' => " ピクセル <br />最大ファイルサイズは " ,
'text_disclaimer_four' => " bytes." ,
'row_file' => "ファイル" ,
'checkbox_avatar_shared' => "他のユーザーは自分のアバターを使うことができます(usercpで選択可能)。" ,
'submit_upload' => "アップロード" ,
2025-04-19 02:06:51 +07:00
);
2025-05-05 21:27:48 +07:00
?>