mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Locales: Fix "default" string and separate it
Whoops, "default" was also used in other places. Now I reverted it back and added new "arbitrary_avatars"
This commit is contained in:
parent
e5f2981fdb
commit
f142020724
4 changed files with 10 additions and 4 deletions
|
@ -407,7 +407,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="style_avatar">
|
<select name="style_avatar">
|
||||||
<option value="0" {if $user->getStyleAvatar() == 0}selected{/if}>{_"default"}</option>
|
<option value="0" {if $user->getStyleAvatar() == 0}selected{/if}>{_"arbitrary_avatars"} ({_"default"})</option>
|
||||||
<option value="1" {if $user->getStyleAvatar() == 1}selected{/if}>{_"cut"}</option>
|
<option value="1" {if $user->getStyleAvatar() == 1}selected{/if}>{_"cut"}</option>
|
||||||
<option value="2" {if $user->getStyleAvatar() == 2}selected{/if}>{_"round_avatars"}</option>
|
<option value="2" {if $user->getStyleAvatar() == 2}selected{/if}>{_"round_avatars"}</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
|
@ -393,7 +393,9 @@
|
||||||
"avatars_style" = "Avatar style";
|
"avatars_style" = "Avatar style";
|
||||||
"style" = "Style";
|
"style" = "Style";
|
||||||
|
|
||||||
"default" = "Arbitrary (default)";
|
"default" = "default";
|
||||||
|
|
||||||
|
"arbitrary_avatars" = "Arbitrary";
|
||||||
"cut" = "Square";
|
"cut" = "Square";
|
||||||
"round_avatars" = "Round";
|
"round_avatars" = "Round";
|
||||||
|
|
||||||
|
|
|
@ -413,7 +413,9 @@
|
||||||
"avatars_style" = "Отображение аватаров";
|
"avatars_style" = "Отображение аватаров";
|
||||||
"style" = "Стиль";
|
"style" = "Стиль";
|
||||||
|
|
||||||
"default" = "Произвольные (по умолчанию)";
|
"default" = "по умолчанию";
|
||||||
|
|
||||||
|
"arbitrary_avatars" = "Произвольные";
|
||||||
"cut" = "Квадратные";
|
"cut" = "Квадратные";
|
||||||
"round_avatars" = "Круглые";
|
"round_avatars" = "Круглые";
|
||||||
|
|
||||||
|
|
|
@ -364,7 +364,9 @@
|
||||||
"avatars_style" = "Отображеніе портрета";
|
"avatars_style" = "Отображеніе портрета";
|
||||||
"style" = "Стиль";
|
"style" = "Стиль";
|
||||||
|
|
||||||
"default" = "Произвольный (по умолчанію)";
|
"default" = "по умолчанію";
|
||||||
|
|
||||||
|
"arbitrary_avatars" = "Произвольные";
|
||||||
"cut" = "Квадратные";
|
"cut" = "Квадратные";
|
||||||
"round_avatars" = "Круглые";
|
"round_avatars" = "Круглые";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue