| Anonymous | Login | Signup for a new account | 21-11-09 09:48 GMT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0005832 | [phplist] Internationalization (l18n) | minor | always | 23-03-06 14:28 | 18-02-08 14:06 | ||
| Reporter | osmany | View Status | public | ||||
| Assigned To | |||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 2.10.2 | ||||
| Summary | 0005832: user signup confirm email internationalization | ||||||
| Description |
when localizing subscription pages "Confirm email" text cant converted with *.inc files. ./admin/subscribelib2.php file and *.inc files should chanced as shown in additional info below. |
||||||
| Additional Information |
diff ss2 subscribelib2.php 668c668 < 'Confirm email',htmlspecialchars($_REQUEST["emailconfirm"]),$textlinewidth,'Confirm email'); --- > $GLOBALS["strEmailConfirm"],htmlspecialchars($_REQUEST["emailconfirm"]),$textlinewidth,$GLOBALS["strEmailConfirm"]); diff english_old.inc english.inc > $strConfirmEmail = 'Confirm email'; |
||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Relationships |
||||||
|
||||||
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |