2005-08-12 16:47:29 +00:00
|
|
|
|
/*
|
|
|
|
|
* Copyright 1995 Jukka Iivonen
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
* Copyright 2005 Kimmo Myllyvirta
|
2005-08-12 16:47: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
|
2006-07-05 22:48:31 +00:00
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-08-12 16:47:29 +00:00
|
|
|
|
*/
|
|
|
|
|
|
2010-03-11 17:37:30 +00:00
|
|
|
|
#include "cdlg.h"
|
|
|
|
|
#include "filedlgbrowser.h"
|
|
|
|
|
|
2005-08-12 16:47:29 +00:00
|
|
|
|
/*
|
|
|
|
|
* WARNING: DO NOT CHANGE THE SIZE OF THE STANDARD DIALOG TEMPLATES.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
LANGUAGE LANG_FINNISH, 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
|
|
|
|
OPEN_FILE DIALOG 36, 24, 275, 134
|
2005-08-12 16:47:29 +00:00
|
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
|
|
|
CAPTION "Avaa"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
{
|
|
|
|
|
LTEXT "Tiedosto&nimi:", 1090, 6, 6, 76, 9
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
EDITTEXT edt1, 6, 16, 90, 12, ES_AUTOHSCROLL | ES_OEMCONVERT | WS_BORDER | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LISTBOX 1120, 6, 32, 90, 68, LBS_STANDARD | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_DISABLENOSCROLL | WS_TABSTOP
|
|
|
|
|
LTEXT "&Hakemistot:", -1, 110, 6, 92, 9
|
|
|
|
|
LTEXT "", 1088, 110, 18, 92, 9, SS_NOPREFIX | WS_GROUP
|
|
|
|
|
LISTBOX 1121, 110, 32, 92, 68, LBS_STANDARD | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_DISABLENOSCROLL | WS_TABSTOP
|
|
|
|
|
LTEXT "&Luettele tiedostot tyypeitt<74>in:", 1089, 6, 104, 90, 9
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
COMBOBOX cmb1, 6, 114, 90, 36, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_BORDER | WS_VSCROLL | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "&Asemat:", 1091, 110, 104, 92, 9
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
COMBOBOX cmb2, 110, 114, 92, 68, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER | WS_VSCROLL | WS_TABSTOP
|
|
|
|
|
DEFPUSHBUTTON "Avaa", 1, 208, 6, 56, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "Peruuta", 2, 208, 24, 56, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "&Ohje", pshHelp, 208, 46, 56, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
CHECKBOX "&Vain luku", chx1, 208, 68, 50, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
SAVE_FILE DIALOG 36, 24, 275, 134
|
2005-08-12 16:47:29 +00:00
|
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
|
|
|
CAPTION "Tallenna nimell<6C>"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
{
|
|
|
|
|
LTEXT "Tiedosto&nimi:", 1090, 6, 6, 76, 9
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
EDITTEXT edt1, 6, 16, 90, 12, ES_AUTOHSCROLL | ES_OEMCONVERT | WS_BORDER | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LISTBOX 1120, 6, 32, 90, 68, LBS_STANDARD | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_DISABLENOSCROLL | WS_TABSTOP
|
|
|
|
|
LTEXT "&Hakemistot:", -1, 110, 6, 92, 9
|
|
|
|
|
LTEXT "", 1088, 110, 18, 92, 9, SS_NOPREFIX | WS_GROUP
|
|
|
|
|
LISTBOX 1121, 110, 32, 92, 68, LBS_STANDARD | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_DISABLENOSCROLL | WS_TABSTOP
|
|
|
|
|
LTEXT "Tallenna tiedosto &muodossa:", 1089, 6, 104, 90, 9
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
COMBOBOX cmb1, 6, 114, 90, 36, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_BORDER | WS_VSCROLL | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "&Asemat:", 1091, 110, 104, 92, 9
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
COMBOBOX cmb2, 110, 114, 92, 68, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER | WS_VSCROLL | WS_TABSTOP
|
|
|
|
|
DEFPUSHBUTTON "Tallenna", 1, 208, 6, 56, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "Peruuta", 2, 208, 24, 56, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "&Ohje", pshHelp, 208, 46, 56, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
CHECKBOX "&Vain luku", chx1, 208, 68, 50, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
PRINT DIALOG 36, 24, 264, 134
|
2005-08-12 16:47:29 +00:00
|
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
|
|
|
CAPTION "Tulosta"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
{
|
|
|
|
|
LTEXT "Kirjoitin:", 1088, 6, 6, 40, 9
|
|
|
|
|
LTEXT "", 1089, 60, 6, 150, 9
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
GROUPBOX "Tulostusalue", grp1, 6, 30, 160, 65, BS_GROUPBOX
|
|
|
|
|
RADIOBUTTON "&Kaikki", rad1, 16, 45, 60, 12
|
|
|
|
|
RADIOBUTTON "&Valinta", rad2, 16, 60, 60, 12
|
|
|
|
|
RADIOBUTTON "&Sivut", rad3, 16, 75, 60, 12
|
|
|
|
|
DEFPUSHBUTTON "Tulosta", 1, 206, 6, 56, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "Peruuta", 2, 206, 24, 56, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "&Asetukset", psh1, 206, 46, 56, 14, WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "&Mist<73>:", 1090, 60, 80, 30, 9
|
|
|
|
|
LTEXT "Mi&hin:", 1091, 120, 80, 30, 9
|
|
|
|
|
LTEXT "&Tulostustarkkuus:", 1092, 6, 100, 76, 9
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
COMBOBOX cmb1, 80, 100, 92, 68, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER | WS_VSCROLL | WS_TABSTOP
|
|
|
|
|
CHECKBOX "Tulosta t&iedostoon", chx1, 20, 100, 50, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
|
|
|
|
|
CHECKBOX "Tiivistetty", chx2, 160, 100, 50, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
PRINT_SETUP DIALOG 36, 24, 264, 134
|
2005-08-12 16:47:29 +00:00
|
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
|
|
|
CAPTION "Kirjoittimen asetukset"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
{
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
GROUPBOX "Kirjoitin", grp1, 6, 10, 180, 65, BS_GROUPBOX
|
|
|
|
|
RADIOBUTTON "O&letuskirjoitin", rad1, 16, 20, 80, 12
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "[ei valittu]", 1088, 35, 35, 120, 9
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
RADIOBUTTON "&Erityinen kirjoitin", rad2, 16, 50, 80, 12
|
|
|
|
|
COMBOBOX cmb1, 35, 65, 149, 68, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER | WS_VSCROLL | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
DEFPUSHBUTTON "OK", IDOK, 206, 6, 56, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "Peruuta", IDCANCEL, 206, 24, 56, 14, WS_GROUP | WS_TABSTOP
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
PUSHBUTTON "&Asetukset...", psh1, 206, 46, 56, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
GROUPBOX "Suunta", grp2, 6, 85, 100, 50, BS_GROUPBOX
|
|
|
|
|
RADIOBUTTON "&Pysty", rad3, 50, 100, 40, 12
|
|
|
|
|
RADIOBUTTON "&Vaaka", rad4, 50, 115, 40, 12
|
|
|
|
|
ICON "LANDSCAP", stc10, 10, 95, 32, 32
|
|
|
|
|
ICON "PORTRAIT", stc11, 10, 95, 32, 32
|
|
|
|
|
GROUPBOX "Paperi", grp3, 120, 85, 180, 50, BS_GROUPBOX
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "&Koko:", 1089, 130, 95, 30, 9
|
|
|
|
|
LTEXT "L<>&hde:", 1090, 130, 110, 30, 9
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
COMBOBOX cmb2, 155, 95, 92, 68, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER | WS_VSCROLL | WS_TABSTOP
|
|
|
|
|
COMBOBOX cmb3, 155, 110, 92, 68, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER | WS_VSCROLL | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
CHOOSE_FONT DIALOG 13, 54, 264, 147
|
2005-08-12 16:47:29 +00:00
|
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
|
|
|
CAPTION "Fontit"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
{
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
LTEXT "&Fontti:", stc1 ,6,3,40,9
|
|
|
|
|
COMBOBOX cmb1,6,13,94,54, CBS_OWNERDRAWFIXED | CBS_HASSTRINGS | CBS_DISABLENOSCROLL |
|
2005-08-12 16:47:29 +00:00
|
|
|
|
CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP | CBS_SIMPLE
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
LTEXT "Fonttit&yyli:", stc2 ,108,3,44,9
|
|
|
|
|
COMBOBOX cmb2,108,13,64,54, CBS_OWNERDRAWFIXED | CBS_HASSTRINGS | CBS_DISABLENOSCROLL |
|
2005-08-12 16:47:29 +00:00
|
|
|
|
WS_VSCROLL | WS_TABSTOP | CBS_SIMPLE
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
LTEXT "&Koko:", stc3,179,3,30,9
|
|
|
|
|
COMBOBOX cmb3,179,13,32,54, CBS_OWNERDRAWFIXED | CBS_HASSTRINGS | CBS_DISABLENOSCROLL |
|
2005-08-12 16:47:29 +00:00
|
|
|
|
WS_VSCROLL | WS_TABSTOP | CBS_SIMPLE | CBS_SORT
|
|
|
|
|
DEFPUSHBUTTON "OK",IDOK,218,6,40,14,WS_GROUP
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
PUSHBUTTON "Peruuta", IDCANCEL,218,23,40,14,WS_GROUP
|
|
|
|
|
PUSHBUTTON "&Ota k<>ytt<74><74>n", psh3,218,40,40,14,WS_GROUP
|
|
|
|
|
PUSHBUTTON "&Ohje" , pshHelp,218,57,40,14,WS_GROUP
|
|
|
|
|
GROUPBOX "Efektit", grp1,6,72,84,34,WS_GROUP
|
|
|
|
|
CHECKBOX "Yli&viivattu", chx1, 10,82,50,10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
|
|
|
CHECKBOX "A&lleviivattu", chx2, 10,94,50,10, BS_AUTOCHECKBOX
|
|
|
|
|
LTEXT "V&<26>ri:", stc4 ,6,110,30,9
|
|
|
|
|
COMBOBOX cmb4,6,120,84,100,CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_HASSTRINGS |
|
2005-08-12 16:47:29 +00:00
|
|
|
|
CBS_AUTOHSCROLL | WS_BORDER | WS_VSCROLL | WS_TABSTOP
|
|
|
|
|
GROUPBOX "N<>yte",grp2,98,72,120,36,WS_GROUP
|
|
|
|
|
CTEXT "AaBbYyZz",stc5,103,80,109,24,SS_NOPREFIX | NOT WS_VISIBLE
|
|
|
|
|
LTEXT "Scr&ipt (translate):",stc7 ,98,114,80,9
|
2005-12-12 22:44:46 +00:00
|
|
|
|
COMBOBOX cmb5,98,124,120,90,CBS_DROPDOWNLIST | CBS_HASSTRINGS |
|
2005-08-12 16:47:29 +00:00
|
|
|
|
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
CHOOSE_COLOR DIALOG 36, 24, 300, 185
|
2005-08-12 16:47:29 +00:00
|
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
|
|
|
CAPTION "V<>ri"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
{
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
LTEXT "Pe&rusv<73>rit:", 1088, 4, 4, 140, 10
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "&Muokatut v<>rit:", 1089, 4, 106, 140, 10
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
LTEXT "V<>ri|&Tasainen", 1090, 150, 151, 48, 10
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "&Pun:", 726 /*1094*/,249,126,24,10
|
2007-07-27 09:28:40 +00:00
|
|
|
|
EDITTEXT 706, 275,124,21,12, WS_BORDER | WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "&Vihr:",727/*1095*/,249,140,24,10
|
2007-07-27 09:28:40 +00:00
|
|
|
|
EDITTEXT 707, 275,138,21,12, WS_BORDER | WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "Si&n:",728 /*1096*/,249,154,24,10
|
2007-07-27 09:28:40 +00:00
|
|
|
|
EDITTEXT 708, 275,152,21,12, WS_BORDER | WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "&S<>vy:" ,723 /*1091*/,202,126,22,10
|
2007-07-27 09:28:40 +00:00
|
|
|
|
EDITTEXT 703, 226,124,21,12, WS_BORDER | WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "&Kyll:" ,724 /*1092*/,202,140,22,10
|
2007-07-27 09:28:40 +00:00
|
|
|
|
EDITTEXT 704, 226,138,21,12, WS_BORDER | WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "K&irkk:" ,725 /*1093*/,202,154,22,10
|
2007-07-27 09:28:40 +00:00
|
|
|
|
EDITTEXT 705, 226,152,21,12, WS_BORDER | WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
CONTROL "" ,720,"STATIC",SS_SIMPLE|WS_TABSTOP|WS_GROUP,4,14,140,86
|
|
|
|
|
CONTROL "" ,721,"STATIC",SS_SIMPLE|WS_TABSTOP|WS_GROUP,4,116,140,28
|
|
|
|
|
CONTROL "" ,710,"STATIC",WS_BORDER|SS_SIMPLE|WS_TABSTOP|WS_GROUP, 152,4,118,116
|
|
|
|
|
CONTROL "" ,702,"STATIC",SS_SIMPLE|WS_TABSTOP|WS_GROUP, 278,4,8,116
|
|
|
|
|
CONTROL "" ,709,"STATIC",SS_SIMPLE|WS_TABSTOP|WS_GROUP, 152,124,40,26
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
DEFPUSHBUTTON "Ok", 1, 4, 166, 44, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "S&ulje", 2, 52, 166, 44, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "O&hje", pshHelp,100,166, 44, 14
|
|
|
|
|
PUSHBUTTON "&Lis<69><73> v<>ri", 712/*1024*/, 152, 166, 142, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "M&<26><>rittele v<>ri >>", 719/*1025*/, 4, 150, 142, 14, WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
PUSHBUTTON "&i",713,300,200,4,14 /* just a dummy: 'i' is like &i in "sol&id" */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
FINDDLGORD DIALOG 36, 24, 236, 62
|
2005-08-12 16:47:29 +00:00
|
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
|
|
|
CAPTION "Etsi"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
{
|
|
|
|
|
LTEXT "&Etsitt<74>v<EFBFBD>:", -1, 4, 8, 42, 8
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
EDITTEXT edt1, 47, 7, 128, 12, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
|
|
|
|
|
CHECKBOX "&Koko sana", chx1, 4, 26, 100, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
|
|
|
|
|
CHECKBOX "Kirjaink&oko", chx2, 4, 42, 64, 12, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
|
|
|
GROUPBOX "Suunta", grp1, 107, 26, 68, 28
|
|
|
|
|
CONTROL "&Yl<59>s", rad1, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 111, 38, 30, 12
|
|
|
|
|
CONTROL "&Alas", rad2, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 148, 38, 30, 12
|
|
|
|
|
|
2005-08-12 16:47:29 +00:00
|
|
|
|
DEFPUSHBUTTON "Etsi &seuraava", IDOK, 182, 5, 50, 14, WS_GROUP | WS_TABSTOP
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
PUSHBUTTON "Peruuta", IDCANCEL, 182, 23, 50, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "O&hje", pshHelp, 182, 45, 50, 14, WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
REPLACEDLGORD DIALOG 36, 24, 230, 94
|
2005-08-12 16:47:29 +00:00
|
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
|
|
|
CAPTION "Korvaa"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
{
|
|
|
|
|
LTEXT "&Etsitt<74>v<EFBFBD>:", -1, 4, 9, 48, 8
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
EDITTEXT edt1, 54, 7, 114, 12, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
|
2005-08-12 16:47:29 +00:00
|
|
|
|
LTEXT "Ko&rvattava:", -1, 4, 26, 48, 8
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
EDITTEXT edt2, 54, 24, 114, 12, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
|
|
|
|
|
CHECKBOX "&Koko sana", chx1, 5, 46, 104, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
|
|
|
|
|
CHECKBOX "Kirjaink&oko", chx2, 5, 62, 59, 12, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
|
|
|
|
2005-08-12 16:47:29 +00:00
|
|
|
|
DEFPUSHBUTTON "Etsi &seuraava", IDOK, 174, 4, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
PUSHBUTTON "Korv&aa", psh1 , 174, 21, 50, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "Korvaa ka&ikki", psh2 , 174, 38, 50, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "S&ulje", IDCANCEL , 174, 55, 50, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "O&hje", pshHelp , 174, 75, 50, 14, WS_GROUP | WS_TABSTOP
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
PRINT32 DIALOG 32, 32, 288, 186
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU |
|
|
|
|
|
DS_CONTEXTHELP | DS_3DLOOK
|
|
|
|
|
CAPTION "Tulosta"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
{
|
|
|
|
|
DEFPUSHBUTTON "OK", IDOK, 180,164, 48,14, WS_GROUP | BS_DEFPUSHBUTTON
|
|
|
|
|
PUSHBUTTON "Peruuta", IDCANCEL, 232,164, 48,14, WS_GROUP
|
|
|
|
|
PUSHBUTTON "Oh&je", pshHelp, 50, 161, 48,14, WS_GROUP
|
|
|
|
|
|
|
|
|
|
GROUPBOX "Tulostin", grp4, 8, 4, 272,84, WS_GROUP
|
|
|
|
|
CONTROL "&Tulosta tiedostoon", chx1, "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,207,70,70,12
|
|
|
|
|
PUSHBUTTON "&Ominaisuudet", psh2, 212, 17, 60,14, WS_GROUP
|
|
|
|
|
LTEXT "&Nimi:", stc6, 16, 20, 36,8
|
|
|
|
|
COMBOBOX cmb4, 52, 18, 152,152,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_GROUP | WS_TABSTOP
|
|
|
|
|
LTEXT "Tila:", stc8, 16, 36, 36,10, SS_NOPREFIX
|
|
|
|
|
LTEXT "Dummy State", stc12, 52, 36, 224,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
|
|
|
|
|
LTEXT "Tyyppi:", stc7, 16, 48, 36,10, SS_NOPREFIX
|
|
|
|
|
LTEXT "Dummy Type", stc11, 52, 48, 224,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
|
|
|
|
|
LTEXT "Sijainti:", stc10, 16, 60, 36,10, SS_NOPREFIX
|
|
|
|
|
LTEXT "Dummy Location", stc14, 52, 60, 224,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
|
|
|
|
|
LTEXT "Kommentti:", stc9, 16, 72, 36,10, SS_NOPREFIX
|
|
|
|
|
LTEXT "Dummy Remark", stc13, 52, 72, 152,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
|
|
|
|
|
|
|
|
|
|
GROUPBOX "Kopioita", grp2, 160, 92, 120,64, WS_GROUP
|
|
|
|
|
LTEXT "Kopioiden &m<><6D>r<EFBFBD>:", stc5,168,108,68,8
|
|
|
|
|
ICON "", ico3, 162,124, 76,24, WS_GROUP | SS_CENTERIMAGE
|
|
|
|
|
CONTROL "&Kokoa", chx2,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,240,130,36,12
|
|
|
|
|
EDITTEXT edt3, 240,106, 32,12, WS_GROUP | ES_NUMBER
|
|
|
|
|
|
|
|
|
|
GROUPBOX "Tulosta alueelta", grp1, 8,92, 144,64, WS_GROUP
|
|
|
|
|
CONTROL "K&aikki", rad1,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,16,106,64,12
|
|
|
|
|
CONTROL "&Sivut", rad3,"Button",BS_AUTORADIOBUTTON,16,122,36,12
|
|
|
|
|
CONTROL "&Valinta", rad2,"Button",BS_AUTORADIOBUTTON,16,138,64,12
|
|
|
|
|
EDITTEXT edt1, 70,122, 26,12, WS_GROUP | ES_NUMBER
|
|
|
|
|
EDITTEXT edt2, 118,122, 26,12, WS_GROUP | ES_NUMBER
|
|
|
|
|
RTEXT "M&ist<73>:", stc2, 48,124, 20,8
|
|
|
|
|
RTEXT "Mi&hin:", stc3, 98,124, 20,8
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
PRINT32_SETUP DIALOG 32, 32, 288, 178
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU |
|
|
|
|
|
DS_CONTEXTHELP | DS_3DLOOK
|
|
|
|
|
CAPTION "Tulostuksen Asetukset"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
BEGIN
|
|
|
|
|
DEFPUSHBUTTON "OK",IDOK,180,156,48,14,WS_GROUP
|
|
|
|
|
PUSHBUTTON "Peruuta",IDCANCEL,232,156,48,14
|
|
|
|
|
/* PUSHBUTTON "Verkko...", psh5, 284,156,48,14 */
|
|
|
|
|
|
|
|
|
|
GROUPBOX "Tulostin", grp4, 8, 4, 272,84, WS_GROUP
|
|
|
|
|
PUSHBUTTON "&Ominaisuudet", psh2, 212, 17, 60,14, WS_GROUP
|
|
|
|
|
LTEXT "&Nimi:", stc6, 16, 20, 36,8
|
|
|
|
|
COMBOBOX cmb1, 52, 18, 152,152,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_GROUP | WS_TABSTOP
|
|
|
|
|
LTEXT "Tila:", stc8, 16, 36, 36,10, SS_NOPREFIX
|
|
|
|
|
LTEXT "Dummy State", stc12, 52, 36, 224,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
|
|
|
|
|
LTEXT "Tyyppi:", stc7, 16, 48, 36,10, SS_NOPREFIX
|
|
|
|
|
LTEXT "Dummy Type", stc11, 52, 48, 224,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
|
|
|
|
|
LTEXT "Sijainti:", stc10, 16, 60, 36,10, SS_NOPREFIX
|
|
|
|
|
LTEXT "Dummy Location", stc14, 52, 60, 224,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
|
|
|
|
|
LTEXT "Kommentti:", stc9, 16, 72, 36,10, SS_NOPREFIX
|
|
|
|
|
LTEXT "Dummy Remark", stc13, 52, 72, 224,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
|
|
|
|
|
|
|
|
|
|
GROUPBOX "Paperi", grp2, 8, 92, 164,56, WS_GROUP
|
|
|
|
|
LTEXT "&Koko:", stc2, 16,108, 36, 8
|
|
|
|
|
COMBOBOX cmb2, 52,106, 112,112,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_GROUP | WS_TABSTOP
|
|
|
|
|
LTEXT "&L<>hde:", stc3, 16,128, 36, 8
|
|
|
|
|
COMBOBOX cmb3, 52,126, 112,112,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_GROUP | WS_TABSTOP
|
|
|
|
|
|
|
|
|
|
GROUPBOX "Suunta", grp1, 180, 92, 100,56, WS_GROUP
|
|
|
|
|
ICON "", ico1, 195,112, 18,20, WS_GROUP
|
|
|
|
|
CONTROL "&Pysty", rad1,"Button",BS_AUTORADIOBUTTON | WS_GROUP |WS_TABSTOP,224,106,52,12
|
|
|
|
|
CONTROL "V&aaka", rad2,"Button",BS_AUTORADIOBUTTON,224,126,52,12
|
|
|
|
|
END
|
|
|
|
|
|
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
|
|
|
|
PAGESETUPDLGORD DIALOG 32, 32, 240, 240
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
|
|
|
CAPTION "Sivun Asetukset"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
BEGIN
|
|
|
|
|
CONTROL "", rct1, "Static", SS_WHITERECT, 80, 8, 80, 80
|
|
|
|
|
CONTROL "", rct2, "Static", SS_GRAYRECT, 160, 12, 4, 80
|
|
|
|
|
CONTROL "", rct3, "Static", SS_GRAYRECT, 84, 88, 80, 4
|
|
|
|
|
GROUPBOX "Paperi", grp2, 8, 96, 224, 56, BS_GROUPBOX
|
|
|
|
|
LTEXT "&Koko:", stc2, 16, 112, 36, 8
|
|
|
|
|
COMBOBOX cmb2, 64, 110, 160, 160, CBS_SIMPLE|CBS_DROPDOWN|CBS_SORT|WS_GROUP|WS_TABSTOP|WS_VSCROLL
|
|
|
|
|
LTEXT "&Sy<53>tt<74>:", stc3, 16, 132, 36, 8
|
|
|
|
|
COMBOBOX cmb3, 64, 130, 160, 160, CBS_SIMPLE|CBS_DROPDOWN|CBS_SORT|WS_GROUP|WS_TABSTOP|WS_VSCROLL
|
|
|
|
|
GROUPBOX "Asento", grp1, 8, 156, 64, 56, BS_GROUPBOX
|
|
|
|
|
AUTORADIOBUTTON "P&ysty", rad1, 16, 170, 52, 12, BS_AUTORADIOBUTTON
|
|
|
|
|
AUTORADIOBUTTON "V&aaka", rad2, 16, 190, 52, 12, BS_AUTORADIOBUTTON
|
|
|
|
|
GROUPBOX "Reunat", grp4, 80, 156, 152, 56, BS_GROUPBOX
|
|
|
|
|
LTEXT "&Vasen:", stc15, 88, 172, 21, 8
|
2009-03-03 09:10:25 +00:00
|
|
|
|
EDITTEXT edt4, 111, 170, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
LTEXT "&Oikea:", stc16, 159, 172, 27, 8
|
2009-03-03 09:10:25 +00:00
|
|
|
|
EDITTEXT edt6, 187, 170, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
LTEXT "&Vasen:", stc17, 88, 192, 21, 8
|
2009-03-03 09:10:25 +00:00
|
|
|
|
EDITTEXT edt5, 111, 190, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
LTEXT "&Pohja:", stc18, 159, 192, 23, 8
|
2009-03-03 09:10:25 +00:00
|
|
|
|
EDITTEXT edt7, 187, 190, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
DEFPUSHBUTTON "OK", IDOK, 71, 220, 50, 14, BS_PUSHBUTTON
|
|
|
|
|
PUSHBUTTON "Peruuta", IDCANCEL, 126, 220, 50, 14
|
|
|
|
|
PUSHBUTTON "T&ulostin...", psh3, 184, 220, 48, 14
|
|
|
|
|
END
|
|
|
|
|
|
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
|
|
|
|
NEWFILEOPENORD DIALOG 0, 0, 280, 164
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_CLIPCHILDREN
|
|
|
|
|
CAPTION "Avaa"
|
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
|
{
|
|
|
|
|
LTEXT "&Kansiosta:",IDC_LOOKINSTATIC,4,6,43,8, SS_NOTIFY
|
|
|
|
|
COMBOBOX IDC_LOOKIN,49,3,132,100,CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_HASSTRINGS | WS_VSCROLL | WS_TABSTOP
|
|
|
|
|
|
|
|
|
|
LTEXT "" , IDC_TOOLBARSTATIC, 181, 2, 102, 17, NOT WS_GROUP | NOT WS_VISIBLE
|
|
|
|
|
LISTBOX IDC_SHELLSTATIC,4,20,272,85, LBS_SORT | LBS_NOINTEGRALHEIGHT | LBS_MULTICOLUMN | WS_HSCROLL | NOT WS_VISIBLE
|
|
|
|
|
|
|
|
|
|
LTEXT "&Nimi:",IDC_FILENAMESTATIC,5,112,46,8, SS_NOTIFY
|
|
|
|
|
EDITTEXT IDC_FILENAME,54,110,155,12,ES_AUTOHSCROLL
|
|
|
|
|
|
|
|
|
|
LTEXT "&Tyyppi:",IDC_FILETYPESTATIC,5,128,42,8, SS_NOTIFY
|
|
|
|
|
COMBOBOX IDC_FILETYPE,54,126,155,53,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
|
|
|
|
|
|
|
|
|
CONTROL "Avaa vain &lukuoikeuksilla",IDC_OPENREADONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,54,145,100,10
|
|
|
|
|
|
|
|
|
|
DEFPUSHBUTTON "&Avaa", IDOK,222,110,50,14
|
|
|
|
|
PUSHBUTTON "Peruuta", IDCANCEL,222,128,50,14
|
|
|
|
|
PUSHBUTTON "&Ohje", pshHelp,222,145,50,14
|
|
|
|
|
}
|
|
|
|
|
|
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
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
{
|
|
|
|
|
IDS_ABOUTBOX "&Tietoja FolderPicker Test:st<73>"
|
|
|
|
|
IDS_DOCUMENTFOLDERS "Dokumenttikansiot"
|
|
|
|
|
IDS_PERSONAL "Omat Dokumentit"
|
|
|
|
|
IDS_FAVORITES "Suosikit"
|
|
|
|
|
IDS_PATH "J<>rjestelm<6C>kansio"
|
|
|
|
|
IDS_DESKTOP "Ty<54>p<EFBFBD>yt<79>"
|
|
|
|
|
IDS_FONTS "Fontit"
|
|
|
|
|
IDS_MYCOMPUTER "Oma Tietokone"
|
|
|
|
|
}
|
|
|
|
|
|
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
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
{
|
|
|
|
|
IDS_SYSTEMFOLDERS "J<>rjestem<65>kansiot"
|
|
|
|
|
IDS_LOCALHARDRIVES "Paikalliset kiintolevyt"
|
|
|
|
|
IDS_FILENOTFOUND "Tiedostoa ei l<>ydy"
|
|
|
|
|
IDS_VERIFYFILE "Varmista, ett<74> tiedoston nimi on oikein"
|
|
|
|
|
IDS_CREATEFILE "Tiedostoa ei ole olemassa\nHaluatko luoda tiedoston"
|
|
|
|
|
IDS_OVERWRITEFILE "Tiedosto on jo olemassa.\nHaluatko ylikirjoitaa sen?"
|
|
|
|
|
IDS_INVALID_FILENAME_TITLE "Kansio sis<69>lt<6C><74> ep<65>kelpoja merkkej<65>"
|
2008-07-06 16:35:30 +00:00
|
|
|
|
IDS_INVALID_FILENAME "Tiedoston nimi ei voi sis<69>lt<6C><74> n<>it<69> merkkej<65>:\n / : < > |"
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
IDS_PATHNOTEXISTING "Kansiota ei ole"
|
|
|
|
|
IDS_FILENOTEXISTING "Tiedostoa ei ole"
|
|
|
|
|
}
|
|
|
|
|
|
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
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
{
|
|
|
|
|
IDS_UPFOLDER "Kansio Yl<59>sp<73>in"
|
|
|
|
|
IDS_NEWFOLDER "Luo Uusi Kansio"
|
|
|
|
|
IDS_LISTVIEW "Lista"
|
|
|
|
|
IDS_REPORTVIEW "Tiedot"
|
|
|
|
|
IDS_TODESKTOP "Selaa Ty<54>p<EFBFBD>yt<79><74>"
|
|
|
|
|
}
|
|
|
|
|
|
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
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
{
|
|
|
|
|
PD32_PRINT_TITLE "Tulosta"
|
|
|
|
|
|
|
|
|
|
PD32_VALUE_UREADABLE "Lukukelvoton merkint<6E>"
|
|
|
|
|
PD32_INVALID_PAGE_RANGE "Arvo ei ole paperien m<><6D>r<EFBFBD>n alueella.\nAnna arvo v<>lilt<6C> %d ja %d."
|
|
|
|
|
PD32_FROM_NOT_ABOVE_TO "Alukuarvo ei voi olla suurempi kuin loppuarvo."
|
|
|
|
|
PD32_MARGINS_OVERLAP "Marginaalit ovat p<><70>llek<65>in tai ulkona paperin alueelta.\nM<6E><4D>rit<69> marginaalit uudestaan."
|
|
|
|
|
PD32_NR_OF_COPIES_EMPTY "Kopioiden m<><6D>r<EFBFBD> t<>ytyy antaa."
|
2008-07-06 16:35:30 +00:00
|
|
|
|
PD32_TOO_LARGE_COPIES "Tulostin ei tue n<>in montaa kopiota.\nValitse arvo v<>lilt<6C> 1 ja %d."
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
PD32_PRINT_ERROR "Tulostinvirhe."
|
|
|
|
|
PD32_NO_DEFAULT_PRINTER "Oletustulostinta ei ole m<><6D>ritetty."
|
|
|
|
|
PD32_CANT_FIND_PRINTER "Tulostinta ei l<>ydy."
|
|
|
|
|
PD32_OUT_OF_MEMORY "Muisti loppu."
|
|
|
|
|
PD32_GENERIC_ERROR "Virhe."
|
|
|
|
|
PD32_DRIVER_UNKNOWN "Tuntematon tulostinajuri."
|
2005-11-17 19:44:07 +00:00
|
|
|
|
PD32_NO_DEVICES "Before you can perform printer-related tasks \
|
|
|
|
|
such as page setup or printing a document, you need to install a printer. \
|
|
|
|
|
Please install one and retry."
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
|
|
|
|
|
PD32_DEFAULT_PRINTER "Oletustulostin; "
|
|
|
|
|
PD32_NR_OF_DOCUMENTS_IN_QUEUE "Jonossa on %d dokumenttia"
|
|
|
|
|
PD32_MARGINS_IN_INCHES "Marginaalit [inches]"
|
2009-03-03 09:10:25 +00:00
|
|
|
|
PD32_MARGINS_IN_MILLIMETERS "Marginaalit [mm]"
|
|
|
|
|
PD32_MILLIMETERS "mm"
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
|
|
|
|
|
PD32_PRINTER_STATUS_READY "Valmis"
|
|
|
|
|
PD32_PRINTER_STATUS_PAUSED "Pys<79>ytetty; "
|
|
|
|
|
PD32_PRINTER_STATUS_ERROR "Virhe; "
|
|
|
|
|
PD32_PRINTER_STATUS_PENDING_DELETION "Tuhoutumassa; "
|
|
|
|
|
PD32_PRINTER_STATUS_PAPER_JAM "Paperitukos; "
|
|
|
|
|
PD32_PRINTER_STATUS_PAPER_OUT "Paperi loppu; "
|
|
|
|
|
PD32_PRINTER_STATUS_MANUAL_FEED "Sy<53>t<EFBFBD> paperi k<>sin; "
|
|
|
|
|
PD32_PRINTER_STATUS_PAPER_PROBLEM "Ongelma paperin kanssa; "
|
|
|
|
|
PD32_PRINTER_STATUS_OFFLINE "Ei yhteytt<74> tulostimeen; "
|
|
|
|
|
PD32_PRINTER_STATUS_IO_ACTIVE "I/O Toiminnassa; "
|
|
|
|
|
PD32_PRINTER_STATUS_BUSY "Varattu; "
|
|
|
|
|
PD32_PRINTER_STATUS_PRINTING "Tulostaa; "
|
|
|
|
|
PD32_PRINTER_STATUS_OUTPUT_BIN_FULL "Output tray is full; "
|
|
|
|
|
PD32_PRINTER_STATUS_NOT_AVAILABLE "Ei saatavilla; "
|
|
|
|
|
PD32_PRINTER_STATUS_WAITING "Odottaa; "
|
|
|
|
|
PD32_PRINTER_STATUS_PROCESSING "K<>sitell<6C><6C>n; "
|
|
|
|
|
PD32_PRINTER_STATUS_INITIALIZING "Alustetaan; "
|
|
|
|
|
PD32_PRINTER_STATUS_WARMING_UP "L<>mmitet<65><74>n; "
|
|
|
|
|
PD32_PRINTER_STATUS_TONER_LOW "V<>riaine v<>hiss<73>; "
|
|
|
|
|
PD32_PRINTER_STATUS_NO_TONER "Ei v<>ri<72>ainetta; "
|
|
|
|
|
PD32_PRINTER_STATUS_PAGE_PUNT "Page punt; "
|
|
|
|
|
PD32_PRINTER_STATUS_USER_INTERVENTION "K<>ytt<74>j<EFBFBD>n keskeytt<74>m<EFBFBD>; "
|
|
|
|
|
PD32_PRINTER_STATUS_OUT_OF_MEMORY "Muisti loppu; "
|
|
|
|
|
PD32_PRINTER_STATUS_DOOR_OPEN "Tulostimen kansi on auki; "
|
|
|
|
|
PD32_PRINTER_STATUS_SERVER_UNKNOWN "Tulostinpalvelin tuntematon; "
|
|
|
|
|
PD32_PRINTER_STATUS_POWER_SAVE "Virrans<6E><73>st<73>tila; "
|
|
|
|
|
}
|
|
|
|
|
|
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 /* Color names */
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
{
|
|
|
|
|
IDS_COLOR_BLACK "Musta"
|
|
|
|
|
IDS_COLOR_MAROON "Kastanjanruskea"
|
|
|
|
|
IDS_COLOR_GREEN "Vihre<72>"
|
|
|
|
|
IDS_COLOR_OLIVE "Oliivinvihre<72>"
|
|
|
|
|
IDS_COLOR_NAVY "Laivastonsininen"
|
|
|
|
|
IDS_COLOR_PURPLE "Purppura"
|
|
|
|
|
IDS_COLOR_TEAL "Turkoosi"
|
|
|
|
|
IDS_COLOR_GRAY "Harmaa"
|
|
|
|
|
IDS_COLOR_SILVER "Hopea"
|
|
|
|
|
IDS_COLOR_RED "Punainen"
|
|
|
|
|
IDS_COLOR_LIME "Vaaleanvihre<72>"
|
|
|
|
|
IDS_COLOR_YELLOW "Keltainen"
|
|
|
|
|
IDS_COLOR_BLUE "Sininen"
|
|
|
|
|
IDS_COLOR_FUCHSIA "Tummanpunainen"
|
|
|
|
|
IDS_COLOR_AQUA "Vaaleanturkoosi"
|
|
|
|
|
IDS_COLOR_WHITE "Valkoinen"
|
|
|
|
|
}
|
|
|
|
|
|
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
|
Sync to Wine-20050930:
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- We are no longer generating .dbg.c files.
Milko Krachounov <milko@3mhz.net>
- Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
Kevin Koltzau <kevin@plop.org>
- Fix warnings in 64bit.
Mike McCormack <mike@codeweavers.com>
- Fix gcc 4.0 warnings.
Alexander N. Sørnes <alex@thehandofagony.com>
- Added Norwegian translations.
Marcus Meissner <meissner@suse.de>
- PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Kimmo Myllyvirta <kimmo.myllyvirta@gmail.com>
- Bring Finnish resources up to date.
svn path=/trunk/; revision=18331
2005-10-08 13:28:54 +00:00
|
|
|
|
{
|
|
|
|
|
IDS_FONT_SIZE "Valitse fontin koko v<>lilt<6C> %d ja %d pistett<74>."
|
|
|
|
|
IDS_SAVE_BUTTON "&Tallenna"
|
|
|
|
|
IDS_SAVE_IN "&Kansioon:"
|
|
|
|
|
IDS_SAVE "Tallenna"
|
|
|
|
|
IDS_SAVE_AS "Tallenna nimell<6C>"
|
|
|
|
|
IDS_OPEN_FILE "Avaa Tiedosto"
|
2005-08-12 16:47:29 +00:00
|
|
|
|
}
|