blob: 58a1c1b73e5f18fc54b7a1c0535936e81bc2a2bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floaterbulkperms" title="REDIGÉR RETTIGHEDER FOR INDHOLD">
<floater.string name="nothing_to_modify_text">
Valgte indeholder ikke noget som kan redigeres.
</floater.string>
<floater.string name="status_text">
Sætter rettigheder på [NAME]
</floater.string>
<floater.string name="start_text">
Påbegynder forespørgsel på rettighedsændringer...
</floater.string>
<floater.string name="done_text">
Afsluttet forespørgsel på rettighedsændringer.
</floater.string>
<check_box label="Animationer" name="check_animation"/>
<icon name="icon_animation" tool_tip="Animation"/>
<check_box label="Kropsdele" name="check_bodypart"/>
<icon name="icon_bodypart" tool_tip="Kropsdele"/>
<check_box label="Tøj" name="check_clothing"/>
<icon name="icon_clothing" tool_tip="Tøj"/>
<check_box label="Bevægelser" name="check_gesture"/>
<icon name="icon_gesture" tool_tip="Bevægelser"/>
<check_box label="Noter" name="check_notecard"/>
<icon name="icon_notecard" tool_tip="Noter"/>
<check_box label="Objekter" name="check_object"/>
<icon name="icon_object" tool_tip="Objekter"/>
<check_box label="Scripts" name="check_script"/>
<icon name="icon_script" tool_tip="Scripts"/>
<check_box label="Lyde" name="check_sound"/>
<icon name="icon_sound" tool_tip="Lyde"/>
<check_box label="Teksturer" name="check_texture"/>
<icon name="icon_texture" tool_tip="Teksturer"/>
<button label="√ Alle" label_selected="Alle" name="check_all"/>
<button label="Fjern" label_selected="Ingen" name="check_none"/>
<text name="newperms">
Nye indholdsrettigheder
</text>
<text name="GroupLabel">
Gruppe:
</text>
<check_box label="Del" name="share_with_group"/>
<text name="AnyoneLabel">
Enhver:
</text>
<check_box label="Kopiér" name="everyone_copy"/>
<text name="NextOwnerLabel">
Næste ejer:
</text>
<check_box label="Redigere" name="next_owner_modify"/>
<check_box label="Kopiére" name="next_owner_copy"/>
<check_box initial_value="true" label="Overfør" name="next_owner_transfer" tool_tip="Næste ejer kan sælge eller forære dette objekt væk"/>
<button label="OK" name="apply"/>
<button label="Annullér" name="close"/>
</floater>
|