#405 closed Bug (fixed)
Language: SelectAll is translated wrong to Norwegian
| Reported by: | Geir Helge Tjøstolvsen-Schmidt | 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 (2)
Change History (8)
Changed 19 years ago by
| Attachment: | nb.js.patch added |
|---|
comment:1 Changed 19 years ago by
| Cc: | martinkronstad@… added |
|---|---|
| Milestone: | → FCKeditor 2.5 |
| Version: | → FCKeditor 2.4.2 |
Thanks Geir. Let's wait a while for an ok from Martin.
comment:2 Changed 19 years ago by
This may be correct, is the translation only used in one place? Where is it used?
comment:3 follow-up: 4 Changed 19 years ago by
I can't find any other functions using this string. It's used in _source/internals/fcktoolbaritems.js:58.
comment:4 Changed 19 years ago by
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 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with [272].
Click here for more info about our SVN system.
comment:6 Changed 18 years ago by
| Milestone: | FCKeditor 2.5 → FCKeditor 2.4.3 |
|---|

nb.js patch