english file name

This commit is contained in:
Marc Delisle
2002-07-19 20:31:38 +00:00
parent 3f578d8c15
commit f6f960345d

View File

@@ -2189,8 +2189,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
existing language, where do I start?</b> existing language, where do I start?</b>
<br /> <br />
Always use the current cvs version of your language file. Always use the current cvs version of your language file.
For a new language, start from english.inc.php3. If you don't know how to For a new language, start from english-iso-8859-1.inc.php3. If you don't
get the cvs version, please ask one of the developers. know how to get the cvs version, please ask one of the developers.
<br /> <br />
Please note that we try not to use html entities like &amp;eacute; in Please note that we try not to use html entities like &amp;eacute; in
the translations, since we define the right character set in the file. the translations, since we define the right character set in the file.
@@ -2291,7 +2291,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
</li> </li>
<li> <li>
Please don't use verbose strings in your code, instead add the string Please don't use verbose strings in your code, instead add the string
(at least) to <i>english.inc.php3</i> and print() it out. (at least) to <i>english-iso-8859-1.inc.php3</i> and print() it out.
</li> </li>
<li> <li>
If you want to be really helpful, write an entry for the ChangeLog. If you want to be really helpful, write an entry for the ChangeLog.