diff options
author | David Walter Seikel | 2011-12-03 18:50:34 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-12-03 18:50:34 +1000 |
commit | d3b9f715f0ad9516fa350a5c0b83330b733ee0f9 (patch) | |
tree | e1481a7b83ae6f4fa0a88c4eebb6dbecd83e86fd /linden/indra/newview/skins/default/xui/nl/panel_groups.xml | |
parent | Another possible fix for misplaced HUDs? (diff) | |
parent | Made the voice license window resizable (diff) | |
download | meta-impy-d3b9f715f0ad9516fa350a5c0b83330b733ee0f9.zip meta-impy-d3b9f715f0ad9516fa350a5c0b83330b733ee0f9.tar.gz meta-impy-d3b9f715f0ad9516fa350a5c0b83330b733ee0f9.tar.bz2 meta-impy-d3b9f715f0ad9516fa350a5c0b83330b733ee0f9.tar.xz |
Merge branch 'next' of git://github.com/imprudence/imprudence into next
Removed the new "Set your own Imprudence tag colour feature". Should check though, might be bits left that where not obvious.
Conflicts:
.gitignore
linden/indra/cmake/00-Common.cmake
linden/indra/newview/llvoavatar.cpp
linden/indra/newview/res/viewerRes.rc
linden/indra/newview/skins/default/xui/en-us/panel_login.xml
linden/indra/newview/viewer_manifest.py
linden/indra/newview/viewerinfo.cpp
The usual branding conflicts.
Diffstat (limited to 'linden/indra/newview/skins/default/xui/nl/panel_groups.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/nl/panel_groups.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/nl/panel_groups.xml b/linden/indra/newview/skins/default/xui/nl/panel_groups.xml new file mode 100644 index 0000000..a0c77b8 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/nl/panel_groups.xml | |||
@@ -0,0 +1,15 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <panel name="groups"> | ||
3 | <text name="groupdesc"> | ||
4 | Uw huidige actieve groep wordt vet getoond. | ||
5 | </text> | ||
6 | <text name="groupcount" width="300"> | ||
7 | U behoort tot [COUNT] groepen (maximaal [MAX]). | ||
8 | </text> | ||
9 | <button label="IM/Oproepen" name="IM" tool_tip="Open Instant Message sessie" width="86"/> | ||
10 | <button label="Info" name="Info" width="86"/> | ||
11 | <button label="Activeren" name="Activate" width="86"/> | ||
12 | <button label="Verlaten" name="Leave" width="86"/> | ||
13 | <button label="Maak…" name="Create" width="86"/> | ||
14 | <button label="Zoeken…" name="Search..." width="86"/> | ||
15 | </panel> | ||