Summary | Translation issues |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | azurit (at) pobox (dot) sk |
Created | 12/31/2012 (4581 days ago) |
Due | |
Updated | 04/08/2013 (4483 days ago) |
Assigned | 01/06/2013 (4575 days ago) |
Resolved | 01/07/2013 (4574 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit d50b5e51980177da42e86ad38ebe589fac015596
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sun Jan 6 14:18:47 2013 -0700
Bug #11925: Translation fixesimp/js/dimpbase.js | 46 ++++++++++++++++--------------------------
imp/lib/Dynamic/Mailbox.php | 9 ++++---
2 files changed, 23 insertions(+), 32 deletions(-)
http://git.horde.org/horde-git/-/commit/d50b5e51980177da42e86ad38ebe589fac015596
State ⇒ Resolved
in previous message. Any suggestions? I need to inflect the text
after 'View'.
The generation of the "Text part" is entirely separate from this code
(it is an accurate description of the part) so it is
difficult/impossible to change this in the current code.
Considering this is a tooltip, it is not critical enough to warrant
this ticket to remain open since the current gettext string works for
every other language I am aware of. If you can provide a solution
that is not overly complicated, it will be implemented but otherwise I
am closing this ticket.
previous message. Any suggestions? I need to inflect the text after
'View'.
sprintf(_("View %s"), $description)
message part display code.
strings - this is doing problems
generated via a single string in IMP_Contents. That's the only
tooltip I am aware of for message parts.
under the headers - when you click it, it will open a text part of the
message in the new window. When you hover a mouse cursor, tooltip is
displayed:
View Text part
Which consists out of two different strings: "View" and "Text part".
Cannot be properly translated because (in Slovak):
"View" = "Zobrazit"
"Text part = "Textova cast"
"View text part = "Zobrazit _textovu_ cast", IMP is currently showing
"Zobarzit _textova_ cast" which sounds funny :)
State ⇒ Feedback
Version ⇒ Git develop
strings - this is doing problems
generated via a single string in IMP_Contents. That's the only
tooltip I am aware of for message parts.
I can verify that rebuilding sticks that phrase in the PO template file:
#: config/prefs.php:606 config/prefs.php:612 config/prefs.php:1165
#: config/prefs.php:1559 config/prefs.php:1570 config/prefs.php:1588
msgid "Basic view only"
msgstr ""
message)' is generated with two different strings
Assigned to Michael Slusarz
selected' cannot be properly pluralised (SK, for example, needs 3
plural forms)
- the same string as above is also generated with two different
strings instead of using one string with formatting - this is doing
little problems
current translations, so not fixing in IMP 6.0.x)
http://lists.horde.org/archives/commits/2013-January/017737.html
equivalent in your language, set this to an empty string.
equivalent in your language, set this to an empty string.
message)' is generated with two different strings
strings - this is doing problems
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ Translation issues
Type ⇒ Bug
Queue ⇒ IMP
- dynamic view, when selecting messages, string 'X messages
selected' cannot be properly pluralised (SK, for example, needs 3
plural forms)
- the same string as above is also generated with two different
strings instead of using one string with formatting - this is doing
little problems
- preferences, string 'Basic view only' is untranslateable
That's all for now :)