reactos/base/applications/network/ipconfig/lang/sk-SK.rc

70 lines
2.7 KiB
Plaintext
Raw Normal View History

/* TRANSLATOR : M<>rio Ka<4B>m<EFBFBD>r /Mario Kacmar/ aka Kario (kario@szm.sk)
* DATE OF TR.: 07-05-2008
*/
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
BEGIN
IDS_BCAST "Vysielac<61>"
IDS_P2P "Rovn<76> s rovn<76>m"
IDS_MIXED "Zmie<69>an<61>"
IDS_HYBRID "Hybridn<64>"
IDS_UNKNOWN "Nezn<7A>my"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_OTHER "In<49> adapt<70>r"
IDS_ETH "Adapt<70>r siete Ethernet"
IDS_TOKEN "Adapt<70>r siete Token Ring"
IDS_FDDI "Adapt<70>r FDDI"
IDS_PPP "Adapt<70>r PPP"
IDS_LOOP "Adapt<70>r pre sp<73>tn<74> slu<6C>ku"
IDS_SLIP "Adapt<70>r SLIP"
END
STRINGTABLE DISCARDABLE
BEGIN
/* Please keep the spacing/formatting as per En.rc when translating */
IDS_USAGE
"\nPOU<4F>ITIE:\n \
ipconfig [/? | /all | /renew [adapter] | /release [adapter] |\n \
/flushdns | /displaydns | /registerdns |\n \
/showclassid adapter |\n \
/setclassid adapter [classid] ]\n \
\n \
where\n \
adapter Connection name\n \
(wildcard characters * and ? allowed, see examples)\n \
\n \
Options:\n \
/? Display this help message\n \
/all Display full configuration information.\n \
/release Release the IP address for the specified adapter.\n \
/renew Renew the IP address for the specified adapter.\n \
/flushdns Purges the DNS Resolver cache.\n \
/registerdns Refreshes all DHCP leases and re-registers DNS names.\n \
/displaydns Display the contents of the DNS Resolver Cache.\n \
/showclassid Displays all the dhcp class IDs allowed for adapter.\n \
/setclassid Modifies the dhcp class id.\n \
\n \
The default is to display only the IP address, subnet mask and\n \
default gateway for each adapter bound to TCP/IP.\n \
\n \
For Release and Renew, if no adapter name is specified, then the IP address\n \
leases for all adapters bound to TCP/IP will be released or renewed.\n \
\n \
For Setclassid, if no ClassId is specified, then the ClassId is removed.\n \
\n \
Pr<50>klady:\n \
> ipconfig ... Show information.\n \
> ipconfig /all ... Show detailed information\n \
> ipconfig /renew ... renew all adapters\n \
> ipconfig /renew EL* ... renew any connection that has its\n \
name starting with EL\n \
> ipconfig /release *Con* ... release all matching connections,\n \
napr. ""Lok<6F>lne pripojenie 1"" alebo\n \
""Lok<6F>lne pripojenie 2""\n"
END