Sync with trunk r63637.
[reactos.git] / dll / win32 / avifil32 / lang / avifile_He.rc
1 /*
2 * Top level resource file for avifil32.dll
3 *
4 * Copyright 2002 Michael Günnewig
5 *
6 * Translated by Baruch Rutman
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_HEBREW, SUBLANG_DEFAULT
24
25 STRINGTABLE
26 {
27 IDS_WAVESTREAMFORMAT "Waveform: %s"
28 IDS_WAVEFILETYPE "Waveform"
29 IDS_ALLMULTIMEDIA "כל קבצי המולטימדיה"
30 IDS_ALLFILES "כל הקבצים (*.*)"
31 IDS_VIDEO "וידאו"
32 IDS_AUDIO "שמע"
33 IDS_AVIFILETYPE "Wine AVI-default-filehandler"
34 IDS_UNCOMPRESSED "לא דחוס"
35 }
36
37 IDD_SAVEOPTIONS DIALOG 43, 37, 226, 82
38 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
39 CAPTION "אפשרויות דחיסה"
40 FONT 8, "MS Shell Dlg"
41 BEGIN
42 LTEXT "&Choose a stream:",-1,5,5,154,10
43 COMBOBOX IDC_STREAM,5,18,154,61,CBS_DROPDOWNLIST | WS_VSCROLL |
44 WS_TABSTOP
45 PUSHBUTTON "אפשרויות...",IDC_OPTIONS,170,17,50,14
46 AUTOCHECKBOX "&Interleave every",IDC_INTERLEAVE,5,42,85,11,WS_TABSTOP
47 EDITTEXT IDC_INTERLEAVEEVERY,91,41,32,12,ES_AUTOHSCROLL
48 LTEXT "שקופיות:",-1,129,43,36,9
49 LTEXT "פורמט נוכחי:",-1,5,56,73,9
50 LTEXT "",IDC_FORMATTEXT,80,56,88,26
51 DEFPUSHBUTTON "אישור",IDOK,170,42,50,14
52 PUSHBUTTON "ביטול",IDCANCEL,170,61,50,14
53 END