push aea352fc3df615e3f4b48daf6f897ea93ad1fffd
[wine/hacks.git] / programs / uninstaller / Ru.rc
blobe1f182e1eb8062c012e06f1952c1c63fca33c100
1 /*
2  * Uninstaller (Russian Resources)
3  *
4  * Copyright 2007 Konstantin Kondratyuk
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
21 LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
23 IDD_UNINSTALLER DIALOG DISCARDABLE  0, 0, 330, 160
24 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
25 CAPTION "Óäàëåíèå ïðèëîæåíèé WINE"
26 FONT 10, "MS Sans Serif"
27 BEGIN
28     LTEXT           "Ïîæàëóéñòà, âûáåðèòå ïðèëîæåíèå äëÿ óäàëåíèÿ:",IDC_PLEASESELECT,10,10,250,14
29     EDITTEXT        IDC_FILTER,10,25,250,14,ES_AUTOHSCROLL
30     LISTBOX         IDC_LIST,10,43,250,106,LBS_NOINTEGRALHEIGHT |
31                     LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
32     PUSHBUTTON      "&Óäàëèòü",IDC_UNINSTALL,270,48,50,14
33     PUSHBUTTON      "&Πïðîãðàììå",IDC_ABOUT,270,65,50,14
34     PUSHBUTTON      "&Âûõîä",IDC_EXIT,270,81,50,14
35 END
38 STRINGTABLE DISCARDABLE {
39      IDS_APPNAME, "Óäàëåíèå ïðèëîæåíèé WINE"
40      IDS_ABOUT, "Óäàëåíèå ïðèëîæåíèé WINE (C) 2005 by Andreas Mohr, Hannu Valtonen and Jonathan Ernst."
41      IDS_ABOUTTITLE, "Πïðîãðàììå"
42      IDS_REGISTRYKEYNOTAVAILABLE, "Íåîáõîäèìàÿ çàïèñü â ðååñòðå îòñóòñòâóåò!"
43      IDS_UNINSTALLFAILED, "Îøèáêà âûïîëíåíèÿ êîìàíäû óäàëåíèÿ '%s', âîçìîæíî èç-çà ïîòåðè ôàéëîâ ïðèëîæåíèÿ.\r\nÓäàëèòü èíôîðìàöèþ îá óñòàíîâêå èç ðååñòðà?"