summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/html/ja/help-offline/index.html
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-05-28 06:16:04 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-05-28 06:28:30 +0300
commit3790c9ed879b015bcc91f3a9c393fbda643aa62f (patch)
tree518aff07952f3bf9d77b353abf0176299c7adbea /indra/newview/skins/default/html/ja/help-offline/index.html
parent6f7cba0f9111c85d32d9ec4e9f52be5e7fbaaf9e (diff)
INTL-490 Japanese Translation Update
provided by Logue Takacs
Diffstat (limited to 'indra/newview/skins/default/html/ja/help-offline/index.html')
-rw-r--r--indra/newview/skins/default/html/ja/help-offline/index.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/indra/newview/skins/default/html/ja/help-offline/index.html b/indra/newview/skins/default/html/ja/help-offline/index.html
new file mode 100644
index 0000000000..aeaafe8216
--- /dev/null
+++ b/indra/newview/skins/default/html/ja/help-offline/index.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html lang="ja" xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta encoding="utf-8" />
+ <title>オフラインヘルプ</title>
+ <style>
+ body {
+ background-color: #000000;
+ font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic',
+ sans-serif;
+ font-size: 62.5%;
+ color: #e9f1f8;
+ width: 100%;
+ padding: 0px;
+ margin: 0px;
+ }
+ #infobox {
+ position: absolute;
+ top: 40%;
+ left: 50%;
+ z-index: 1;
+ padding: 0;
+ width: 592px;
+ margin-left: -296px;
+ margin-top: -150px;
+ text-align: center;
+ font-size: 1.2em;
+ color: #ccc;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="infobox">
+ <p>Second Lifeオフラインヘルプ</p>
+ <p>
+ オンラインではなく、リモートでヘルプを取得しないように構成されています。
+ <br />
+ これは、さらに作業が完了するまで利用できるすべてのヘルプです。うん。
+ </p>
+ </div>
+ </body>
+</html>