mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
33
base/applications/cmdutils/timeout/lang/en-US.rc
Normal file
33
base/applications/cmdutils/timeout/lang/en-US.rc
Normal file
|
@ -0,0 +1,33 @@
|
|||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USAGE "ReactOS Timeout Utility\n\
|
||||
\n\
|
||||
TIMEOUT [/?] [/T] delay [/NOBREAK]\n\
|
||||
\n\
|
||||
Description:\n\
|
||||
This tool waits until a specified time period (in seconds) has elapsed,\n\
|
||||
or until any key is pressed. A parameter to ignore the key press is also\n\
|
||||
accepted.\n\
|
||||
\n\
|
||||
Parameters:\n\
|
||||
/? Display this help screen.\n\
|
||||
\n\
|
||||
/T delay Specify the number of seconds to wait (-1 to 99999).\n\
|
||||
A value of -1 means the program will wait until a key is pressed.\n\
|
||||
Note that the ""/T"" specification is optional, you can just\n\
|
||||
specify the delay value without it.\n\
|
||||
\n\
|
||||
/NOBREAK Ignore all keyboard input except for Ctrl+C.\n\
|
||||
"
|
||||
IDS_ERROR_OUT_OF_RANGE "ERROR: The timer value must be within range (-1 to 99999).\n"
|
||||
IDS_ERROR_INVALID_HANDLE_VALUE "ERROR: Unable to get the standard handle for the console (error %lu).\n"
|
||||
IDS_ERROR_READ_INPUT "ERROR: Unable to read the console input (error %lu).\n"
|
||||
IDS_ERROR_NO_TIMER_VALUE "ERROR: The timer value must be specified (-1 to 99999).\n"
|
||||
IDS_ERROR_ONE_TIME "ERROR: Only one timer value is needed.\n"
|
||||
IDS_NOBREAK_INPUT "Press Ctrl+C to quit..."
|
||||
IDS_USER_INPUT "Press any key to continue..."
|
||||
IDS_NOBREAK_INPUT_COUNT "Waiting for %d second(s), press Ctrl+C to quit..."
|
||||
IDS_USER_INPUT_COUNT "Waiting for %d second(s), press any key to continue..."
|
||||
END
|
34
base/applications/cmdutils/timeout/lang/fr-FR.rc
Normal file
34
base/applications/cmdutils/timeout/lang/fr-FR.rc
Normal file
|
@ -0,0 +1,34 @@
|
|||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USAGE "ReactOS Timeout Utility\n\
|
||||
\n\
|
||||
TIMEOUT [/?] [/T] délai [/NOBREAK]\n\
|
||||
\n\
|
||||
Description :\n\
|
||||
Cet outil permet d'attendre jusqu'à ce qu'un délai (en secondes) s'écoule,\n\
|
||||
ou bien jusqu'à ce qu'une touche de clavier soit pressée. Un paramètre\n\
|
||||
permettant d'ignorer l'appui de touche de clavier est accepté.\n\
|
||||
\n\
|
||||
Liste de paramètres :\n\
|
||||
/? Affiche cet écran d'aide.\n\
|
||||
\n\
|
||||
/T délai Spécifie le délai d'attente en secondes (entre -1 et 99999).\n\
|
||||
La valeur -1 signifie que le programme attend jusqu'à ce qu'une\n\
|
||||
touche soit pressée.\n\
|
||||
Veuillez noter que la spécification ""/T"" est optionnelle, vous\n\
|
||||
pouvez spécifier la valeur de délai sans celle-ci.\n\
|
||||
\n\
|
||||
/NOBREAK Ignore toute frappe de clavier, sauf pour Ctrl+C.\n\
|
||||
"
|
||||
IDS_ERROR_OUT_OF_RANGE "ERREUR: Le délai d'attente doit être compris dans la plage (entre -1 et 99999).\n"
|
||||
IDS_ERROR_INVALID_HANDLE_VALUE "ERREUR: Impossible d'obtenir le handle standard pour la console (erreur %lu).\n"
|
||||
IDS_ERROR_READ_INPUT "ERREUR: Impossible de lire l'entrée de console (erreur %lu).\n"
|
||||
IDS_ERROR_NO_TIMER_VALUE "ERREUR: Le délai d'attente doit être spécifié (entre -1 et 99999).\n"
|
||||
IDS_ERROR_ONE_TIME "ERREUR: Une seule valeur de délai est nécessaire.\n"
|
||||
IDS_NOBREAK_INPUT "Appuyez sur Ctrl+C pour quitter..."
|
||||
IDS_USER_INPUT "Appuyez sur une touche pour continuer..."
|
||||
IDS_NOBREAK_INPUT_COUNT "Attendre %d seconde(s), appuyez sur Ctrl+C pour quitter..."
|
||||
IDS_USER_INPUT_COUNT "Attendre %d seconde(s), appuyez sur une touche pour continuer..."
|
||||
END
|
34
base/applications/cmdutils/timeout/lang/it-IT.rc
Normal file
34
base/applications/cmdutils/timeout/lang/it-IT.rc
Normal file
|
@ -0,0 +1,34 @@
|
|||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USAGE "ReactOS Timeout Utility\n\
|
||||
\n\
|
||||
TIMEOUT [/?] [/T] tempo [/NOBREAK]\n\
|
||||
\n\
|
||||
Descrizione :\n\
|
||||
Questa utilità permette di attendere finchè un tempo fissato (in secondi)\n\
|
||||
non è trascorso, oppure fino a quando non viene premuto un tasto. Accetta\n\
|
||||
un parametro per ignorare la pressione dei tasti.\n\
|
||||
\n\
|
||||
Parametri:\n\
|
||||
/? Visualizza questo messaggio di aiuto.\n\
|
||||
\n\
|
||||
/T tempo Indica il numero di secondi di attesa (da -1 a 99999).\n\
|
||||
Il valore -1 significa che il programma attenderà infinitamente\n\
|
||||
fino alla pressione di un tasto.\n\
|
||||
Notare che il parametro ""/T"" è opzionale, è possibile\n\
|
||||
specificare il valore del ritardo senza di esso.\n\
|
||||
\n\
|
||||
/NOBREAK Ignora la pressione di qualsiasi tasto, eccetto il Ctrl+C.\n\
|
||||
"
|
||||
IDS_ERROR_OUT_OF_RANGE "ERRORE: il tempo di attesa deve essere compreso tra i limiti (-1 e 99999).\n"
|
||||
IDS_ERROR_INVALID_HANDLE_VALUE "ERRORE: Impossibile ottenere l'handle per accedere alla console (errore %lu).\n"
|
||||
IDS_ERROR_READ_INPUT "ERRORE: Impossibile leggere dalla console (errore %lu).\n"
|
||||
IDS_ERROR_NO_TIMER_VALUE "ERRORE: il tempo di attesa non è stato specificato (tra -1 e 99999).\n"
|
||||
IDS_ERROR_ONE_TIME "ERRORE: Deve essere indicato un solo valore temporale.\n"
|
||||
IDS_NOBREAK_INPUT "Premere Ctrl+C per interrompere..."
|
||||
IDS_USER_INPUT "Premere un tasto per continuare..."
|
||||
IDS_NOBREAK_INPUT_COUNT "Attendere %d secondi, premere Ctrl+C per interrompere..."
|
||||
IDS_USER_INPUT_COUNT "Attendere %d secondi, premere un tasto per continuare..."
|
||||
END
|
Loading…
Add table
Add a link
Reference in a new issue