diff options
author | Debi King (Dessie) <dessie@lindenlab.com> | 2011-10-27 14:54:57 -0400 |
---|---|---|
committer | Debi King (Dessie) <dessie@lindenlab.com> | 2011-10-27 14:54:57 -0400 |
commit | 8c318d16393229044a401243a95fc8bb5e805c7f (patch) | |
tree | 56edab693a1977fb117eb7e2d85b60648898cee1 /indra/newview/skins/default/xui/tr/floater_map.xml | |
parent | 1eda81eac813447cd357ac1972654ee9c1ec5506 (diff) | |
parent | e062be734ae421cc793a4c5e2e077a0c1d22262d (diff) |
reconciled .hgtags
Diffstat (limited to 'indra/newview/skins/default/xui/tr/floater_map.xml')
-rw-r--r-- | indra/newview/skins/default/xui/tr/floater_map.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/tr/floater_map.xml b/indra/newview/skins/default/xui/tr/floater_map.xml new file mode 100644 index 0000000000..36ec097cc4 --- /dev/null +++ b/indra/newview/skins/default/xui/tr/floater_map.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Map" title=""> + <floater.string name="ToolTipMsg"> + [REGION](Haritayı açmak için çift tıkla, yatay hareket için shift çek) + </floater.string> + <floater.string name="AltToolTipMsg"> + [REGION](Işınlamak için çift tıkla, yatay hareket için shift çek) + </floater.string> + <floater.string name="mini_map_caption"> + MİNİHARİTA + </floater.string> + <text label="K" name="floater_map_north"> + K + </text> + <text label="E" name="floater_map_east"> + E + </text> + <text label="B" name="floater_map_west"> + B + </text> + <text label="G" name="floater_map_south"> + G + </text> + <text label="GD" name="floater_map_southeast"> + GD + </text> + <text label="KD" name="floater_map_northeast"> + KD + </text> + <text label="GB" name="floater_map_southwest"> + GB + </text> + <text label="KB" name="floater_map_northwest"> + KB + </text> +</floater> |