6a38721d58f4340f0e570c51afce77b94afd8607
[reactos.git] / reactos / 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 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
24
25 IDD_SAVEOPTIONS DIALOG FIXED IMPURE 43, 37, 226, 82
26 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
27 CAPTION "Options de compression"
28 FONT 8, "MS Shell Dlg"
29 BEGIN
30 LTEXT "&Sélectionnez un flux :",-1,2,5,154,10
31 COMBOBOX IDC_STREAM,2,18,154,61,CBS_DROPDOWNLIST | WS_VSCROLL |
32 WS_TABSTOP
33 PUSHBUTTON "&Options...",IDC_OPTIONS,170,17,50,14
34 AUTOCHECKBOX "&Imbriquer à chaque",IDC_INTERLEAVE,3,42,85,11,WS_TABSTOP
35 EDITTEXT IDC_INTERLEAVEEVERY,91,41,32,12,ES_AUTOHSCROLL
36 LTEXT "images",-1,129,43,36,9
37 LTEXT "Format actuel:",-1,3,56,73,9
38 LTEXT "Cet espace est à louer",IDC_FORMATTEXT,75,56,90,26
39 DEFPUSHBUTTON "OK",IDOK,170,42,50,14
40 PUSHBUTTON "Annuler",IDCANCEL,170,61,50,14
41 END
42
43 STRINGTABLE DISCARDABLE
44 {
45 IDS_WAVESTREAMFORMAT "Waveform : %s"
46 IDS_WAVEFILETYPE "Waveform"
47 IDS_ALLMULTIMEDIA "Tous les fichiers multimédias"
48 IDS_ALLFILES "Tous les fichier (*.*)@*.*"
49 IDS_VIDEO "vidéo"
50 IDS_AUDIO "audio"
51 IDS_AVISTREAMFORMAT "%s %s #%d"
52 IDS_AVIFILETYPE "Wine AVI-default-filehandler"
53 IDS_UNCOMPRESSED "non compressé"
54 }