Files

69 lines
2.9 KiB
PHP
Raw Permalink Normal View History

2022-01-13 22:50:25 +01:00
<?php
2022-01-13 23:09:36 +01:00
if ($included == true) {
$CMS['%by%'] = '%author% ~ %date%, %time%';
$CMS['%january%'] = 'of January';
$CMS['%february%'] = 'of February';
$CMS['%march%'] = 'of March';
$CMS['%april%'] = 'of April';
$CMS['%may%'] = 'of May';
$CMS['%june%'] = 'of June';
$CMS['%july%'] = 'of July';
$CMS['%august%'] = 'of August';
$CMS['%september%'] = 'of September';
$CMS['%october%'] = 'of October';
$CMS['%november%'] = 'of November';
$CMS['%december%'] = 'of December';
$CMS['%date%'] = '%d%. %m%. %y%';
$CMS['%byAuthor%'] = '%author%';
$CMS['%byDate%'] = '%date%, %time%';
$CMS['%longTitle%'] = '%title% - %pretitle%';
$CMS['%enterpost%'] = 'Enter message';
$CMS['%messages:%'] = 'Messages:';
$CMS['%name:%'] = 'Name:';
$CMS['%message:%'] = 'Message:';
$CMS['%password:%'] = 'Password:';
$CMS['%red%'] = 'red';
$CMS['%green%'] = 'green';
$CMS['%blue%'] = 'blue';
$CMS['%yellow%'] = 'yellow';
$CMS['%purple%'] = 'purple';
$CMS['%color:%'] = 'Color:';
$CMS['%send%'] = 'Submit';
$CMS['%notrequiredpassword%'] = 'Not required';
$CMS['%no%'] = 'no';
$CMS['%yes%'] = 'yes';
$CMS['%areyourobot%'] = 'Are you robot?';
$CMS['%www:%'] = 'WWW:';
$CMS['%email:%'] = 'E-Mail:';
$CMS['%search%'] = 'Search';
$CMS['%req%'] = '(required)';
$CMS['%gotop%'] = '&#8593;Go top';
$CMS['%misspost%'] = 'Message is missing';
$CMS['%missname%'] = 'Name is missing';
$CMS['%wrongcode%'] = 'You have entered wrong verification code';
$CMS['%wrongmail%'] = 'You have entered wrong e-mail';
$CMS['%saved%'] = 'Message have been sent';
$CMS['%notsaved%'] = 'Message have not been sent';
$CMS['%showmail%'] = 'Show e-mail to everyone';
$CMS['%wrongwww%'] = 'You have entered wrong <abbr title="Uniform Resource Locale">URL</abbr>';
$CMS['%sbhelp%'] = <<<EOT
2022-01-13 22:50:25 +01:00
<h3>Help</h3>
<dl>
<dt><abbr title="HyperText Markup Language">HTML</abbr></dt><dd>not supported</dd>
<dt>[b]bold text[/b]</dt><dd><span class="bold">bold text</span></dd>
<dt>[i]italic text[/i]</dt><dd><span class="italic">italic text</span></dd>
<dt>[green]green text[/green]</dt><dd><span class="green">green text</span></dd>
<dt>[red]red text[/red]</dt><dd><span class="red">red text</span></dd>
<dt>[purple]purple text[/purple]</dt><dd><span class="purple">purple text</span></dd>
<dt>[blue]blue text[/blue]</dt><dd><span class="blue">blue text</span></dd>
<dt>[yellow]yellow text[/yellow]</dt><dd><span class="yellow">yellow text</span></dd>
</dl>
EOT;
2022-01-13 23:09:36 +01:00
$CMS['%searchform%'] = '006883172923970328180:bfehocs55i8';
$CMS['%eustring%'] = 'The project was supported from European fund of regional development, Common fund of small projects, Programme "Cil 3" supporting collaboration of the Czech Republic and Free State Saxony 2007-2013.';
} else {
header('HTTP/1.0 403 Forbidden');
header('Location: /en/error/403');
2022-01-13 22:50:25 +01:00
}