mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[DWNL] Add French translation
This commit is contained in:
parent
e1b82b5b91
commit
82a7f08363
2 changed files with 28 additions and 0 deletions
|
@ -17,6 +17,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_FR_FR
|
||||
#include "lang/fr-FR.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RU_RU
|
||||
#include "lang/ru-RU.rc"
|
||||
#endif
|
||||
|
|
25
base/applications/network/dwnl/lang/fr-FR.rc
Normal file
25
base/applications/network/dwnl/lang/fr-FR.rc
Normal file
|
@ -0,0 +1,25 @@
|
|||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USAGE "Utilisation : dwnl URL [DESTINATION]\n"
|
||||
IDS_RESOLVING "Résolution de %s... "
|
||||
IDS_DONE "terminé.\n"
|
||||
IDS_LENGTH_FULL "Longueur : %I64u [%s]\n"
|
||||
IDS_LENGTH "Longueur : %I64u\n"
|
||||
IDS_FILE_SAVED "\nFichier enregistré.\n"
|
||||
IDS_CONNECTING_TO_FULL "Connexion à %s [%s]... "
|
||||
IDS_CONNECTING_TO "Connexion à %s... "
|
||||
IDS_REDIRECTING_TO "Redirection vers %s... "
|
||||
IDS_SEND_REQUEST "Envoi de la requête... "
|
||||
IDS_BYTES_DOWNLOADED "%I64u octets téléchargés"
|
||||
IDS_BYTES_DOWNLOADED_FULL "%2d%% (%I64u octet(s) téléchargés)"
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_ERROR_DOWNLOAD "\nERREUR : échec du téléchargement.\n"
|
||||
IDS_ERROR_CODE "\n ERREUR : %u\n"
|
||||
IDS_ERROR_FILENAME "\nERREUR : impossible de déterminer le nom du fichier, veuillez spécifier un nom de fichier de destination.\n"
|
||||
IDS_ERROR_PROTOCOL "\nERREUR : protocole non supporté.\n"
|
||||
END
|
Loading…
Reference in a new issue