Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / base / applications / network / ping / lang / bg-BG.rc
diff --git a/base/applications/network/ping/lang/bg-BG.rc b/base/applications/network/ping/lang/bg-BG.rc
new file mode 100644 (file)
index 0000000..850a80c
--- /dev/null
@@ -0,0 +1,66 @@
+/*
+ * FILE:        base/applications/network/ping/lang/bg-BG.rc
+ * PURPOSE:     Bulgarian translations for ReactOS Ping Command
+ * TRANSLATORS:
+ */
+
+LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+    IDS_USAGE "\n\
+Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]\n\
+            [-w timeout] [-4] [-6] target\n\
+\n\
+Options:\n\
+    -t          Ping the specified host until stopped.\n\
+                To see statistics and continue - type Control-Break;\n\
+                To stop - type Control-C.\n\
+    -a          Resolve addresses to hostnames.\n\
+    -n count    Number of echo requests to send.\n\
+    -l size     Send buffer size.\n\
+    -f          Set Don't Fragment flag in packet (IPv4-only).\n\
+    -i TTL      Time To Live.\n\
+    -v TOS      Type Of Service (IPv4-only. This setting has been deprecated\n\
+                and has no effect on the type of service field in the IP\n\
+                Header).\n\
+    -w timeout  Timeout in milliseconds to wait for each reply.\n\
+    -4          Force using IPv4.\n\
+    -6          Force using IPv6.\n\
+\n"
+
+    IDS_CTRL_BREAK "Control-Break\n"
+    IDS_CTRL_C "Control-C\n"
+    IDS_NO_RESOURCES "Not enough resources available.\n"
+    IDS_MISSING_ADDRESS "IP address must be specified.\n"
+    IDS_MISSING_VALUE "Value must be supplied for option %s.\n"
+    IDS_BAD_OPTION "Bad option %s.\n"
+    IDS_BAD_PARAMETER "Bad parameter %s.\n"
+    IDS_BAD_VALUE "Bad value for option %s, valid range is from %u to %u.\n"
+    IDS_WRONG_FAMILY "The option %s is only supported for %s.\n"
+    IDS_UNKNOWN_HOST "Ping could not find host %s. Please check the name and try again.\n"
+    IDS_PINGING_ADDRESS "\nPinging %s "
+    IDS_PINGING_HOSTNAME "\nPinging %s [%s] "
+    IDS_SOURCE_ADDRESS "from %s %s"
+    IDS_PING_SIZE "with %lu bytes of data:\n\n"
+    IDS_REPLY_FROM "Reply from %s: "
+    IDS_REPLY_BYTES "bytes=%d "
+    IDS_REPLY_TIME_MS "time=%lums "
+    IDS_REPLY_TIME_0MS "time<1ms "
+    IDS_REPLY_TTL "TTL=%d\n"
+    IDS_REPLY_STATUS "Echo reply returned %lu.\n"
+    IDS_DEST_HOST_UNREACHABLE "Destination host unreachable.\n"
+    IDS_DEST_NET_UNREACHABLE "Destination net unreachable.\n"
+    IDS_REQUEST_TIMED_OUT "Request timed out.\n"
+    IDS_TTL_EXPIRED "TTL expired in transit.\n"
+    IDS_TRANSMIT_FAILED "PING: transmit failed. (Error %u)\n"
+
+    IDS_STATISTICS "\n\
+Ping statistics for %s:\n\
+    Packets: Sent = %d, Received = %d, Lost %d (%d%% loss),\n"
+
+    IDS_APPROXIMATE_RTT "Approximate round-trip time in milliseconds:\n\
+    Minimum = %lums, Maximum = %lums, Average = %lums\n"
+
+    IDS_WINSOCK_FAIL "Failed to initialize WinSock: %i\n"
+END