language fixes

v1.18.x
Baris Soner Usakli 12 years ago
parent 1c058658e6
commit cbe13b6069

@ -2,5 +2,6 @@
"title": "Recent", "title": "Recent",
"day": "Day", "day": "Day",
"week": "Week", "week": "Week",
"month": "Month" "month": "Month",
"no_recent_topics": "There are no recent topics."
} }

@ -44,17 +44,17 @@
<small> <small>
<span class="topic-stats"> <span class="topic-stats">
posts [[category:posts]]
<strong class="human-readable-number" title="{topics.postcount}">{topics.postcount}</strong> <strong class="human-readable-number" title="{topics.postcount}">{topics.postcount}</strong>
</span> </span>
| |
<span class="topic-stats"> <span class="topic-stats">
views [[category:views]]
<strong class="human-readable-number" title="{topics.viewcount}">{topics.viewcount}</strong> <strong class="human-readable-number" title="{topics.viewcount}">{topics.viewcount}</strong>
</span> </span>
| |
<span> <span>
posted in [[category:posted]] [[global:in]]
<a href="{relative_path}/category/{topics.categorySlug}"> <a href="{relative_path}/category/{topics.categorySlug}">
<i class="fa {topics.categoryIcon}"></i> {topics.categoryName} <i class="fa {topics.categoryIcon}"></i> {topics.categoryName}
</a> </a>
@ -64,13 +64,13 @@
<span class="pull-right"> <span class="pull-right">
<!-- IF topics.unreplied --> <!-- IF topics.unreplied -->
No one has replied [[category:no_replies]]
<!-- ELSE --> <!-- ELSE -->
<a href="{relative_path}/user/{topics.teaser_userslug}"> <a href="{relative_path}/user/{topics.teaser_userslug}">
<img class="teaser-pic" src="{topics.teaser_userpicture}" title="{topics.teaser_username}"/> <img class="teaser-pic" src="{topics.teaser_userpicture}" title="{topics.teaser_username}"/>
</a> </a>
<a href="{relative_path}/topic/{topics.slug}#{topics.teaser_pid}"> <a href="{relative_path}/topic/{topics.slug}#{topics.teaser_pid}">
replied [[category:replied]]
</a> </a>
<span class="timeago" title="{topics.teaser_timestamp}"></span> <span class="timeago" title="{topics.teaser_timestamp}"></span>
<!-- ENDIF topics.unreplied --> <!-- ENDIF topics.unreplied -->

@ -17,7 +17,7 @@
<!-- IF !topics.length --> <!-- IF !topics.length -->
<div class="alert alert-warning" id="category-no-topics"> <div class="alert alert-warning" id="category-no-topics">
<strong>There are no recent topics.</strong> <strong>[[recent:no_recent_topics]]</strong>
</div> </div>
<!-- ENDIF !topics.length --> <!-- ENDIF !topics.length -->
@ -45,17 +45,17 @@
<small> <small>
<span class="topic-stats"> <span class="topic-stats">
posts [[category:posts]]
<strong class="human-readable-number" title="{topics.postcount}">{topics.postcount}</strong> <strong class="human-readable-number" title="{topics.postcount}">{topics.postcount}</strong>
</span> </span>
| |
<span class="topic-stats"> <span class="topic-stats">
views [[category:views]]
<strong class="human-readable-number" title="{topics.viewcount}">{topics.viewcount}</strong> <strong class="human-readable-number" title="{topics.viewcount}">{topics.viewcount}</strong>
</span> </span>
| |
<span> <span>
posted in [[category:posted]] [[global:in]]
<a href="{relative_path}/category/{topics.categorySlug}"> <a href="{relative_path}/category/{topics.categorySlug}">
<i class="fa {topics.categoryIcon}"></i> {topics.categoryName} <i class="fa {topics.categoryIcon}"></i> {topics.categoryName}
</a> </a>
@ -65,13 +65,13 @@
<span class="pull-right"> <span class="pull-right">
<!-- IF topics.unreplied --> <!-- IF topics.unreplied -->
No one has replied [[category:no_replies]]
<!-- ELSE --> <!-- ELSE -->
<a href="{relative_path}/user/{topics.teaser_userslug}"> <a href="{relative_path}/user/{topics.teaser_userslug}">
<img class="teaser-pic" src="{topics.teaser_userpicture}" title="{topics.teaser_username}"/> <img class="teaser-pic" src="{topics.teaser_userpicture}" title="{topics.teaser_username}"/>
</a> </a>
<a href="{relative_path}/topic/{topics.slug}#{topics.teaser_pid}"> <a href="{relative_path}/topic/{topics.slug}#{topics.teaser_pid}">
replied [[category:replied]]
</a> </a>
<span class="timeago" title="{topics.teaser_timestamp}"></span> <span class="timeago" title="{topics.teaser_timestamp}"></span>
<!-- ENDIF topics.unreplied --> <!-- ENDIF topics.unreplied -->

@ -38,17 +38,17 @@
<small> <small>
<span class="topic-stats"> <span class="topic-stats">
posts [[category:posts]]
<strong class="human-readable-number" title="{topics.postcount}">{topics.postcount}</strong> <strong class="human-readable-number" title="{topics.postcount}">{topics.postcount}</strong>
</span> </span>
| |
<span class="topic-stats"> <span class="topic-stats">
views [[category:views]]
<strong class="human-readable-number" title="{topics.viewcount}">{topics.viewcount}</strong> <strong class="human-readable-number" title="{topics.viewcount}">{topics.viewcount}</strong>
</span> </span>
| |
<span> <span>
posted in [[category:posted]] [[global:in]]
<a href="{relative_path}/category/{topics.categorySlug}"> <a href="{relative_path}/category/{topics.categorySlug}">
<i class="fa {topics.categoryIcon}"></i> {topics.categoryName} <i class="fa {topics.categoryIcon}"></i> {topics.categoryName}
</a> </a>
@ -58,13 +58,13 @@
<span class="pull-right"> <span class="pull-right">
<!-- IF topics.unreplied --> <!-- IF topics.unreplied -->
No one has replied [[category:no_replies]]
<!-- ELSE --> <!-- ELSE -->
<a href="{relative_path}/user/{topics.teaser_userslug}"> <a href="{relative_path}/user/{topics.teaser_userslug}">
<img class="teaser-pic" src="{topics.teaser_userpicture}" title="{topics.teaser_username}"/> <img class="teaser-pic" src="{topics.teaser_userpicture}" title="{topics.teaser_username}"/>
</a> </a>
<a href="{relative_path}/topic/{topics.slug}#{topics.teaser_pid}"> <a href="{relative_path}/topic/{topics.slug}#{topics.teaser_pid}">
replied [[category:replied]]
</a> </a>
<span class="timeago" title="{topics.teaser_timestamp}"></span> <span class="timeago" title="{topics.teaser_timestamp}"></span>
<!-- ENDIF topics.unreplied --> <!-- ENDIF topics.unreplied -->

Loading…
Cancel
Save