2007-07-09 14:45:32 +00:00
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
2007-04-29 21:29:41 +00:00
2013-10-13 22:31:17 +00:00
IDD_WELCOMEPAGE DIALOGEX 0, 0, 317, 193
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
CAPTION "Instalator ReactOS"
2007-04-29 21:29:41 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2018-11-11 16:55:01 +00:00
LTEXT "Witamy w Kreatorze instalacji systemu ReactOS", IDC_WELCOMETITLE, 115, 8, 195, 24
LTEXT "Ten Kreator przeprowadzi instalację systemu ReactOS. W tym celu konieczne będzie zebranie informacji o twoim komputerze, by prawidłowo skonfigurować system operacyjny.", IDC_STATIC, 115, 40, 168, 100
LTEXT "Kliknij Dalej, by kontynuować.", IDC_STATIC, 115, 169, 160, 17
2007-04-29 21:29:41 +00:00
END
2020-04-16 15:46:31 +00:00
IDD_ACKPAGE DIALOGEX 0, 0, 317, 145
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
CAPTION "Instalator ReactOS"
2007-04-29 21:29:41 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
LTEXT "Twórcy ReactOS chcieliby podziękować następującym projektom Open Source, których to fragmenty zostały wykorzystane do stworzenia ReactOS:", IDC_STATIC, 15, 7, 286, 19
2013-11-28 22:18:05 +00:00
LISTBOX IDC_PROJECTS, 15, 30, 286, 75, LBS_NOSEL | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
LTEXT "ReactOS oparty jest na licencji GPL, więc by w całości lub częściowo wykorzystać źródła ReactOS, musisz przestrzegać postanowień licencji.", IDC_STATIC, 15, 110, 227, 19
2013-11-28 22:18:05 +00:00
PUSHBUTTON "Pokaż &GPL..", IDC_VIEWGPL, 251, 110, 50, 19
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
LTEXT "Kliknij Dalej, by kontynuować.", IDC_STATIC, 15, 136, 195, 17
2007-04-29 21:29:41 +00:00
END
2020-02-10 02:10:42 +00:00
IDD_PRODUCT DIALOGEX 0, 0, 317, 143
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
CAPTION "Instalator ReactOS"
2020-02-10 02:10:42 +00:00
STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUPWINDOW | WS_CAPTION | WS_VISIBLE
FONT 8, "MS Shell Dlg"
BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
2020-09-26 18:42:36 +00:00
LTEXT "Wybierz opcję produktu:", IDC_STATIC, 35, 7, 230, 12
LTEXT "&Opcje produktu:", IDC_STATIC, 5, 32, 85, 10
2023-03-10 20:36:17 +00:00
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 205, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
2020-09-26 18:42:36 +00:00
GROUPBOX "Informacje o produkcie", IDC_STATIC, 5, 50, 305, 85
LTEXT "Opis:", IDC_STATIC, 20, 65, 70, 10
2020-05-19 06:41:26 +00:00
EDITTEXT IDC_PRODUCT_DESCRIPTION, 95, 65, 205, 60, ES_READONLY | ES_AUTOVSCROLL | ES_MULTILINE | WS_VSCROLL
2020-02-10 02:10:42 +00:00
END
2017-03-09 22:39:26 +00:00
IDD_OWNERPAGE DIALOGEX 0, 0, 317, 143
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
CAPTION "Instalator ReactOS"
2007-04-29 21:29:41 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:18:05 +00:00
ICON IDI_ICON2, IDC_STATIC, 21, 7, 20, 20
LTEXT "Podaj swoje imię i nazwisko, a także nazwę Twojej firmy lub organizacji.", IDC_STATIC, 54, 7, 242, 21
LTEXT "Na&zwa:", IDC_STATIC, 54, 37, 44, 8
EDITTEXT IDC_OWNERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
LTEXT "&Organizacja:", IDC_STATIC, 54, 57, 44, 8
EDITTEXT IDC_OWNERORGANIZATION, 132, 55, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
2007-04-29 21:29:41 +00:00
END
2017-03-09 22:39:26 +00:00
IDD_COMPUTERPAGE DIALOGEX 0, 0, 317, 143
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
CAPTION "Instalator ReactOS"
2007-04-29 21:29:41 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:18:05 +00:00
ICON IDI_ICON1, IDC_STATIC, 21, 7, 20, 20
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
LTEXT "Podaj nazwę komputera, nie dłuższą niż 15 znaków. Jeśli chcesz pracować w sieci, nazwa musi pozostać unikalna.", IDC_STATIC, 54, 7, 241, 24
2013-11-28 22:18:05 +00:00
LTEXT "&Nazwa komputera:", IDC_STATIC, 54, 38, 75, 8
EDITTEXT IDC_COMPUTERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | ES_UPPERCASE
ICON IDI_ICON5, IDC_STATIC, 21, 57, 20, 20
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
LTEXT "Instalator utworzy konto o nazwie Administrator. Używaj tego konta, jeżeli potrzebujesz pełnego dostępu do komputera.", IDC_STATIC, 54, 57, 241, 25
LTEXT "Podaj hasło administratora, nie dłuższe niż 127 znaków.", IDC_STATIC, 54, 87, 241, 8
2013-11-28 22:18:05 +00:00
LTEXT "&Hasło administratora:", IDC_STATIC, 54, 104, 75, 8
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
EDITTEXT IDC_ADMINPASSWORD1, 132, 101, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
2018-11-11 16:55:01 +00:00
LTEXT "&Potwierdź hasło:", IDC_STATIC, 54, 123, 75, 8
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
EDITTEXT IDC_ADMINPASSWORD2, 132, 120, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
2007-04-29 21:29:41 +00:00
END
2017-03-09 22:39:26 +00:00
IDD_LOCALEPAGE DIALOGEX 0, 0, 317, 143
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
CAPTION "Instalator ReactOS"
2007-04-29 21:29:41 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:18:05 +00:00
ICON IDI_ICON4, IDC_STATIC, 21, 7, 20, 20
2021-10-14 16:34:37 +00:00
LTEXT "Lokalizacja systemu powinna być zgodna (językowo) z aplikacjami, których planujesz używać. Lokalizacja odpowiada również za wyświetlanie danych, liczb i walut.", IDC_STATIC, 53, 7, 238, 25
LTEXT "%s", IDC_LOCALETEXT, 53, 36, 250, 16
2018-11-11 16:55:01 +00:00
LTEXT "By zmienić lokalizację systemu, kliknij przycisk Dostosuj.", IDC_STATIC, 53, 60, 184, 8
PUSHBUTTON "&Dostosuj..", IDC_CUSTOMLOCALE, 245, 57, 50, 14
2021-10-21 01:38:07 +00:00
LTEXT "", IDC_STATIC, 53, 79, 241, 1, SS_ETCHEDHORZ
2013-11-28 22:18:05 +00:00
LTEXT "Układ klawiatury decyduje o przyporządkowaniu znaków pod klawisze.", IDC_STATIC, 53, 86, 253, 8
2021-10-14 16:34:37 +00:00
LTEXT "%s", IDC_LAYOUTTEXT, 53, 100, 250, 16
2018-11-11 16:55:01 +00:00
LTEXT "Aby zmienić układ klawiatury, kliknij przycisk Dostosuj.", IDC_STATIC, 53, 126, 184, 8
PUSHBUTTON "Do&stosuj...", IDC_CUSTOMLAYOUT, 245, 122, 50, 14
2007-04-29 21:29:41 +00:00
END
2017-03-09 22:39:26 +00:00
IDD_DATETIMEPAGE DIALOGEX 0, 0, 317, 143
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
CAPTION "Instalator ReactOS"
2007-04-29 21:29:41 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:18:05 +00:00
ICON IDI_ICON3, IDC_STATIC, 21, 10, 20, 20
2018-11-11 16:55:01 +00:00
LTEXT "Data i godzina", IDC_STATIC, 53, 7, 253, 8
2013-11-28 22:18:05 +00:00
CONTROL "", IDC_DATEPICKER, "SysDateTimePick32", DTS_LONGDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 53, 17, 137, 14
2022-12-26 18:58:31 +00:00
CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32", DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 220, 17, 74, 14
2013-11-28 22:18:05 +00:00
LTEXT "Strefa czasowa", IDC_STATIC, 53, 42, 253, 8
2022-12-26 18:58:31 +00:00
COMBOBOX IDC_TIMEZONELIST, 53, 52, 241, 93, CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL
AUTOCHECKBOX "Automatycznie ustaw zegar przy &zmianie czasu (DST)", IDC_AUTODAYLIGHT, 53, 124, 230, 10
2007-04-29 21:29:41 +00:00
END
2017-08-06 09:18:19 +00:00
IDD_THEMEPAGE DIALOGEX 0, 0, 317, 143
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
CAPTION "Instalator ReactOS"
2017-08-06 09:18:19 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2019-04-02 22:44:02 +00:00
CONTROL "", IDC_THEMEPICKER, "SysListView32", LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_TABSTOP, 18, 8, 288, 130
2017-08-06 09:18:19 +00:00
END
2017-03-09 22:39:26 +00:00
IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
CAPTION "Instalator ReactOS"
2007-04-29 21:29:41 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2022-01-09 13:29:17 +00:00
LTEXT "Rejestracja składników", IDC_TASKTEXT1, 65, 27, 232, 8
LTEXT "Installing start menu items", IDC_TASKTEXT2, 65, 39, 232, 8
LTEXT "Saving settings", IDC_TASKTEXT3, 65, 51, 232, 8
LTEXT "Removing temporary files", IDC_TASKTEXT4, 65, 63, 232, 8
LTEXT "", IDC_ITEM, 21, 85, 275, 8
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 21, 97, 275, 11
2007-04-29 21:29:41 +00:00
END
2013-10-13 22:31:17 +00:00
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
CAPTION "Kończenie instalacji ReactOS"
2007-04-29 21:29:41 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2018-11-11 16:55:01 +00:00
LTEXT "Kończenie pracy Kreatora instalacji systemu ReactOS", IDC_FINISHTITLE, 115, 8, 195, 24
LTEXT "Instalacja systemu ReactOS została pomyślnie zakończona.\n\nKliknij przycisk Zakończ, aby ponownie uruchomić komputer.", IDC_STATIC, 115, 40, 195, 100
2013-11-28 22:18:05 +00:00
CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 115, 138, 188, 12
2018-11-11 16:55:01 +00:00
LTEXT "Upewnij się, że w napędach CD/DVD nie pozostał żaden dysk. Jeśli tak, to wyjmij go przed ponownym uruchomieniem komputera.", IDC_STATIC, 115, 165, 196, 24
2007-04-29 21:29:41 +00:00
END
2008-01-21 17:00:01 +00:00
IDD_GPL DIALOGEX 0, 0, 333, 230
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | DS_CENTER | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2007-04-29 21:29:41 +00:00
CAPTION "Powszechna Licencja Publiczna GNU"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:18:05 +00:00
EDITTEXT IDC_GPL_TEXT, 7, 7, 319, 190, ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
DEFPUSHBUTTON "OK", IDOK, 141, 209, 50, 14
2007-04-29 21:29:41 +00:00
END
2021-02-07 19:36:55 +00:00
IDD_STATUSWINDOW_DLG DIALOGEX 0, 0, 275, 78
2008-01-22 19:08:51 +00:00
STYLE NOT WS_VISIBLE | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP
2011-05-29 21:43:37 +00:00
CAPTION "Proszę czekać..."
2015-04-18 15:20:12 +00:00
FONT 8, "MS Shell Dlg", 400, 0, 1
2007-07-11 11:51:42 +00:00
BEGIN
2021-02-07 19:36:55 +00:00
CONTROL IDB_REACTOS, IDC_ROSLOGO, "Static", SS_BITMAP, 0, 0, 275, 54
CONTROL "", IDC_BAR, "Static", SS_OWNERDRAW, 0, 44, 275, 4
LTEXT "", IDC_STATUSLABEL, 7, 59, 235, 12, SS_WORDELLIPSIS
2007-07-11 11:51:42 +00:00
END
2018-04-22 09:59:47 +00:00
IDD_PS2MOUSEPROPERTIES DIALOGEX 0, 0, 252, 218
STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
2018-08-20 15:00:33 +00:00
CAPTION "Ustawienia zaawansowane"
2018-04-22 09:59:47 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2020-05-22 13:49:27 +00:00
GROUPBOX "", IDC_PS2STATIC, 5, 20, 242, 110
2018-08-20 15:00:33 +00:00
RTEXT "C&zęstotliwość próbkowania:", -1, 27, 35, 90, 8
LTEXT "raportów na sekundę", -1, 169, 35, 76, 8
2018-04-22 09:59:47 +00:00
COMBOBOX IDC_PS2MOUSESAMPLERATE, 124, 33, 42, 41, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL
2018-08-20 15:00:33 +00:00
RTEXT "Wy&krywanie kółka:", -1, 27, 55, 90, 8
2018-04-22 09:59:47 +00:00
COMBOBOX IDC_PS2MOUSEWHEEL, 124, 53, 95, 46, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL
2018-11-11 16:55:01 +00:00
RTEXT "Dł&ugość buforu wejściowego:", -1, 17, 75, 100, 8
LTEXT "pakietów", -1, 169, 75, 30, 8
2018-04-22 09:59:47 +00:00
EDITTEXT IDC_PS2MOUSEINPUTLEN, 124, 72, 40, 14, ES_LEFT | ES_AUTOHSCROLL | ES_READONLY | ES_NUMBER | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_BORDER
CONTROL "", IDC_PS2MOUSEINPUTUPDN, "msctls_updown32", UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | WS_CHILD | WS_VISIBLE, 168, 70, 10, 14
2018-08-20 15:00:33 +00:00
AUTOCHECKBOX "Szybka i&nicjalizacja", IDC_PS2MOUSEFASTINIT, 124, 97, 90, 10
PUSHBUTTON "&Domyślne", IDC_PS2MOUSEDEFAULTS, 195, 188, 50, 14
2018-04-22 09:59:47 +00:00
END
2007-04-29 21:29:41 +00:00
STRINGTABLE
BEGIN
2013-11-28 22:18:05 +00:00
IDS_ACKTITLE "Podziękowania"
2018-11-11 16:55:01 +00:00
IDS_ACKSUBTITLE "Wszyscy, bez których system ReactOS nie byłby możliwy, a także informacje o licencji projektu"
2013-11-28 22:18:05 +00:00
IDS_OWNERTITLE "Personalizacja systemu"
2018-11-11 16:55:01 +00:00
IDS_OWNERSUBTITLE "Instalator wykorzysta te informacje, aby spersonalizować system."
2013-11-28 22:18:05 +00:00
IDS_COMPUTERTITLE "Nazwa komputera i hasło administratora"
2018-11-11 16:55:01 +00:00
IDS_COMPUTERSUBTITLE "Należy podać nazwę dla tego komputera oraz hasło administratora."
2015-08-09 07:28:19 +00:00
IDS_LOCALETITLE "Opcje regionalne i językowe"
2018-11-11 16:55:01 +00:00
IDS_LOCALESUBTITLE "System ReactOS można dostosować pod kątem języka i sposobu wyświetlania danych."
2022-11-09 23:10:19 +00:00
IDS_LOCALETEXT "Standardy i formaty są ustawione na %s, a lokalizacja jest ustawiona na %s."
IDS_LAYOUTTEXT "Domyślnym językiem i metodą wprowadzania tekstu jest układ klawiatury: %s"
2018-11-11 16:55:01 +00:00
IDS_DATETIMETITLE "Data i godzina"
IDS_DATETIMESUBTITLE "Ustaw prawidłową datę i godzinę."
2022-11-09 23:10:19 +00:00
IDS_PROCESSTITLE "Kończenie instalacji"
IDS_PROCESSSUBTITLE "Poczekaj, aż Instalator wykona ostatnie kroki."
2017-09-23 17:32:13 +00:00
IDS_THEMESELECTIONTITLE "Wygląd"
2018-01-27 12:21:22 +00:00
IDS_THEMESELECTIONSUBTITLE "Wybierz motyw, który preferujesz."
2007-04-29 21:29:41 +00:00
END
STRINGTABLE
BEGIN
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-28 23:23:00 +00:00
IDS_REACTOS_SETUP "Instalator ReactOS"
2013-11-28 22:18:05 +00:00
IDS_UNKNOWN_ERROR "Nieznany błąd"
2018-11-11 16:55:01 +00:00
IDS_LOADLIBRARY_FAILED "Funkcja LoadLibrary napotkała problem: "
IDS_GETPROCADDR_FAILED "Funkcja GetProcAddr napotkała problem: "
IDS_REGSVR_FAILED "Funkcja DllRegisterServer napotkała problem: "
IDS_DLLINSTALL_FAILED "Funkcja DllInstall napotkała problem: "
IDS_TIMEOUT "Upłynął limit czasu rejestracji"
2013-11-28 22:18:05 +00:00
IDS_REASON_UNKNOWN ""
2014-03-29 17:18:14 +00:00
/*
2017-01-10 15:28:49 +00:00
* ATTENTION:
2016-10-01 09:43:24 +00:00
* If you translate the administrator account name, keep IDS_ADMINISTRATOR_NAME and
2014-03-29 17:18:14 +00:00
* samsrv.dll:IDS_USER_ADMINISTRATOR_NAME synchronized.
* Also check the IDD_COMPUTERPAGE dialog.
*/
IDS_ADMINISTRATOR_NAME "Administrator"
2015-12-07 23:21:49 +00:00
IDS_MACHINE_OWNER_NAME "Właściciel"
2007-04-29 21:29:41 +00:00
END
2007-05-31 20:52:44 +00:00
STRINGTABLE
BEGIN
2018-11-11 16:55:01 +00:00
IDS_WZD_NAME "Instalator nie może kontynuować dopóki nie wpiszesz swojego imienia i nazwiska."
IDS_WZD_SETCOMPUTERNAME "Instalator nie mógł zastosować nowej nazwy komputera."
IDS_WZD_COMPUTERNAME "Instalator nie może kontynuować dopóki nie wpiszesz nazwy komputera."
2013-11-28 22:18:05 +00:00
IDS_WZD_PASSWORDEMPTY "Musisz wprowadzić hasło!"
2018-11-11 16:55:01 +00:00
IDS_WZD_PASSWORDMATCH "Wpisane hasła różnią się. Wpisz jeszcze raz żądane hasło."
IDS_WZD_PASSWORDCHAR "Wprowadzone hasło zawiera nieodpowiednie znaki. Wprowadź hasło niezawierające tych znaków."
IDS_WZD_LOCALTIME "Instalator nie mógł ustawić czasu lokalnego."
2007-05-31 20:52:44 +00:00
END
2007-07-11 11:51:42 +00:00
STRINGTABLE
BEGIN
2011-05-29 21:43:37 +00:00
IDS_STATUS_INSTALL_DEV "Instalacja urządzeń..."
2007-07-11 11:51:42 +00:00
END
2017-01-10 15:28:49 +00:00
2020-02-15 01:15:32 +00:00
/* ATTENTION: Synchronize these strings with dll/win32/shell32/lang */
2017-01-10 15:28:49 +00:00
STRINGTABLE
BEGIN
IDS_PROGRAMFILES "%SystemDrive%\\Program Files"
IDS_COMMONFILES "Common Files"
END
2018-04-22 12:26:11 +00:00
STRINGTABLE
BEGIN
2018-08-20 15:00:33 +00:00
IDS_DETECTIONDISABLED "Wykrywanie wyłączone"
IDS_LOOKFORWHEEL "Szukaj kółka"
IDS_ASSUMEPRESENT "Przyjmij obecność kółka"
2018-04-22 12:26:11 +00:00
END
2019-04-02 22:44:02 +00:00
STRINGTABLE
BEGIN
[TRANSLATION] Polish translation update (#1916)
Added translation for netstat, utilman and netplwiz. Updated translation of find, reg, rapps, regedit, sndvol32, usetup, hivesys, mmsys, openglcfg, powercfg, sysdm, shellext, browseui, devmgr, msgina, netcfgx, shell32, syssetup, shortcuts and vcdcontroltool.
2019-09-20 19:51:47 +00:00
IDS_CLASSIC "Klasyczny"
2019-04-02 22:44:02 +00:00
IDS_LAUTUS "Lautus"
2019-04-05 23:00:46 +00:00
IDS_LUNAR "Lunar"
2019-04-06 02:10:59 +00:00
IDS_MIZU "Mizu"
2019-04-02 22:44:02 +00:00
END
2020-02-10 02:10:42 +00:00
STRINGTABLE
BEGIN
2020-09-26 18:42:36 +00:00
IDS_PRODUCTTITLE "Opcje produktu"
IDS_PRODUCTSUBTITLE "Możesz wybrać opcję produktu, która wpłynie na sposób działania systemu."
2020-02-12 10:29:56 +00:00
IDS_PRODUCTSERVERNAME "ReactOS Server"
2020-05-19 06:41:26 +00:00
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
2020-09-26 18:42:36 +00:00
IDS_PRODUCTSERVERINFO "System będzie rozpoznawany jako serwer. Foldery prywatne ""Moje obrazy"", ""Moje wideo"" i ""Moja muzyka"" są niezależne od folderu ""Moje dokumenty""."
IDS_PRODUCTWORKSTATIONINFO "System będzie rozpoznawany jako stacja robocza. Foldery prywatne ""Moje obrazy"", ""Moje wideo"" i ""Moja muzyka"" są w folderze ""Moje dokumenty""."
IDS_DEFAULT "(Domyślnie)"
2020-02-10 02:10:42 +00:00
END