| 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.buddyloo"> |
|---|
| 5 | <item name="wcf.buddyloo.in.invitations"><![CDATA[Incoming Friendship-Invitations]]></item> |
|---|
| 6 | <item name="wcf.buddyloo.in.accept"><![CDATA[Accept]]></item> |
|---|
| 7 | <item name="wcf.buddyloo.in.accept.success"><![CDATA[You accepted the invitation.]]></item> |
|---|
| 8 | <item name="wcf.buddyloo.in.decline"><![CDATA[Decline]]></item> |
|---|
| 9 | <item name="wcf.buddyloo.in.decline.success"><![CDATA[You declined the invitation.]]></item> |
|---|
| 10 | <item name="wcf.buddyloo.out.invitations"><![CDATA[Outgoing Friendship-Invitations]]></item> |
|---|
| 11 | <item name="wcf.buddyloo.out.abolish"><![CDATA[Abolish]]></item> |
|---|
| 12 | <item name="wcf.buddyloo.out.abolish.success"><![CDATA[You cancelled your invitation.]]></item> |
|---|
| 13 | <item name="wcf.buddyloo.awaitingconfirmation"><![CDATA[There is one friendship-invitation which is waiting for your approvement.]]></item> |
|---|
| 14 | <item name="wcf.buddyloo.awaitingconfirmations"><![CDATA[There are {$count} friendship-invitations which are waiting for your approvement.]]></item> |
|---|
| 15 | <item name="wcf.buddyloo.connections"><![CDATA[Connection]]></item> |
|---|
| 16 | <item name="wcf.buddyloo.subject"><![CDATA[{$author} wants to be your friend]]></item> |
|---|
| 17 | <item name="wcf.buddyloo.body"><![CDATA[Hello {$recipient}! |
|---|
| 18 | You got an invitation for friendship. |
|---|
| 19 | |
|---|
| 20 | {$author} wants to be your friend. But before we allow that connection, you have to confirm that you are friends. |
|---|
| 21 | |
|---|
| 22 | Just log in and confirm: {PAGE_URL} |
|---|
| 23 | |
|---|
| 24 | Thanks! |
|---|
| 25 | Your {PAGE_TITLE} Team]]></item> |
|---|
| 26 | </category> |
|---|
| 27 | <category name="wcf.user.whitelist"> |
|---|
| 28 | <item name="wcf.user.whitelist.add.success"><![CDATA[{if $users|count == 1}"{$users|array_shift}" has{else}{implode from=$users item=user}"{$user}"{/implode} have{/if} were informed about your friendship-invitation.]]></item> |
|---|
| 29 | </category> |
|---|
| 30 | <category name="wcf.user.option"> |
|---|
| 31 | <item name="wcf.user.option.shareGrouplist"><![CDATA[Show group list in the profile]]></item> |
|---|
| 32 | <item name="wcf.user.option.shareGrouplist.description"><![CDATA[Do you want to display your list of groups in your profile?]]></item> |
|---|
| 33 | <item name="wcf.user.option.realname"><![CDATA[Real name]]></item> |
|---|
| 34 | <item name="wcf.user.option.realname.description"><![CDATA[Your real name will just be visible for your friends.]]></item> |
|---|
| 35 | </category> |
|---|
| 36 | </language> |
|---|