Notes: Change strings to localized

I also corrected the tabs because it looked ridiculous
This commit is contained in:
Ilya Prokopenko 2022-01-26 14:57:34 +03:00
parent 9c5bc4936b
commit a08640780c
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56

View file

@ -54,12 +54,12 @@
<div class="note_footer" style="margin: 10px 10px 0;"> <div class="note_footer" style="margin: 10px 10px 0;">
<div class="comments_count"> <div class="comments_count">
{if sizeof($comments) > 0} {if sizeof($comments) > 0}
Комментарии ({$note->getCommentsCount()}) {_comments} ({$note->getCommentsCount()})
{else} {else}
Нет комментариев {_no_comments}
{/if} {/if}
<span n:if="isset($thisUser) && $thisUser->getId() === $note->getOwner()->getId()">&nbsp;|&nbsp; <span n:if="isset($thisUser) && $thisUser->getId() === $note->getOwner()->getId()">&nbsp;|&nbsp;
<a id="_noteDelete" href="/note{$note->getOwner()->getId()}_{$note->getId()}/delete">удалить</a> <a id="_noteDelete" href="/note{$note->getOwner()->getId()}_{$note->getId()}/delete">{_delete}</a>
</span> </span>
</div> </div>
</div> </div>