Changeset 269 for groupapplymail/en.xml

Show
Ignore:
Timestamp:
03/02/08 22:12:01 (5 years ago)
Author:
d0nut
Message:

first working release of groupapplymail

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • groupapplymail/en.xml

    r267 r269  
    22<!DOCTYPE language SYSTEM "http://www.woltlab.com/DTDs/language.dtd"> 
    33<language languagecode="en"> 
    4         <category name="wcf.user.option"> 
    5                 <item name="wcf.user.option.enableGroupApplyEmailNotification"><![CDATA[]]></item> 
    6                 <item name="wcf.user.option.enableGroupApplyEmailNotification.description"><![CDATA[]]></item> 
     4        <category name="wcf.groupapplymail"> 
     5                <item name="wcf.groupapplymail.options"><![CDATA[Gruppen-Optionen]]></item> 
     6                <item name="wcf.groupapplymail.mail.subject.5"><![CDATA[{$author} joined the group: {$group->groupname}]]></item> 
     7                <item name="wcf.groupapplymail.mail.subject.6"><![CDATA[{$author} wants to join the group: {$group->groupname}]]></item> 
     8                <item name="wcf.groupapplymail.mail.body.5"><![CDATA[Hello {$recipient}! 
     9{$author} joined the group: {$group->groupname}. 
     10 
     11To see all of your groupmembers, change to the group administration 
     12{$pageurl}index.php?form=UserGroupAdministrate&groupID={$group->groupID} 
     13 
     14You receive this mail, because of your configuration to be informed about new memberships in this group. 
     15 
     16Thanks! 
     17Your {PAGE_TITLE} Team]]></item> 
     18                <item name="wcf.groupapplymail.mail.body.6"><![CDATA[Hello {$recipient}! 
     19{$author} asks you for confirmation about group-entrance {$group->groupname}. 
     20 
     21For this he gave the following reason: 
     22--------------------------------- 
     23{$reason} 
     24--------------------------------- 
     25 
     26To see and accept the application, please switch to the group administration: 
     27{$pageurl}index.php?form=UserGroupAdministrate&groupID={$group->groupID} 
     28 
     29You receive this mail, because of your configuration to be informed about new applications to this group. 
     30 
     31Thanks! 
     32Your {PAGE_TITLE} Team]]></item> 
     33                <item name="wcf.groupapplymail.enableEmailNotification.5"><![CDATA[E-Mail-Notification after join]]></item> 
     34                <item name="wcf.groupapplymail.enableEmailNotification.5.description"><![CDATA[]]></item> 
     35                <item name="wcf.groupapplymail.enableEmailNotification.6"><![CDATA[E-Mail-Notification after application]]></item> 
     36                <item name="wcf.groupapplymail.enableEmailNotification.6.description"><![CDATA[]]></item> 
    737        </category> 
    838</language>