mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
ddb3d908c9
svn path=/branches/shell-experiments/; revision=62286
42 lines
1.2 KiB
Text
42 lines
1.2 KiB
Text
/* TRANSLATOR : Ardit Dani (Ard1t) (ardit.dani@gmail.com)
|
|
* DATE OF TR: 29-11-2013
|
|
*/
|
|
|
|
LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL
|
|
|
|
IDR_MAINMENU MENU
|
|
BEGIN
|
|
POPUP "&Skeda"
|
|
BEGIN
|
|
MENUITEM "&Hape...", IDM_OPEN_FILE
|
|
MENUITEM "&Mbylle", IDM_CLOSE_FILE
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Dil", IDM_EXIT
|
|
END
|
|
POPUP "&Device"
|
|
BEGIN
|
|
MENUITEM "&Properties", IDM_DEVPROPS
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Volume Control", IDM_VOLUMECTL
|
|
END
|
|
POPUP "&Ndihmë"
|
|
BEGIN
|
|
MENUITEM "&Rreth...", IDM_ABOUT
|
|
END
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_ALL_TYPES_FILTER "Të gjith suportimet (*.wav, *.cda, *.midi, *.mid, *.avi)\0*.wav;*.cda;*.midi;*.mid;*.avi\0"
|
|
IDS_TOOLTIP_PLAY "Fillo"
|
|
IDS_TOOLTIP_STOP "Ndalo"
|
|
IDS_TOOLTIP_EJECT "Nxjerr"
|
|
IDS_TOOLTIP_BACKWARD "Kthe Mbrapa"
|
|
IDS_TOOLTIP_SEEKBACK "Kërko mbrapa"
|
|
IDS_TOOLTIP_SEEKFORW "Kërko përpara"
|
|
IDS_TOOLTIP_FORWARD "Kalo para"
|
|
IDS_APPTITLE "Programi muzikor i ReactOS"
|
|
IDS_PLAY "Fillo"
|
|
IDS_DEFAULTMCIERRMSG "No description is available for this error"
|
|
IDS_UNKNOWNFILEEXT "Cannot determine the device type from the given filename extension."
|
|
END
|