Add missing language variables for trophy conditions
authorJoshua Rüsweg <josh@bastelstu.be>
Tue, 1 Aug 2017 12:12:45 +0000 (14:12 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Tue, 1 Aug 2017 12:12:45 +0000 (14:12 +0200)
See #2315

wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index af8922e803e64e95b134f0d40a9d1c2e58c492da..d7d043637a95a34bf830ee375de4d851862e424c 100644 (file)
@@ -3860,7 +3860,9 @@ Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email}
                <item name="wcf.user.condition.state.isEnabled.error.conflict"><![CDATA[„Aktiviert“ und „Nicht aktiviert“ können nicht gleichzeitig ausgewählt werden.]]></item>
                <item name="wcf.user.condition.state.isNotBanned"><![CDATA[Nicht gesperrt]]></item>
                <item name="wcf.user.condition.userTrophy"><![CDATA[hat Trophäe]]></item>
+               <item name="wcf.user.condition.userTrophy.description"><![CDATA[Benutzer müssen alle ausgewählten Trophäen mindestens ein mal erhalten haben.]]></item>
                <item name="wcf.user.condition.notUserTrophy"><![CDATA[hat nicht Trophäe]]></item>
+               <item name="wcf.user.condition.notUserTrophy.description"><![CDATA[Benutzer dürfen keine der ausgewählten Trophäen erhalten haben.]]></item>
                <item name="wcf.user.condition.notUserTrophy.error.userTrophyIntersection"><![CDATA[Die ausgewählten Trophäen in „hat Trophäe“ und „hat nicht Trophäe“ sind widersprüchlich.]]></item>
                <item name="wcf.user.condition.trophyPoints"><![CDATA[Trophäen]]></item>
        </category>
index 614788a4d35c105df6fbfb8b38de7812a8baa1bb..0c166e9d8b4994e69f3ffe60645e84c8b28d416e 100644 (file)
@@ -3851,7 +3851,9 @@ Open the link below to access the user profile:
                <item name="wcf.user.condition.state.isEnabled.error.conflict"><![CDATA[You cannot simultaneously select “Approved” and “Awaiting Approval”.]]></item>
                <item name="wcf.user.condition.state.isNotBanned"><![CDATA[Not Banned]]></item>
                <item name="wcf.user.condition.userTrophy"><![CDATA[User has Trophy]]></item>
+               <item name="wcf.user.condition.userTrophy.description"><![CDATA[User has received the selected trophies.]]></item>
                <item name="wcf.user.condition.notUserTrophy"><![CDATA[User has not Trophy]]></item>
+               <item name="wcf.user.condition.notUserTrophy.description"><![CDATA[User has not received the selected trophies.]]></item>
                <item name="wcf.user.condition.notUserTrophy.error.userTrophyIntersection"><![CDATA[The selected trophies in “User has Trophy” and “User has not Trophy” are conflicting.]]></item>
                <item name="wcf.user.condition.trophyPoints"><![CDATA[Trophies]]></item>
        </category>