[Tickets #7408] Translation of "Delete" string / key in DIMP entry page
bugs at horde.org
bugs at horde.org
Mon Sep 29 14:56:35 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7408
------------------------------------------------------------------------------
Ticket | 7408
Created By | agerhard at usp.br
Summary | Translation of "Delete" string / key in DIMP entry page
Queue | DIMP
Version | 1.1
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
agerhard at usp.br (2008-09-29 10:56) wrote:
In brazilian portuguese, the "Del" keyboard key also has the name "Del".
The _("Delete") string is used in other parts of the code and is
translated to "Excluir".
So In line 247 of templates/index/index.inc, we could not use
_("Delete") meaning the key,
instead we shoud use "_(Del)", as in the first sentence. It's
Shift+Del, not Shift+Delete/Shift+Excluir.
diff index.inc.org index.inc:
247c247
< <span class="kbd"><?php echo _("Del") ?></span> : <?php echo
_("Delete the currently selected message(s).") ?> <?php printf(_("%s
will delete the current message and move to the next message if a
single message is selected."), '<span class="kbd">' . _("Shift") .
'</span> + <span class="kbd">' . _("Delele") . '</span>') ?><br />
---
> <span class="kbd"><?php echo _("Del") ?></span> : <?php echo
> _("Delete the currently selected message(s).") ?> <?php printf(_("%s
> will delete the current message and move to the next message if a
> single message is selected."), '<span class="kbd">' . _("Shift") .
> '</span> + <span class="kbd">' . _("Del") . '</span>') ?><br />
More information about the bugs
mailing list