[DWNL] Add French translation

This commit is contained in:
Pierre Schweitzer 2018-09-21 22:35:33 +02:00
parent e1b82b5b91
commit 82a7f08363
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 28 additions and 0 deletions

View file

@ -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

View 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