changed to multiple languages

renamed HookDir to EventDir (it was forgotten before)
This commit is contained in:
lars 2006-11-29 14:01:35 +00:00
parent 96cfbbdf14
commit d1c4835d8e
1 changed files with 10 additions and 7 deletions

View File

@ -32,17 +32,14 @@ SettingsDir = /var/cache/cryptobox-server/settings
# where are the clearsilver templates?
TemplateDir = /usr/share/cryptobox-server/templates
# path to language files
LangDir = /usr/share/cryptobox-server/lang
# path to documentation files
DocDir = /usr/share/doc/cryptobox-server/html
# path to the plugin directory
PluginDir = /usr/share/cryptobox-server/plugins
# path to the hook directory (e.g. containing some scripts)
HookDir = /etc/cryptobox-server/events.d
# path to the event directory (e.g. containing some scripts)
EventDir = /etc/cryptobox-server/events.d
[Log]
@ -66,8 +63,14 @@ Details = /var/log/cryptobox-server/cryptobox.log
# URL of default stylesheet
Stylesheet = /cryptobox-misc/cryptobox.css
# default language
Language = de
# comma seperated list of available languages for the web interface
# the first language is the default
# all other languages serve as fallbacks for an incomplete translation
# please check the current state of the translation before activating a language
# see /usr/share/locale for a list of possible language codes
# if a translated string is not available, then the english original is displayed
# available languages: cs, da, de, en, es, fi, fr, hu, it, ja, nl, pl, pt, ru, sl, sv
Languages = de, en, fr
[Programs]