reactos/dll/cpl/appwiz/lang/bg-BG.rc
Hermès Bélusca-Maïto bbabe2489e
[FORMATTING][TRANSLATION] Remove trailing whitespace. Addendum to 34593d93.
Excluded: 3rd-party code (incl. wine).
2021-09-13 03:52:21 +02:00

90 lines
4.3 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.

LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
IDD_FIRSTPAGE DIALOGEX 0, 0, 380, 228
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Създаване на връзка"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Text1", -1, 115, 15, 160, 24
LTEXT "Text2", -1, 115, 35, 160, 17
END
IDD_SUBMIT_REPORT DIALOGEX 0, 0, 380, 228
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Създаване на връзка"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Text1",-1,10,0,225,40
LTEXT "Text2",-1,10,40,120,20
LTEXT "Text3",-1,10,55,120,20
END
IDD_SHORTCUT_LOCATION DIALOGEX 0, 0, 340, 200
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Създаване на препратка"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Вълшебникът ви помага за създаването на препратки към местни или мрежови приложения, файлове, папки, компютри или адреси в интернет.", -1, 120, 15, 200, 32
LTEXT "Напишете местоположението на предмета:", -1, 120, 50, 160, 10
EDITTEXT IDC_SHORTCUT_LOCATION, 120, 65, 150, 15, ES_LEFT | ES_AUTOHSCROLL
PUSHBUTTON "Обзор...", IDC_SHORTCUT_BROWSE, 275, 65, 55, 15, ES_LEFT
LTEXT "Натиснете ""Напред"" за продължаване.", -1, 120, 100, 160, 10
END
IDD_SHORTCUT_FINISH DIALOGEX 0, 0, 340, 200
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Изберете заглавие за приложението"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Напишете име за препратката:", -1, 120, 15, 150, 10
EDITTEXT IDC_SHORTCUT_NAME, 120, 35, 150, 15, ES_LEFT | ES_AUTOHSCROLL
LTEXT "Натиснете ""Край"" за създаване на препратка.", -1, 120, 50, 170, 10
END
IDD_CONFIG_STARTMENU DIALOGEX 0, 0, 212, 200
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Remove Shortcuts/Folders"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&To remove an item from the Start menu, select the item and click Remove.", -1, 10, 10, 192, 16
CONTROL "List1", IDC_STARTMENU_TREE, "SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS |
LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP, 10, 32, 192, 138
PUSHBUTTON "&Remove", IDC_REMOVE_ENTRIES, 98, 176, 50, 14, WS_GROUP | WS_TABSTOP
DEFPUSHBUTTON "Close", IDOK, 152, 176, 50, 14, WS_GROUP | WS_TABSTOP
END
ID_DWL_GECKO_DIALOG DIALOGEX 0, 0, 260, 95
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Wine Gecko Installer"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "ReactOS could not find a Wine Gecko package which is needed for applications embedding HTML to work correctly. ReactOS can automatically download and install it for you.",
ID_DWL_STATUS, "SysLink", 0, 10, 10, 240, 65
CONTROL "", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER | PBS_SMOOTH, 10, 40, 240, 12
DEFPUSHBUTTON "&Install", ID_DWL_INSTALL, 200, 76, 50, 14, WS_GROUP | WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 144, 76, 50, 14, WS_GROUP | WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_CPLSYSTEMNAME "Добавяне/премахване на приложения"
IDS_CPLSYSTEMDESCRIPTION "Слага приложения и създава препратки."
IDS_CREATE_SHORTCUT "Създаване на препратка"
IDS_ERROR_NOT_FOUND "Не бе открит файл %s."
END
STRINGTABLE
BEGIN
IDS_DOWNLOADING "Downloading..."
IDS_INSTALLING "Installing..."
IDS_INVALID_SHA "Unexpected checksum of downloaded file. Aborting installation of corrupted file."
IDS_NEW_INTERNET_SHORTCUT "New Internet Shortcut"
IDS_DWL_FAILED "Failed to download the Gecko package. Make sure you have an internet connection in order to download it. The setup will proceed without installing Gecko."
IDS_CANTMAKEINETSHORTCUT "Failed to create internet shortcut."
IDS_CANTMAKESHORTCUT "Failed to create shortcut."
IDS_NO_MEMORY "No memory could be allocated!"
IDS_NO_DIRECTORY "No directory given!"
IDS_INVALID_PATH "The given path is invalid!"
IDS_INVALID_NAME "The shortcut name you entered either contained characters that are invalid for file names or was too long."
END