From 0640067bf03e4c59abbc8da69d19d36ca3daff38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 6 Mar 2011 21:34:21 +0100 Subject: Add Polish translation. --- share/library/Passive/diode.lua | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'share/library/Passive/diode.lua') diff --git a/share/library/Passive/diode.lua b/share/library/Passive/diode.lua index 295100d..de60f71 100644 --- a/share/library/Passive/diode.lua +++ b/share/library/Passive/diode.lua @@ -3,28 +3,32 @@ local names = { en = "Diode", cs = "Dioda", - sk = "Dióda" + sk = "Dióda", + pl = "Dioda" } local names_zener = { en = "Zener diode", cs = "Zenerova dioda", - sk = "Zenerova dióda" + sk = "Zenerova dióda", + pl = "Dioda Zenera" } local names_led = { en = "Light-emitting diode", cs = "Svítivá dioda", - sk = "Svietivá dióda" + sk = "Svietivá dióda", + pl = "Dioda świecąca" } local names_photo = { en = "Photodiode", cs = "Fotodioda", - sk = "Fotodióda" + sk = "Fotodióda", + pl = "Fotodioda" } -- Render area in base units (X1, Y1, X2, Y2) -- cgit v1.2.3