summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_snapshot_profile.xml
diff options
context:
space:
mode:
authoreli <none@none>2014-11-26 18:34:56 -0800
committereli <none@none>2014-11-26 18:34:56 -0800
commit0c959fd99216c48378b8e8259d1adb358d0201b1 (patch)
treef116551dea9f1e547825d358c53c338bde5c2011 /indra/newview/skins/default/xui/ja/panel_snapshot_profile.xml
parentf25c3b32ddfb13e34e54ac94b28c1251ed1d7a3d (diff)
FIX INTL-159 project Viewer translation for experience tools in 9 languages
Diffstat (limited to 'indra/newview/skins/default/xui/ja/panel_snapshot_profile.xml')
-rwxr-xr-xindra/newview/skins/default/xui/ja/panel_snapshot_profile.xml21
1 files changed, 7 insertions, 14 deletions
diff --git a/indra/newview/skins/default/xui/ja/panel_snapshot_profile.xml b/indra/newview/skins/default/xui/ja/panel_snapshot_profile.xml
index b860a6afe9..80d400c846 100755
--- a/indra/newview/skins/default/xui/ja/panel_snapshot_profile.xml
+++ b/indra/newview/skins/default/xui/ja/panel_snapshot_profile.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_snapshot_profile">
<text name="title">
- プロフィールフィードに投稿する
+ プロフィール
</text>
<combo_box label="解像度" name="profile_size_combo">
<combo_box.item label="現在のウィンドウ" name="CurrentWindow"/>
@@ -10,19 +10,12 @@
<combo_box.item label="1024x768" name="1024x768"/>
<combo_box.item label="カスタム" name="Custom"/>
</combo_box>
- <layout_stack name="profile_image_params_ls">
- <layout_panel name="profile_image_size_lp">
- <spinner label="幅" name="profile_snapshot_width"/>
- <spinner label="高さ" name="profile_snapshot_height"/>
- <check_box label="縦横比の固定" name="profile_keep_aspect_check"/>
- </layout_panel>
- <layout_panel name="profile_image_metadata_lp">
- <text name="caption_label">
- キャプション:
- </text>
- <check_box initial_value="true" label="場所を含む" name="add_location_cb"/>
- </layout_panel>
- </layout_stack>
+ <spinner label="横幅 x 高さ" name="profile_snapshot_width"/>
+ <check_box label="縦横比の固定" name="profile_keep_aspect_check"/>
+ <text name="caption_label">
+ キャプション:
+ </text>
+ <check_box initial_value="true" label="場所を含む" name="add_location_cb"/>
<button label="取り消し" name="cancel_btn"/>
<button label="投稿" name="post_btn"/>
</panel>