diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-08-23 22:28:01 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-08-23 22:28:01 +0300 |
commit | d08859f3f4ba8ed68d018fba033b652926d1bf6b (patch) | |
tree | fd62430b9a2987ca2eab8a8f08114f113de84120 /indra/newview/skins/default/xui/ja/floater_preferences_proxy.xml | |
parent | f40b85c4f495b9079991c41a26b76d397a6168ae (diff) | |
parent | d454512050e636a19e4b7545515dea4f4b1bbf0d (diff) |
Merge branch 'main' into DRTVWR-587-maint-V
# Conflicts:
# autobuild.xml
Diffstat (limited to 'indra/newview/skins/default/xui/ja/floater_preferences_proxy.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/floater_preferences_proxy.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/ja/floater_preferences_proxy.xml b/indra/newview/skins/default/xui/ja/floater_preferences_proxy.xml index 4638fd002e..650667ca9e 100644 --- a/indra/newview/skins/default/xui/ja/floater_preferences_proxy.xml +++ b/indra/newview/skins/default/xui/ja/floater_preferences_proxy.xml @@ -31,10 +31,10 @@ 他の HTTP トラフィックプロキシ: </text> <radio_group name="other_http_proxy_type"> - <radio_item label="プロキシしない" name="OtherNoProxy" tool_tip="ウェブ以外の HTTP トラフィックはいずれのプロキシにもルーティングされません。" value="なし"/> + <radio_item label="プロキシを使用しない" name="OtherNoProxy" tool_tip="ウェブ以外の HTTP トラフィックはいずれのプロキシにもルーティングされません。" value="なし"/> <radio_item label="HTTP プロキシを使う" name="OtherHTTPProxy" tool_tip="ウェブ以外の HTTP は設定済みウェブプロキシを通してルーティングされます。" value="Web"/> <radio_item label="SOCKS 5 プロキシを使う" name="OtherSocksProxy" tool_tip="ウェブ以外の HTTP トラフィックは設定済みの Socks 5 プロキシを通してルーティングされます。" value="Socks"/> </radio_group> - <button label="OK" label_selected="OK" name="OK"/> - <button label="取り消し" label_selected="取り消し" name="Cancel"/> + <button label="OK" label_selected="OK" name="OK"/> + <button label="キャンセル" label_selected="キャンセル" name="Cancel"/> </floater> |