aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorelektrahesse2010-10-10 14:58:19 +0200
committerelektrahesse2010-10-10 14:58:19 +0200
commit0f7f7b5d7d2fc73979138f0e0fdd0987ab0b6d29 (patch)
tree30189b5bbe7cecf064c211517f84e82f70f4b5c1 /linden/indra
parentMissing files for new RLV (diff)
downloadmeta-impy-0f7f7b5d7d2fc73979138f0e0fdd0987ab0b6d29.zip
meta-impy-0f7f7b5d7d2fc73979138f0e0fdd0987ab0b6d29.tar.gz
meta-impy-0f7f7b5d7d2fc73979138f0e0fdd0987ab0b6d29.tar.bz2
meta-impy-0f7f7b5d7d2fc73979138f0e0fdd0987ab0b6d29.tar.xz
Added missing rlva_strings.xml file
Diffstat (limited to 'linden/indra')
-rwxr-xr-xlinden/indra/newview/skins/default/xui/en-us/rlva_strings.xml65
1 files changed, 65 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/rlva_strings.xml b/linden/indra/newview/skins/default/xui/en-us/rlva_strings.xml
new file mode 100755
index 0000000..f82a568
--- /dev/null
+++ b/linden/indra/newview/skins/default/xui/en-us/rlva_strings.xml
@@ -0,0 +1,65 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<rlva_strings>
3
4 <strings>
5 <!-- Primarily used when @showloc restricted -->
6 <string name="hidden_generic">(Hidden)</string>
7 <string name="hidden_parcel">(Hidden parcel)</string>
8 <string name="hidden_region">(Hidden region)</string>
9
10 <!-- Received/sent IMs will be replaced by the matching string when @recvim/sendim restricted -->
11 <string name="blocked_recvim">*** IM blocked by your viewer</string>
12 <string name="blocked_sendim">*** IM blocked by sender's viewer</string>
13
14 <!-- Shown as notifications -->
15 <string name="blocked_viewxxx">Unable to open [TYPE] due to RLV restrictions</string>
16
17 <!-- Sent as "Busy" messages to the remote party -->
18 <string name="blocked_recvim_remote">
19 The Resident you messaged is prevented from reading your instant messages at the moment, please try again later.
20 </string>
21 <string name="blocked_tplure_remote">
22 The Resident you invited is prevented from accepting teleport offers. Please try again later.
23 </string>
24 </strings>
25
26 <!-- Generic names used to replace resident names when @shownames restricted -->
27 <anonyms>
28 <anonym>A resident</anonym>
29 <anonym>This resident</anonym>
30 <anonym>That resident</anonym>
31 <anonym>An individual</anonym>
32 <anonym>This individual</anonym>
33 <anonym>That individual</anonym>
34 <anonym>A person</anonym>
35 <anonym>This person</anonym>
36 <anonym>That person</anonym>
37 <anonym>A stranger</anonym>
38 <anonym>This stranger</anonym>
39 <anonym>That stranger</anonym>
40 <anonym>A being</anonym>
41 <anonym>This being</anonym>
42 <anonym>That being</anonym>
43 <anonym>An agent</anonym>
44 <anonym>This agent</anonym>
45 <anonym>That agent</anonym>
46 <anonym>A soul</anonym>
47 <anonym>This soul</anonym>
48 <anonym>That soul</anonym>
49 <anonym>Somebody</anonym>
50 <anonym>Some people</anonym>
51 <anonym>Someone</anonym>
52 <anonym>Mysterious one</anonym>
53 <anonym>An unknown being</anonym>
54 <anonym>Unidentified one</anonym>
55 <anonym>An unknown person</anonym>
56 </anonyms>
57
58 <behaviour-notifications>
59 <!--
60 <notification behaviour="defaultwear" type="add">Text goes here</notification>
61 <notification behaviour="defaultwear" type="rem">Text goes here</notification>
62 -->
63 </behaviour-notifications>
64
65</rlva_strings>