root/groupapplymail/en.xml @ 321

Revision 321, 2.7 kB (checked in by d0nut, 5 years ago)

untested caching system

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE language SYSTEM "http://www.woltlab.com/DTDs/language.dtd">
3<language languagecode="en">
4        <category name="wcf.groupapplymail">
5                <item name="wcf.groupapplymail.application.register.info"><![CDATA[{if $count == 1}Es ist eine unbearbeitete Bewerbung fÃŒr eine Benutzergruppe vorhanden.<br/><a href="index.php?page=UserGroupLeader{@SID_ARG_2ND}">Direkt zur Bewerbung...</a>{/if}{if $count > 1}Es sind noch unbearbeitete Bewerbungen fÃŒr Benutzergruppen vorhanden.<br/><a href="index.php?page=UserGroupLeader{@SID_ARG_2ND}">Direkt zu den Bewerbungen...</a>{/if}]]></item>
6
7                <item name="wcf.groupapplymail.options"><![CDATA[Group-Options]]></item>
8                <item name="wcf.groupapplymail.mail.subject.5"><![CDATA[{$author} joined the group: {$group->groupname}]]></item>
9                <item name="wcf.groupapplymail.mail.subject.6"><![CDATA[{$author} wants to join the group: {$group->groupname}]]></item>
10                <item name="wcf.groupapplymail.mail.body.5"><![CDATA[Hello {$recipient}!
11{$author} joined the group: {$group->groupname}.
12
13To see all of your groupmembers, change to the group administration
14{$pageurl}index.php?form=UserGroupAdministrate&groupID={$group->groupID}
15
16You receive this mail, because of your configuration to be informed about new memberships in this group.
17
18Thanks!
19Your {PAGE_TITLE} Team]]></item>
20                <item name="wcf.groupapplymail.mail.body.6"><![CDATA[Hello {$recipient}!
21{$author} asks you for confirmation about group-entrance {$group->groupname}.
22
23For this he gave the following reason:
24---------------------------------
25{$reason}
26---------------------------------
27
28To see and accept the application, please switch to the group administration:
29{$pageurl}index.php?form=UserGroupAdministrate&groupID={$group->groupID}
30
31You receive this mail, because of your configuration to be informed about new applications to this group.
32
33Thanks!
34Your {PAGE_TITLE} Team]]></item>
35                <item name="wcf.groupapplymail.enableEmailNotification.5"><![CDATA[E-Mail-Notification after join]]></item>
36                <item name="wcf.groupapplymail.enableEmailNotification.5.description"><![CDATA[]]></item>
37                <item name="wcf.groupapplymail.enableEmailNotification.6"><![CDATA[E-Mail-Notification after application]]></item>
38                <item name="wcf.groupapplymail.enableEmailNotification.6.description"><![CDATA[]]></item>
39                <item name="wcf.groupapplymail.enableDisplayNotification.5"><![CDATA[Infobox after join]]></item>
40                <item name="wcf.groupapplymail.enableDisplayNotification.5.description"><![CDATA[]]></item>
41                <item name="wcf.groupapplymail.enableDisplayNotification.6"><![CDATA[Infobox after application]]></item>
42                <item name="wcf.groupapplymail.enableDisplayNotification.6.description"><![CDATA[]]></item>
43        </category>
44</language>
Note: See TracBrowser for help on using the browser.