diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-03-16 15:36:06 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-03-16 15:36:06 +0200 |
commit | 163077bd98d32166cc0e205607e8dd3247e409de (patch) | |
tree | b224b23f63a6ae758ff0dbc9bf831ffa69cb61b7 /indra/newview/skins | |
parent | bda0e60f98cc7e07fe50bff6a4842c2791ec3ef7 (diff) |
EXT-6013 Normal [HARD CODED] - Group Invitation, Group Roles: The group roles need to be localized
reviwed https://codereview.productengine.com/secondlife/r/22/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 725539cee5..7d230bdf41 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -3028,5 +3028,8 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. </string>" <string name="paid_you_ldollars">[NAME] paid you L$[AMOUNT]</string> + <string name="group_role_everyone">Everyone</string> + <string name="group_role_officers">Officers</string> + <string name="group_role_owners">Owners</string> </strings> |