Sweden-Number/programs/net/No.rc

46 lines
2.2 KiB
Plaintext
Raw Normal View History

2008-03-30 01:08:06 +01:00
/*
* NET.EXE - Wine-compatible net program
* Norwegian (Bokm<6B>l) language support
*
* Copyright (C) 2008 Alexander N. S<>rnes <alex@thehandofagony.com>
*
* 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
*/
#include "resources.h"
2008-03-30 01:08:06 +01:00
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
STRINGTABLE
{
STRING_USAGE, "Programmet brukes som f<>lger:\n\nNET [ HELP | START | STOP USE ]\n"
2008-03-30 01:08:06 +01:00
STRING_START_USAGE, "Oppgi navnet p<> tjeneren soms skal startes.\n"
STRING_STOP_USAGE, "Oppgi navnet p<> tjeneren som skal stoppes.\n"
STRING_STOP_DEP, "Stopper avhengig tjeneste: %s\n"
STRING_CANT_STOP, "Klarte ikke stoppe tjenesten <20>%s<>\n"
STRING_NO_SCM, "Klarte ikke n<> tjenestebehandleren.\n"
STRING_NO_SVCHANDLE, "Klarte ikke n<> tjenesten.\n"
STRING_START_SVC, "Tjenesten <20>%s<> starter.\n"
STRING_START_SVC_SUCCESS, "Tjenesten <20>%s<> ble startet vellykket.\n"
STRING_START_SVC_FAIL, "Tjenesten <20>%s<> klarte ikke starte.\n"
STRING_STOP_SVC, "Tjenesten <20>%s<> stopper.\n"
STRING_STOP_SVC_SUCCESS, "Tjenesten <20>%s<> ble stoppet vellykket.\n"
STRING_STOP_SVC_FAIL, "Klarte ikke stoppe tjenesten <20>%s<>.\n"
STRING_HELP_USAGE, "Hjelp brukes som f<>lgende:\n\nNET HELP kommando\n -eller-\nNET kommando /HELP\n\n Tilgjengelige kommandoer:\n NET HELP NET START NET STOP NET USE\n"
2008-03-30 01:08:06 +01:00
STRING_NO_ENTRIES, "Det er ingen oppf<70>ringer p<> listen.\n"
STRING_USE_HEADER, "\nStatus Lokal Remote\n---------------------------------------------------------------\n"
STRING_USE_ENTRY, "%s %S %S <20>pne ressurser: %lu\n"
}