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:
Maxim Leshchenko 2021-12-23 12:39:20 +02:00
parent 21b03d3e71
commit 869873d225
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE
3 changed files with 11 additions and 3 deletions

View file

@ -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>

View file

@ -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";

View file

@ -787,6 +787,10 @@
"paginator_page" = "Страница $1"; "paginator_page" = "Страница $1";
"paginator_next" = "Дальше"; "paginator_next" = "Дальше";
/* About */
"about_openvk" = "Об OpenVK";
/* Dialogs */ /* Dialogs */
"ok" = "ОК"; "ok" = "ОК";