(2)
A XUL file can be given any name but it really should have a .xul extension.
・「XUL ファイルにはどんな名称でも付けられますが、拡張子は .xul であるべきです。」
・「… .xul にする必要があります。」
(3) You would normally add this line as is at the top of each xul file, much like one would put the HTML tag at the top of an HTML file.
・「この行はそれぞれの xul ファイルの一番上に上記の例と同じように記載するべきであり、これは HTML ファイルの最初の行の HTML タグと同様です。」
・「この行は、 HTML ファイルの最初に HTML タグを置くことと同様の意味で、それぞれの xul ファイルの一番上にそのままの形で記すものです。」
(5) This file contains all the default declarations for all of the XUL elements.
・「このファイルには、全ての XUL 要素のデフォルトの宣言が記述されています。」
・「全ての XUL 要素の」→「全ての XUL 要素に対する」
(6) Because XML does not have any knowledge of how elements should be displayed, the file indicates how.
・「XML は、要素がどのように表示されるべきかについて知るべくもないので、このファイルがそれを示します。」
・「…知るよしもないので、このファイルがそれを指示します。」
(7) Each user interface window is described in a separate file.
・「それぞれのユーザーインターフェース・ウィンドウは別のファイルに記述されます。」
・「一つ一つのユーザーインターフェース・ウィンドウはそれぞれ別々のファイルに記述されます。」
何と何が別なのかをより明確に表現。
(8) In this case the text 'Find Files' will appear.
・「この例では、'Find Files' というテキストが表示されるでしょう。」
・「…表示されることになります。」
(11) No new syntax is necessary as you can use the window.open() function as one can do for HTML documents.
・「HTML 文書と同様に window.open() 関数が使用できますので、新しい構文は必要ありません。」
・「新しい構文は不要で、 HTML 文書と同様に window.open() 関数が使用できます。」
(12) Add the XUL template shown at the top of this page to the file and save it.
・「このページの上部にある XUL テンプレートをこのファイルに追加して、保存します。」
・「 XUL テンプレート」→「 XUL の<テンプレート/ひな形>」
(15) To see the effect though, the following will open the bookmarks window:
・「なお、どんな風に動作するかを見るには、以下の記述でブックマーク・ウィンドウを開きます:」
・「なお、どんな風に動作するかを見たいなら、以下の記述でブックマーク・ウィンドウを開くとよいでしょう:」
(17) The '-chrome' argument doesn't give the file any additional privileges. Instead, it causes the specified file to open as a top-level window without any browser chrome, such as the address field or menu. Only chrome URLs have additional privileges.
・(新たに追加されたようです:本文の最後)
・「引数 '-chrome' はファイルに対し特権を付与するものではありません。そうではなく、URL 入力欄やメニューなどのブラウザの chrome を付加しない、トップレベルのウインドウとして、指定されたファイルを開くことを指示するものです。特権が付与されるのは chrome URL のみです。」
(12) Add the XUL template shown at the top of this page to the file and save it.
・「このページの上部にある XUL テンプレートをこのファイルに追加して、保存します。」
・「 XUL テンプレート」→「 XUL の<テンプレート/ひな形>」