summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/floater_preview_notecard.xml
diff options
context:
space:
mode:
authorRamzi Linden <ramzi@lindenlab.com>2009-11-10 17:36:28 +0800
committerRamzi Linden <ramzi@lindenlab.com>2009-11-10 17:36:28 +0800
commit54b39c3786a4e77b86f70538a29df98c7ff4ff77 (patch)
treec23e070db8d6ee4c889e37320040dc8bbcb2fc0e /indra/newview/skins/default/xui/ja/floater_preview_notecard.xml
parent4204cce0cec2c3386f751dfdfeb959da6136ce61 (diff)
L10N: Add some translations to FR, DE, JA from Localization Cycle1.
Diffstat (limited to 'indra/newview/skins/default/xui/ja/floater_preview_notecard.xml')
-rw-r--r--indra/newview/skins/default/xui/ja/floater_preview_notecard.xml38
1 files changed, 22 insertions, 16 deletions
diff --git a/indra/newview/skins/default/xui/ja/floater_preview_notecard.xml b/indra/newview/skins/default/xui/ja/floater_preview_notecard.xml
index e7dd4d2c09..ba272bdffd 100644
--- a/indra/newview/skins/default/xui/ja/floater_preview_notecard.xml
+++ b/indra/newview/skins/default/xui/ja/floater_preview_notecard.xml
@@ -1,16 +1,22 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<floater name="preview notecard" title="メモ:">
- <button label="保存" label_selected="保存" name="Save" />
- <text name="desc txt">
- 説明:
- </text>
- <text_editor name="Notecard Editor">
- ローディング...
- </text_editor>
- <text name="no_object">
- このノートを含んだオブジェクトが見つかりません。
- </text>
- <text name="not_allowed">
- あなたはこのノートを見ることができません。
- </text>
-</floater>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="preview notecard" title="メモ:">
+ <floater.string name="no_object">
+ このノートを含んだオブジェクトが見つかりません。
+ </floater.string>
+ <floater.string name="not_allowed">
+ このノートを見る権限がありません。
+ </floater.string>
+ <floater.string name="Title">
+ ノートカード: [NAME]
+ </floater.string>
+ <floater.string label="保存" label_selected="保存" name="Save">
+ 保存
+ </floater.string>
+ <text name="desc txt">
+ 説明:
+ </text>
+ <text_editor name="Notecard Editor">
+ ローディング...
+ </text_editor>
+ <button label="保存" label_selected="保存" name="Save"/>
+</floater>