diff --git a/conf-examples/cryptobox.conf b/conf-examples/cryptobox.conf index 1ac17a1..3f1fd61 100644 --- a/conf-examples/cryptobox.conf +++ b/conf-examples/cryptobox.conf @@ -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]