Commit c3086225 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

winspool.drv: Convert French resources to UTF-8.

parent f091492a
......@@ -20,6 +20,9 @@
#include "wspool.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
FILENAME_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47
......@@ -27,7 +30,7 @@ STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPW
CAPTION "Imprimer dans un fichier"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Fichier de sortie:", -1, 7, 13, 194, 13, WS_VISIBLE
LTEXT "&Fichier de sortie :", -1, 7, 13, 194, 13, WS_VISIBLE
EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Annuler", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
......@@ -36,6 +39,6 @@ END
STRINGTABLE DISCARDABLE
{
IDS_CAPTION "Port local"
IDS_FILE_EXISTS "Le fichier de sortie existe dj. Cliquez sur OK pour l'craser."
IDS_CANNOT_OPEN "Impossible de crer le fichier de sortie."
IDS_FILE_EXISTS "Le fichier de sortie existe déjà. Cliquez sur OK pour l'écraser."
IDS_CANNOT_OPEN "Impossible de créer le fichier de sortie."
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment