2 * NET.EXE - Wine-compatible net program
4 * Copyright (C) 2007 Tim Schwartz
5 * Copyright (C) 2010 Claudia Cotună
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"
25 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
27 #pragma code_page(65001)
31 STRING_USAGE, "Sintaxa acestei comenzi este:\n\nNET [ HELP | START | STOP | USE ]\n"
32 STRING_START_USAGE, "Specificați numele serviciului de pornit.\n"
33 STRING_STOP_USAGE, "Specificați numele serviciului de oprit.\n"
34 STRING_STOP_DEP, "Se oprește serviciul dependent: %s\n"
35 STRING_CANT_STOP, "Serviciul %s nu a putut fi oprit\n"
36 STRING_NO_SCM, "Nu a putut fi accesat managerul de control al serviciului.\n"
37 STRING_NO_SVCHANDLE, "Serviciul nu a putut fi accesat.\n"
38 STRING_START_SVC, "Serviciul %s pornește.\n"
39 STRING_START_SVC_SUCCESS, "Serviciul %s a fost pornit cu succes.\n"
40 STRING_START_SVC_FAIL, "Pornirea serviciului %s a eșuat.\n"
41 STRING_STOP_SVC, "Serviciul %s se oprește.\n"
42 STRING_STOP_SVC_SUCCESS, "Serviciul %s a fost oprit cu succes.\n"
43 STRING_STOP_SVC_FAIL, "Oprirea serviciului %s a eșuat.\n"
44 STRING_HELP_USAGE, "Sintaxa acestei comenzi este:\n\ncomandă NET HELP\n -sau-\ncomandă NET /HELP\n\n Comenzile disponibile sunt:\n NET HELP NET START NET STOP NET USE\n"
45 STRING_NO_ENTRIES, "Nu există nici un element în listă.\n"
46 STRING_USE_HEADER, "\nStare Local Distant\n---------------------------------------------------------------\n"
47 STRING_USE_ENTRY, "%s %S %S Resurse deschise: %lu\n"