IT翻訳 Nobuyuki の仕事部屋

ボランティアでソフトウエアーローカライズのために翻訳をしている。

Gecko Runtime Environment(GRE) を和訳する -3

2005-05-05 07:16:37 | InTranslated
昨日バラが開花した話をしましたが、今年は残念なことがありました。
以前にもどこかで触れましたが、毎年元気に咲いていた白バラが枯れてしまいました。いつもなら、古い幹から青々とした新しい枝を伸ばしているのに、今年は新年ごろに切り詰めた古い枝木のままです。他のバラが新しい枝に葉を繁らせ、つぼみをいくつも育んでいるのに、白バラだけが枯れた風情で、生命の息吹から取り残されている感じです。もう数年間(おそらく7,8年間)毎年大輪の花をつけていたのに、なぜか今年はこんなことになってしまいました。まるで、働き盛りの壮年男性が突然死したような話で、私としても大いに戸惑ってしまいました。先日バラに殺虫剤を噴霧した際、思い切って白バラを根から引き抜きました。
ところが、枯れたと思っていた木が、まだ生きているらしいことが分かって驚きました。地上に出ていた枝木の部分は、枯れて薄緑のカビのようなものをまとっていますが、根はまだみずみずしく生きて呼吸をしているようです。人間であれば、大病に罹ってもまだまだ死んではいないぞと言っているような状態です。
さて、こういう場合の処置としてどうしたらよいのか、はたと困ってしまいました。結局枯れたところの枝木を切り離して、根を含む残りの部分をもう一度元に戻すように植えました。その際新しい土と肥料を施しましたが、はたしてこの治療方法?が正しかったのか分かりません。どうにか再生して欲しいと願うだけです。

さて関係ない話を長々としてしまいましたが、本日も続きの作業に入ります。

/*翻訳作業につきましては、本日の作業対象部分のみを以下に表示しておりますが、全体の原文と翻訳文(翻訳作業が完了している部分まで)は、直下のリンクをご参照ください。*/

原題: Gecko Runtime Environment(GRE)
訳題: Gecko ランタイム環境 (GRE)

原文:  青色表示
訳文:  黒色表示
*n(=int)校正コメント:赤色表示

Can I redistribute a GRE?

Yes - with some conditions.

In order for end users to run applications based on the Gecko browsing engine, they'll need to have a GRE installed on their systems. By distributing the GRE with an embedding application, we ensure that the application will have the correct version of the GRE for running it. Please see the next section on whether to actually install the bundled GRE.


GRE を再配布してよいか

再配布は条件付で可能です。

ユーザが Gecko ブラウザエンジンベースのアプリケーションを動かすには、システムに GRE をインストールさせる必要があります。埋め込みアプリケーションと一緒に GRE を配布することによって、アプリケーションを動かすための正しいバージョンの GRE が必ずそのアプリケーションに備わっているようにします。バンドルされた GRE を実際にインストールする件については次の節をご参照ください。


How to decide if a GRE should be installed?

Once a Mozilla based product has been developed, the GRE may be bundled as part of the final product's installation package. The application's installation program can check the registry to determine which version, if any, of the GRE already exists on the machine on which the software is being installed. If an appropriate version of the GRE is not already installed, the user can be prompted to download and install the GRE, or the installation program can install a copy of the GRE that is redistributed with the application.


GRE をインストールするかどうかの決心の仕方

一度 Mozilla ベースの製品が開発されると、GRE は最終製品のインストールパッケージの一部としてバンドルされる可能性があります。アプリケーションのインストールプログラムは GRE が存在するかどうかレジストリーを確認し、存在するならソフトウェアがインストールされているマシン上の GRE のバージョンを確認します。もし正しいバージョンの GRE がまだインストールされていないなら、ユーザは GRE のダウンロードとインストールを要求されるか、あるいは、アプリケーションと一緒に再配布される GRE のコピーが、インストールプログラムによってインストールされるかです。


In essence, if the installation program finds a version of a GRE (it's compatible with) it installs just the application files. If not, it installs both the GRE and the application specific files.

Please note that the process above may result in the installation of a new version of a GRE being installed if the app's install program does not find a compatible GRE on the users machine. In this case, the install program should not attempt to "upgrade" the existing GRE version to a later version the app being installed is compatible with. Instead, the install program must install the newer version of the GRE into a separate directory.

Application installer/uninstaller programs never directly install install/uninstall the GREs - instead they invoke the GRE installer/uninstaller program


実質的に、インストールプログラムが(互換性のある)GRE のバージョンを見つけると、アプリケーションファイルだけをインストールします。見つけられなければ、GRE とアプリケーション本体のファイルを両方インストールします。

注意していただきたいのは、上述の手順の結果、アプリケーションのインストールプログラムが、マシン上に互換性のある GRE プログラムを見つけられなければ、新しいバージョンの GRE がインストールされるという事です。この場合、インストールプログラムはインストールされているアプリケーションと互換性のある、より新しいバージョンへ、現在設定されている GRE のバージョンをアップデートしてはいけません。そうではなく、インストールプログラムは別のディレクトリに GRE の最新版をインストールするべきです//→草稿訳注:a later version と the newer version の訳し分け方はこれでいいか?//

アプリケーションのインストラーやアンインストラーは、GRE を直接インストールしたり、アンインストールすることはありません。その代わり、GRE のインストラーやアンインストラーを起動します。


本日はここまでとしましょう。