All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h Deutsch (de)Dies parst die Funktion mit den gegebenen Argumenten, aber das Ergebnis wird nicht nochmal geparst. Beispiel:
<pre style="overflow:auto;">
Message waiting: !message(,first,rcvd,unread)
</pre>
Falls Sie folgendes verwenden:
<pre style="overflow:auto;">
?message(,first,rcvd,unread)
</pre>
und die Nachricht lautet:
<pre style="overflow:auto;">
You should use the string %winampsong% to get the song.
</pre>
dann wäre das Ergebnis:
<pre style="overflow:auto;">
Message waiting: You should use the string DJ Mike Llama - Llama Whippin' Intro to get the song.
</pre>
 h English (en)This will parse the function given the arguments, but the result will not be parsed again. Example:
<pre style="overflow:auto;">
Message waiting: !message(,first,rcvd,unread)
</pre>
In case you use
<pre style="overflow:auto;">
?message(,first,rcvd,unread)
</pre>
and the message would be
<pre style="overflow:auto;">
You should use the string %winampsong% to get the song.
</pre>
the result could be
<pre style="overflow:auto;">
Message waiting: You should use the string DJ Mike Llama - Llama Whippin' Intro to get the song.
</pre>