mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.9 KiB
45 lines
1.9 KiB
admin.general = 'General Settings'
|
|
|
|
[general]
|
|
general.theme = 'Theme'
|
|
general.language = 'Default language'
|
|
general.environment = 'Environment'
|
|
general.log_verbosity = 'Log verbosity'
|
|
general.timezone = 'Server Timezone'
|
|
general.limit = 'User folder size limit (in bytes)'
|
|
|
|
[websocket]
|
|
websocket.title = 'WebSocket Configuration'
|
|
websocket.info = 'Enter here a valid WebSocket URI in the form'
|
|
websocket.label = 'WebSocket URI'
|
|
websocket.save_info = 'If you change the URI, please restart the daemon to reload the configuration'
|
|
websocket.publics = 'Public WebSockets'
|
|
|
|
[credentials]
|
|
credentials.title = 'Administration Credential'
|
|
credentials.info = 'Change the default credentials admin/password'
|
|
credentials.username = 'Username'
|
|
credentials.password = 'Password'
|
|
credentials.re_password = 'Retype password'
|
|
|
|
[whitelist]
|
|
whitelist.title = 'Whitelist - XMPP Server'
|
|
whitelist.info1 = 'If you want to specify a list of authorized XMPP servers on your Movim pod and forbid the connection on all the others please put their domain name here, with comma (ex: movim.eu,jabber.fr)'
|
|
whitelist.info2 = 'Leave this field blank if you allow the access to all the XMPP accounts.'
|
|
whitelist.label = 'List of whitelisted XMPP servers'
|
|
|
|
[information]
|
|
information.title = 'Information Message'
|
|
information.description = 'Description'
|
|
information.info1 = 'This message will be displayed on the login page'
|
|
information.info2 = "Leave this field blank if you don't want to show any message."
|
|
information.label = 'Information Message'
|
|
|
|
[log]
|
|
log.empty = 'Empty'
|
|
log.syslog = 'Syslog'
|
|
log.syslog_files = 'Syslog and files'
|
|
|
|
[rewrite]
|
|
rewrite.title = 'URL Rewriting'
|
|
rewrite.info = 'The URL Rewriting can be enabled'
|