6.0.0-beta1
7/4/25

[#10831] Missing translations in framework libraries
Summary Missing translations in framework libraries
Queue Horde Framework Packages
Queue Version Git master
Type Bug
State Resolved
Priority 2. Medium
Owners jan (at) horde (dot) org
Requester slusarz (at) horde (dot) org
Created 12/02/2011 (4963 days ago)
Due
Updated 12/06/2011 (4959 days ago)
Assigned
Resolved 12/02/2011 (4963 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
12/06/2011 10:32:43 AM Git Commit Comment #3 Reply to this comment
Changes have been made in Git for this ticket:

[jan] Fix translation (Bug #10831).

  1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/6efe1323c311ad21097abe9c610b45e7dcd732db
12/02/2011 08:12:48 PM Jan Schneider Taken from Horde DevelopersHorde Developers
State ⇒ Resolved
 
12/02/2011 08:12:37 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

Fix function order (Bug #10831).

  1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5f9d53cb14db83d29fb3e8aa37cd95d3b0c3160a
12/02/2011 07:44:05 PM Michael Slusarz Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Assigned to Horde DevelopersHorde Developers
Assigned to Jan Schneider
Queue ⇒ Horde Framework Packages
Summary ⇒ Missing translations in framework libraries
Type ⇒ Bug
State ⇒ Assigned
Reply to this comment
Translation strings that contain a 'sprintf' do not seem to be 
correctly identified by the translation script.

Example: Horde_Token package, line 167:

             throw new 
Horde_Token_Exception_Expired(Horde_Token_Translation::t(sprintf("This 
request cannot be completed because the link you followed or the form 
you submitted was only valid for %s minutes. Please try again now.", 
floor($timeout / 60))));

Saved Queries