d2c776a583219b4e0b712728ad793c20174c7204
[reactos.git] / reactos / base / applications / cmdutils / reg / Uk.rc
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 */
24
25 #include "reg.h"
26
27 /* UTF-8 */
28 #pragma code_page(65001)
29
30 LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
31
32 STRINGTABLE
33 {
34 STRING_USAGE, "Синтаксис цієї команди наступний:\n\nREG [ ADD | DELETE | QUERY ]\nREG <команда> /?\n"
35 STRING_ADD_USAGE, "REG ADD <ключ> [/v <параметр> | /ve] [/t <тип>] [/s <розділювач>] [/d дані] [/f]\n"
36 STRING_DELETE_USAGE, "REG DELETE <ключ> [/v <параметр> | /ve | /va] [/f]\n"
37 STRING_QUERY_USAGE, "REG QUERY <ключ> [/v <параметр> | /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"
43 }