[NTOS:IO]
[reactos.git] / reactos / base / applications / mplay32 / lang / he-IL.rc
1 LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
2
3 IDR_MAINMENU MENU
4 BEGIN
5 POPUP "&קובץ"
6 BEGIN
7 MENUITEM "&פתח...", IDM_OPEN_FILE
8 MENUITEM "&סגור", IDM_CLOSE_FILE
9 MENUITEM SEPARATOR
10 MENUITEM "&יציאה", IDM_EXIT
11 END
12 POPUP "&Device"
13 BEGIN
14 MENUITEM "&Properties", IDM_DEVPROPS
15 MENUITEM SEPARATOR
16 MENUITEM "&Volume Control", IDM_VOLUMECTL
17 END
18 POPUP "&עזרה"
19 BEGIN
20 MENUITEM "&אודות", IDM_ABOUT
21 END
22 END
23
24 STRINGTABLE
25 BEGIN
26 IDS_ALL_TYPES_FILTER "כל הקבצים הנתמכים (*.wav, *.cda, *.midi, *.mid, *.avi)\0*.wav;*.cda;*.midi;*.mid;*.avi\0"
27 IDS_TOOLTIP_PLAY "נגן"
28 IDS_TOOLTIP_STOP "עצור"
29 IDS_TOOLTIP_EJECT "הוצא"
30 IDS_TOOLTIP_BACKWARD "דלג אחורנית"
31 IDS_TOOLTIP_SEEKBACK "חפש אחורנית"
32 IDS_TOOLTIP_SEEKFORW "חפש קדימה"
33 IDS_TOOLTIP_FORWARD "דלג קדימה"
34 IDS_APPTITLE "נגן המולטימדיה של ReactOS"
35 IDS_PLAY "נגן"
36 IDS_DEFAULTMCIERRMSG "No description is available for this error"
37 IDS_UNKNOWNFILEEXT "Cannot determine the device type from the given filename extension."
38 END