[MSPORTS]

- update polish translation

svn path=/trunk/; revision=52209
This commit is contained in:
Olaf Siejka 2011-06-13 09:43:43 +00:00
parent f17bf3f6a6
commit e2247207e1

View file

@ -1,4 +1,4 @@
/*
/*
* translated by Caemyr - Olaf Siejka (May 2011)
* Use ReactOS forum PM or IRC to contact me
* http://www.reactos.org
@ -15,14 +15,14 @@ FONT 8, "MS Shell Dlg"
BEGIN
RTEXT "B&itów na sekundę:", -1, 74, 19, 62, 8, WS_GROUP
COMBOBOX IDC_SERIAL_BITSPERSECOND, 139, 17, 106, 90, WS_TABSTOP | CBS_DROPDOWNLIST
RTEXT "&Data bits:", -1, 74, 40, 62, 8
RTEXT "&Bity danych:", -1, 74, 40, 62, 8
COMBOBOX IDC_SERIAL_DATABITS, 139, 38, 106, 54, WS_TABSTOP | CBS_DROPDOWNLIST
RTEXT "&Parity:", -1, 74, 61, 62, 8
RTEXT "&Parzystość:", -1, 74, 61, 62, 8
COMBOBOX IDC_SERIAL_PARITY, 139, 59, 106, 62, WS_TABSTOP | CBS_DROPDOWNLIST
RTEXT "&Stop bits:", -1, 74, 82, 62, 8
RTEXT "Bi&ty stopu:", -1, 74, 82, 62, 8
COMBOBOX IDC_SERIAL_STOPBITS, 139, 80, 106, 54, WS_TABSTOP | CBS_DROPDOWNLIST
RTEXT "&Flow control:", - 1, 74, 102, 62, 8
RTEXT "&Kontrola przepływu:", - 1, 74, 102, 62, 8
COMBOBOX IDC_SERIAL_FLOWCONTROL, 139, 100, 106, 54, WS_TABSTOP | CBS_DROPDOWNLIST
PUSHBUTTON "&Advanced...",IDC_SERIAL_ADVANCED, 111, 130, 65, 14,WS_GROUP
PUSHBUTTON "&Restore Defaults",IDC_SERIAL_RESTORE, 180, 130, 65, 14, WS_GROUP
PUSHBUTTON "&Zaawansowane...",IDC_SERIAL_ADVANCED, 111, 130, 65, 14,WS_GROUP
PUSHBUTTON "P&rzywróć domyślne",IDC_SERIAL_RESTORE, 180, 130, 65, 14, WS_GROUP
END