Rename the Norwegian RC Files to no-NO.rc, which is correct according to MSDN.
[reactos.git] / reactos / base / applications / network / ipconfig / lang / no-NO.rc
1 LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
2
3 STRINGTABLE DISCARDABLE
4 BEGIN
5 IDS_BCAST "Broadcast"
6 IDS_P2P "Peer To Peer"
7 IDS_MIXED "Mikset"
8 IDS_HYBRID "Hybrid"
9 IDS_UNKNOWN "Ukjent"
10 END
11
12 STRINGTABLE DISCARDABLE
13 BEGIN
14 IDS_OTHER "Other Type Of Adapter"
15 IDS_ETH "Ethernet Adapter"
16 IDS_TOKEN "Token Ring Adapter"
17 IDS_FDDI "FDDI Adapter"
18 IDS_PPP "PPP Adapter"
19 IDS_LOOP "Loopback Adapter"
20 IDS_SLIP "SLIP Adapter"
21 END
22
23 STRINGTABLE DISCARDABLE
24 BEGIN
25 /* Please keep the spacing/formatting as per En.rc when translating */
26 IDS_USAGE
27 "\nUSAGE:\n \
28 ipconfig [/? | /all | /renew [adapter] | /release [adapter] |\n \
29 /flushdns | /displaydns | /registerdns |\n \
30 /showclassid adapter |\n \
31 /setclassid adapter [classid] ]\n \
32 \n \
33 where\n \
34 adapter Connection name\n \
35 (wildcard characters * and ? allowed, see examples)\n \
36 \n \
37 Eksempler:\n \
38 /? Vis denne hjelp meldingen\n \
39 /all Vis detaljert informasjon.\n \
40 /release Release the IP address for the specified adapter.\n \
41 /renew Forny alle IP addresser for alle valgte kort.\n \
42 /flushdns Purges the DNS Resolver cache.\n \
43 /registerdns Refreshes all DHCP leases and re-registers DNS names.\n \
44 /displaydns Display the contents of the DNS Resolver Cache.\n \
45 /showclassid Displays all the dhcp class IDs allowed for adapter.\n \
46 /setclassid Modifies the dhcp class id.\n \
47 \n \
48 The default is to display only the IP address, subnet mask and\n \
49 default gateway for each adapter bound to TCP/IP.\n \
50 \n \
51 For Release and Renew, if no adapter name is specified, then the IP address\n \
52 leases for all adapters bound to TCP/IP will be released or renewed.\n \
53 \n \
54 For Setclassid, if no ClassId is specified, then the ClassId is removed.\n \
55 \n \
56 Examples:\n \
57 > ipconfig ... Vis informasjon.\n \
58 > ipconfig /all ... Vis detaljert informasjon\n \
59 > ipconfig /renew ... Forny alle kort\n \
60 > ipconfig /renew EL* ... Forny alle kort med navn som\n \
61 begynner med EL\n \
62 > ipconfig /release *Til* ... Frigi alle samsvarende tilkoblinger,\n \
63 for eksempel ""Lokal tilkobling 1"" or\n \
64 ""Lokaltilkobling 2""\n"
65 END