| 1 |
<?php |
<?php |
| 2 |
// $Id: i18n.module,v 1.7 2004/09/24 09:42:45 jareyero Exp $ |
// $Id: i18n.module,v 1.8 2004/10/01 00:08:33 uwe Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Internationalization (i18n) module |
* Internationalization (i18n) module |
| 102 |
|
|
| 103 |
// Advanced features |
// Advanced features |
| 104 |
$output .= t("<h2>Advanced Features</h2>"); |
$output .= t("<h2>Advanced Features</h2>"); |
| 105 |
$output .= t("<p>These are intended only for advanced users. Some changes to the database are required. Please, do read the INSTALL and README files before enabling these options</p>"); |
$output .= t("<p>These are intended only for advanced users. Some changes to the database are required. Please, do read the INSTALL and README.txt files before enabling these options</p>"); |
| 106 |
|
|
| 107 |
|
|
| 108 |
// Language dependent tables |
// Language dependent tables |