diff options
author | Ramzi Ramey <ramzi@lindenlab.com> | 2009-10-16 00:12:48 +0000 |
---|---|---|
committer | Ramzi Ramey <ramzi@lindenlab.com> | 2009-10-16 00:12:48 +0000 |
commit | 5d80277c573018727f3ce9b55c53a25894ea0046 (patch) | |
tree | 2cf0c71dc52cf16dfe1925f3fbc71d97ddc13178 /indra/newview/skins/default/html/zh/loading-error/index.html | |
parent | b8b5af4a392e33ca5ba5cee53002acaaf1addeec (diff) |
DEV-41389 Localize the splash screen 'loading...' icon in all languages
* added files should already be covered in viewer_manifest.py
* Also fix a 1-line typo in Italian installer.
Diffstat (limited to 'indra/newview/skins/default/html/zh/loading-error/index.html')
-rw-r--r-- | indra/newview/skins/default/html/zh/loading-error/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/html/zh/loading-error/index.html b/indra/newview/skins/default/html/zh/loading-error/index.html index 01cdec94fe..97201318ff 100644 --- a/indra/newview/skins/default/html/zh/loading-error/index.html +++ b/indra/newview/skins/default/html/zh/loading-error/index.html @@ -16,9 +16,9 @@ a:hover {color:#ff7900;text-decoration:underline;} </style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head> <body> <div id="infobox"> <img src="../../unabletoconnect.png"><br/> - <p> 第二人生无法与登录服务器连接。 + <p> Second Life无法与登录服务器连接。 </p> - <p> 请检查您的因特网连接 如果您的计算机或网络由防火墙或代理器保护,请确认第二人生能在该网络里访问因特网。 + <p> 请检查您的因特网连接 如果您的计算机或网络由防火墙或代理器保护,请确认Second Life能在该网络里访问因特网。 </p> <div id="submitbtn"> <input class="input_over" type="submit" value="请再试一次" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> </div> </div> </div> |