[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 #?ini charset="iso-8859-1"? 2 # eZ publish configuration file for internationalization (i18n). 3 # Used for settings defaults for internal encoding and codepage conversion. 4 # 5 # NOTE: It is not recommended to edit this files directly, instead 6 # a file in override should be created for setting the 7 # values that is required for your site. Either create 8 # a file called settings/override/i18n.ini.append or 9 # settings/override/i18n.ini.append.php for more security 10 # in non-virtualhost modes (the .php file may already be present 11 # and can be used for this purpose). 12 ## This file should not change it's default encoding which is iso-8859-1. 13 # 14 # Charset defines the internal charset for the site, 15 # use UTF-8 for multilingual sites or a specific charset for monolingual sites 16 # Set HTTPCharset to something if you know that the internal charset is not 17 # supported by browser or has a wrong name(for instance UTF8 is a wrong unicode name 18 # for browsers while UTF-8 is correct) 19 # MBStringExtension defines whether to use the mbstring extension in PHP, 20 # the extension will only be used if it's available and this variable is set to enabled 21 22 [CharacterSettings] 23 Charset=iso-8859-1 24 HTTPCharset= 25 MBStringExtension=enabled 26 27 [TranslationSettings] 28 # FallbackLanguages defines the avialable translation fallbacks 29 # of the QT ( .ts ) translation files. If the this no translation avialable 30 # for e.g. ger-CH the ger-DE translation file will be requested for the translation. 31 FallbackLanguages[ger-CH]=ger-DE 32 FallbackLanguages[eng-US]=eng-GB
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |