mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
Issue #20: setup.php and help.php fixed (to be reviewed) + translations updates.
This commit is contained in:
parent
20e35352d1
commit
5b5eba38ca
@ -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 = '';
|
||||
|
||||
@ -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 <a href="http://www.davical.org/clients.php">client setup page on the DAViCal website</a> 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 == '' ? '' : '<div class="error"><h3 class="error">'
|
||||
. translate('Your configuration produced PHP errors which should be corrected') . '</h3><pre>'
|
||||
. $config_warnings.'</pre></div>'
|
||||
);
|
||||
$davical_installation_page = translate('The <a href="http://www.davical.org/installation.php">installation page on the DAViCal website</a> has some further information on how to install and configure this application.');
|
||||
|
||||
|
||||
echo <<<EOBODY
|
||||
@ -438,20 +444,18 @@ $dependencies_table
|
||||
</table>
|
||||
</p>
|
||||
<h2>$heading_config_davical</h2>
|
||||
<p>If you can read this then things must be mostly working already.</p>
|
||||
<p>$davical_moslty_working</p>
|
||||
$davical_configuration_errors
|
||||
<p>The <a href="http://www.davical.org/installation.php">installation page on the DAViCal website</a> has
|
||||
some further information on how to install and configure this application.</p>
|
||||
<p>$davical_installation_page</p>
|
||||
|
||||
<h2>$heading_config_clients</h2>
|
||||
<p>The <a href="http://www.davical.org/clients.php">client setup page on the DAViCal website</a> has information on how
|
||||
to configure Evolution, Sunbird, Lightning and Mulberry to use remotely hosted calendars.</p>
|
||||
<p>The administrative interface has no facility for viewing or modifying calendar data.</p>
|
||||
<p>$davical_client_page</p>
|
||||
<p>$davical_no_calendar_interface</p>
|
||||
|
||||
<h2>$heading_site_statistics</h2>
|
||||
<p>$site_statistics_table</p>
|
||||
|
||||
<h2>PHP Information</h2>
|
||||
<h2>$heading_php_info</h2>
|
||||
<script language="javascript">
|
||||
function toggle_visible() {
|
||||
var argv = toggle_visible.arguments;
|
||||
|
||||
404
po/cs_CZ.po
404
po/cs_CZ.po
File diff suppressed because it is too large
Load Diff
404
po/es_AR.po
404
po/es_AR.po
File diff suppressed because it is too large
Load Diff
404
po/es_ES.po
404
po/es_ES.po
File diff suppressed because it is too large
Load Diff
404
po/es_MX.po
404
po/es_MX.po
File diff suppressed because it is too large
Load Diff
404
po/es_VE.po
404
po/es_VE.po
File diff suppressed because it is too large
Load Diff
404
po/id_ID.po
404
po/id_ID.po
File diff suppressed because it is too large
Load Diff
404
po/ko_KR.po
404
po/ko_KR.po
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-10-18 23:10+0200\n"
|
||||
"POT-Creation-Date: 2014-10-19 00:13+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -321,11 +321,11 @@ msgid ""
|
||||
"same time"
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/setup.php:393
|
||||
#: htdocs/setup.php:393 htdocs/setup.php:395
|
||||
msgid "Configuring Calendar Clients for DAViCal"
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/setup.php:394
|
||||
#: htdocs/setup.php:394 htdocs/setup.php:398
|
||||
msgid "Configuring DAViCal"
|
||||
msgstr ""
|
||||
|
||||
@ -1728,7 +1728,7 @@ msgstr ""
|
||||
msgid "You must log in to use this system."
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/setup.php:396
|
||||
#: htdocs/setup.php:396 htdocs/setup.php:401
|
||||
msgid "Your configuration produced PHP errors which should be corrected"
|
||||
msgstr ""
|
||||
|
||||
@ -1818,3 +1818,34 @@ msgid ""
|
||||
"you."
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/help.php:8
|
||||
msgid "DAViCal CalDAV Server - Configuration Help"
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/setup.php:393
|
||||
msgid "PHP Information"
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/setup.php:396
|
||||
msgid ""
|
||||
"The <a href=\"http://www.davical.org/clients.php\">client setup page on the "
|
||||
"DAViCal website</a> has information on how to configure Evolution, Sunbird, "
|
||||
"Lightning and Mulberry to use remotely hosted calendars."
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/setup.php:397
|
||||
msgid ""
|
||||
"The administrative interface has no facility for viewing or modifying "
|
||||
"calendar data."
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/setup.php:399
|
||||
msgid "If you can read this then things must be mostly working already."
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/setup.php:404
|
||||
msgid ""
|
||||
"The <a href=\"http://www.davical.org/installation.php\">installation page on "
|
||||
"the DAViCal website</a> has some further information on how to install and "
|
||||
"configure this application."
|
||||
msgstr ""
|
||||
|
||||
404
po/nb_NO.po
404
po/nb_NO.po
File diff suppressed because it is too large
Load Diff
406
po/pt_BR.po
406
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
404
po/pt_PT.po
404
po/pt_PT.po
File diff suppressed because it is too large
Load Diff
404
po/sk_SK.po
404
po/sk_SK.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user