Merge the following from the English version and
o translate title entity o translate value attribute for submit and reset buttons o some whitespace cleanups o add some single spaces where appropriate. 1.60 -> 1.61 www/ja/send-pr.sgml
This commit is contained in:
parent
3d68c2809d
commit
3f2bba2218
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=36090
1 changed files with 15 additions and 14 deletions
|
|
@ -1,13 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/ja/send-pr.sgml,v 1.27 2006/08/19 21:24:40 hrs Exp $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY date "$FreeBSD: www/ja/send-pr.sgml,v 1.28 2008/06/24 19:30:02 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD 障害報告の提出">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
<!ENTITY % navinclude.support "INCLUDE">
|
||||
<!ENTITY bugbusters "bugbusters@FreeBSD.org">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.60 -->
|
||||
<!-- Original revision: 1.61 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
電子メールで送ってください。このチームが代理で、
|
||||
障害報告をバグ追跡システムに追加します。</p>
|
||||
|
||||
<p><b>注意:</b>「Submit(送信)」を押す前に、記入した内容を保存しましょう。
|
||||
<p><b>注意:</b>「送信」を押す前に、記入した内容を保存しましょう。
|
||||
ウェブブラウザが画像をキャッシュしていたり、フォームの入力に
|
||||
45 分以上かかっていると、古い画像がページに表示されてしまうために、
|
||||
提出が受理されないことがあります。これはウェブブラウザにもよりますが、
|
||||
|
|
@ -152,7 +152,8 @@
|
|||
<label for="fix">(もしわかっているなら) 問題を解決する方法</label>: <br>
|
||||
<textarea name="fix" id="fix" rows="20" cols="80"></textarea><br><br>
|
||||
|
||||
<label for="patch">修正パッチファイル (最大 100KB, 拡張子 .txt を推奨)</label>:
|
||||
<label for="patch">修正パッチファイル (最大 100KB, 拡張子 .txt
|
||||
または shar ファイルを推奨)</label>:
|
||||
<input type="file" name="patch" id="patch" maxlength="102400"
|
||||
accept="text/*" ><br>
|
||||
|
||||
|
|
@ -164,8 +165,8 @@
|
|||
にメールを送ってください。" border="0" height="24"></label>
|
||||
<input type="text" name="code-confirm" id="code-confirm" size="8"><br><br>
|
||||
|
||||
<input type="submit" value="Submit Problem Report" >
|
||||
<input type="reset" value="Reset" >
|
||||
<input type="submit" value="障害報告を送信" >
|
||||
<input type="reset" value="リセット" >
|
||||
</form>
|
||||
|
||||
&footer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue