Bug 224 - hard coded label word
: hard coded label word
Status: RESOLVED FIXED
: Achievo
Scheduler
: 1.0.4
: All Linux
: P3 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2003-11-26 17:18 by
Modified: 2004-07-13 23:57 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2003-11-26 17:18:09
i found a hard coded label word in the scheduler module.
precisely, View by day
"Allday appointments"

I can't translate it in french
------- Comment #1 From 2003-11-26 17:20:55 -------
You can add $txt_allday_appointments to the language file, and I'll fix the
scheduler so it'll read that entry from the language file.
------- Comment #2 From 2003-11-29 13:14:58 -------
It's not hardcoded actually, in class.base_dayview.inc on line 374, it's already
inside a text() call. It's just missing from the language files. If you add it
to french.lng, it'll work. ($txt_allday_appointments).

I've also added it to english.lng and translated it for dutch.lng, so this entry
can be closed.
------- Comment #3 From 2004-07-13 23:57:53 -------
Version cleanup.