Update the changes to the German translation after merge.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<menu name="Avatar Menu">
|
||||
<menu_item_call label="Profil" name="Profile"/>
|
||||
<menu_item_call label="Web Profile" name="Web Profile"/>
|
||||
<menu_item_call label="Bezahlen" name="Pay"/>
|
||||
<menu_item_call label="Instant Message" name="Instant Message"/>
|
||||
<menu_item_call label="Conference Chat" name="Conference Chat"/>
|
||||
@@ -16,6 +17,9 @@
|
||||
</menu_item_call-->
|
||||
|
||||
<menu_item_call label="Mute/Unmute" name="Mute/Unmute"/>
|
||||
<menu_item_call label="Missbrauch melden" name="Report Abuse"/>
|
||||
<!--menu_item_call label="Report Abuse" name="Report Abuse">
|
||||
<on_click function="List.ReportAbuse"/>
|
||||
<on_visible function="List.EnableSingleSelected"/>
|
||||
</menu_item_call-->
|
||||
<menu_item_call label="Kopiere Schlüssel" name="Copy Key"/>
|
||||
</menu>
|
||||
|
||||
@@ -79,7 +79,9 @@
|
||||
|
||||
<menu_item_call label="Instant Message senden" name="Send Instant Message"/>
|
||||
<menu_item_call label="Teleport anbieten..." name="Offer Teleport..."/>
|
||||
<menu_item_call label="Request Teleport..." name="Request Teleport..."/>
|
||||
<!--menu_item_call label="Request Teleport..." name="Request Teleport...">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="request_lure" />
|
||||
</menu_item_call-->
|
||||
<menu_item_call label="Konferenz-Chat starten" name="Conference Chat"/>
|
||||
|
||||
<menu_item_call label="Aktivieren" name="Activate"/>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<menu name="Radar Menu">
|
||||
<menu label="Avatar" name="Avatar">
|
||||
<menu_item_call label="Profil" name="Profile"/>
|
||||
<menu_item_call label="Web Profile" name="Web Profile"/>
|
||||
<menu_item_call label="Bezahlen" name="Pay"/>
|
||||
<menu_item_call label="Instant Message" name="Instant Message"/>
|
||||
<menu_item_call label="Conference Chat" name="Conference Chat"/>
|
||||
@@ -42,7 +43,10 @@
|
||||
</menu>
|
||||
<menu label="Moderation" name="Moderation">
|
||||
<menu_item_call label="Mute/Unmute" name="Mute/Unmute"/>
|
||||
<menu_item_call label="Missbrauch melden" name="Report Abuse"/>
|
||||
<!--menu_item_call label="Report Abuse" name="Report Abuse">
|
||||
<on_click function="List.ReportAbuse"/>
|
||||
<on_visible function="List.EnableSingleSelected"/>
|
||||
</menu_item_call-->
|
||||
|
||||
<menu_item_call label="Einfrieren" name="Freeze"/>
|
||||
<menu_item_call label="Eject/Ban from Parcel" name="Eject/Ban from Parcel"/>
|
||||
|
||||
@@ -101,7 +101,10 @@ Beschäftigt-Modus:</text>
|
||||
<check_box label="Skripts" name="Scripts"/>
|
||||
<check_box label="Teleport Offers" name="Teleport Offers"/>
|
||||
<check_box label="Gruppenmitteilungen" name="Group Notices"/>
|
||||
<check_box label="Teleport Requests" name="Teleport Requests"/>
|
||||
<!--check_box control_name="AntiSpamTeleportRequests" height="16" label="Teleport Requests" name="Teleport Requests" left="14" bottom_delta="-20"/-->
|
||||
<text name="Except those from:">Except those from:</text>
|
||||
<check_box label="My objects" name="My objects"/>
|
||||
<check_box label="My friends" name="My friends"/>
|
||||
<check_box label="Enable Gesture Sounds" name="Enable Gesture Sounds"/>
|
||||
</panel>
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
<panel label="Voice-Chat" name="chat">
|
||||
<text name="voice_unavailable">Voice-Chat ist nicht verfügbar</text>
|
||||
<check_box label="Voice-Chat aktivieren" name="enable_voice_check"/>
|
||||
|
||||
|
||||
<radio_group name="ear_location">
|
||||
<radio_item name="0">Voice-Chat von Kameraposition aus hören.</radio_item>
|
||||
<radio_item name="1">Voice-Chat von Avatarposition aus hören.</radio_item>
|
||||
|
||||
Reference in New Issue
Block a user