"Eject CD" message not translated
Bug #70566 reported by
Miguel Ruiz
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
casper (Baltix) |
New
|
Undecided
|
Unassigned | ||
casper (Guadalinex) |
In Progress
|
High
|
Juanje Ojeda | ||
casper (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: casper
If I selected an spanish session (using options at boot time) every system message must be in this language.
After session finished (reboot or shutdown) an english message appeared. (related to eject cd - in blue letters)
I think this message must be translated.
This is happening from Edgy to Jaunty
description: | updated |
Changed in casper: | |
importance: | Undecided → Wishlist |
status: | Confirmed → Triaged |
description: | updated |
tags: | added: patch-needswork |
tags: | removed: patch-needswork |
tags: | added: patch |
Changed in ubuntu-translations: | |
status: | New → Incomplete |
status: | Incomplete → Triaged |
importance: | Undecided → Low |
no longer affects: | hundredpapercuts |
no longer affects: | ubuntu-translations |
no longer affects: | usplash (Ubuntu) |
To post a comment you must log in.
This is casper's problem, and there's an existing comment in the source about it.
# XXX - i18n usplash_ write "TIMEOUT 86400" usplash_ write "TEXT-URGENT Please remove the disc, close the tray (if any)" usplash_ write "TEXT-URGENT and press ENTER to continue"
echo -n "Please remove the disc, close the tray (if any) and press ENTER: "
if [ -x /sbin/usplash_write ]; then
/sbin/
/sbin/
/sbin/
fi