1344f3672SGed Murphy
2344f3672SGed MurphyLANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
3344f3672SGed Murphy
4344f3672SGed MurphySTRINGTABLE
5344f3672SGed MurphyBEGIN
6*158a479aSHermès Bélusca-Maïto    IDS_USAGE "\n\
7*158a479aSHermès Bélusca-MaïtoUsage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_name\n\n\
8*158a479aSHermès Bélusca-MaïtoOptions:\n\
9*158a479aSHermès Bélusca-Maïto    -d                 Do not resolve addresses to hostnames.\n\
10*158a479aSHermès Bélusca-Maïto    -h maximum_hops    Maximum number of hops to search for target.\n\
11*158a479aSHermès Bélusca-Maïto    -j host-list       Loose source route along host-list.\n\
12*158a479aSHermès Bélusca-Maïto    -w timeout         Wait timeout milliseconds for each reply.\n\
13*158a479aSHermès Bélusca-Maïto    -4                 Force using IPv4.\n\
14*158a479aSHermès Bélusca-Maïto    -6                 Force using IPv6.\n\
15*158a479aSHermès Bélusca-Maïto\n"
16344f3672SGed Murphy
17*158a479aSHermès Bélusca-Maïto    IDS_INVALID_OPTION  "%1 is not a valid command option.\n"
18*158a479aSHermès Bélusca-Maïto    IDS_TRACE_INFO      "\nTracing route to %1 [%2]\nover a maximum of %3!u! hops:\n\n"
19*158a479aSHermès Bélusca-Maïto    IDS_TRACE_COMPLETE  "\nTrace complete.\n"
20*158a479aSHermès Bélusca-Maïto    IDS_UNABLE_RESOLVE  "Unable to resolve target system name %1.\n"
21344f3672SGed Murphy
22*158a479aSHermès Bélusca-Maïto    IDS_GEN_FAILURE     "General failure.\n"
23*158a479aSHermès Bélusca-Maïto    IDS_TRANSMIT_FAILED "Transmit failed. (Error %1!u!)\n"
24344f3672SGed Murphy
25*158a479aSHermès Bélusca-Maïto    IDS_HOP_COUNT       "%1!3lu!  %0\n"
26*158a479aSHermès Bélusca-Maïto    IDS_HOP_TIME        "%1!4lu! ms  %0\n"
27*158a479aSHermès Bélusca-Maïto    IDS_HOP_ZERO        "  <1 ms  %0\n"
28*158a479aSHermès Bélusca-Maïto    IDS_TIMEOUT         "   *     %0\n"
29010c7bfcSStanislav Motylkov    IDS_HOP_RES_INFO    "%1 [%2]"
30010c7bfcSStanislav Motylkov    IDS_HOP_IP_INFO     "%1"
31010c7bfcSStanislav Motylkov    IDS_LINEBREAK       "\r\n"
32*158a479aSHermès Bélusca-Maïto    IDS_REQ_TIMED_OUT   "Request timed out.\n"
33010c7bfcSStanislav Motylkov    IDS_HOP_RESPONSE    "  reports: "
34*158a479aSHermès Bélusca-Maïto    IDS_DEST_HOST_UNREACHABLE "Destination host unreachable.\n"
35*158a479aSHermès Bélusca-Maïto    IDS_DEST_NET_UNREACHABLE  "Destination network unreachable.\n"
36344f3672SGed MurphyEND
37