Subversion Repositories Applications.framework

Rev

Rev 274 | Rev 331 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 274 Rev 299
Line 14... Line 14...
14
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
14
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
15
 * @copyright	Copyright (c) 2010, Tela Botanica (accueil@tela-botanica.org)
15
 * @copyright	Copyright (c) 2010, Tela Botanica (accueil@tela-botanica.org)
16
 * @license	http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
16
 * @license	http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
17
 * @license	http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
17
 * @license	http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
18
 * @since 		0.3
18
 * @since 		0.3
19
 * @version	$Id$
19
 * @version	$Id: I18n.php 299 2011-01-18 14:03:46Z jpm $
20
 * @link		/doc/framework/
20
 * @link		/doc/framework/
21
 */
21
 */
22
class I18n {
22
class I18n {
23
	/** Format de traduction utilisant les fichier .ini */
23
	/** Format de traduction utilisant les fichier .ini */
24
	const FORMAT_INI = '.ini';
24
	const FORMAT_INI = '.ini';