Ticket #405 (closed Bug: fixed)
Language: SelectAll is translated wrong to Norwegian
| Reported by: | geirhelge | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
| Component: | General | Version: | FCKeditor 2.4.2 |
| Keywords: | Cc: | martinkronstad@… |
Description
SelectAll, which is "Select all" in English, is translated to "Velg alle" in Norwegian. This is a direct translation without any thought about what the string is used to. The correct translation is "Merk alt". That's the same as MS Word and Openoffice when doing the same operation.
I'll attach patch files for nb.js and no.js
Attachments
Change History
Changed 6 years ago by geirhelge
- Attachment nb.js.patch added
comment:1 Changed 6 years ago by fredck
- Cc martinkronstad@… added
- Version set to FCKeditor 2.4.2
- Milestone set to FCKeditor 2.5
Thanks Geir. Let's wait a while for an ok from Martin.
comment:2 Changed 6 years ago by martinkronstad
This may be correct, is the translation only used in one place? Where is it used?
comment:3 follow-up: ↓ 4 Changed 6 years ago by geirhelge
I can't find any other functions using this string. It's used in _source/internals/fcktoolbaritems.js:58.
comment:4 in reply to: ↑ 3 Changed 6 years ago by martinkronstad
Replying to geirhelge:
I can't find any other functions using this string. It's used in _source/internals/fcktoolbaritems.js:58.
I agree, this should be "Merk alt" since it is refering to text and not items...
comment:5 Changed 6 years ago by fredck
- Status changed from new to closed
- Resolution set to fixed
Fixed with [272].
Click here for more info about our SVN system.

nb.js patch