sync with trunk (r46275)
[reactos.git] / dll / win32 / 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 FIXED IMPURE 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
47
48 STRINGTABLE DISCARDABLE
49 {
50 IDS_WAVESTREAMFORMAT "Waveform : %s"
51 IDS_WAVEFILETYPE "Waveform"
52 IDS_ALLMULTIMEDIA "Tous les fichiers multimédia"
53 IDS_ALLFILES "Tous les fichiers (*.*)@*.*"
54 IDS_VIDEO "vidéo"
55 IDS_AUDIO "audio"
56 IDS_AVISTREAMFORMAT "%s %s #%d"
57 IDS_AVIFILETYPE "Gestionnaire de fichiers AVI par défaut de Wine"
58 IDS_UNCOMPRESSED "non compressé"
59 }