mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
About: Some fixes
Translate the title and increase the size of the topic status column to fit the text there
This commit is contained in:
parent
21b03d3e71
commit
869873d225
3 changed files with 11 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
{extends "../@layout.xml"}
|
{extends "../@layout.xml"}
|
||||||
|
|
||||||
{block title}Об OpenVK{/block}
|
{block title}{_about_openvk}{/block}
|
||||||
|
|
||||||
{block header}
|
{block header}
|
||||||
Об OpenVK
|
{_about_openvk}
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block content}
|
{block content}
|
||||||
|
@ -343,7 +343,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="h">
|
<tr class="h">
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Status</th>
|
<th style="width: 50px;">Status</th>
|
||||||
<th>Version</th>
|
<th>Version</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
<th>Author</th>
|
<th>Author</th>
|
||||||
|
|
|
@ -752,6 +752,10 @@
|
||||||
"paginator_page" = "Page $1";
|
"paginator_page" = "Page $1";
|
||||||
"paginator_next" = "Next";
|
"paginator_next" = "Next";
|
||||||
|
|
||||||
|
/* About */
|
||||||
|
|
||||||
|
"about_openvk" = "About OpenVK";
|
||||||
|
|
||||||
/* Dialogs */
|
/* Dialogs */
|
||||||
|
|
||||||
"ok" = "OK";
|
"ok" = "OK";
|
||||||
|
|
|
@ -787,6 +787,10 @@
|
||||||
"paginator_page" = "Страница $1";
|
"paginator_page" = "Страница $1";
|
||||||
"paginator_next" = "Дальше";
|
"paginator_next" = "Дальше";
|
||||||
|
|
||||||
|
/* About */
|
||||||
|
|
||||||
|
"about_openvk" = "Об OpenVK";
|
||||||
|
|
||||||
/* Dialogs */
|
/* Dialogs */
|
||||||
|
|
||||||
"ok" = "ОК";
|
"ok" = "ОК";
|
||||||
|
|
Loading…
Reference in a new issue