mirror of
https://github.com/openvk/openvk
synced 2025-07-07 08:19:49 +03:00
Translating "Browse" string
This commit is contained in:
parent
825ea6ee91
commit
a0406d1ca1
6 changed files with 8 additions and 5 deletions
|
@ -71,7 +71,7 @@
|
|||
<span class="nobold">{_avatar}: </span>
|
||||
</td>
|
||||
<td>
|
||||
<label class="button" style="">Обзор<input type="file" id="ava" name="ava" style="display: none;" onchange="filename.innerHTML=ava.files[0].name" /></label>
|
||||
<label class="button" style="">{_browse}<input type="file" id="ava" name="ava" style="display: none;" onchange="filename.innerHTML=ava.files[0].name" /></label>
|
||||
<div id="filename" style="margin-top: 10px;"></div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -37,9 +37,9 @@
|
|||
<form method="POST" enctype="multipart/form-data">
|
||||
<div id="backdropEditor">
|
||||
<div id="backdropFilePicker">
|
||||
<label class="button" style="">Обзор<input type="file" accept="image/*" name="backdrop1" style="display: none;"></label>
|
||||
<label class="button" style="">{_browse}<input type="file" accept="image/*" name="backdrop1" style="display: none;"></label>
|
||||
<div id="spacer" style="width: 366px;"></div>
|
||||
<label class="button" style="">Обзор<input type="file" accept="image/*" name="backdrop2" style="display: none;"></label>
|
||||
<label class="button" style="">{_browse}<input type="file" accept="image/*" name="backdrop2" style="display: none;"></label>
|
||||
<div id="spacer" style="width: 366px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -318,7 +318,7 @@
|
|||
<span class="nobold">{_picture}: </span>
|
||||
</td>
|
||||
<td>
|
||||
<label class="button" style="">Обзор<input type="file" id="blob" name="blob" style="display: none;" onchange="filename.innerHTML=blob.files[0].name" /></label>
|
||||
<label class="button" style="">{_browse}<input type="file" id="blob" name="blob" style="display: none;" onchange="filename.innerHTML=blob.files[0].name" /></label>
|
||||
<div id="filename" style="margin-top: 10px;"></div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -546,6 +546,7 @@
|
|||
"backdrop_succ" = "Backdrop settings saved";
|
||||
"backdrop_succ_rem" = "Backdrop images have been removed";
|
||||
"backdrop_succ_desc" = "Users will start seeing changes in 5 minutes.";
|
||||
"browse" = "Огляд"
|
||||
|
||||
/* Two-factor authentication */
|
||||
|
||||
|
|
|
@ -556,6 +556,7 @@
|
|||
"end_all_sessions_description" = "Եթե ցանկանում եք դուրս գալ $1–ից ամեն դեվայսից, սեղմե՛ք ներքևի կոճակը";
|
||||
|
||||
"end_all_sessions_done" = "Բոլոր սեսսիաները նետված են, ներառյալ բջջային հավելվածները";
|
||||
"browse" = "Վերանայում"
|
||||
|
||||
/* Two-factor authentication */
|
||||
|
||||
|
|
|
@ -506,6 +506,7 @@
|
|||
"backdrop_succ" = "Фон сохранён";
|
||||
"backdrop_succ_rem" = "Фон удалён";
|
||||
"backdrop_succ_desc" = "Изменения будут заметны другим пользователям через 5 минут.";
|
||||
"browse" = "Обзор"
|
||||
|
||||
/* Two-factor authentication */
|
||||
|
||||
|
|
Loading…
Reference in a new issue