Sweden-Number/programs/net/Da.rc

44 lines
2.1 KiB
Plaintext
Raw Normal View History

2008-05-04 16:52:04 +02:00
/*
* NET.EXE - Wine-compatible net program
* Danish language support
*
* Copyright (C) 2008 Jens Albretsen <jens@albretsen.dk>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
STRINGTABLE
{
STRING_USAGE, "S<>dan bruges programmet:\n\nNET [ HELP | START | STOP | USE ]\n"
2008-05-04 16:52:04 +02:00
STRING_START_USAGE, "Angiv navnet p<> servicen som skal startes.\n"
STRING_STOP_USAGE, "Angiv navnet p<> servicen som skal stoppes.\n"
STRING_STOP_DEP, "Stopper afh<66>ngig tjeneste: %s\n"
STRING_CANT_STOP, "Kunne ikke stoppe tjenesten <20>%s<>\n"
STRING_NO_SCM, "Kunne ikke kontakte tjenestebehandleren.\n"
STRING_NO_SVCHANDLE, "Kunne ikke kontakte tjenesten.\n"
STRING_START_SVC, "Tjenesten <20>%s<> starter.\n"
STRING_START_SVC_SUCCESS, "Tjenesten <20>%s<> startede vellykket.\n"
STRING_START_SVC_FAIL, "Tjenesten <20>%s<> kunne ikke starte.\n"
STRING_STOP_SVC, "Tjenesten <20>%s<> stopper.\n"
STRING_STOP_SVC_SUCCESS, "Tjenesten <20>%s<> stoppede vellykket.\n"
STRING_STOP_SVC_FAIL, "Kunne ikke stoppe tjenesten <20>%s<>.\n"
STRING_HELP_USAGE, "S<>dan for du hj<68>lp:\n\nNET HELP kommando\n -eller-\nNET kommando /HELP\n\n Tilg<6C>ngelige kommandoer:\n NET HELP NET START NET STOP NET USE\n"
2008-05-04 16:52:04 +02:00
STRING_NO_ENTRIES, "Det er ingen indskrivning i listen.\n"
STRING_USE_HEADER, "\nStatus Lokal Remote\n---------------------------------------------------------------\n"
STRING_USE_ENTRY, "%s %S %S <20>bne resourser: %lu\n"
}