2008-07-10 10:06:29 +00:00
|
|
|
|
/*
|
|
|
|
|
* Ukrainian resources for oleaut32
|
|
|
|
|
*
|
2010-03-11 10:28:34 +00:00
|
|
|
|
* Copyright 2003 Jon Griffiths
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2007 Artem Reznikov
|
2008-07-10 10:06:29 +00:00
|
|
|
|
*
|
|
|
|
|
* 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
|
2010-03-11 10:28:34 +00:00
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2008-07-10 10:06:29 +00:00
|
|
|
|
*/
|
|
|
|
|
|
2010-03-11 10:28:34 +00:00
|
|
|
|
/* UTF-8 */
|
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
|
2008-07-10 10:06:29 +00:00
|
|
|
|
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
|
|
|
|
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
|
STRINGTABLE
|
2008-07-10 10:06:29 +00:00
|
|
|
|
{
|
2010-03-11 10:28:34 +00:00
|
|
|
|
IDS_TRUE "Істина"
|
|
|
|
|
IDS_FALSE "Неправда"
|
|
|
|
|
IDS_YES "Так"
|
|
|
|
|
IDS_NO "Ні"
|
|
|
|
|
IDS_ON "Ввімкнено"
|
|
|
|
|
IDS_OFF "Вимкнено"
|
2008-07-10 10:06:29 +00:00
|
|
|
|
}
|