1/*
2 * PROJECT:     ReactOS Font Viewer
3 * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE:     Ukrainian resource file
5 * TRANSLATORS: Copyright 2007 Artem Reznikov <temarez@yandex.ru>
6 *              Copyright 2011 Igor Paliychuk <mansonigor@gmail.com>
7 */
8
9LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
10
11STRINGTABLE
12BEGIN
13    IDS_INSTALL "&Install"
14    IDS_PRINT "Друк"
15    IDS_STRING "Чуєш їх, доцю, га? Кумедна ж ти, прощайся без ґольфів! 1234567890"
16    IDS_OPEN "Open Font..."
17    IDS_ERROR "Помилка"
18    IDS_ERROR_NOMEM "Недостатньо пам'яті для завершення операції."
19    IDS_ERROR_NOFONT "Файл %1 не є коректним файлом шрифту."
20    IDS_ERROR_NOCLASS "Неможливо ініціалізувати віконний клас."
21    IDS_ERROR_ISINSTALLED "This font is already installed!"
22    IDS_ERROR_FONTCPY "Failed to copy the font file!"
23    IDS_ERROR_OPENKEY "Failed to open the fonts registry key!"
24    IDS_ERROR_REGISTER "Failed to register the new font!"
25    IDS_SUCCESS "Success"
26    IDS_COMPLETED "Font installation completed."
27    IDS_FILTER_LIST "All Supported Fonts (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
28Font File (*.fon;*.fnt)\0*.fon;*.fnt\0\
29TrueType Font (*.ttf)\0*.ttf\0\
30TrueType Font Collection (*.ttc)\0*.ttc\0\
31OpenType Font (*.otf)\0*.otf\0\
32OpenType Font Collection (*.otc)\0*.otc\0\
33All Files (*.*)\0*.*\0"
34    IDS_PREVIOUS "< P&revious"
35    IDS_NEXT "&Next >"
36END
37