Implemented i18n for options
authorAlexander Ebert <ebert@woltlab.com>
Wed, 28 Sep 2011 19:58:42 +0000 (21:58 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 28 Sep 2011 19:58:42 +0000 (21:58 +0200)
commit02c795d49e404f5a79d93a84b796fa54323718fe
tree8e5fc636995f0ed5651b8967ee84af298e1eb16e
parenta4eeea1443397daca8ddc6e8b175e77815f59792
Implemented i18n for options

These changes may not be completely compatible with user groups, check that!
com.woltlab.wcf/option.xml
wcfsetup/install/files/acp/templates/optionTypeTextI18n.tpl [new file with mode: 0644]
wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php
wcfsetup/install/files/lib/acp/form/OptionForm.class.php
wcfsetup/install/files/lib/system/language/I18nHandler.class.php
wcfsetup/install/files/lib/system/option/AbstractOptionType.class.php
wcfsetup/install/files/lib/system/option/IOptionType.class.php
wcfsetup/install/files/lib/system/option/TextI18nOptionType.class.php [new file with mode: 0644]