root/trackback/en.xml @ 1

Revision 1, 1.5 kB (checked in by d0nut, 6 years ago)

initial release: tape 2

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.acp.group">
5                <item name="wcf.acp.group.option.user.board.canThank"><![CDATA[Can thank]]></item>
6                <item name="wcf.acp.group.option.user.board.canThank.description"><![CDATA[Members of this usergroup can thank other users for their posts.]]></item>
7                <item name="wcf.acp.group.option.user.board.canActivateThank"><![CDATA[Can activate thank'o'mat]]></item>
8                <item name="wcf.acp.group.option.user.board.canActivateThank.description"><![CDATA[Members of this usergroup can activate the thank'o'mat for posts.]]></item>
9        </category>
10       
11        <category name="wbb.thread">
12                <item name="wbb.thread.post.button.thank"><![CDATA[Thank]]></item>
13                <item name="wbb.thread.post.thank.stats"><![CDATA[{if $postThanks[$messageID].users|isset}{@$postThanks[$messageID].users|count} registered user{if $postThanks[$messageID].users|count != 1}s{/if} {if $postThanks[$messageID].guests|isset}and {/if}{/if}{if $postThanks[$messageID].guests|isset}{@$postThanks[$messageID].guests} guest{if $postThanks[$messageID].guests != 1}s{/if} {/if}thanked already.]]></item>
14                <item name="wbb.thread.post.thank.users"><![CDATA[Users that thanked:]]></item>
15        </category>
16       
17        <category name="wbb.threadAdd">
18                <item name="wbb.threadAdd.settings.hastThank"><![CDATA[Activate thank'o'mat]]></item>
19                <item name="wbb.threadAdd.settings.hastThank.description"><![CDATA[Activate the thank'o'mat for this post.]]></item>
20        </category>
21</language>
Note: See TracBrowser for help on using the browser.