View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016624 | phpList 3 application | Interface - Administrator | public | 17-05-12 23:49 | 04-06-13 21:31 |
Reporter | raynau | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | w2k | OS | w2k | OS Version | w2k |
Product Version | 2.10.18 | ||||
Target Version | internationalization | Fixed in Version | |||
Summary | 0016624: phplist - view a bounce was giving | ||||
Description | a message which was not correct with ..\.. etc. This was coming from the file bounce.php at line : 79 which was written as follows: print sprintf($GLOBALS['I18N']->get('DeletingB').'\n', $id); changing this line in deleting the \n and doing it as follows : print sprintf($GLOBALS['I18N']->get('DeletingB').'', $id); the problem does not exists any more. Join the file with the changes. Translation file has also to be changed for english, it becomes, line 12 as follows : "DoneAndLoading" => ".. .Done, loading next bounce.", | ||||
Tags | No tags attached. | ||||
|
bounce.php (7,257 bytes) |
|
Without changing all po/mo print sprintf($GLOBALS['I18N']->get('DeletingB'), $id);echo "\n"; |
|
bounce-english.php (1,530 bytes) |
|
Works perfectly. Join you bounce.php named bounce-english.php because some small points must be changed (dots in less, a space added). Must be put in lang en. If you can find how to resolve the problem of the ' and of the - for copy and paste from winword, there should not be any more problem with phplist when sending in txt mode. Thank you very much. |
|
Michiel : This point is resolved correctly, you can include it. |