Author: tkreuzer Date: Thu Jan 27 10:42:06 2011 New Revision: 50507
URL: http://svn.reactos.org/svn/reactos?rev=50507&view=rev Log: [PING] Fix resource syntax for MSVC and recent versions of the gcc preprocessor.
Modified: branches/cmake-bringup/base/applications/network/ping/lang/de-DE.rc branches/cmake-bringup/base/applications/network/ping/lang/en-US.rc branches/cmake-bringup/base/applications/network/ping/lang/fr-FR.rc branches/cmake-bringup/base/applications/network/ping/lang/it-IT.rc branches/cmake-bringup/base/applications/network/ping/lang/pl-PL.rc
Modified: branches/cmake-bringup/base/applications/network/ping/lang/de-DE.rc URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/applications/... ============================================================================== --- branches/cmake-bringup/base/applications/network/ping/lang/de-DE.rc [iso-8859-1] (original) +++ branches/cmake-bringup/base/applications/network/ping/lang/de-DE.rc [iso-8859-1] Thu Jan 27 10:42:06 2011 @@ -2,13 +2,13 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_USAGE "\nSyntax: ping [-t] [-n Anzahl] [-l Größe] [-w Zeitlimit] Zielhost\n\n" \ - "Optionen:\n" \ - " -t Sendet fortlaufend Pings an den angegebenen Host.\n" \ - " Drücken Sie STRG-C, um den Vorgang abzubrechen.\n" \ - " -n Anzahl Anzahl der Echoanforderungen, die gesendet werden.\n" \ - " -l Größe Größe des Sendepuffers.\n" \ - " -w Zeitlimit Zeitlimit in Millisekunden für eine Antwort.\n\n\0" + IDS_USAGE "\nSyntax: ping [-t] [-n Anzahl] [-l Größe] [-w Zeitlimit] Zielhost\n\n\ +Optionen:\n\ + -t Sendet fortlaufend Pings an den angegebenen Host.\n\ + Drücken Sie STRG-C, um den Vorgang abzubrechen.\n\ + -n Anzahl Anzahl der Echoanforderungen, die gesendet werden.\n\ + -l Größe Größe des Sendepuffers.\n\ + -w Zeitlimit Zeitlimit in Millisekunden für eine Antwort.\n\n\0"
IDS_PING_WITH_BYTES "\nPinging %1 [%2] with %3!d! bytes Data:\n\n\0" IDS_PING_STATISTICS "\nPing Statistik für %1:\n\0"
Modified: branches/cmake-bringup/base/applications/network/ping/lang/en-US.rc URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/applications/... ============================================================================== --- branches/cmake-bringup/base/applications/network/ping/lang/en-US.rc [iso-8859-1] (original) +++ branches/cmake-bringup/base/applications/network/ping/lang/en-US.rc [iso-8859-1] Thu Jan 27 10:42:06 2011 @@ -2,14 +2,14 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_USAGE "\nUsage: ping [-t] [-n count] [-l size] [-w timeout] destination-host\n\n" \ - "Options:\n" \ - " -t Ping the specified host until stopped.\n" \ - " To stop - type Control-C.\n" \ - " -n count Number of echo requests to send.\n" \ - " -l size Send buffer size.\n" \ - " -w timeout Timeout in milliseconds to wait for each reply.\n\n\0" - + IDS_USAGE "\nUsage: ping [-t] [-n count] [-l size] [-w timeout] destination-host\n\n\ +Options:\n\ + -t Ping the specified host until stopped.\n\ + To stop - type Control-C.\n\ + -n count Number of echo requests to send.\n\ + -l size Send buffer size.\n\ + -w timeout Timeout in milliseconds to wait for each reply.\n\n\0" + IDS_PING_WITH_BYTES "\nPinging %1 [%2] with %3!d! bytes of data:\n\n\0" IDS_PING_STATISTICS "\nPing statistics for %1:\n\0" IDS_PACKETS_SENT_RECEIVED_LOST " Packets: Sent = %1!d!, Received = %2!d!, Lost = %3!d! (%4!d!%% loss),\n\0"
Modified: branches/cmake-bringup/base/applications/network/ping/lang/fr-FR.rc URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/applications/... ============================================================================== --- branches/cmake-bringup/base/applications/network/ping/lang/fr-FR.rc [iso-8859-1] (original) +++ branches/cmake-bringup/base/applications/network/ping/lang/fr-FR.rc [iso-8859-1] Thu Jan 27 10:42:06 2011 @@ -2,14 +2,14 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_USAGE "\nUtilisation : ping [-t] [-n nombre] [-l taille] [-w délai] hôte-destination\n\n" \ - "Options :\n" \ - " -t Ping l'hôte spécifié jusqu'à l'arrêt.\n" \ - " Pour l'arrêter, tapez Ctrl+c.\n" \ - " -n nombre Nombre de requêtes echo à envoyer.\n" \ - " -l taille Taille du tampon d'envoi.\n" \ - " -w délai Délai d'attente en millisecondes pour chaque réponse.\n\n\0" - + IDS_USAGE "\nUtilisation : ping [-t] [-n nombre] [-l taille] [-w délai] hôte-destination\n\n\ +Options :\n\ + -t Ping l'hôte spécifié jusqu'à l'arrêt.\n\ + Pour l'arrêter, tapez Ctrl+c.\n\ + -n nombre Nombre de requêtes echo à envoyer.\n\ + -l taille Taille du tampon d'envoi.\n\ + -w délai Délai d'attente en millisecondes pour chaque réponse.\n\n\0" + IDS_PING_WITH_BYTES "\nPing de %1 [%2] avec %3!d! octets de données :\n\n\0" IDS_PING_STATISTICS "\nStatistiques du ping de %1 :\n\0" IDS_PACKETS_SENT_RECEIVED_LOST " Paquets : Envoyés = %1!d!, Reçus = %2!d!, Perdus = %3!d! (%4!d!%% de perte),\n\0"
Modified: branches/cmake-bringup/base/applications/network/ping/lang/it-IT.rc URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/applications/... ============================================================================== --- branches/cmake-bringup/base/applications/network/ping/lang/it-IT.rc [iso-8859-1] (original) +++ branches/cmake-bringup/base/applications/network/ping/lang/it-IT.rc [iso-8859-1] Thu Jan 27 10:42:06 2011 @@ -2,14 +2,14 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_USAGE "\nUso: ping [-t] [-n conteggio] [-l dimensione] [-w timeout] host-destinazione\n\n" \ - "Opzioni:\n" \ - " -t Esegue il ping dell'host specificato finchè non termina.\n" \ - " Per fermare - digitare Control-C.\n" \ - " -n conteggio Numero di richieste echo da inviare.\n" \ - " -l dimensione Dimensione del buffer di invio.\n" \ - " -w timeout Timeout in millisecondi per l'attesa di ogni risposta.\n\n\0" - + IDS_USAGE "\nUso: ping [-t] [-n conteggio] [-l dimensione] [-w timeout] host-destinazione\n\n\ +Opzioni:\n\ + -t Esegue il ping dell'host specificato finchè non termina.\n\ + Per fermare - digitare Control-C.\n\ + -n conteggio Numero di richieste echo da inviare.\n\ + -l dimensione Dimensione del buffer di invio.\n\ + -w timeout Timeout in millisecondi per l'attesa di ogni risposta.\n\n\0" + IDS_PING_WITH_BYTES "\nPing in corso %1 [%2] con %3!d! bytes di dati:\n\n\0" IDS_PING_STATISTICS "\nStatistiche di Ping per %1:\n\0" IDS_PACKETS_SENT_RECEIVED_LOST " Pacchetti: Inviati = %1!d!, Ricevuti = %2!d!, Persi = %3!d! (%4!d!%% perdita),\n\0"
Modified: branches/cmake-bringup/base/applications/network/ping/lang/pl-PL.rc URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/applications/... ============================================================================== --- branches/cmake-bringup/base/applications/network/ping/lang/pl-PL.rc [iso-8859-1] (original) +++ branches/cmake-bringup/base/applications/network/ping/lang/pl-PL.rc [iso-8859-1] Thu Jan 27 10:42:06 2011 @@ -9,14 +9,14 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_USAGE "\nSposób u¿ycia: ping [-t] [-n iloæ] [-l bajtów] [-w czas] host-docelowy\n\n" \ - "Opcje:\n" \ - " -t Pinguj wskazanego hosta w sposób ci¹g³y.\n" \ - " Aby przerwaæ - wcinij Control C.\n" \ - " -n iloæ Iloæ prób pingowania.\n" \ - " -l bajtów Rozmiar pakietu echo w bajtach .\n" \ - " -w czas Opónienie oczekiwanej odpowiedzi, w milisekundach.\n\n\0" - + IDS_USAGE "\nSposób u¿ycia: ping [-t] [-n iloæ] [-l bajtów] [-w czas] host-docelowy\n\n\ +Opcje:\n\ + -t Pinguj wskazanego hosta w sposób ci¹g³y.\n\ + Aby przerwaæ - wcinij Control C.\n\ + -n iloæ Iloæ prób pingowania.\n\ + -l bajtów Rozmiar pakietu echo w bajtach .\n\ + -w czas Opónienie oczekiwanej odpowiedzi, w milisekundach.\n\n\0" + IDS_PING_WITH_BYTES "\nPingowanie %1 [%2] przy u¿yciu %3!d! bajtów danych:\n\n\0" IDS_PING_STATISTICS "\nStatystyka wyników badania hosta %1:\n\0" IDS_PACKETS_SENT_RECEIVED_LOST " Pakiety: Wys³ane = %1!d!, Odebrane = %2!d!, Utracone = %3!d! (%4!d!%% strat),\n\0"