reg.exe: Add Ukrainian translations.
[wine/hacks.git] / programs / reg / Uk.rc
blob70c86f70cb946bc2f9a23579cbbd06ea237dc344
1 /*
2  * REG.EXE - Wine-compatible reg program.
3  *
4  * Copyright 2008 Andrew Riedi
5  *
6  * Ukrainian language support
7  *
8  * Copyright 2010 Igor Paliychuk
9  *
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2.1 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with this library; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
23  */
25 #include "reg.h"
27 /* UTF-8 */
28 #pragma code_page(65001)
30 LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
32 STRINGTABLE
34     STRING_USAGE, "Синтаксис цієї команди наступний:\n\nREG [ ADD | DELETE | QUERY ]\nREG command /?\n"
35     STRING_ADD_USAGE, "REG ADD key_name [/v value_name | /ve] [/t type] [/s separator] [/d data] [/f]\n"
36     STRING_DELETE_USAGE, "REG DELETE key_name [/v value_name | /ve | /va] [/f]\n"
37     STRING_QUERY_USAGE, "REG QUERY key_name [/v value_name | /ve] [/s]\n"
38     STRING_SUCCESS, "Операція успішно завершена\n"
39     STRING_INVALID_KEY, "Помилка: неправильне ім'я ключа\n"
40     STRING_INVALID_CMDLINE, "Помилка: неправильні параметри командного рядка\n"
41     STRING_NO_REMOTE, "Помилка: неможливо додати ключі на віддаленій машині\n"
42     STRING_CANNOT_FIND, "Помилка: не вдалось знайти вказаний ключ реєстру чи значення\n"