/* TRANSLATOR : Mário Kačmár /Mario Kacmar/ aka Kario (kario@szm.sk) * DATE OF TR.: 07-05-2008 */ LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT STRINGTABLE BEGIN IDS_HEADER "\nReactOS IP Configuration\n\n" IDS_HOSTNAME "\tHost Name . . . . . . . . . . . . : %hs\n" IDS_PRIMARYDNSSUFFIX "\tPrimary DNS Suffix. . . . . . . . : %hs\n" IDS_NODETYPE "\tNode Type . . . . . . . . . . . . : " IDS_IPROUTINGNO "\tIP Routing Enabled. . . . . . . . : No\n" IDS_IPROUTINGYES "\tIP Routing Enabled. . . . . . . . : Yes\n" IDS_WINSPROXYNO "\tWINS Proxy enabled. . . . . . . . : No\n" IDS_WINSPROXYYES "\tWINS Proxy enabled. . . . . . . . : Yes\n" IDS_DNSSUFFIXLIST "\tDNS Suffix Search List. . . . . . : %hs\n" IDS_EMPTYLINE "\t %hs\n" IDS_MEDIADISCONNECTED "\tMedia State . . . . . . . . . . . : Media disconnected\n" IDS_CONNECTIONDNSSUFFIX "\tConnection-specific DNS Suffix. . : %hs\n" IDS_DESCRIPTION "\tDescription . . . . . . . . . . . : " IDS_PHYSICALADDRESS "\tPhysical Address. . . . . . . . . : %hs\n" IDS_DHCPNO "\tDHCP Enabled. . . . . . . . . . . : No\n" IDS_DHCPYES "\tDHCP Enabled. . . . . . . . . . . : Yes\n" IDS_AUTOCONFIGNO "\tAutoconfiguration Enabled . . . . : No\n" IDS_AUTOCONFIGYES "\tAutoconfiguration Enabled . . . . : Yes\n" IDS_IPADDRESS "\tIP Address. . . . . . . . . . . . : %hs\n" IDS_SUBNETMASK "\tSubnet Mask . . . . . . . . . . . : %hs\n" IDS_DEFAULTGATEWAY "\tDefault Gateway . . . . . . . . . : %hs\n" IDS_DHCPSERVER "\tDHCP Server . . . . . . . . . . . : %hs\n" IDS_DNSSERVERS "\tDNS Servers . . . . . . . . . . . : %hs\n" IDS_PRIMARYWINSSERVER "\tPrimary WINS Server . . . . . . . : %hs\n" IDS_SECONDARYWINSSERVER "\tSecondary WINS Server . . . . . . : %hs\n" IDS_LEASEOBTAINED "\tLease Obtained. . . . . . . . . . : %s\n" IDS_LEASEEXPIRES "\tLease Expires . . . . . . . . . . : %s\n" END STRINGTABLE BEGIN IDS_YES "Yes" IDS_NO "No" END STRINGTABLE BEGIN IDS_BCAST "Vysielací" IDS_P2P "Rovný s rovným" IDS_MIXED "Zmiešaný" IDS_HYBRID "Hybridný" IDS_UNKNOWN "Neznámy" END STRINGTABLE BEGIN IDS_UNKNOWNADAPTER "Unknown Adapter" IDS_OTHER "Iný adaptér" IDS_ETH "Adaptér siete Ethernet" IDS_TOKEN "Adaptér siete Token Ring" IDS_FDDI "Adaptér FDDI" IDS_PPP "Adaptér PPP" IDS_LOOP "Adaptér pre spätnú slučku" IDS_SLIP "Adaptér SLIP" IDS_WIFI "Wireless Network Adapter" END STRINGTABLE BEGIN /* Please keep the spacing/formatting as per En.rc when translating */ IDS_USAGE "\nPOUŽ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í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álne pripojenie 1"" alebo\n\ ""Lokálne pripojenie 2""\n" END