diff --git a/reactos/dll/win32/msports/lang/pl-PL.rc b/reactos/dll/win32/msports/lang/pl-PL.rc index 41e1ad60eb9..ff9e22c25c4 100644 --- a/reactos/dll/win32/msports/lang/pl-PL.rc +++ b/reactos/dll/win32/msports/lang/pl-PL.rc @@ -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