phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bug #12556] FileManager's preference panel trans


From: Charles Martin
Subject: [Phpgroupware-tracker] [bug #12556] FileManager's preference panel translates text twice
Date: Mon, 4 Apr 2005 19:41:48 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.7.3) Gecko/20040913 Firefox/0.10.1

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12556>

                 Summary: FileManager's preference panel translates text
twice
                 Project: phpGroupWare
            Submitted by: cafefroid
            Submitted on: Mon 04/04/2005 at 19:41
              Item Group: 0.9.16.005
                Category: filemanager
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
       Component Version: BZIP2
        Platform Version: None
         Reproducibility: Every Time
         Planned Release: None
           Fixed Release: 

    _______________________________________________________

Details:

When you get into the Preferences panel, the section for the FileManager
displays "Préférences*" which is the translated text, but still has the
star.

Seems to me that text gets translated twice in the process.

My fix 
filemanager/inc/hook_preferences.inc.php l. 18:
                lang('Preferences')     =>
$GLOBALS['phpgw']->link('/filemanager/preferences.php')

changes to : 

                'Preferences'   => 
$GLOBALS['phpgw']->link('/filemanager/preferences.php')

Since the menu items gets translated by the Preferences module, they mustn't
be translated here before



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
cafefroid                           | 




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12556>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]