diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-02-25 21:20:45 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-02-25 21:20:45 -0800 |
commit | 5c73a908353cdd7210e3148f7162d30afab7873a (patch) | |
tree | 3ff858042b69b20a9eb3062b7cabd0c390e1b5cf /indra/newview/skins/default/xui/it/inspect_group.xml | |
parent | 9b05fecbf6b3d65dae5a010fc35821dc116a44d0 (diff) | |
parent | 5eee046bb7d62e24df6c35018b3c5383f87ab587 (diff) |
automated merge
Diffstat (limited to 'indra/newview/skins/default/xui/it/inspect_group.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/inspect_group.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/it/inspect_group.xml b/indra/newview/skins/default/xui/it/inspect_group.xml new file mode 100644 index 0000000000..d7b86fdbcb --- /dev/null +++ b/indra/newview/skins/default/xui/it/inspect_group.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<!-- + Not can_close / no title to avoid window chrome + Single instance - only have one at a time, recycle it each spawn +--> +<floater name="inspect_group"> + <string name="PrivateGroup"> + Gruppo Privato + </string> + <string name="FreeToJoin"> + Adesione libera + </string> + <string name="CostToJoin"> + L$[AMOUNT] per aderire + </string> + <string name="YouAreMember"> + Tu sei un Membro + </string> + <button label="Aderire" name="join_btn"/> + <button label="Abbandona" name="leave_btn"/> + <button label="Vedi Profilo" name="view_profile_btn"/> +</floater> |