2 * NET.EXE - Wine-compatible net program
3 * Swedish language support
5 * Copyright (C) 2010 Anders Jonsson
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 #include "resources.h"
24 #pragma code_page(65001)
26 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
30 STRING_USAGE, "Syntax för detta kommando är:\n\nNET [ HELP | START | STOP | USE ]\n"
31 STRING_START_USAGE, "Ange namn på tjänst att starta.\n"
32 STRING_STOP_USAGE, "Ange namn på tjänst att stoppa.\n"
33 STRING_STOP_DEP, "Stoppar beroende tjänst: %s\n"
34 STRING_CANT_STOP, "Kunde inte stoppa tjänst %s\n"
35 STRING_NO_SCM, "Kunde inte få en referens till tjänstekontrollhanteraren.\n"
36 STRING_NO_SVCHANDLE, "Kunde inte få en referens till tjänsten.\n"
37 STRING_START_SVC, "Tjänsten %s startar.\n"
38 STRING_START_SVC_SUCCESS, "Tjänsten %s startades utan problem.\n"
39 STRING_START_SVC_FAIL, "Tjänsten %s kunde inte starta.\n"
40 STRING_STOP_SVC, "Tjänsten %s stoppas.\n"
41 STRING_STOP_SVC_SUCCESS, "Tjänsten %s har stoppats.\n"
42 STRING_STOP_SVC_FAIL, "Tjänsten %s kunde inte stoppas.\n"
43 STRING_HELP_USAGE, "Syntax för detta kommando är:\n\nNET HELP kommando\n -eller-\nNET kommando /HELP\n\n"\
44 " Tillgängliga kommandon:\n NET HELP NET START NET STOP NET USE\n"
45 STRING_NO_ENTRIES, "Det finns inga poster i listan.\n"
46 STRING_USE_HEADER, "\nStatus Lokal Fjärransluten\n---------------------------------------------------------------\n"
47 STRING_USE_ENTRY, "%s %S %S Öppna resurser: %lu\n"