reactos/rosapps/fontview/lang/fr-FR.rc
Johannes Anderwald 402b14fa42 - French translation for fontview (based on en-US.rc) by Pierre Schweitzer (heis_spiter at hotmail com)
See issue #2370 for more details.

svn path=/trunk/; revision=27491
2007-07-08 16:51:03 +00:00

19 lines
576 B
Text

#include "windows.h"
#include "../resource.h"
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
STRINGTABLE DISCARDABLE
{
IDS_QUIT, "Quitter"
IDS_PRINT, "Imprimer"
IDS_STRING, "Voix ambiguë d'un c¶ur qui au zéphyr préfère les jattes de kiwis. 1234567890"
IDS_ERROR, "Erreur"
IDS_ERROR_NOMEM, "Mémoire insuffisante pour terminer l'opération."
IDS_ERROR_NOFONT, "Le fichier %1 n'est pas un fichier police valide."
IDS_ERROR_NOCLASS, "Impossible d'initialiser la classe de fenêtre."
IDS_ERROR_BADCMD, "Aucun fichier police transmis.\nSyntaxe:\n fontview.exe <fichier police>"
}