mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +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:
parent
5fcc4be1d1
commit
402b14fa42
2 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
19
rosapps/fontview/lang/fr-FR.rc
Normal file
19
rosapps/fontview/lang/fr-FR.rc
Normal file
|
@ -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>"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in a new issue