Subversion Repositories Applications.framework

Rev

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

Rev 299 Rev 331
Line 8... Line 8...
8
 * 
8
 * 
9
 * Elle offre l'accès en lecture seule aux paramètres des fichiers ini.
9
 * Elle offre l'accès en lecture seule aux paramètres des fichiers ini.
10
 * C'est une Singleton. Une seule classe de traduction peut être instanciée par Application.
10
 * C'est une Singleton. Une seule classe de traduction peut être instanciée par Application.
11
 *
11
 *
12
 * @category	PHP 5.2
12
 * @category	PHP 5.2
13
 * @package	Framework
13
 * @package		Framework
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: I18n.php 299 2011-01-18 14:03:46Z jpm $
19
 * @version		$Id: I18n.php 331 2011-02-24 18:03:35Z 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';