1/*
2 * PROJECT:     ReactOS Font Viewer
3 * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE:     French resource file
5 * TRANSLATORS: Copyright 2007 Pierre Schweitzer <pierre@reactos.org>
6 *              Copyright 2012-2017 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
7 */
8
9LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
10
11STRINGTABLE
12BEGIN
13    IDS_INSTALL "&Installer"
14    IDS_PRINT "Im&primer"
15    IDS_STRING "Voix ambiguë d'un cœur qui au zéphyr préfère les jattes de kiwis. 1234567890"
16    IDS_OPEN "Ouvrir un fichier police..."
17    IDS_ERROR "Erreur"
18    IDS_ERROR_NOMEM "Mémoire insuffisante pour terminer l'opération."
19    IDS_ERROR_NOFONT "Le fichier %1 n'est pas un fichier de polices valide."
20    IDS_ERROR_NOCLASS "Impossible d'initialiser la classe de fenêtre."
21    IDS_ERROR_ISINSTALLED "This font is already installed!"
22    IDS_ERROR_FONTCPY "Failed to copy the font file!"
23    IDS_ERROR_OPENKEY "Failed to open the fonts registry key!"
24    IDS_ERROR_REGISTER "Failed to register the new font!"
25    IDS_SUCCESS "Success"
26    IDS_COMPLETED "Font installation completed."
27    IDS_FILTER_LIST "Toutes polices supportées (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
28Fichier de polices (*.fon;*.fnt)\0*.fon;*.fnt\0\
29Fichier de polices TrueType (*.ttf)\0*.ttf\0\
30Fichier collection de polices TrueType (*.ttc)\0*.ttc\0\
31Fichier de polices OpenType (*.otf)\0*.otf\0\
32Fichier collection de polices OpenType (*.otc)\0*.otc\0\
33Tous les fichiers (*.*)\0*.*\0"
34    IDS_PREVIOUS "< P&récédent"
35    IDS_NEXT "Suiva&nt >"
36END
37