Opened 14 years ago
Closed 14 years ago
#8179 closed New Feature (fixed)
Hungarian translation update
Reported by: | Dani Biró | Owned by: | Anna Tomanek |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.2 |
Component: | UI : Language | Version: | 3.6.2 |
Keywords: | Cc: |
Description
Attachments (3)
Change History (9)
Changed 14 years ago by
Changed 14 years ago by
Changed 14 years ago by
comment:1 Changed 14 years ago by
Owner: | set to Anna Tomanek |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
The word "esetleg" has a conditional sense, indicating "with or without" from en.js
A rough translation would be "vele vagy nélküle" but it sounds strange in this context.
comment:4 Changed 14 years ago by
Sorry for not being clear enough. What I meant was the "or" from the parentheses:
(px, %, in, cm, mm, em, ex, pt, or pc).
(px or %)
Thanks again!
comment:5 Changed 14 years ago by
Sorry! I didn't notice that there is something to translate. :(
"or" = "vagy"
(px, %, in, cm, mm, em, ex, pt, vagy pc)
(px vagy %)
comment:6 Changed 14 years ago by
Milestone: | → CKEditor 3.6.2 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed with [7096].
No worries, at first I did not notice the first "or" either ;)
Many thanks for that, Daninet!
Many thanks for that, Daninet!
Could you please just supply the equivalent of the "or" English word from these two strings?
invalidCssLength : '"%1"-hez megadott érték csakis egy pozitív szám lehet, esetleg egy érvényes CSS egységgel megjelölve(px, %, in, cm, mm, em, ex, pt, or pc).',
invalidHtmlLength : '"%1"-hez megadott érték csakis egy pozitív szám lehet, esetleg egy érvényes HTML egységgel megjelölve(px or %).',
Just add the text in a comment here, I will update hu.js while comitting your translation. Thanks a lot!