reactos/dll/win32/avifil32/avifile_Bg.rc
2011-05-24 18:40:34 +00:00

56 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* Copyright 2002 Michael GГјnnewig
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "avifile_private.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
IDD_SAVEOPTIONS DIALOG 43, 37, 236, 82
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Възможности на уплътняването"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Избер на поток:",-1,2,5,154,10
COMBOBOX IDC_STREAM,2,18,154,61,CBS_DROPDOWNLIST | WS_VSCROLL |
WS_TABSTOP
PUSHBUTTON "Въз&можности...",IDC_OPTIONS,170,17,60,14
AUTOCHECKBOX "&разслояване през",IDC_INTERLEAVE,3,42,85,11,WS_TABSTOP
EDITTEXT IDC_INTERLEAVEEVERY,91,41,32,12,ES_AUTOHSCROLL
LTEXT "кадъра",-1,129,43,36,9
LTEXT "Текущ формат:",-1,3,56,73,9
LTEXT "This space for rent",IDC_FORMATTEXT,75,56,90,26 /*Неразбираем низ*/
DEFPUSHBUTTON "Добре",IDOK,170,42,60,14
PUSHBUTTON "Отказ",IDCANCEL,170,61,60,14
END
STRINGTABLE
{
IDS_WAVESTREAMFORMAT "Вълнoва крива: %s"
IDS_WAVEFILETYPE "Вълнова крива"
IDS_ALLMULTIMEDIA "Всички мултимедийни файлове"
IDS_ALLFILES "Всички файлове (*.*)@*.*"
IDS_VIDEO "видео"
IDS_AUDIO "звук"
IDS_AVISTREAMFORMAT "%s %s #%d"
IDS_AVIFILETYPE "Поздрабираното от Wine приложение за AVI"
IDS_UNCOMPRESSED "неуплътнен"
}