-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.woltlab.blog.entryThread_tr.xml
15 lines (15 loc) · 1.38 KB
/
com.woltlab.blog.entryThread_tr.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/6.0/language.xsd" languagecode="tr" languagename="Türkçe" countrycode="tr">
<category name="blog.entry">
<item name="blog.entry.button.jumpToEntryThread"><![CDATA[Tartışma Konusu]]></item>
<item name="blog.entry.entryThread.info"><![CDATA[{#$entryThread->replies} {if $entryThread->replies == 1}yanıt{else}yanıtlar{/if}{if $entryThread->replies > 0}, son: {time time=$entryThread->lastPostTime}{/if}]]></item>
<item name="blog.entry.entryThread.message"><![CDATA[<p>{$entry->username} yeni bir blog makalesi yazdı: <a href="{$entry->getLink()}">{$entry->getTitle()}</a>.</p>
<woltlab-quote>{@$entry->getFormattedExcerpt()}</woltlab-quote>]]></item>
<item name="blog.entry.entryThread.subject"><![CDATA[{@$entry->subject}]]></item>
</category>
<category name="wcf.acp.option">
<item name="wcf.acp.option.blog_entry_thread_board_id"><![CDATA[Forum]]></item>
<item name="wcf.acp.option.blog_entry_thread_board_id.description"><![CDATA[Tartışma konuları seçilen forumda otomatik olarak oluşturulur. Eğer bir forum seçilmezse, herhangi bir konu oluşturulmaz.]]></item>
<item name="wcf.acp.option.category.blog.entryThread"><![CDATA[Tartışma Konusu]]></item>
</category>
</language>