diff options
author | Ramzi Linden <ramzi@lindenlab.com> | 2010-01-30 14:37:21 -0800 |
---|---|---|
committer | Ramzi Linden <ramzi@lindenlab.com> | 2010-01-30 14:37:21 -0800 |
commit | 2ae22a481d45e8c6634cc250386ca4cf488e635c (patch) | |
tree | 992019587e95dc55429450beb4a23cfe5f3a8049 /indra/newview/skins/default/xui/it/panel_edit_pick.xml | |
parent | fb531ffd6bea24290362fd58dd6ff6e99f8b1177 (diff) |
DEV-43688 resident translations for DA (set4-set5),
resident translations for PL (set1 thru set4),
resident translations for IT (set1 thru set6)
(I can promise this is the last weekend I work for LL. Peace Love & Hope 2010.)
Diffstat (limited to 'indra/newview/skins/default/xui/it/panel_edit_pick.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/panel_edit_pick.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/it/panel_edit_pick.xml b/indra/newview/skins/default/xui/it/panel_edit_pick.xml new file mode 100644 index 0000000000..7f2e82e4ff --- /dev/null +++ b/indra/newview/skins/default/xui/it/panel_edit_pick.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel label="Modifica scelta ????" name="panel_edit_pick"> + <text name="title"> + Modifica scelta ???? + </text> + <scroll_container name="profile_scroll"> + <panel name="scroll_content_panel"> + <icon label="" name="edit_icon" tool_tip="Clicca per selezionare un'immagine"/> + <text name="Name:"> + Titolo: + </text> + <text name="description_label"> + Descrizione: + </text> + <text name="location_label"> + Luogo: + </text> + <text name="pick_location"> + caricando... + </text> + <button label="Imposta come luogo attuale" name="set_to_curr_location_btn"/> + </panel> + </scroll_container> + <panel label="bottom_panel" name="bottom_panel"> + <button label="Salva [WHAT]" name="save_changes_btn"/> + <button label="Cancella" name="cancel_btn"/> + </panel> +</panel> |