mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- 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
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
|
||||
#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>"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user