2 * NET.EXE - Wine-compatible net program
3 * Ukrainian language support
5 * Copyright (C) 2007 Tim Schwartz
6 * Copyright (C) 2010 Igor Paliychuk
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
23 #include "resources.h"
26 #pragma code_page(65001)
28 LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
32 STRING_USAGE, "Синтаксис цієї команди:\n\nNET [ HELP | START | STOP | USE ]\n"
33 STRING_START_USAGE, "Вказіть службу для запуску.\n"
34 STRING_STOP_USAGE, "Вказіть службу для зупинки.\n"
35 STRING_STOP_DEP, "Зупинка залежної служби: %s\n"
36 STRING_CANT_STOP, "Неможливо зупинити службу %s\n"
37 STRING_NO_SCM, "Неможливо отримати доступ до диспетчера служб.\n"
38 STRING_NO_SVCHANDLE, "Неможливо отримати доступ до служби.\n"
39 STRING_START_SVC, "Запуск служби %s .\n"
40 STRING_START_SVC_SUCCESS, "Служба %s успішно запущена.\n"
41 STRING_START_SVC_FAIL, "Помилка запуску служби %s .\n"
42 STRING_STOP_SVC, "Зупинка служби %s .\n"
43 STRING_STOP_SVC_SUCCESS, "Служба %s успішно зупинена.\n"
44 STRING_STOP_SVC_FAIL, "Помилка зупинки служби %s .\n"
45 STRING_HELP_USAGE, "Синтаксис цієї команди:\n\nNET HELP команда\n -чи-\nNET команда /HELP\n\n"\
46 " Доступні команди:\n NET HELP NET START NET STOP NET USE\n"
47 STRING_NO_ENTRIES, "Список порожній.\n"
48 STRING_USE_HEADER, "\nСтатус Локальний Віддалений\n---------------------------------------------------------------\n"
49 STRING_USE_ENTRY, "%s %S %S Відкритих ресурсів: %lu\n"