aboutsummaryrefslogtreecommitdiff
path: root/share/library/Passive/diode.lua
diff options
context:
space:
mode:
Diffstat (limited to 'share/library/Passive/diode.lua')
-rw-r--r--share/library/Passive/diode.lua12
1 files changed, 8 insertions, 4 deletions
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)