https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a9b6df917b609ca81405a1...
commit a9b6df917b609ca81405a1f51bf4e99b2f8b2248 Author: Piotr Hetnarowicz 40692062+pithwz@users.noreply.github.com AuthorDate: Thu Mar 11 02:35:37 2021 +0100 Commit: GitHub noreply@github.com CommitDate: Thu Mar 11 02:35:37 2021 +0100
[DESKADP] Update Polish [pl-PL] translation (#3518) --- dll/shellext/deskadp/lang/pl-PL.rc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dll/shellext/deskadp/lang/pl-PL.rc b/dll/shellext/deskadp/lang/pl-PL.rc index 31bd108d8f4..4d7fb520861 100644 --- a/dll/shellext/deskadp/lang/pl-PL.rc +++ b/dll/shellext/deskadp/lang/pl-PL.rc @@ -1,5 +1,6 @@ /* * Translated by Caemyr - Olaf Siejka (Jan, 2008) + * Updated by Piotr Hetnarowicz piotrhwz@gmail.com (March, 2021) * Use ReactOS forum PM or IRC to contact me * http://www.reactos.org * IRC: irc.freenode.net #reactos-pl; @@ -24,21 +25,21 @@ BEGIN LTEXT "", IDC_DACTYPE, 71, 80, 160, 8, SS_NOPREFIX LTEXT "Rozmiar pamięci:", -1, 13, 92, 58, 8 LTEXT "", IDC_MEMORYSIZE, 71, 92, 160, 8, SS_NOPREFIX - LTEXT "Ciąg nazwy:", -1, 13, 104, 58, 8 + LTEXT "Ciąg karty:", -1, 13, 104, 58, 8 LTEXT "", IDC_ADAPTERSTRING, 71, 104, 160, 8, SS_NOPREFIX LTEXT "Wersja BIOS:", -1, 13, 116, 58, 8 LTEXT "", IDC_BIOSINFORMATION, 71, 116, 160, 8, SS_NOPREFIX - PUSHBUTTON "&Wyświetl wszystkie tryby...", IDC_LISTALLMODES, 7, 139, 110, 14 + PUSHBUTTON "&Lista wszystkich trybów...", IDC_LISTALLMODES, 7, 139, 110, 14 END
IDD_LISTALLMODES DIALOGEX 0, 0, 225, 135 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME -CAPTION "Wyświetlanie trybów" +CAPTION "Lista wszystkich trybów" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN DEFPUSHBUTTON "OK", IDOK, 112, 115, 50, 15 PUSHBUTTON "Anuluj", IDCANCEL, 167, 115, 50, 15 - GROUPBOX "Wyświetl tylko obsługiwane tryby", -1, 6, 7, 212, 98 + GROUPBOX "Lista prawidłowych trybów", -1, 6, 7, 212, 98 LISTBOX IDC_ALLVALIDMODES, 10, 20, 204, 87, LBS_NOTIFY | WS_VSCROLL END