[loc] update Ukrainian translation

* This fixes multibyte indexes
* Closes #1908
This commit is contained in:
Vlad 2022-04-16 12:29:43 +03:00 committed by Pete Batard
parent f5abae6442
commit 48574f10d6
No known key found for this signature in database
GPG Key ID: 38E0CF5E69EDD671
3 changed files with 15 additions and 15 deletions

View File

@ -288,31 +288,31 @@ msgstr "байт"
#.
#. *Short* version of the kilobyte size suffix
msgid "KB"
msgstr "Кб"
msgstr "КБ"
#. • MSG_022
#.
#. *Short* version of the megabyte size suffix
msgid "MB"
msgstr "Мб"
msgstr "МБ"
#. • MSG_023
#.
#. *Short* version of the gigabyte size suffix
msgid "GB"
msgstr "Гб"
msgstr "ГБ"
#. • MSG_024
#.
#. *Short* version of the terabyte size suffix
msgid "TB"
msgstr "Тб"
msgstr "ТБ"
#. • MSG_025
#.
#. *Short* version of the pentabyte size suffix
msgid "PB"
msgstr "Пб"
msgstr "ПБ"
#. • MSG_027
msgid "kilobytes"

View File

@ -13680,11 +13680,11 @@ t MSG_017 "За вибором"
t MSG_018 "Ваша версія: %d.%d (Збірка %d)"
t MSG_019 "Остання версія: %d.%d (Збірка %d)"
t MSG_020 "байт"
t MSG_021 "Кб"
t MSG_022 "Мб"
t MSG_023 "Гб"
t MSG_024 "Тб"
t MSG_025 "Пб"
t MSG_021 "КБ"
t MSG_022 "МБ"
t MSG_023 "ГБ"
t MSG_024 "ТБ"
t MSG_025 "ПБ"
t MSG_026 "байт"
t MSG_027 "кілобайт"
t MSG_028 "мегабайт"

View File

@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 232, 326
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_ACCEPTFILES
CAPTION "Rufus 3.19.1885"
CAPTION "Rufus 3.19.1886"
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
@ -395,8 +395,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,19,1885,0
PRODUCTVERSION 3,19,1885,0
FILEVERSION 3,19,1886,0
PRODUCTVERSION 3,19,1886,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -414,13 +414,13 @@ BEGIN
VALUE "Comments", "https://rufus.ie"
VALUE "CompanyName", "Akeo Consulting"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "3.19.1885"
VALUE "FileVersion", "3.19.1886"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2022 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
VALUE "OriginalFilename", "rufus-3.19.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "3.19.1885"
VALUE "ProductVersion", "3.19.1886"
END
END
BLOCK "VarFileInfo"