https://git.reactos.org/?p=reactos.git;a=commitdiff;h=74082ec644caec85ee868f...
commit 74082ec644caec85ee868f845bc5f86b4710151e Author: Piotr Hetnarowicz 40692062+pithwz@users.noreply.github.com AuthorDate: Tue Jan 5 15:06:18 2021 +0100 Commit: GitHub noreply@github.com CommitDate: Tue Jan 5 17:06:18 2021 +0300
[INF] Add missing Polish (pl-PL) translation to machine.inf (#3413) --- media/inf/machine.inf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/media/inf/machine.inf b/media/inf/machine.inf index d107e6be95f..dddb1b32162 100644 --- a/media/inf/machine.inf +++ b/media/inf/machine.inf @@ -450,6 +450,8 @@ GenericMfg = "(Standardowe urządzenia systemowe)" *PNP0A00.DeviceDesc = "Magistrala ISA" *PNP0A03.DeviceDesc = "Magistrala PCI" *PNP0A05.DeviceDesc = "Generic ACPI bus" +*PNP0A06.DeviceDesc = "Rozszerzona magistrala we/wy / ogólne urządzenie kontenerowe" +*PNP0A08.DeviceDesc = "Magistrala PCI" *PNP0B00.DeviceDesc = "Zegar czasu rzeczywistego AT" *PNP0C01.DeviceDesc = "Płyta głowna" *PNP0C02.DeviceDesc = "Zasoby płyty głównej" @@ -459,9 +461,9 @@ GenericMfg = "(Standardowe urządzenia systemowe)" *PNP0C0D.DeviceDesc = "Pokrywa ACPI" *PNP0C0E.DeviceDesc = "Przycisk zasypiania ACPI" *PNP0C0F.DeviceDesc = "Urządzenie PCI interrupt link" -*PNP0C15.DeviceDesc = "Docking Station" +*PNP0C15.DeviceDesc = "Stacja dokująca" ACPI\FixedButton.DeviceDesc = "Przycisk ACPI Fixed Feature" -PCI\CC_0500.DeviceDesc = "Standard PCI RAM controller" +PCI\CC_0500.DeviceDesc = "Standardowy kontroler RAM PCI" PCI\CC_0600.DeviceDesc = "Standardowy mostek CPU do PCI" PCI\CC_0601.DeviceDesc = "Standardowy mostek PCI do ISA" PCI\CC_0604.DeviceDesc = "Standardowy mostek PCI do PCI"