mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
84b861da97
svn path=/trunk/; revision=27558
19 lines
577 B
Text
19 lines
577 B
Text
|
|
#include "windows.h"
|
|
#include "../resource.h"
|
|
|
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
|
|
|
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>"
|
|
}
|
|
|
|
|