Changeset 2293 for FCKeditor.Java/trunk
- Timestamp:
- 2008-07-25 16:54:20 (6 months ago)
- Location:
- FCKeditor.Java/trunk/src/site/apt
- Files:
-
- 3 modified
-
connector.apt (modified) (1 diff)
-
i18n.apt (modified) (1 diff)
-
properties.apt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/src/site/apt/connector.apt
r2213 r2293 32 32 It takes two steps to enable it: 33 33 34 [[1]] Declare the ConnectorServlet in your <<<web.xml>>> 34 [[1]] Declare the ConnectorServlet in your <<<web.xml>>>: 35 35 36 36 +------------------------------------------------------------------------------+ -
FCKeditor.Java/trunk/src/site/apt/i18n.apt
r2253 r2293 24 24 Internationalization 25 25 26 The interation pack offers you the possibility to localize any string responded to the user 27 on a global basis and on a per locale basis and independently from the deployed 28 framework/system (JSTL, Struts, Request, and other). 26 29 30 It takes two steps to respond localized strings it: 31 32 [[1]] <<The interface>> 33 34 We provide an interface to resolve the user locale in order to retrieve 35 the corresponding strings.\ 36 37 {{{java-core/apidocs/net/fckeditor/localization/LocaleResolver.html}<<<net.fckeditor.localization.impl.LocaleResolver>>>}} 38 39 [[2]] <<The strings>> 40 41 dfdfdf 42 43 [] 44 45 Done -
FCKeditor.Java/trunk/src/site/apt/properties.apt
r2253 r2293 142 142 *-------------------------------+-------------------------------------------+---------------------------+---------------------------------------------------+ 143 143 144 * Messages144 * Localization 145 145 146 sss 146 This section shows all messages which are responded to the user and can be 147 localized. See {{{i18n.html}I18n}} for more details. 147 148 148 149 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+ 149 || Property || Default || Valid Values || Description || 150 || Property || Default || Valid Values || Description || 151 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+ 152 | localization.localeResolverImpl | {{{java-core/apidocs/net/fckeditor/localization/impl/AcceptLanguageHeaderResolver.html}<<<net.fckeditor.localization.impl. | any fully-qualified class | Provides localization capabilites for the integration pack. For more details see {{{i18n.html}here}}. | 153 | |AcceptLanguageHeaderResolver>>>}} | name of a valid {{{java-core/apidocs/net/fckeditor/localization/LocaleResolver.html}<<<LocaleResolver>>>}} | | 154 | | | implementation| | 150 155 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+ 151 156 | message.compatible_browser.yes | Your browser is fully compatible | any string | Indicates that the browser is fully compatible. |