mirror of
https://github.com/openvk/openvk
synced 2025-07-07 16:29:50 +03:00
Message box has been translated
This commit is contained in:
parent
fe72b98c1c
commit
1b82077f59
3 changed files with 4 additions and 2 deletions
|
@ -131,11 +131,11 @@
|
|||
tr("group_changeowner_modal_text", {$user->getFullName()})
|
||||
<br/><br/>
|
||||
<form id="transfer-owner-permissions-form" method="post">
|
||||
<label for="password">Пароль</label>
|
||||
<label for="password">tr("password")</label>
|
||||
<input type="password" id="password" name="password" required />
|
||||
<input type="hidden" name="hash" value={$csrfToken} />
|
||||
</form>
|
||||
`, ["Передать", "Отмена"], [
|
||||
`, [tr("transfer"), tr("cancel")], [
|
||||
() => {
|
||||
$('#transfer-owner-permissions-form').attr('action', action);
|
||||
document.querySelector("#transfer-owner-permissions-form").submit();
|
||||
|
|
|
@ -656,6 +656,7 @@
|
|||
"no" = "No";
|
||||
"cancel" = "Cancel";
|
||||
"edit_action" = "Change";
|
||||
"transfer" = "Transfer";
|
||||
|
||||
"warning" = "Warning";
|
||||
"question_confirm" = "This action can't be undone. Do you really wanna do it?";
|
||||
|
|
|
@ -681,6 +681,7 @@
|
|||
"no" = "Нет";
|
||||
"cancel" = "Отмена";
|
||||
"edit_action" = "Изменить";
|
||||
"transfer" = "Передать";
|
||||
|
||||
"warning" = "Внимание";
|
||||
"question_confirm" = "Это действие нельзя отменить. Вы действительно уверены в том что хотите сделать?";
|
||||
|
|
Loading…
Reference in a new issue