avifil32: The stream format string cannot really be translated so remove it from...
[wine] / dlls / avifil32 / avifile_Fr.rc
1 /*
2  * Avifil32
3  * French language support
4  *
5  * Copyright 2002 Michael Günnewig
6  * Copyright 2003 Vincent Béron
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
22
23 #include "avifile_private.h"
24
25 /* UTF-8 */
26 #pragma code_page(65001)
27
28 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
29
30 IDD_SAVEOPTIONS DIALOG  43, 37, 226, 82
31 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
32 CAPTION "Options de compression"
33 FONT 8, "MS Shell Dlg"
34 BEGIN
35     LTEXT           "&Sélectionnez un flux :",-1,2,5,154,10
36     COMBOBOX        IDC_STREAM,2,18,154,61,CBS_DROPDOWNLIST | WS_VSCROLL |
37                     WS_TABSTOP
38     PUSHBUTTON      "&Options...",IDC_OPTIONS,170,17,50,14
39     AUTOCHECKBOX    "&Imbriquer toutes les",IDC_INTERLEAVE,3,42,85,11,WS_TABSTOP
40     EDITTEXT        IDC_INTERLEAVEEVERY,91,41,32,12,ES_AUTOHSCROLL
41     LTEXT           "images",-1,129,43,36,9
42     LTEXT           "Format actuel :",-1,3,56,73,9
43     LTEXT           "Cet espace est à louer",IDC_FORMATTEXT,75,56,90,26
44     DEFPUSHBUTTON   "OK",IDOK,170,42,50,14
45     PUSHBUTTON      "Annuler",IDCANCEL,170,61,50,14
46 END