largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0015222 [phplist] Internationalization (l18n) minor have not tried 26-01-09 00:25 23-03-09 15:43
Reporter h2b2 View Status public  
Assigned To
Priority normal Resolution fixed  
Status resolved   Product Version 2.10.8
Summary 0015222: String 'All Active Lists' appears to be hardcoded in admin/send.php
Description emmedi originally reported this hardcoded string in admin/send.php, line 103:

====== START QUOTE =======

    $list_content .= '>'.$GLOBALS['I18N']->get('All Active Lists').'';

This code does not allow a correct translation.

We must replace the line like that?
    $list_content .= '>'.$GLOBALS['I18N']->get('allactive').'';


====== END QUOTE =======
Source: http://forums.phplist.com/viewtopic.php?t=19734 [^]
Additional Information The above issue was originally reported for v2.10.5, but still seems to be valid for v2.10.8
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0050590)
michiel (administrator)
23-03-09 15:43

no, it means that the string is not found in the language file.

in admin/lan/en/send.php add a line:

'All Active Lists' => 'All Active Lists'

and in all languages it can be translated


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker