mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-05 02:39:41 +01:00
ae98a857d2
The following languages are new: - French - German - Italian - Portuguese (BR) - Portuguese (PT) - Russian - Spanish - Turkish Esperanto has also received some updates.
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<langmeta>
|
|
<active>1</active>
|
|
|
|
<!-- should be lowercase because menu style, and should be in the language itself -->
|
|
<nativename>русский</nativename>
|
|
|
|
<!-- English translation by X -->
|
|
<credit>Перевод на русский от TheMysticSword</credit>
|
|
|
|
<!-- On the language screen, hard limit 40 8x8 characters. Space/Z/V sets this as the language -->
|
|
<action_hint>Нажмите Пробел, Z или V, чтобы выбрать</action_hint>
|
|
|
|
<!-- Enable automatic word wrapping instead of having to manually insert newlines -->
|
|
<autowordwrap>1</autowordwrap>
|
|
|
|
<!-- Enable automatic full-caps display of selected menu options ([SELECTED] not selected) -->
|
|
<toupper>1</toupper>
|
|
|
|
<!-- When automatically uppercasing, map i to İ (for Turkish) -->
|
|
<toupper_i_dot>0</toupper_i_dot>
|
|
|
|
<!-- When automatically uppercasing, allow ~ to be used to stop the next letter from being uppercased (for Irish) -->
|
|
<toupper_lower_escape_char>0</toupper_lower_escape_char>
|
|
|
|
<!-- The indication that a certain menu option or button is selected -->
|
|
<menu_select>[ {label} ]</menu_select>
|
|
<menu_select_tight>[{label}]</menu_select_tight>
|
|
</langmeta>
|