Improved confirm messages
authorMarcel Werk <burntime@woltlab.com>
Tue, 24 May 2016 09:43:40 +0000 (11:43 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 24 May 2016 09:43:40 +0000 (11:43 +0200)
language/de.xml
language/en.xml

index 53f6cb4e9f26f7bfab1402bd324f5279a1e0cfb3..c626c4020df692cd7ea37fc6c97501c806de38b8 100644 (file)
                <item name="wcf.conversation.participants.error.invisibleParticipantsNoPermission"><![CDATA[Sie haben keine Berechtigung, unsichtbare Teilnehmer hinzuzufügen.]]></item>
                <item name="wcf.conversation.participants.error.participantCanInviteNoPermission"><![CDATA[Sie haben keine Berechtigung, Teilnehmern das Hinzufügen weiterer Teilnehmer zu erlauben.]]></item>
                <item name="wcf.conversation.participants.removeParticipant"><![CDATA[Teilnehmer entfernen]]></item>
-               <item name="wcf.conversation.participants.removeParticipant.confirmMessage"><![CDATA[Wollen Sie {$participant->username} wirklich aus dieser Konversation entfernen?]]></item>
+               <item name="wcf.conversation.participants.removeParticipant.confirmMessage"><![CDATA[Wollen Sie <span class="confirmationObject">{$participant->username}</span> wirklich aus dieser Konversation entfernen?]]></item>
                <item name="wcf.conversation.quota"><![CDATA[Speicherplatz]]></item>
                <item name="wcf.conversation.quota.description"><![CDATA[{#$conversationCount/$maxConversationCount*100}% belegt ({#$conversationCount} von {#$maxConversationCount})]]></item>
                <item name="wcf.conversation.replies"><![CDATA[Antworten]]></item>
index 46da80886a5ffd2ecb61662b5903975d2f1bbb60..b3624e08550f8584df4c35f8d3d138d1a5ae8598 100644 (file)
                <item name="wcf.conversation.participants.error.invisibleParticipantsNoPermission"><![CDATA[You don't have the permission to add invisible participants.]]></item>
                <item name="wcf.conversation.participants.error.participantCanInviteNoPermission"><![CDATA[You don't have the permission to allow participants to add new participants.]]></item>
                <item name="wcf.conversation.participants.removeParticipant"><![CDATA[Remove Participant]]></item>
-               <item name="wcf.conversation.participants.removeParticipant.confirmMessage"><![CDATA[Do you really want to remove {$participant->username} from this conversation?]]></item>
+               <item name="wcf.conversation.participants.removeParticipant.confirmMessage"><![CDATA[Do you really want to remove <span class="confirmationObject">{$participant->username}</span> from this conversation?]]></item>
                <item name="wcf.conversation.quota"><![CDATA[Quota]]></item>
                <item name="wcf.conversation.quota.description"><![CDATA[{#$conversationCount/$maxConversationCount*100}% used ({#$conversationCount} of {#$maxConversationCount})]]></item>
                <item name="wcf.conversation.replies"><![CDATA[Replies]]></item>