Format code from krk-litvinov.cz
This commit is contained in:
108
2015/en.php
108
2015/en.php
@@ -1,52 +1,53 @@
|
||||
<?php
|
||||
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%"]="↑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
|
||||
|
||||
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%'] = '↑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
|
||||
<h3>Help</h3>
|
||||
<dl>
|
||||
<dt><abbr title="HyperText Markup Language">HTML</abbr></dt><dd>not supported</dd>
|
||||
@@ -59,10 +60,9 @@ $CMS["%sbhelp%"]=<<<EOT
|
||||
<dt>[yellow]yellow text[/yellow]</dt><dd><span class="yellow">yellow text</span></dd>
|
||||
</dl>
|
||||
EOT;
|
||||
$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");
|
||||
$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');
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user