diff --git a/htdocs/help.php b/htdocs/help.php index 298cb6b1..84daa5ec 100644 --- a/htdocs/help.php +++ b/htdocs/help.php @@ -5,7 +5,7 @@ $session->LoginRequired(); include("interactive-page.php"); -$c->page_title = "DAViCal CalDAV Server - Configuration Help"; +$c->page_title = translate('DAViCal CalDAV Server - Configuration Help'); include("page-header.php"); $wiki_help = ''; diff --git a/htdocs/setup.php b/htdocs/setup.php index ac43670c..652f3615 100644 --- a/htdocs/setup.php +++ b/htdocs/setup.php @@ -390,12 +390,18 @@ else { $site_statistics_table = "Statistics unavailable"; } +$heading_php_info = translate('PHP Information'); + $heading_config_clients = translate('Configuring Calendar Clients for DAViCal'); +$davical_client_page = translate('The client setup page on the DAViCal website has information on how to configure Evolution, Sunbird, Lightning and Mulberry to use remotely hosted calendars.'); +$davical_no_calendar_interface = translate('The administrative interface has no facility for viewing or modifying calendar data.'); $heading_config_davical = translate('Configuring DAViCal'); +$davical_moslty_working = translate ('If you can read this then things must be mostly working already.'); $davical_configuration_errors = ( $config_warnings == '' ? '' : '
'
. $config_warnings.'If you can read this then things must be mostly working already.
+$davical_moslty_working
$davical_configuration_errors -The installation page on the DAViCal website has -some further information on how to install and configure this application.
+$davical_installation_page
The client setup page on the DAViCal website has information on how -to configure Evolution, Sunbird, Lightning and Mulberry to use remotely hosted calendars.
-The administrative interface has no facility for viewing or modifying calendar data.
+$davical_client_page
+$davical_no_calendar_interface
$site_statistics_table
-