aboutsummaryrefslogtreecommitdiff
path: root/share/library/Passive/diode.lua
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2011-03-06 21:34:21 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2011-03-07 17:29:27 +0100
commit0640067bf03e4c59abbc8da69d19d36ca3daff38 (patch)
tree3edd4d6d6349e365a45daf1cd759f02c52acacb8 /share/library/Passive/diode.lua
parent1c118251bd14357506521a90d3dea9ce11a67322 (diff)
downloadlogdiag-0640067bf03e4c59abbc8da69d19d36ca3daff38.tar.gz
logdiag-0640067bf03e4c59abbc8da69d19d36ca3daff38.tar.xz
logdiag-0640067bf03e4c59abbc8da69d19d36ca3daff38.zip
Add Polish translation.
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)