1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Add missing language items

This commit is contained in:
Tim Düsterhus 2015-03-21 20:36:15 +01:00
parent a556f83393
commit 87919dd881
2 changed files with 10 additions and 0 deletions

View File

@ -136,6 +136,11 @@
<item name="wcf.user.option.chatMessagesPerTab.description"><![CDATA[Anzahl der Chat-Nachrichten, die pro Tab angezeigt werden. [0 für unbeschränkt]]]></item>
</category>
<category name="wcf.user.notification">
<item name="wcf.user.notification.be.bastelstu.chat"><![CDATA[Chat]]></item>
<item name="wcf.user.notification.be.bastelstu.chat.room.invited"><![CDATA[Einladung zum Chatten]]></item>
</category>
<category name="chat.error">
<item name="chat.error.notFound"><![CDATA[Der Befehl „{$exception->getCommand()}“ wurde nicht gefunden.]]></item>
<item name="chat.error.userNotFound"><![CDATA[Der Benutzer „{$exception->getUsername()}“ wurde nicht gefunden.]]></item>

View File

@ -136,6 +136,11 @@
<item name="wcf.user.option.chatMessagesPerTab.description"><![CDATA[Amount of messages per tab being displayed at once. [0 for infinite]]]></item>
</category>
<category name="wcf.user.notification">
<item name="wcf.user.notification.be.bastelstu.chat"><![CDATA[Chat]]></item>
<item name="wcf.user.notification.be.bastelstu.chat.room.invited"><![CDATA[Invitation to chat]]></item>
</category>
<category name="chat.error">
<item name="chat.error.notFound"><![CDATA[The command “{$exception->getCommand()}” could not be found.]]></item>
<item name="chat.error.userNotFound"><![CDATA[The user “{$exception->getUsername()}” could not be found.]]></item>