Merge in old tojnar.cz/krk (mostly) as is

The SupportIT server www.tojnar.cz is hosted on is being decommissioned.
To make the migration faster, we will just copy the current state
and convert it to Hakyll incrementally.

This mostly imports the tree as is minus accidentally misplaced files.
Additionally, the following changes were made:

- line separators were converted using dos2unix
- file encodings were changed from windows-1250 to utf-8
- highslide and related files are now loaded from root instead of per-gallery copy
- uppercase JPG extensions were changed to lowercase

remove private
This commit is contained in:
2022-01-14 10:22:22 +01:00
parent 8db618c057
commit 0ad86228e9
1006 changed files with 48751 additions and 0 deletions

68
lob2011/de.php Normal file
View File

@@ -0,0 +1,68 @@
<?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%"]="&#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
<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;
$CMS["%searchform%"]="006883172923970328180:bfehocs55i8";
$CMS["%eustring%"]="Das Projekt wurde von dem Europäischen Fonds für Regionalentwicklung (KPF, Ziel 3 - Programm zur Förderung der grenzübergreifenden Zusammenarbeit zwischen dem Freistaat Sachsen und der Tschechischen Republik 2007-2013) unterstützt.";
}else{
header("HTTP/1.0 403 Forbidden");
header("Location: /en/error/403");
}
?>